2024-09-17T01:34:57.211 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T01:34:57.227 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T01:34:57.309 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908057 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: '7908057' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-16_21:08:04-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: c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: e20bff7d16f5b09c58ead9548e8cf98cf87ee227 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: 599 sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f sleep_before_teardown: 0 subset: 33/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_e20bff7d16f5b09c58ead9548e8cf98cf87ee227/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: e20bff7d16f5b09c58ead9548e8cf98cf87ee227 targets: smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE01WWYn3GEGS5PCobpMDl2R7swwRCNbj73YNepxCcdnI8Qlym0pzrJ1MKW4aL10Q9a8XCOnynag8m8gDOGemTU= smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKRpLfayvBZu2Ht5MBCtPe2hQeeLXRjSSA5l0vcZxWiytfdXv1VxnC/R2qSB3RzS3BSovubCk9VrxM3Pjg4ioz4= smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF4N2/8SC2Yv6VWjBMXY2V0/WbHqc/atRxEtFlTo20jdujGInF+U1f7u/IdudUFpd/ke4cpAU7nDMYjjnLWtSW0= 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 0x7f90dc5cfac0>, signals=[15]) 2024-09-17T01:34:57.726 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T01:34:57.731 INFO:teuthology.task.internal:Opening connections... 2024-09-17T01:34:57.732 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T01:34:57.733 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:34:57.809 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2024-09-17T01:34:57.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:34:57.883 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2024-09-17T01:34:57.884 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:34:57.958 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T01:34:57.965 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2024-09-17T01:34:57.983 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2024-09-17T01:34:57.984 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2024-09-17T01:34:58.042 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="CentOS Stream" 2024-09-17T01:34:58.042 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="9" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:ID="centos" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="rhel fedora" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="9" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el9" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:LOGO="fedora-logo-icon" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://centos.org/" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T01:34:58.043 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T01:34:58.044 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2024-09-17T01:34:58.069 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2024-09-17T01:34:58.088 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2024-09-17T01:34:58.088 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2024-09-17T01:34:58.146 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="CentOS Stream" 2024-09-17T01:34:58.146 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="9" 2024-09-17T01:34:58.146 INFO:teuthology.orchestra.run.smithi094.stdout:ID="centos" 2024-09-17T01:34:58.146 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE="rhel fedora" 2024-09-17T01:34:58.146 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="9" 2024-09-17T01:34:58.146 INFO:teuthology.orchestra.run.smithi094.stdout:PLATFORM_ID="platform:el9" 2024-09-17T01:34:58.146 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T01:34:58.146 INFO:teuthology.orchestra.run.smithi094.stdout:ANSI_COLOR="0;31" 2024-09-17T01:34:58.146 INFO:teuthology.orchestra.run.smithi094.stdout:LOGO="fedora-logo-icon" 2024-09-17T01:34:58.147 INFO:teuthology.orchestra.run.smithi094.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T01:34:58.147 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://centos.org/" 2024-09-17T01:34:58.147 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T01:34:58.147 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T01:34:58.147 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T01:34:58.147 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2024-09-17T01:34:58.170 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2024-09-17T01:34:58.189 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2024-09-17T01:34:58.190 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2024-09-17T01:34:58.248 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="CentOS Stream" 2024-09-17T01:34:58.248 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="9" 2024-09-17T01:34:58.248 INFO:teuthology.orchestra.run.smithi145.stdout:ID="centos" 2024-09-17T01:34:58.249 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="rhel fedora" 2024-09-17T01:34:58.249 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="9" 2024-09-17T01:34:58.249 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el9" 2024-09-17T01:34:58.249 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T01:34:58.249 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2024-09-17T01:34:58.249 INFO:teuthology.orchestra.run.smithi145.stdout:LOGO="fedora-logo-icon" 2024-09-17T01:34:58.249 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T01:34:58.249 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://centos.org/" 2024-09-17T01:34:58.250 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T01:34:58.250 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T01:34:58.250 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T01:34:58.250 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2024-09-17T01:34:58.270 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T01:34:58.282 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T01:34:58.289 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T01:34:58.289 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2024-09-17T01:34:58.292 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2024-09-17T01:34:58.295 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2024-09-17T01:34:58.313 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T01:34:58.321 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T01:34:58.321 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2024-09-17T01:34:58.351 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2024-09-17T01:34:58.353 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2024-09-17T01:34:58.458 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T01:34:58.527 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T01:34:58.544 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T01:34:58.544 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-17T01:34:58.544 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T01:34:58.545 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T01:34:58.547 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T01:34:58.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:34:58.565 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-09-17T01:34:58.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:34:58.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:34:58.568 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-09-17T01:34:58.568 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-09-17T01:34:58.623 INFO:teuthology.orchestra.run.smithi094.stdout:5.14.0-503.el9.x86_64 2024-09-17T01:34:58.624 INFO:teuthology.task.kernel:Running kernel on smithi094: 5.14.0-503.el9.x86_64 2024-09-17T01:34:58.624 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum install -y kernel 2024-09-17T01:34:58.625 INFO:teuthology.orchestra.run.smithi145.stdout:5.14.0-503.el9.x86_64 2024-09-17T01:34:58.625 INFO:teuthology.task.kernel:Running kernel on smithi145: 5.14.0-503.el9.x86_64 2024-09-17T01:34:58.625 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2024-09-17T01:34:58.626 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-503.el9.x86_64 2024-09-17T01:34:58.627 INFO:teuthology.task.kernel:Running kernel on smithi077: 5.14.0-503.el9.x86_64 2024-09-17T01:34:58.627 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2024-09-17T01:35:01.250 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - BaseOS 9.0 MB/s | 8.3 MB 00:00 2024-09-17T01:35:01.406 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 8.6 MB/s | 8.3 MB 00:00 2024-09-17T01:35:02.665 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - BaseOS 3.6 MB/s | 8.3 MB 00:02 2024-09-17T01:35:03.151 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - AppStream 25 MB/s | 20 MB 00:00 2024-09-17T01:35:04.298 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 11 MB/s | 20 MB 00:01 2024-09-17T01:35:07.410 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.5 MB 00:00 2024-09-17T01:35:09.009 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 6.8 MB/s | 6.5 MB 00:00 2024-09-17T01:35:09.861 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 19 kB 00:01 2024-09-17T01:35:10.674 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 19 kB 00:00 2024-09-17T01:35:11.082 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 21 MB/s | 23 MB 00:01 2024-09-17T01:35:11.461 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-17T01:35:16.454 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-17T01:35:16.867 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 50 kB/s | 1.7 kB 00:00 2024-09-17T01:35:18.394 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T01:35:18.394 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T01:35:18.504 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:35:18.514 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout:Install 4 Packages 2024-09-17T01:35:18.515 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:35:18.516 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 79 M 2024-09-17T01:35:18.516 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 126 M 2024-09-17T01:35:18.516 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:35:18.647 INFO:teuthology.orchestra.run.smithi077.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 416 kB/s | 36 kB 00:00 2024-09-17T01:35:18.756 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T01:35:18.757 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T01:35:18.842 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:35:18.848 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:35:18.848 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-09-17T01:35:18.848 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:35:18.848 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:35:18.848 INFO:teuthology.orchestra.run.smithi094.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T01:35:18.848 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-17T01:35:18.848 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T01:35:18.849 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T01:35:18.849 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T01:35:18.849 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:35:18.849 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:35:18.849 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:35:18.849 INFO:teuthology.orchestra.run.smithi094.stdout:Install 4 Packages 2024-09-17T01:35:18.849 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:35:18.850 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 79 M 2024-09-17T01:35:18.850 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 126 M 2024-09-17T01:35:18.850 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:35:19.093 INFO:teuthology.orchestra.run.smithi094.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 390 kB/s | 36 kB 00:00 2024-09-17T01:35:19.940 INFO:teuthology.orchestra.run.smithi077.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-17T01:35:20.265 INFO:teuthology.orchestra.run.smithi077.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 18 MB/s | 29 MB 00:01 2024-09-17T01:35:20.944 INFO:teuthology.orchestra.run.smithi094.stdout:(2/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 18 MB/s | 35 MB 00:01 2024-09-17T01:35:21.157 INFO:teuthology.orchestra.run.smithi077.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 13 MB/s | 35 MB 00:02 2024-09-17T01:35:21.157 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:35:21.157 INFO:teuthology.orchestra.run.smithi077.stdout:Total 30 MB/s | 79 MB 00:02 2024-09-17T01:35:21.838 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:35:22.165 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:35:22.165 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:35:23.135 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:35:23.135 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:35:23.580 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - AppStream 1.0 MB/s | 20 MB 00:19 2024-09-17T01:35:23.727 INFO:teuthology.orchestra.run.smithi094.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 3.3 MB/s | 16 MB 00:04 2024-09-17T01:35:25.570 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:35:26.232 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T01:35:26.308 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T01:35:27.043 INFO:teuthology.orchestra.run.smithi094.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 3.6 MB/s | 29 MB 00:07 2024-09-17T01:35:27.044 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:35:27.044 INFO:teuthology.orchestra.run.smithi094.stdout:Total 9.6 MB/s | 79 MB 00:08 2024-09-17T01:35:27.726 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:35:27.803 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.5 MB 00:00 2024-09-17T01:35:28.088 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:35:28.088 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:35:29.035 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:35:29.035 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:35:29.042 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T01:35:29.171 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T01:35:29.221 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - Extras packages 92 kB/s | 19 kB 00:00 2024-09-17T01:35:29.983 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 35 MB/s | 23 MB 00:00 2024-09-17T01:35:31.480 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:35:32.208 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T01:35:32.309 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T01:35:33.994 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T01:35:34.029 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:35:35.073 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T01:35:35.219 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T01:35:35.289 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-17T01:35:37.171 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T01:35:37.171 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T01:35:37.262 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:35:37.269 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:35:37.270 INFO:teuthology.orchestra.run.smithi145.stdout:Install 4 Packages 2024-09-17T01:35:37.270 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:35:37.270 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 79 M 2024-09-17T01:35:37.270 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 126 M 2024-09-17T01:35:37.270 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:35:37.399 INFO:teuthology.orchestra.run.smithi145.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 438 kB/s | 36 kB 00:00 2024-09-17T01:35:38.852 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:35:40.224 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T01:35:40.277 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:35:41.349 INFO:teuthology.orchestra.run.smithi145.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 3.9 MB/s | 16 MB 00:04 2024-09-17T01:35:45.141 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:35:45.340 INFO:teuthology.orchestra.run.smithi145.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 3.6 MB/s | 29 MB 00:07 2024-09-17T01:35:46.223 INFO:teuthology.orchestra.run.smithi145.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 3.9 MB/s | 35 MB 00:08 2024-09-17T01:35:46.223 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:35:46.223 INFO:teuthology.orchestra.run.smithi145.stdout:Total 8.8 MB/s | 79 MB 00:08 2024-09-17T01:35:46.904 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:35:47.263 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:35:47.264 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:35:48.213 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:35:48.214 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:35:50.648 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:35:51.386 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T01:35:51.473 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T01:35:54.216 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T01:35:54.361 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T01:35:59.233 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T01:35:59.344 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:04.197 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:16.840 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:16.879 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:17.286 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:17.286 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T01:36:17.286 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T01:36:17.286 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T01:36:18.158 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:18.158 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:36:18.158 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:36:18.158 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T01:36:18.158 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T01:36:18.158 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T01:36:18.158 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T01:36:18.158 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:36:18.158 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:36:18.498 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T01:36:18.576 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T01:36:18.576 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T01:36:18.576 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T01:36:18.576 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T01:36:18.576 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T01:36:18.576 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T01:36:18.577 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi077.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T01:36:18.577 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T01:36:18.635 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T01:36:18.635 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T01:36:18.635 DEBUG:teuthology.orchestra.run.smithi077:> sudo rpm -qi grub2-tools 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:Name : grub2-tools 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:Epoch : 1 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:Version : 2.06 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:Release : 82.el9 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:Architecture: x86_64 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:Group : Unspecified 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:Size : 8274670 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:License : GPLv3+ 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T01:36:18.677 INFO:teuthology.orchestra.run.smithi077.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout:Packager : builder@centos.org 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout:Vendor : CentOS 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout:Summary : Support tools for GRUB. 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout:Description : 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout:hardware devices. 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:36:18.678 INFO:teuthology.orchestra.run.smithi077.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T01:36:18.679 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T01:36:18.679 INFO:teuthology.task.kernel:Updating grub on smithi077 to boot 5.14.0-508.el9.x86_64 2024-09-17T01:36:18.679 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T01:36:19.333 INFO:teuthology.orchestra.run.smithi077.stderr:Generating grub configuration file ... 2024-09-17T01:36:20.712 INFO:teuthology.orchestra.run.smithi077.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T01:36:20.746 INFO:teuthology.orchestra.run.smithi077.stderr:done 2024-09-17T01:36:20.749 DEBUG:teuthology.orchestra.run.smithi077:> mktemp 2024-09-17T01:36:20.764 INFO:teuthology.orchestra.run.smithi077.stdout:/tmp/tmp.Hpr2cTz4pH 2024-09-17T01:36:20.765 DEBUG:teuthology.orchestra.run.smithi077:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Hpr2cTz4pH 2024-09-17T01:36:20.831 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0666 /tmp/tmp.Hpr2cTz4pH 2024-09-17T01:36:20.975 DEBUG:teuthology.orchestra.remote:smithi077:/tmp/tmp.Hpr2cTz4pH is 6KB 2024-09-17T01:36:21.024 DEBUG:teuthology.orchestra.run.smithi077:> rm -fr /tmp/tmp.Hpr2cTz4pH 2024-09-17T01:36:21.039 DEBUG:teuthology.orchestra.run.smithi077:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T01:36:21.101 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T01:36:21.101 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T01:36:21.101 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T01:36:21.101 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T01:36:21.103 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T01:36:21.247 DEBUG:teuthology.orchestra.run.smithi077:> sudo shutdown -r now 2024-09-17T01:36:23.390 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:23.428 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:23.786 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:23.786 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T01:36:23.786 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T01:36:23.786 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T01:36:24.637 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:24.637 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:36:24.637 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:36:24.638 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T01:36:24.638 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T01:36:24.638 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T01:36:24.638 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T01:36:24.638 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:36:24.638 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:36:25.030 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T01:36:25.105 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T01:36:25.106 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T01:36:25.106 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T01:36:25.106 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T01:36:25.106 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T01:36:25.106 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T01:36:25.106 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi094.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T01:36:25.106 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T01:36:25.164 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T01:36:25.165 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T01:36:25.165 DEBUG:teuthology.orchestra.run.smithi094:> sudo rpm -qi grub2-tools 2024-09-17T01:36:25.206 INFO:teuthology.orchestra.run.smithi094.stdout:Name : grub2-tools 2024-09-17T01:36:25.206 INFO:teuthology.orchestra.run.smithi094.stdout:Epoch : 1 2024-09-17T01:36:25.206 INFO:teuthology.orchestra.run.smithi094.stdout:Version : 2.06 2024-09-17T01:36:25.206 INFO:teuthology.orchestra.run.smithi094.stdout:Release : 82.el9 2024-09-17T01:36:25.206 INFO:teuthology.orchestra.run.smithi094.stdout:Architecture: x86_64 2024-09-17T01:36:25.206 INFO:teuthology.orchestra.run.smithi094.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T01:36:25.206 INFO:teuthology.orchestra.run.smithi094.stdout:Group : Unspecified 2024-09-17T01:36:25.206 INFO:teuthology.orchestra.run.smithi094.stdout:Size : 8274670 2024-09-17T01:36:25.206 INFO:teuthology.orchestra.run.smithi094.stdout:License : GPLv3+ 2024-09-17T01:36:25.206 INFO:teuthology.orchestra.run.smithi094.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout:Packager : builder@centos.org 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout:Vendor : CentOS 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout:Summary : Support tools for GRUB. 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout:Description : 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T01:36:25.207 INFO:teuthology.orchestra.run.smithi094.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T01:36:25.208 INFO:teuthology.orchestra.run.smithi094.stdout:hardware devices. 2024-09-17T01:36:25.208 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:36:25.208 INFO:teuthology.orchestra.run.smithi094.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T01:36:25.209 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T01:36:25.209 INFO:teuthology.task.kernel:Updating grub on smithi094 to boot 5.14.0-508.el9.x86_64 2024-09-17T01:36:25.209 DEBUG:teuthology.orchestra.run.smithi094:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T01:36:25.869 INFO:teuthology.orchestra.run.smithi094.stderr:Generating grub configuration file ... 2024-09-17T01:36:27.210 INFO:teuthology.orchestra.run.smithi094.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T01:36:27.240 INFO:teuthology.orchestra.run.smithi094.stderr:done 2024-09-17T01:36:27.245 DEBUG:teuthology.orchestra.run.smithi094:> mktemp 2024-09-17T01:36:27.261 INFO:teuthology.orchestra.run.smithi094.stdout:/tmp/tmp.CPy3hw3r2S 2024-09-17T01:36:27.261 DEBUG:teuthology.orchestra.run.smithi094:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.CPy3hw3r2S 2024-09-17T01:36:27.329 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 0666 /tmp/tmp.CPy3hw3r2S 2024-09-17T01:36:27.463 DEBUG:teuthology.orchestra.remote:smithi094:/tmp/tmp.CPy3hw3r2S is 6KB 2024-09-17T01:36:27.512 DEBUG:teuthology.orchestra.run.smithi094:> rm -fr /tmp/tmp.CPy3hw3r2S 2024-09-17T01:36:27.526 DEBUG:teuthology.orchestra.run.smithi094:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T01:36:27.590 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T01:36:27.590 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T01:36:27.590 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T01:36:27.590 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T01:36:27.591 DEBUG:teuthology.orchestra.run.smithi094:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T01:36:27.744 DEBUG:teuthology.orchestra.run.smithi094:> sudo shutdown -r now 2024-09-17T01:36:41.958 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:42.005 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:42.346 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:42.347 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T01:36:42.347 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T01:36:42.347 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T01:36:43.221 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T01:36:43.221 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:36:43.221 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:36:43.221 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T01:36:43.221 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T01:36:43.221 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T01:36:43.222 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T01:36:43.222 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:36:43.222 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:36:43.571 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T01:36:43.647 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T01:36:43.647 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T01:36:43.647 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T01:36:43.647 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T01:36:43.647 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T01:36:43.648 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-17T01:36:43.648 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T01:36:43.648 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T01:36:43.706 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T01:36:43.707 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T01:36:43.707 DEBUG:teuthology.orchestra.run.smithi145:> sudo rpm -qi grub2-tools 2024-09-17T01:36:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Name : grub2-tools 2024-09-17T01:36:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Epoch : 1 2024-09-17T01:36:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Version : 2.06 2024-09-17T01:36:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Release : 82.el9 2024-09-17T01:36:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: x86_64 2024-09-17T01:36:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T01:36:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Group : Unspecified 2024-09-17T01:36:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Size : 8274670 2024-09-17T01:36:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:License : GPLv3+ 2024-09-17T01:36:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T01:36:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:Packager : builder@centos.org 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:Vendor : CentOS 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:Summary : Support tools for GRUB. 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:Description : 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:hardware devices. 2024-09-17T01:36:43.740 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:36:43.741 INFO:teuthology.orchestra.run.smithi145.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T01:36:43.741 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T01:36:43.741 INFO:teuthology.task.kernel:Updating grub on smithi145 to boot 5.14.0-508.el9.x86_64 2024-09-17T01:36:43.742 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T01:36:44.376 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2024-09-17T01:36:45.662 INFO:teuthology.orchestra.run.smithi145.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T01:36:45.692 INFO:teuthology.orchestra.run.smithi145.stderr:done 2024-09-17T01:36:45.694 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2024-09-17T01:36:45.710 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.b6hSHbjJ4z 2024-09-17T01:36:45.710 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.b6hSHbjJ4z 2024-09-17T01:36:45.777 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.b6hSHbjJ4z 2024-09-17T01:36:45.930 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.b6hSHbjJ4z is 6KB 2024-09-17T01:36:45.979 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.b6hSHbjJ4z 2024-09-17T01:36:45.995 DEBUG:teuthology.orchestra.run.smithi145:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T01:36:46.057 INFO:teuthology.orchestra.run.smithi145.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T01:36:46.057 INFO:teuthology.orchestra.run.smithi145.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T01:36:46.057 INFO:teuthology.orchestra.run.smithi145.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T01:36:46.057 INFO:teuthology.orchestra.run.smithi145.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T01:36:46.058 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T01:36:46.219 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2024-09-17T01:36:51.255 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T01:36:51.255 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T01:36:51.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:36:57.748 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T01:36:57.748 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-17T01:36:57.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:37:16.231 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-17T01:37:16.232 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-09-17T01:37:16.233 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:37:25.821 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-09-17T01:37:34.829 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T01:37:34.830 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:37:53.213 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-09-17T01:37:57.753 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T01:38:05.222 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T01:38:05.222 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:38:05.616 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-09-17T01:38:05.965 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T01:38:05.965 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-17T01:38:05.965 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-09-17T01:38:05.980 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-508.el9.x86_64 2024-09-17T01:38:05.980 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T01:38:05.980 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T01:38:05.981 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T01:38:06.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-17T01:38:06.755 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:38:06.982 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T01:38:06.982 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T01:38:07.063 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2024-09-17T01:38:07.086 DEBUG:teuthology.parallel:result is None 2024-09-17T01:38:07.302 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-09-17T01:38:07.680 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-17T01:38:07.680 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-17T01:38:07.680 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-09-17T01:38:07.694 INFO:teuthology.orchestra.run.smithi094.stdout:5.14.0-508.el9.x86_64 2024-09-17T01:38:07.694 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T01:38:07.695 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T01:38:07.695 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T01:38:08.695 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T01:38:08.695 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T01:38:08.752 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2024-09-17T01:38:08.792 DEBUG:teuthology.parallel:result is None 2024-09-17T01:38:16.235 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T01:38:25.237 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-09-17T01:38:25.238 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:38:25.563 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-09-17T01:38:26.018 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-09-17T01:38:26.018 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-17T01:38:26.018 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-09-17T01:38:26.035 INFO:teuthology.orchestra.run.smithi145.stdout:5.14.0-508.el9.x86_64 2024-09-17T01:38:26.036 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T01:38:26.036 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T01:38:26.036 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T01:38:27.036 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-17T01:38:27.037 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T01:38:27.119 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2024-09-17T01:38:27.147 DEBUG:teuthology.parallel:result is None 2024-09-17T01:38:27.147 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T01:38:27.154 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T01:38:27.155 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T01:38:27.158 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T01:38:27.161 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T01:38:27.179 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T01:38:27.185 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T01:38:27.240 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T01:38:27.240 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T01:38:27.243 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T01:38:27.245 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T01:38:27.291 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T01:38:27.297 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T01:38:27.297 DEBUG:teuthology.orchestra.run.smithi077:> 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-17T01:38:27.312 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T01:38:27.329 DEBUG:teuthology.orchestra.run.smithi145:> 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-17T01:38:27.341 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:38:27.353 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:38:27.364 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:38:27.368 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:38:27.374 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:38:27.379 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:38:27.381 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T01:38:27.387 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T01:38:27.387 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T01:38:27.397 DEBUG:teuthology.orchestra.run.smithi094:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T01:38:27.423 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T01:38:27.449 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T01:38:27.458 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T01:38:27.459 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T01:38:27.465 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T01:38:27.492 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T01:38:27.508 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T01:38:27.560 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T01:38:27.619 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T01:38:27.706 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T01:38:27.745 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:38:27.745 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T01:38:27.810 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T01:38:27.868 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T01:38:27.919 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T01:38:28.000 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T01:38:28.047 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-17T01:38:28.047 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T01:38:28.115 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T01:38:28.154 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T01:38:28.201 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T01:38:28.282 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T01:38:28.324 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-17T01:38:28.324 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T01:38:28.390 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2024-09-17T01:38:28.392 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2024-09-17T01:38:28.395 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2024-09-17T01:38:28.441 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T01:38:28.444 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T01:38:28.507 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T01:38:28.926 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T01:38:28.933 INFO:teuthology.task.internal:Starting timer... 2024-09-17T01:38:28.933 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T01:38:28.943 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T01:38:28.950 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-17T01:38:28.951 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2024-09-17T01:38:29.030 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2024-09-17T01:38:29.032 DEBUG:teuthology.orchestra.run.smithi094:> sudo service auditd rotate 2024-09-17T01:38:29.081 INFO:teuthology.orchestra.run.smithi094.stdout:Rotating logs: 2024-09-17T01:38:29.083 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2024-09-17T01:38:29.137 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: 2024-09-17T01:38:29.138 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T01:38:29.138 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2024-09-17T01:38:29.162 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2024-09-17T01:38:29.162 DEBUG:teuthology.orchestra.run.smithi094:> /usr/sbin/getenforce 2024-09-17T01:38:29.190 INFO:teuthology.orchestra.run.smithi094.stdout:Permissive 2024-09-17T01:38:29.190 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2024-09-17T01:38:29.217 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2024-09-17T01:38:29.217 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi077.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi094.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi145.front.sepia.ceph.com': 'permissive'} 2024-09-17T01:38:29.217 DEBUG:teuthology.orchestra.run.smithi077:> 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-17T01:38:29.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:38:29.247 DEBUG:teuthology.orchestra.run.smithi094:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T01:38:29.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:38:29.278 DEBUG:teuthology.orchestra.run.smithi145:> 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-17T01:38:29.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:38:29.303 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T01:38:29.303 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2024-09-17T01:38:29.334 DEBUG:teuthology.orchestra.run.smithi094:> sudo /usr/sbin/setenforce permissive 2024-09-17T01:38:29.370 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2024-09-17T01:38:29.401 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T01:38:29.410 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T01:38:29.422 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-17T01:38:29.423 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi077.front.sepia.ceph.com,smithi094.front.sepia.ceph.com,smithi145.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T01:42:20.603 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi077.front.sepia.ceph.com'), Remote(name='ubuntu@smithi094.front.sepia.ceph.com'), Remote(name='ubuntu@smithi145.front.sepia.ceph.com')] 2024-09-17T01:42:20.605 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T01:42:20.606 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:42:20.683 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-09-17T01:42:20.763 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T01:42:20.764 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-17T01:42:20.764 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:42:20.838 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-09-17T01:42:20.912 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-17T01:42:20.913 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-09-17T01:42:20.913 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:42:20.988 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-09-17T01:42:21.065 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-09-17T01:42:21.065 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T01:42:21.075 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T01:42:21.075 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T01:42:21.075 DEBUG:teuthology.orchestra.run.smithi077:> 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-17T01:42:21.077 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T01:42:21.078 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:42:21.080 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T01:42:21.080 DEBUG:teuthology.orchestra.run.smithi145:> 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-17T01:42:21.104 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T01:42:21.107 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T01:42:21.118 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T01:42:21.121 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T01:42:21.135 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T01:42:21.143 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2024-09-17T01:42:21.146 INFO:teuthology.orchestra.run.smithi094.stderr:sudo: ntpd: command not found 2024-09-17T01:42:21.149 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T01:42:21.153 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2024-09-17T01:42:21.157 INFO:teuthology.orchestra.run.smithi094.stdout:506 Cannot talk to daemon 2024-09-17T01:42:21.168 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T01:42:21.171 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T01:42:21.174 INFO:teuthology.orchestra.run.smithi145.stderr:sudo: ntpd: command not found 2024-09-17T01:42:21.181 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T01:42:21.185 INFO:teuthology.orchestra.run.smithi145.stdout:506 Cannot talk to daemon 2024-09-17T01:42:21.185 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T01:42:21.199 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T01:42:21.213 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T01:42:21.233 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-09-17T01:42:21.237 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T01:42:21.237 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-09-17T01:42:21.237 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.237 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.237 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.238 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.238 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-09-17T01:42:21.241 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T01:42:21.241 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-09-17T01:42:21.241 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.241 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.241 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.241 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.279 INFO:teuthology.orchestra.run.smithi145.stderr:bash: line 1: ntpq: command not found 2024-09-17T01:42:21.282 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T01:42:21.282 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2024-09-17T01:42:21.282 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.282 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.282 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.283 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:42:21.283 INFO:teuthology.run_tasks:Running task pexec... 2024-09-17T01:42:21.293 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-17T01:42:21.293 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T01:42:21.293 DEBUG:teuthology.orchestra.run.smithi077:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T01:42:21.294 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi094.front.sepia.ceph.com 2024-09-17T01:42:21.294 DEBUG:teuthology.orchestra.run.smithi094:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T01:42:21.294 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi145.front.sepia.ceph.com 2024-09-17T01:42:21.294 DEBUG:teuthology.orchestra.run.smithi145:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T01:42:21.644 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:42:21.645 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:42:21.646 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:42:21.646 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-09-17T01:42:21.646 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:42:21.646 INFO:teuthology.orchestra.run.smithi094.stdout:Removing: 2024-09-17T01:42:21.646 INFO:teuthology.orchestra.run.smithi094.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T01:42:21.646 INFO:teuthology.orchestra.run.smithi094.stdout:Removing unused dependencies: 2024-09-17T01:42:21.647 INFO:teuthology.orchestra.run.smithi094.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T01:42:21.647 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:42:21.647 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:42:21.647 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:42:21.647 INFO:teuthology.orchestra.run.smithi094.stdout:Remove 2 Packages 2024-09-17T01:42:21.647 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:42:21.647 INFO:teuthology.orchestra.run.smithi094.stdout:Freed space: 5.5 M 2024-09-17T01:42:21.647 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:42:21.650 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:42:21.651 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:42:21.672 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:42:21.677 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:42:21.677 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout:Removing: 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout:Removing unused dependencies: 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout:Remove 2 Packages 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout:Freed space: 5.5 M 2024-09-17T01:42:21.678 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:42:21.682 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:42:21.682 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:42:21.685 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:42:21.685 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2024-09-17T01:42:21.685 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:42:21.685 INFO:teuthology.orchestra.run.smithi145.stdout:Removing: 2024-09-17T01:42:21.685 INFO:teuthology.orchestra.run.smithi145.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T01:42:21.685 INFO:teuthology.orchestra.run.smithi145.stdout:Removing unused dependencies: 2024-09-17T01:42:21.686 INFO:teuthology.orchestra.run.smithi145.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T01:42:21.686 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:42:21.686 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:42:21.686 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:42:21.686 INFO:teuthology.orchestra.run.smithi145.stdout:Remove 2 Packages 2024-09-17T01:42:21.686 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:42:21.686 INFO:teuthology.orchestra.run.smithi145.stdout:Freed space: 5.5 M 2024-09-17T01:42:21.686 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:42:21.690 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:42:21.690 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:42:21.733 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:42:21.733 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:42:21.743 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:42:21.744 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:42:21.754 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:42:21.754 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:42:21.869 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:42:21.894 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:42:21.907 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:42:21.948 INFO:teuthology.orchestra.run.smithi094.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T01:42:21.983 INFO:teuthology.orchestra.run.smithi077.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T01:42:22.001 INFO:teuthology.orchestra.run.smithi094.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T01:42:22.005 INFO:teuthology.orchestra.run.smithi145.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T01:42:22.050 INFO:teuthology.orchestra.run.smithi077.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T01:42:22.067 INFO:teuthology.orchestra.run.smithi145.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T01:42:22.499 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T01:42:22.499 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T01:42:22.533 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T01:42:22.533 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T01:42:22.607 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T01:42:22.608 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T01:42:22.744 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T01:42:22.745 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:42:22.745 INFO:teuthology.orchestra.run.smithi094.stdout:Removed: 2024-09-17T01:42:22.745 INFO:teuthology.orchestra.run.smithi094.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T01:42:22.745 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:42:22.745 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:42:22.817 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T01:42:22.817 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:42:22.817 INFO:teuthology.orchestra.run.smithi077.stdout:Removed: 2024-09-17T01:42:22.817 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T01:42:22.817 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:42:22.818 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:42:22.836 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T01:42:22.836 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:42:22.837 INFO:teuthology.orchestra.run.smithi145.stdout:Removed: 2024-09-17T01:42:22.837 INFO:teuthology.orchestra.run.smithi145.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T01:42:22.837 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:42:22.837 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:42:23.588 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:46 ago on Tue 17 Sep 2024 01:41:37 AM UTC. 2024-09-17T01:42:23.652 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:56 ago on Tue 17 Sep 2024 01:41:27 AM UTC. 2024-09-17T01:42:23.686 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:55 ago on Tue 17 Sep 2024 01:41:28 AM UTC. 2024-09-17T01:42:23.724 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:42:23.725 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:42:23.725 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-17T01:42:23.725 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:42:23.725 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:42:23.725 INFO:teuthology.orchestra.run.smithi094.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T01:42:23.725 INFO:teuthology.orchestra.run.smithi094.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T01:42:23.726 INFO:teuthology.orchestra.run.smithi094.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T01:42:23.726 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-17T01:42:23.726 INFO:teuthology.orchestra.run.smithi094.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T01:42:23.726 INFO:teuthology.orchestra.run.smithi094.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T01:42:23.726 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T01:42:23.726 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T01:42:23.726 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:42:23.726 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:42:23.726 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:42:23.726 INFO:teuthology.orchestra.run.smithi094.stdout:Install 7 Packages 2024-09-17T01:42:23.726 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:42:23.740 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 5.2 M 2024-09-17T01:42:23.740 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 19 M 2024-09-17T01:42:23.740 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:42:23.788 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:42:23.789 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:42:23.789 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T01:42:23.789 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:42:23.789 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:42:23.789 INFO:teuthology.orchestra.run.smithi077.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T01:42:23.789 INFO:teuthology.orchestra.run.smithi077.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T01:42:23.790 INFO:teuthology.orchestra.run.smithi077.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T01:42:23.790 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T01:42:23.790 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T01:42:23.790 INFO:teuthology.orchestra.run.smithi077.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T01:42:23.790 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T01:42:23.790 INFO:teuthology.orchestra.run.smithi077.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T01:42:23.790 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:42:23.790 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:42:23.790 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:42:23.790 INFO:teuthology.orchestra.run.smithi077.stdout:Install 7 Packages 2024-09-17T01:42:23.790 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:42:23.813 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 5.2 M 2024-09-17T01:42:23.813 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 19 M 2024-09-17T01:42:23.814 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:42:23.823 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:42:23.824 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:42:23.824 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-09-17T01:42:23.824 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:42:23.824 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:42:23.824 INFO:teuthology.orchestra.run.smithi145.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T01:42:23.824 INFO:teuthology.orchestra.run.smithi145.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T01:42:23.824 INFO:teuthology.orchestra.run.smithi145.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T01:42:23.824 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-09-17T01:42:23.824 INFO:teuthology.orchestra.run.smithi145.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T01:42:23.824 INFO:teuthology.orchestra.run.smithi145.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T01:42:23.825 INFO:teuthology.orchestra.run.smithi145.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T01:42:23.825 INFO:teuthology.orchestra.run.smithi145.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T01:42:23.825 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:42:23.825 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:42:23.825 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:42:23.825 INFO:teuthology.orchestra.run.smithi145.stdout:Install 7 Packages 2024-09-17T01:42:23.825 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:42:23.888 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 5.2 M 2024-09-17T01:42:23.889 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 19 M 2024-09-17T01:42:23.889 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:42:24.050 INFO:teuthology.orchestra.run.smithi145.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 485 kB/s | 44 kB 00:00 2024-09-17T01:42:24.084 INFO:teuthology.orchestra.run.smithi145.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 846 kB/s | 106 kB 00:00 2024-09-17T01:42:24.109 INFO:teuthology.orchestra.run.smithi145.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-17T01:42:24.143 INFO:teuthology.orchestra.run.smithi145.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-17T01:42:24.176 INFO:teuthology.orchestra.run.smithi145.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.1 MB/s | 906 kB 00:00 2024-09-17T01:42:24.218 INFO:teuthology.orchestra.run.smithi145.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.5 MB/s | 837 kB 00:00 2024-09-17T01:42:24.346 INFO:teuthology.orchestra.run.smithi077.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 116 kB/s | 44 kB 00:00 2024-09-17T01:42:24.350 INFO:teuthology.orchestra.run.smithi094.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 123 kB/s | 44 kB 00:00 2024-09-17T01:42:24.409 INFO:teuthology.orchestra.run.smithi094.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 253 kB/s | 106 kB 00:00 2024-09-17T01:42:24.421 INFO:teuthology.orchestra.run.smithi077.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 231 kB/s | 106 kB 00:00 2024-09-17T01:42:24.555 INFO:teuthology.orchestra.run.smithi077.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 344 kB/s | 72 kB 00:00 2024-09-17T01:42:24.622 INFO:teuthology.orchestra.run.smithi077.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 420 kB/s | 84 kB 00:00 2024-09-17T01:42:24.781 INFO:teuthology.orchestra.run.smithi077.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 1.1 MB/s | 906 kB 00:00 2024-09-17T01:42:24.784 INFO:teuthology.orchestra.run.smithi094.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 165 kB/s | 72 kB 00:00 2024-09-17T01:42:24.809 INFO:teuthology.orchestra.run.smithi094.stdout:(4/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 1.1 MB/s | 906 kB 00:00 2024-09-17T01:42:24.843 INFO:teuthology.orchestra.run.smithi094.stdout:(5/7): python3-kmod-0.9-32.el9.x86_64.rpm 194 kB/s | 84 kB 00:00 2024-09-17T01:42:25.051 INFO:teuthology.orchestra.run.smithi094.stdout:(6/7): runc-1.1.13-4.el9.x86_64.rpm 13 MB/s | 3.2 MB 00:00 2024-09-17T01:42:25.056 INFO:teuthology.orchestra.run.smithi077.stdout:(6/7): runc-1.1.13-4.el9.x86_64.rpm 7.3 MB/s | 3.2 MB 00:00 2024-09-17T01:42:25.090 INFO:teuthology.orchestra.run.smithi077.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.5 MB/s | 837 kB 00:00 2024-09-17T01:42:25.090 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:42:25.090 INFO:teuthology.orchestra.run.smithi077.stdout:Total 4.0 MB/s | 5.2 MB 00:01 2024-09-17T01:42:25.199 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:42:25.213 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:42:25.213 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:42:25.343 INFO:teuthology.orchestra.run.smithi145.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 2.6 MB/s | 3.2 MB 00:01 2024-09-17T01:42:25.344 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:42:25.344 INFO:teuthology.orchestra.run.smithi145.stdout:Total 3.6 MB/s | 5.2 MB 00:01 2024-09-17T01:42:25.459 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:42:25.468 INFO:teuthology.orchestra.run.smithi094.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.2 MB/s | 837 kB 00:00 2024-09-17T01:42:25.468 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:42:25.468 INFO:teuthology.orchestra.run.smithi094.stdout:Total 3.0 MB/s | 5.2 MB 00:01 2024-09-17T01:42:25.473 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:42:25.473 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:42:25.534 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:42:25.534 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:42:25.585 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:42:25.600 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:42:25.600 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:42:25.774 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:42:25.774 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:42:25.904 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:42:25.904 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:42:26.029 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:42:26.109 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T01:42:26.143 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T01:42:26.172 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T01:42:26.240 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:42:26.337 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T01:42:26.372 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T01:42:26.383 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:42:26.387 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T01:42:26.400 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T01:42:26.428 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T01:42:26.470 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T01:42:26.505 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T01:42:26.534 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T01:42:26.607 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T01:42:26.640 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T01:42:26.738 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T01:42:26.766 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T01:42:26.869 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T01:42:26.897 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T01:42:27.013 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T01:42:27.079 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T01:42:27.080 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T01:42:27.112 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T01:42:27.203 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T01:42:27.230 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T01:42:27.235 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T01:42:27.296 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T01:42:27.351 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T01:42:27.413 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T01:42:28.090 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T01:42:28.090 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T01:42:28.091 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T01:42:28.091 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T01:42:28.091 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T01:42:28.091 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T01:42:28.091 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T01:42:28.269 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T01:42:28.269 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T01:42:28.269 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T01:42:28.269 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T01:42:28.269 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T01:42:28.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T01:42:28.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T01:42:28.445 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T01:42:28.446 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:42:28.446 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:42:28.446 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T01:42:28.446 INFO:teuthology.orchestra.run.smithi077.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T01:42:28.446 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T01:42:28.446 INFO:teuthology.orchestra.run.smithi077.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T01:42:28.446 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:42:28.446 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:42:28.535 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T01:42:28.535 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T01:42:28.535 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T01:42:28.535 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T01:42:28.535 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T01:42:28.535 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T01:42:28.535 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T01:42:28.676 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T01:42:28.677 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:42:28.677 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:42:28.677 INFO:teuthology.orchestra.run.smithi145.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T01:42:28.677 INFO:teuthology.orchestra.run.smithi145.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T01:42:28.677 INFO:teuthology.orchestra.run.smithi145.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T01:42:28.677 INFO:teuthology.orchestra.run.smithi145.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T01:42:28.677 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:42:28.677 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:42:28.836 DEBUG:teuthology.parallel:result is None 2024-09-17T01:42:28.862 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T01:42:28.862 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:42:28.862 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:42:28.862 INFO:teuthology.orchestra.run.smithi094.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T01:42:28.862 INFO:teuthology.orchestra.run.smithi094.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T01:42:28.862 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T01:42:28.863 INFO:teuthology.orchestra.run.smithi094.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T01:42:28.863 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:42:28.863 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:42:29.091 DEBUG:teuthology.parallel:result is None 2024-09-17T01:42:29.234 DEBUG:teuthology.parallel:result is None 2024-09-17T01:42:29.235 INFO:teuthology.run_tasks:Running task install... 2024-09-17T01:42:29.243 DEBUG:teuthology.task.install:project ceph 2024-09-17T01:42:29.243 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'}} 2024-09-17T01:42:29.243 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'} 2024-09-17T01:42:29.243 INFO:teuthology.task.install:Using flavor: default 2024-09-17T01:42:29.248 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-17T01:42:29.248 INFO:teuthology.task.install:extra packages: [] 2024-09-17T01:42:29.249 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': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'tag': None, 'wait_for_package': False} 2024-09-17T01:42:29.249 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:42:29.251 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': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'tag': None, 'wait_for_package': False} 2024-09-17T01:42:29.251 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:42:29.252 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': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'tag': None, 'wait_for_package': False} 2024-09-17T01:42:29.252 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:42:29.393 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/ 2024-09-17T01:42:29.394 INFO:teuthology.task.install.rpm:Package version is 19.1.1-330.gc2ddf972 2024-09-17T01:42:29.405 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/ 2024-09-17T01:42:29.405 INFO:teuthology.task.install.rpm:Package version is 19.1.1-330.gc2ddf972 2024-09-17T01:42:29.409 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/ 2024-09-17T01:42:29.409 INFO:teuthology.task.install.rpm:Package version is 19.1.1-330.gc2ddf972 2024-09-17T01:42:29.504 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-17T01:42:29.504 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:42:29.504 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-17T01:42:29.521 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-17T01:42:29.521 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-17T01:42:29.521 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-17T01:42:29.525 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-17T01:42:29.525 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-17T01:42:29.525 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-17T01:42:29.531 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-17T01:42:29.531 DEBUG:teuthology.orchestra.run.smithi077:> 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/c2ddf9721ef254645201cdbabd9c8f49c30a586f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-17T01:42:29.548 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-17T01:42:29.548 DEBUG:teuthology.orchestra.run.smithi145:> 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/c2ddf9721ef254645201cdbabd9c8f49c30a586f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-17T01:42:29.550 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-17T01:42:29.551 DEBUG:teuthology.orchestra.run.smithi094:> 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/c2ddf9721ef254645201cdbabd9c8f49c30a586f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-17T01:42:29.596 DEBUG:teuthology.orchestra.run.smithi077:> 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-17T01:42:29.613 DEBUG:teuthology.orchestra.run.smithi145:> 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-17T01:42:29.617 DEBUG:teuthology.orchestra.run.smithi094:> 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-17T01:42:29.672 DEBUG:teuthology.orchestra.run.smithi077:> 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-17T01:42:29.688 DEBUG:teuthology.orchestra.run.smithi145:> 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-17T01:42:29.693 DEBUG:teuthology.orchestra.run.smithi094:> 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-17T01:42:29.737 INFO:teuthology.orchestra.run.smithi077.stdout:check_obsoletes = 1 2024-09-17T01:42:29.738 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum clean all 2024-09-17T01:42:29.752 INFO:teuthology.orchestra.run.smithi145.stdout:check_obsoletes = 1 2024-09-17T01:42:29.754 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum clean all 2024-09-17T01:42:29.757 INFO:teuthology.orchestra.run.smithi094.stdout:check_obsoletes = 1 2024-09-17T01:42:29.759 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum clean all 2024-09-17T01:42:29.960 INFO:teuthology.orchestra.run.smithi077.stdout:45 files removed 2024-09-17T01:42:29.983 INFO:teuthology.orchestra.run.smithi145.stdout:45 files removed 2024-09-17T01:42:29.985 INFO:teuthology.orchestra.run.smithi094.stdout:45 files removed 2024-09-17T01:42:29.987 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-radosgw 2024-09-17T01:42:30.010 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-radosgw 2024-09-17T01:42:30.014 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-radosgw 2024-09-17T01:42:30.540 INFO:teuthology.orchestra.run.smithi077.stdout:ceph packages for x86_64 309 kB/s | 84 kB 00:00 2024-09-17T01:42:30.575 INFO:teuthology.orchestra.run.smithi145.stdout:ceph packages for x86_64 300 kB/s | 84 kB 00:00 2024-09-17T01:42:30.585 INFO:teuthology.orchestra.run.smithi094.stdout:ceph packages for x86_64 300 kB/s | 84 kB 00:00 2024-09-17T01:42:30.824 INFO:teuthology.orchestra.run.smithi077.stdout:ceph noarch packages 49 kB/s | 12 kB 00:00 2024-09-17T01:42:30.859 INFO:teuthology.orchestra.run.smithi145.stdout:ceph noarch packages 49 kB/s | 12 kB 00:00 2024-09-17T01:42:30.861 INFO:teuthology.orchestra.run.smithi094.stdout:ceph noarch packages 51 kB/s | 12 kB 00:00 2024-09-17T01:42:31.098 INFO:teuthology.orchestra.run.smithi077.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-17T01:42:31.129 INFO:teuthology.orchestra.run.smithi094.stdout:ceph source packages 8.3 kB/s | 1.9 kB 00:00 2024-09-17T01:42:31.135 INFO:teuthology.orchestra.run.smithi145.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-17T01:42:32.395 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - BaseOS 6.7 MB/s | 8.3 MB 00:01 2024-09-17T01:42:33.015 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - BaseOS 4.4 MB/s | 8.3 MB 00:01 2024-09-17T01:42:33.854 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.3 MB 00:02 2024-09-17T01:42:35.185 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - AppStream 18 MB/s | 20 MB 00:01 2024-09-17T01:42:35.488 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 36 MB/s | 20 MB 00:00 2024-09-17T01:42:39.053 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - AppStream 3.6 MB/s | 20 MB 00:05 2024-09-17T01:42:39.715 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-17T01:42:41.174 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 89 kB/s | 19 kB 00:00 2024-09-17T01:42:41.970 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-17T01:42:44.938 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 6.5 MB 00:02 2024-09-17T01:42:46.445 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - Extras packages 69 kB/s | 19 kB 00:00 2024-09-17T01:42:47.326 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - CRB 797 kB/s | 6.5 MB 00:08 2024-09-17T01:42:47.401 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-17T01:42:47.450 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 26 MB/s | 23 MB 00:00 2024-09-17T01:42:48.859 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - Extras packages 65 kB/s | 19 kB 00:00 2024-09-17T01:42:49.670 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:42:49.672 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:42:49.672 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-17T01:42:49.673 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:42:49.673 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:42:49.673 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 11 M 2024-09-17T01:42:49.673 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrading: 2024-09-17T01:42:49.673 INFO:teuthology.orchestra.run.smithi094.stdout: librados2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.4 M 2024-09-17T01:42:49.673 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.2 M 2024-09-17T01:42:49.673 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-17T01:42:49.673 INFO:teuthology.orchestra.run.smithi094.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-17T01:42:49.673 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.4 M 2024-09-17T01:42:49.673 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 21 M 2024-09-17T01:42:49.673 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 25 k 2024-09-17T01:42:49.674 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-17T01:42:49.674 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-17T01:42:49.674 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-17T01:42:49.674 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 751 k 2024-09-17T01:42:49.674 INFO:teuthology.orchestra.run.smithi094.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-17T01:42:49.674 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-17T01:42:49.674 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-17T01:42:49.674 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 506 k 2024-09-17T01:42:49.674 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-17T01:42:49.674 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.3 M 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 45 k 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 136 k 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 162 k 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 320 k 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 300 k 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 99 k 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-17T01:42:49.675 INFO:teuthology.orchestra.run.smithi094.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-17T01:42:49.676 INFO:teuthology.orchestra.run.smithi094.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-17T01:42:49.676 INFO:teuthology.orchestra.run.smithi094.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-17T01:42:49.676 INFO:teuthology.orchestra.run.smithi094.stdout:Installing weak dependencies: 2024-09-17T01:42:49.676 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-17T01:42:49.676 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:42:49.676 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:42:49.676 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:42:49.676 INFO:teuthology.orchestra.run.smithi094.stdout:Install 30 Packages 2024-09-17T01:42:49.676 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrade 2 Packages 2024-09-17T01:42:49.676 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:42:49.677 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 60 M 2024-09-17T01:42:49.677 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:42:49.972 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 23 MB/s | 23 MB 00:00 2024-09-17T01:42:50.336 INFO:teuthology.orchestra.run.smithi094.stdout:(1/32): ceph-base-19.1.1-330.gc2ddf972.el9.x86_ 11 MB/s | 5.4 MB 00:00 2024-09-17T01:42:50.386 INFO:teuthology.orchestra.run.smithi094.stdout:(2/32): ceph-selinux-19.1.1-330.gc2ddf972.el9.x 505 kB/s | 25 kB 00:00 2024-09-17T01:42:50.503 INFO:teuthology.orchestra.run.smithi094.stdout:(3/32): libcephfs2-19.1.1-330.gc2ddf972.el9.x86 6.3 MB/s | 751 kB 00:00 2024-09-17T01:42:50.594 INFO:teuthology.orchestra.run.smithi094.stdout:(4/32): libradosstriper1-19.1.1-330.gc2ddf972.e 5.4 MB/s | 506 kB 00:00 2024-09-17T01:42:50.873 INFO:teuthology.orchestra.run.smithi094.stdout:(5/32): ceph-radosgw-19.1.1-330.gc2ddf972.el9.x 10 MB/s | 11 MB 00:01 2024-09-17T01:42:51.095 INFO:teuthology.orchestra.run.smithi094.stdout:(6/32): ceph-common-19.1.1-330.gc2ddf972.el9.x8 17 MB/s | 21 MB 00:01 2024-09-17T01:42:51.129 INFO:teuthology.orchestra.run.smithi094.stdout:(7/32): python3-ceph-argparse-19.1.1-330.gc2ddf 174 kB/s | 45 kB 00:00 2024-09-17T01:42:51.154 INFO:teuthology.orchestra.run.smithi094.stdout:(8/32): python3-ceph-common-19.1.1-330.gc2ddf97 2.3 MB/s | 136 kB 00:00 2024-09-17T01:42:51.179 INFO:teuthology.orchestra.run.smithi094.stdout:(9/32): python3-cephfs-19.1.1-330.gc2ddf972.el9 3.2 MB/s | 162 kB 00:00 2024-09-17T01:42:51.205 INFO:teuthology.orchestra.run.smithi094.stdout:(10/32): python3-rados-19.1.1-330.gc2ddf972.el9 6.2 MB/s | 320 kB 00:00 2024-09-17T01:42:51.230 INFO:teuthology.orchestra.run.smithi094.stdout:(11/32): python3-rbd-19.1.1-330.gc2ddf972.el9.x 5.8 MB/s | 300 kB 00:00 2024-09-17T01:42:51.255 INFO:teuthology.orchestra.run.smithi094.stdout:(12/32): python3-rgw-19.1.1-330.gc2ddf972.el9.x 1.9 MB/s | 99 kB 00:00 2024-09-17T01:42:51.347 INFO:teuthology.orchestra.run.smithi094.stdout:(13/32): librgw2-19.1.1-330.gc2ddf972.el9.x86_6 7.1 MB/s | 5.3 MB 00:00 2024-09-17T01:42:51.381 INFO:teuthology.orchestra.run.smithi094.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 711 kB/s | 107 kB 00:00 2024-09-17T01:42:51.448 INFO:teuthology.orchestra.run.smithi094.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 833 kB/s | 160 kB 00:00 2024-09-17T01:42:51.473 INFO:teuthology.orchestra.run.smithi094.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 361 kB/s | 45 kB 00:00 2024-09-17T01:42:51.515 INFO:teuthology.orchestra.run.smithi094.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-09-17T01:42:51.540 INFO:teuthology.orchestra.run.smithi094.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 631 kB/s | 42 kB 00:00 2024-09-17T01:42:51.565 INFO:teuthology.orchestra.run.smithi094.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 292 kB 00:00 2024-09-17T01:42:51.591 INFO:teuthology.orchestra.run.smithi094.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 716 kB/s | 36 kB 00:00 2024-09-17T01:42:51.616 INFO:teuthology.orchestra.run.smithi094.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 942 kB/s | 47 kB 00:00 2024-09-17T01:42:51.642 INFO:teuthology.orchestra.run.smithi094.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.7 MB/s | 221 kB 00:00 2024-09-17T01:42:51.708 INFO:teuthology.orchestra.run.smithi094.stdout:(23/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.6 MB/s | 308 kB 00:00 2024-09-17T01:42:51.734 INFO:teuthology.orchestra.run.smithi094.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 337 kB/s | 26 kB 00:00 2024-09-17T01:42:51.759 INFO:teuthology.orchestra.run.smithi094.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 969 kB/s | 49 kB 00:00 2024-09-17T01:42:51.784 INFO:teuthology.orchestra.run.smithi094.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-17T01:42:51.826 INFO:teuthology.orchestra.run.smithi094.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 12 MB/s | 839 kB 00:00 2024-09-17T01:42:51.851 INFO:teuthology.orchestra.run.smithi094.stdout:(28/32): re2-20211101-20.el9.x86_64.rpm 2.8 MB/s | 191 kB 00:00 2024-09-17T01:42:51.919 INFO:teuthology.orchestra.run.smithi094.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-09-17T01:42:52.027 INFO:teuthology.orchestra.run.smithi094.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-17T01:42:52.110 INFO:teuthology.orchestra.run.smithi094.stdout:(31/32): librados2-19.1.1-330.gc2ddf972.el9.x86 13 MB/s | 3.4 MB 00:00 2024-09-17T01:42:52.186 INFO:teuthology.orchestra.run.smithi094.stdout:(32/32): librbd1-19.1.1-330.gc2ddf972.el9.x86_6 12 MB/s | 3.2 MB 00:00 2024-09-17T01:42:52.190 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:42:52.190 INFO:teuthology.orchestra.run.smithi094.stdout:Total 24 MB/s | 60 MB 00:02 2024-09-17T01:42:52.288 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:42:52.324 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:42:52.324 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:42:52.817 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:42:52.817 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:42:52.839 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-09-17T01:42:54.335 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:42:54.436 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-17T01:42:54.466 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-17T01:42:54.491 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-17T01:42:54.514 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T01:42:54.534 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T01:42:54.729 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T01:42:54.797 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T01:42:55.072 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:42:55.074 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:42:55.074 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-09-17T01:42:55.074 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:42:55.074 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:42:55.074 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-radosgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 11 M 2024-09-17T01:42:55.074 INFO:teuthology.orchestra.run.smithi145.stdout:Upgrading: 2024-09-17T01:42:55.074 INFO:teuthology.orchestra.run.smithi145.stdout: librados2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.4 M 2024-09-17T01:42:55.074 INFO:teuthology.orchestra.run.smithi145.stdout: librbd1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.2 M 2024-09-17T01:42:55.074 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-09-17T01:42:55.074 INFO:teuthology.orchestra.run.smithi145.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-base x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.4 M 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 21 M 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-selinux x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 25 k 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: libcephfs2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 751 k 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: libradosstriper1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 506 k 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-17T01:42:55.075 INFO:teuthology.orchestra.run.smithi145.stdout: librgw2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.3 M 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-argparse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 45 k 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 136 k 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cephfs x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 162 k 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rados x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 320 k 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 300 k 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 99 k 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-17T01:42:55.076 INFO:teuthology.orchestra.run.smithi145.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-17T01:42:55.077 INFO:teuthology.orchestra.run.smithi145.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-17T01:42:55.077 INFO:teuthology.orchestra.run.smithi145.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-17T01:42:55.077 INFO:teuthology.orchestra.run.smithi145.stdout:Installing weak dependencies: 2024-09-17T01:42:55.077 INFO:teuthology.orchestra.run.smithi145.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-17T01:42:55.077 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:42:55.077 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:42:55.077 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:42:55.077 INFO:teuthology.orchestra.run.smithi145.stdout:Install 30 Packages 2024-09-17T01:42:55.077 INFO:teuthology.orchestra.run.smithi145.stdout:Upgrade 2 Packages 2024-09-17T01:42:55.077 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:42:55.078 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 60 M 2024-09-17T01:42:55.078 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:42:55.193 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-17T01:42:55.247 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T01:42:55.331 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T01:42:55.418 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 8/34 2024-09-17T01:42:55.461 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-09-17T01:42:55.465 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T01:42:55.511 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T01:42:55.540 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-17T01:42:55.583 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 11/34 2024-09-17T01:42:55.652 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T01:42:55.676 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T01:42:55.740 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T01:42:55.774 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-17T01:42:55.832 INFO:teuthology.orchestra.run.smithi145.stdout:(1/32): ceph-base-19.1.1-330.gc2ddf972.el9.x86_ 10 MB/s | 5.4 MB 00:00 2024-09-17T01:42:55.883 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-17T01:42:55.907 INFO:teuthology.orchestra.run.smithi145.stdout:(2/32): ceph-selinux-19.1.1-330.gc2ddf972.el9.x 335 kB/s | 25 kB 00:00 2024-09-17T01:42:55.925 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-17T01:42:55.972 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-17T01:42:55.999 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-17T01:42:55.999 INFO:teuthology.orchestra.run.smithi145.stdout:(3/32): libcephfs2-19.1.1-330.gc2ddf972.el9.x86 8.0 MB/s | 751 kB 00:00 2024-09-17T01:42:56.028 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-17T01:42:56.061 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-17T01:42:56.116 INFO:teuthology.orchestra.run.smithi145.stdout:(4/32): ceph-radosgw-19.1.1-330.gc2ddf972.el9.x 13 MB/s | 11 MB 00:00 2024-09-17T01:42:56.141 INFO:teuthology.orchestra.run.smithi145.stdout:(5/32): libradosstriper1-19.1.1-330.gc2ddf972.e 3.5 MB/s | 506 kB 00:00 2024-09-17T01:42:56.200 INFO:teuthology.orchestra.run.smithi145.stdout:(6/32): python3-ceph-argparse-19.1.1-330.gc2ddf 773 kB/s | 45 kB 00:00 2024-09-17T01:42:56.292 INFO:teuthology.orchestra.run.smithi145.stdout:(7/32): python3-ceph-common-19.1.1-330.gc2ddf97 1.5 MB/s | 136 kB 00:00 2024-09-17T01:42:56.372 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-17T01:42:56.392 INFO:teuthology.orchestra.run.smithi145.stdout:(8/32): librgw2-19.1.1-330.gc2ddf972.el9.x86_64 19 MB/s | 5.3 MB 00:00 2024-09-17T01:42:56.416 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T01:42:56.417 INFO:teuthology.orchestra.run.smithi145.stdout:(9/32): python3-cephfs-19.1.1-330.gc2ddf972.el9 1.3 MB/s | 162 kB 00:00 2024-09-17T01:42:56.490 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T01:42:56.520 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 23/34 2024-09-17T01:42:56.557 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-17T01:42:56.626 INFO:teuthology.orchestra.run.smithi145.stdout:(10/32): ceph-common-19.1.1-330.gc2ddf972.el9.x 16 MB/s | 21 MB 00:01 2024-09-17T01:42:56.659 INFO:teuthology.orchestra.run.smithi145.stdout:(11/32): python3-rados-19.1.1-330.gc2ddf972.el9 1.2 MB/s | 320 kB 00:00 2024-09-17T01:42:56.685 INFO:teuthology.orchestra.run.smithi145.stdout:(12/32): python3-rbd-19.1.1-330.gc2ddf972.el9.x 1.1 MB/s | 300 kB 00:00 2024-09-17T01:42:56.710 INFO:teuthology.orchestra.run.smithi145.stdout:(13/32): python3-rgw-19.1.1-330.gc2ddf972.el9.x 1.2 MB/s | 99 kB 00:00 2024-09-17T01:42:57.036 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-17T01:42:57.068 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T01:42:57.156 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T01:42:57.233 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 27/34 2024-09-17T01:42:57.262 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 28/34 2024-09-17T01:42:57.293 INFO:teuthology.orchestra.run.smithi145.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 78 kB/s | 45 kB 00:00 2024-09-17T01:42:57.427 INFO:teuthology.orchestra.run.smithi145.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 139 kB/s | 107 kB 00:00 2024-09-17T01:42:57.536 INFO:teuthology.orchestra.run.smithi145.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 188 kB/s | 160 kB 00:00 2024-09-17T01:42:57.661 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:42:57.663 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-radosgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 11 M 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrading: 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout: librados2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.4 M 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout: librbd1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.2 M 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.4 M 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 21 M 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-selinux x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 25 k 2024-09-17T01:42:57.664 INFO:teuthology.orchestra.run.smithi077.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 751 k 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: libradosstriper1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 506 k 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: librgw2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.3 M 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-17T01:42:57.665 INFO:teuthology.orchestra.run.smithi077.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-argparse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 45 k 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 136 k 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cephfs x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 162 k 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rados x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 320 k 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 300 k 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 99 k 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-17T01:42:57.666 INFO:teuthology.orchestra.run.smithi077.stdout:Installing weak dependencies: 2024-09-17T01:42:57.667 INFO:teuthology.orchestra.run.smithi077.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-17T01:42:57.667 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:42:57.667 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:42:57.667 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:42:57.667 INFO:teuthology.orchestra.run.smithi077.stdout:Install 30 Packages 2024-09-17T01:42:57.667 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrade 2 Packages 2024-09-17T01:42:57.667 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:42:57.668 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 60 M 2024-09-17T01:42:57.668 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:42:58.103 INFO:teuthology.orchestra.run.smithi145.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 76 kB/s | 42 kB 00:00 2024-09-17T01:42:58.261 INFO:teuthology.orchestra.run.smithi145.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 351 kB/s | 292 kB 00:00 2024-09-17T01:42:58.329 INFO:teuthology.orchestra.run.smithi077.stdout:(1/32): ceph-base-19.1.1-330.gc2ddf972.el9.x86_ 11 MB/s | 5.4 MB 00:00 2024-09-17T01:42:58.404 INFO:teuthology.orchestra.run.smithi077.stdout:(2/32): ceph-selinux-19.1.1-330.gc2ddf972.el9.x 336 kB/s | 25 kB 00:00 2024-09-17T01:42:58.411 INFO:teuthology.orchestra.run.smithi145.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 593 kB/s | 662 kB 00:01 2024-09-17T01:42:58.496 INFO:teuthology.orchestra.run.smithi077.stdout:(3/32): libcephfs2-19.1.1-330.gc2ddf972.el9.x86 8.0 MB/s | 751 kB 00:00 2024-09-17T01:42:58.588 INFO:teuthology.orchestra.run.smithi077.stdout:(4/32): libradosstriper1-19.1.1-330.gc2ddf972.e 5.4 MB/s | 506 kB 00:00 2024-09-17T01:42:58.697 INFO:teuthology.orchestra.run.smithi077.stdout:(5/32): ceph-radosgw-19.1.1-330.gc2ddf972.el9.x 12 MB/s | 11 MB 00:00 2024-09-17T01:42:58.755 INFO:teuthology.orchestra.run.smithi077.stdout:(6/32): python3-ceph-argparse-19.1.1-330.gc2ddf 776 kB/s | 45 kB 00:00 2024-09-17T01:42:58.839 INFO:teuthology.orchestra.run.smithi077.stdout:(7/32): python3-ceph-common-19.1.1-330.gc2ddf97 1.6 MB/s | 136 kB 00:00 2024-09-17T01:42:58.862 INFO:teuthology.orchestra.run.smithi145.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 60 kB/s | 36 kB 00:00 2024-09-17T01:42:58.887 INFO:teuthology.orchestra.run.smithi145.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 282 kB/s | 221 kB 00:00 2024-09-17T01:42:58.937 INFO:teuthology.orchestra.run.smithi145.stdout:(22/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 4.1 MB/s | 308 kB 00:00 2024-09-17T01:42:58.963 INFO:teuthology.orchestra.run.smithi145.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.1 MB/s | 26 kB 00:00 2024-09-17T01:42:58.988 INFO:teuthology.orchestra.run.smithi145.stdout:(24/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 82 kB/s | 47 kB 00:00 2024-09-17T01:42:59.013 INFO:teuthology.orchestra.run.smithi145.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 986 kB/s | 49 kB 00:00 2024-09-17T01:42:59.039 INFO:teuthology.orchestra.run.smithi077.stdout:(8/32): ceph-common-19.1.1-330.gc2ddf972.el9.x8 17 MB/s | 21 MB 00:01 2024-09-17T01:42:59.072 INFO:teuthology.orchestra.run.smithi145.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 16 MB/s | 839 kB 00:00 2024-09-17T01:42:59.097 INFO:teuthology.orchestra.run.smithi145.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 619 kB/s | 67 kB 00:00 2024-09-17T01:42:59.115 INFO:teuthology.orchestra.run.smithi077.stdout:(9/32): librgw2-19.1.1-330.gc2ddf972.el9.x86_64 10 MB/s | 5.3 MB 00:00 2024-09-17T01:42:59.122 INFO:teuthology.orchestra.run.smithi145.stdout:(28/32): re2-20211101-20.el9.x86_64.rpm 3.7 MB/s | 191 kB 00:00 2024-09-17T01:42:59.140 INFO:teuthology.orchestra.run.smithi077.stdout:(10/32): python3-cephfs-19.1.1-330.gc2ddf972.el 538 kB/s | 162 kB 00:00 2024-09-17T01:42:59.165 INFO:teuthology.orchestra.run.smithi077.stdout:(11/32): python3-rados-19.1.1-330.gc2ddf972.el9 2.5 MB/s | 320 kB 00:00 2024-09-17T01:42:59.190 INFO:teuthology.orchestra.run.smithi077.stdout:(12/32): python3-rbd-19.1.1-330.gc2ddf972.el9.x 3.9 MB/s | 300 kB 00:00 2024-09-17T01:42:59.216 INFO:teuthology.orchestra.run.smithi077.stdout:(13/32): python3-rgw-19.1.1-330.gc2ddf972.el9.x 1.3 MB/s | 99 kB 00:00 2024-09-17T01:42:59.231 INFO:teuthology.orchestra.run.smithi145.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-09-17T01:42:59.281 INFO:teuthology.orchestra.run.smithi145.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 8.6 MB/s | 1.6 MB 00:00 2024-09-17T01:42:59.398 INFO:teuthology.orchestra.run.smithi145.stdout:(31/32): librados2-19.1.1-330.gc2ddf972.el9.x86 12 MB/s | 3.4 MB 00:00 2024-09-17T01:42:59.523 INFO:teuthology.orchestra.run.smithi145.stdout:(32/32): librbd1-19.1.1-330.gc2ddf972.el9.x86_6 11 MB/s | 3.2 MB 00:00 2024-09-17T01:42:59.529 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:42:59.530 INFO:teuthology.orchestra.run.smithi145.stdout:Total 14 MB/s | 60 MB 00:04 2024-09-17T01:42:59.562 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T01:42:59.601 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T01:42:59.632 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:42:59.669 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:42:59.670 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:42:59.783 INFO:teuthology.orchestra.run.smithi077.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 80 kB/s | 45 kB 00:00 2024-09-17T01:42:59.883 INFO:teuthology.orchestra.run.smithi077.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 149 kB/s | 107 kB 00:00 2024-09-17T01:42:59.933 INFO:teuthology.orchestra.run.smithi077.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 216 kB/s | 160 kB 00:00 2024-09-17T01:43:00.164 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:43:00.165 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:43:00.180 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T01:43:00.212 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T01:43:00.301 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T01:43:00.301 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-17T01:43:00.301 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-17T01:43:00.301 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:00.358 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T01:43:00.500 INFO:teuthology.orchestra.run.smithi077.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 75 kB/s | 42 kB 00:00 2024-09-17T01:43:00.842 INFO:teuthology.orchestra.run.smithi077.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 305 kB/s | 292 kB 00:00 2024-09-17T01:43:01.334 INFO:teuthology.orchestra.run.smithi077.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 427 kB/s | 662 kB 00:01 2024-09-17T01:43:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 252 kB/s | 221 kB 00:00 2024-09-17T01:43:01.401 INFO:teuthology.orchestra.run.smithi077.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 64 kB/s | 36 kB 00:00 2024-09-17T01:43:01.451 INFO:teuthology.orchestra.run.smithi077.stdout:(22/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 4.0 MB/s | 308 kB 00:00 2024-09-17T01:43:01.477 INFO:teuthology.orchestra.run.smithi077.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.1 MB/s | 26 kB 00:00 2024-09-17T01:43:01.502 INFO:teuthology.orchestra.run.smithi077.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-09-17T01:43:01.527 INFO:teuthology.orchestra.run.smithi077.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2024-09-17T01:43:01.586 INFO:teuthology.orchestra.run.smithi077.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 14 MB/s | 839 kB 00:00 2024-09-17T01:43:01.618 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:43:01.627 INFO:teuthology.orchestra.run.smithi077.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 5.5 MB/s | 191 kB 00:00 2024-09-17T01:43:01.711 INFO:teuthology.orchestra.run.smithi077.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 15 MB/s | 4.4 MB 00:00 2024-09-17T01:43:01.720 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-17T01:43:01.754 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-17T01:43:01.762 INFO:teuthology.orchestra.run.smithi077.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-09-17T01:43:01.779 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-17T01:43:01.809 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T01:43:01.835 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T01:43:01.962 INFO:teuthology.orchestra.run.smithi077.stdout:(30/32): librados2-19.1.1-330.gc2ddf972.el9.x86 14 MB/s | 3.4 MB 00:00 2024-09-17T01:43:02.003 INFO:teuthology.orchestra.run.smithi077.stdout:(31/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 71 kB/s | 47 kB 00:00 2024-09-17T01:43:02.028 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T01:43:02.062 INFO:teuthology.orchestra.run.smithi077.stdout:(32/32): librbd1-19.1.1-330.gc2ddf972.el9.x86_6 11 MB/s | 3.2 MB 00:00 2024-09-17T01:43:02.066 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:02.066 INFO:teuthology.orchestra.run.smithi077.stdout:Total 14 MB/s | 60 MB 00:04 2024-09-17T01:43:02.081 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T01:43:02.170 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:43:02.206 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:43:02.206 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:43:02.418 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-17T01:43:02.547 INFO:teuthology.orchestra.run.smithi145.stdout: Upgrading : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T01:43:02.639 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T01:43:02.699 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:43:02.699 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:43:02.741 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 8/34 2024-09-17T01:43:02.765 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T01:43:02.828 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T01:43:02.856 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-17T01:43:02.900 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 11/34 2024-09-17T01:43:02.970 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T01:43:02.992 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T01:43:03.056 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T01:43:03.091 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-17T01:43:03.201 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-17T01:43:03.242 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-17T01:43:03.290 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-17T01:43:03.324 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-17T01:43:03.353 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-17T01:43:03.386 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-17T01:43:03.706 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-17T01:43:03.749 INFO:teuthology.orchestra.run.smithi145.stdout: Upgrading : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T01:43:03.839 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T01:43:03.870 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 23/34 2024-09-17T01:43:03.905 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-17T01:43:04.174 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:43:04.255 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-17T01:43:04.292 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-17T01:43:04.318 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-17T01:43:04.340 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T01:43:04.366 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T01:43:04.388 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-17T01:43:04.418 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T01:43:04.516 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T01:43:04.556 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T01:43:04.591 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 27/34 2024-09-17T01:43:04.620 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 28/34 2024-09-17T01:43:04.633 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T01:43:05.027 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-17T01:43:05.103 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T01:43:05.179 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T01:43:05.267 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 8/34 2024-09-17T01:43:05.296 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T01:43:05.360 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T01:43:05.404 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-17T01:43:05.448 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 11/34 2024-09-17T01:43:05.518 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T01:43:05.540 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T01:43:05.604 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T01:43:05.638 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-17T01:43:05.748 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-17T01:43:05.781 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-17T01:43:05.823 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-17T01:43:05.862 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-17T01:43:05.892 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-17T01:43:05.935 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-17T01:43:06.253 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-17T01:43:06.296 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T01:43:06.378 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T01:43:06.409 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 23/34 2024-09-17T01:43:06.445 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-17T01:43:06.934 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-17T01:43:06.965 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T01:43:06.980 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T01:43:07.033 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T01:43:07.049 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T01:43:07.123 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 27/34 2024-09-17T01:43:07.150 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 28/34 2024-09-17T01:43:07.611 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T01:43:07.662 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T01:43:07.758 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T01:43:07.758 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-17T01:43:07.758 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-17T01:43:07.758 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:07.796 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T01:43:09.418 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T01:43:09.463 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T01:43:10.020 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T01:43:10.059 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T01:43:10.144 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T01:43:10.144 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-17T01:43:10.144 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-17T01:43:10.144 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:10.193 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T01:43:10.575 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T01:43:10.575 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /sys 2024-09-17T01:43:10.575 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /proc 2024-09-17T01:43:10.575 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /mnt 2024-09-17T01:43:10.575 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /var/tmp 2024-09-17T01:43:10.575 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /home 2024-09-17T01:43:10.575 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /root 2024-09-17T01:43:10.575 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /tmp 2024-09-17T01:43:10.576 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:11.565 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T01:43:11.591 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T01:43:11.592 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:11.592 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-17T01:43:11.592 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:43:11.592 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:43:11.592 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:11.593 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T01:43:11.676 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T01:43:11.677 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T01:43:12.821 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T01:43:12.821 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 1/34 2024-09-17T01:43:12.821 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2/34 2024-09-17T01:43:12.821 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 3/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 4/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 5/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 6/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 8/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 9/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 10/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 11/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-17T01:43:12.822 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-17T01:43:12.823 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-17T01:43:12.823 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-17T01:43:12.823 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-17T01:43:12.823 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-17T01:43:12.823 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-17T01:43:12.823 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-17T01:43:12.823 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-17T01:43:12.823 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-17T01:43:12.823 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-17T01:43:12.824 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-17T01:43:12.824 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-17T01:43:12.824 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-17T01:43:12.825 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-17T01:43:12.825 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-17T01:43:12.825 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T01:43:12.825 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-17T01:43:12.825 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 33/34 2024-09-17T01:43:13.794 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T01:43:13.794 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:13.794 INFO:teuthology.orchestra.run.smithi094.stdout:Upgraded: 2024-09-17T01:43:13.794 INFO:teuthology.orchestra.run.smithi094.stdout: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.794 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.794 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:43:13.794 INFO:teuthology.orchestra.run.smithi094.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-17T01:43:13.794 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.794 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.794 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-17T01:43:13.795 INFO:teuthology.orchestra.run.smithi094.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: re2-1:20211101-20.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:13.796 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:43:14.170 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-test 2024-09-17T01:43:14.752 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:27 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:43:14.883 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:43:14.883 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:14.883 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-17T01:43:14.883 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:14.883 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:43:14.884 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 49 M 2024-09-17T01:43:14.884 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-17T01:43:14.884 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 163 k 2024-09-17T01:43:14.884 INFO:teuthology.orchestra.run.smithi094.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-17T01:43:14.884 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-17T01:43:14.884 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:14.884 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:43:14.884 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:14.884 INFO:teuthology.orchestra.run.smithi094.stdout:Install 4 Packages 2024-09-17T01:43:14.884 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:14.885 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 49 M 2024-09-17T01:43:14.885 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 209 M 2024-09-17T01:43:14.885 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:43:15.077 INFO:teuthology.orchestra.run.smithi094.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.0 MB/s | 304 kB 00:00 2024-09-17T01:43:15.110 INFO:teuthology.orchestra.run.smithi094.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2024-09-17T01:43:15.135 INFO:teuthology.orchestra.run.smithi094.stdout:(3/4): libcephsqlite-19.1.1-330.gc2ddf972.el9.x 802 kB/s | 163 kB 00:00 2024-09-17T01:43:16.444 INFO:teuthology.orchestra.run.smithi094.stdout:(4/4): ceph-test-19.1.1-330.gc2ddf972.el9.x86_6 32 MB/s | 49 MB 00:01 2024-09-17T01:43:16.446 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:16.447 INFO:teuthology.orchestra.run.smithi094.stdout:Total 31 MB/s | 49 MB 00:01 2024-09-17T01:43:16.475 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:43:16.496 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:43:16.496 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:43:16.890 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:43:16.890 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:43:17.431 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:43:17.522 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-17T01:43:17.560 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-17T01:43:17.596 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T01:43:17.977 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T01:43:17.977 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /sys 2024-09-17T01:43:17.977 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /proc 2024-09-17T01:43:17.977 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /mnt 2024-09-17T01:43:17.977 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /var/tmp 2024-09-17T01:43:17.978 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /home 2024-09-17T01:43:17.978 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /root 2024-09-17T01:43:17.978 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /tmp 2024-09-17T01:43:17.978 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:18.974 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T01:43:19.000 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T01:43:19.000 INFO:teuthology.orchestra.run.smithi145.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:19.000 INFO:teuthology.orchestra.run.smithi145.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-17T01:43:19.000 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:43:19.000 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:43:19.000 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:19.002 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T01:43:19.085 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T01:43:19.085 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T01:43:20.029 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T01:43:20.029 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /sys 2024-09-17T01:43:20.029 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /proc 2024-09-17T01:43:20.030 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /mnt 2024-09-17T01:43:20.030 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /var/tmp 2024-09-17T01:43:20.030 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /home 2024-09-17T01:43:20.030 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /root 2024-09-17T01:43:20.030 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /tmp 2024-09-17T01:43:20.030 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:20.286 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T01:43:20.286 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 1/34 2024-09-17T01:43:20.286 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2/34 2024-09-17T01:43:20.286 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 3/34 2024-09-17T01:43:20.286 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 4/34 2024-09-17T01:43:20.286 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 5/34 2024-09-17T01:43:20.286 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 6/34 2024-09-17T01:43:20.286 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T01:43:20.286 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 8/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 9/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 10/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 11/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-17T01:43:20.287 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-17T01:43:20.288 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-17T01:43:20.288 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-17T01:43:20.288 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-17T01:43:20.288 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-17T01:43:20.288 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-17T01:43:20.288 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-17T01:43:20.288 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-17T01:43:20.288 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-17T01:43:20.288 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T01:43:20.288 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-17T01:43:20.288 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 33/34 2024-09-17T01:43:21.026 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T01:43:21.053 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T01:43:21.053 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:21.053 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-17T01:43:21.053 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:43:21.053 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:43:21.053 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:21.055 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T01:43:21.128 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T01:43:21.129 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T01:43:21.309 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T01:43:21.309 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:21.309 INFO:teuthology.orchestra.run.smithi145.stdout:Upgraded: 2024-09-17T01:43:21.309 INFO:teuthology.orchestra.run.smithi145.stdout: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.310 INFO:teuthology.orchestra.run.smithi145.stdout: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.310 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:43:21.310 INFO:teuthology.orchestra.run.smithi145.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-17T01:43:21.310 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.310 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.311 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.311 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.311 INFO:teuthology.orchestra.run.smithi145.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-17T01:43:21.311 INFO:teuthology.orchestra.run.smithi145.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-17T01:43:21.311 INFO:teuthology.orchestra.run.smithi145.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-17T01:43:21.311 INFO:teuthology.orchestra.run.smithi145.stdout: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.311 INFO:teuthology.orchestra.run.smithi145.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-17T01:43:21.311 INFO:teuthology.orchestra.run.smithi145.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-17T01:43:21.312 INFO:teuthology.orchestra.run.smithi145.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-17T01:43:21.312 INFO:teuthology.orchestra.run.smithi145.stdout: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.312 INFO:teuthology.orchestra.run.smithi145.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-17T01:43:21.312 INFO:teuthology.orchestra.run.smithi145.stdout: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.312 INFO:teuthology.orchestra.run.smithi145.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-17T01:43:21.312 INFO:teuthology.orchestra.run.smithi145.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-17T01:43:21.312 INFO:teuthology.orchestra.run.smithi145.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-17T01:43:21.313 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.313 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.313 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.313 INFO:teuthology.orchestra.run.smithi145.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-17T01:43:21.313 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.313 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.313 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:21.314 INFO:teuthology.orchestra.run.smithi145.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-17T01:43:21.314 INFO:teuthology.orchestra.run.smithi145.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-17T01:43:21.314 INFO:teuthology.orchestra.run.smithi145.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-17T01:43:21.314 INFO:teuthology.orchestra.run.smithi145.stdout: re2-1:20211101-20.el9.x86_64 2024-09-17T01:43:21.314 INFO:teuthology.orchestra.run.smithi145.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-17T01:43:21.314 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:21.314 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:43:21.703 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-test 2024-09-17T01:43:22.226 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T01:43:22.263 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T01:43:22.263 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 1/34 2024-09-17T01:43:22.263 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2/34 2024-09-17T01:43:22.263 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 3/34 2024-09-17T01:43:22.263 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 4/34 2024-09-17T01:43:22.263 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 5/34 2024-09-17T01:43:22.263 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 6/34 2024-09-17T01:43:22.263 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T01:43:22.263 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 8/34 2024-09-17T01:43:22.263 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 9/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 10/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 11/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-17T01:43:22.264 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-17T01:43:22.265 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-17T01:43:22.265 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-17T01:43:22.265 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-17T01:43:22.265 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-17T01:43:22.265 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-17T01:43:22.265 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-17T01:43:22.265 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-17T01:43:22.265 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-17T01:43:22.265 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T01:43:22.265 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-17T01:43:22.265 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 33/34 2024-09-17T01:43:22.278 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:30 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:43:22.304 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T01:43:22.410 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:43:22.410 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:22.410 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-test x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 49 M 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout: libcephsqlite x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 163 k 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout:Install 4 Packages 2024-09-17T01:43:22.411 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:22.412 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 49 M 2024-09-17T01:43:22.412 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 209 M 2024-09-17T01:43:22.412 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:43:22.880 INFO:teuthology.orchestra.run.smithi145.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.4 MB/s | 304 kB 00:00 2024-09-17T01:43:22.906 INFO:teuthology.orchestra.run.smithi145.stdout:(2/4): libcephsqlite-19.1.1-330.gc2ddf972.el9.x 688 kB/s | 163 kB 00:00 2024-09-17T01:43:22.931 INFO:teuthology.orchestra.run.smithi145.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-09-17T01:43:23.091 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T01:43:23.091 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:23.091 INFO:teuthology.orchestra.run.smithi077.stdout:Upgraded: 2024-09-17T01:43:23.091 INFO:teuthology.orchestra.run.smithi077.stdout: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.092 INFO:teuthology.orchestra.run.smithi077.stdout: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.092 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:43:23.092 INFO:teuthology.orchestra.run.smithi077.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-17T01:43:23.092 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.092 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.092 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.092 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.092 INFO:teuthology.orchestra.run.smithi077.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-17T01:43:23.093 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: re2-1:20211101-20.el9.x86_64 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-17T01:43:23.094 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:23.095 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:43:23.419 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-test 2024-09-17T01:43:24.000 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:29 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:43:24.132 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:43:24.133 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:24.133 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T01:43:24.133 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:24.133 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:43:24.133 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-test x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 49 M 2024-09-17T01:43:24.133 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T01:43:24.133 INFO:teuthology.orchestra.run.smithi077.stdout: libcephsqlite x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 163 k 2024-09-17T01:43:24.134 INFO:teuthology.orchestra.run.smithi077.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-17T01:43:24.134 INFO:teuthology.orchestra.run.smithi077.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-17T01:43:24.134 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:24.134 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:43:24.134 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:24.134 INFO:teuthology.orchestra.run.smithi077.stdout:Install 4 Packages 2024-09-17T01:43:24.134 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:24.134 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 49 M 2024-09-17T01:43:24.135 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 209 M 2024-09-17T01:43:24.135 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:43:24.223 INFO:teuthology.orchestra.run.smithi145.stdout:(4/4): ceph-test-19.1.1-330.gc2ddf972.el9.x86_6 31 MB/s | 49 MB 00:01 2024-09-17T01:43:24.225 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:24.225 INFO:teuthology.orchestra.run.smithi145.stdout:Total 27 MB/s | 49 MB 00:01 2024-09-17T01:43:24.253 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:43:24.273 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:43:24.273 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:43:24.377 INFO:teuthology.orchestra.run.smithi077.stdout:(1/4): libcephsqlite-19.1.1-330.gc2ddf972.el9.x 758 kB/s | 163 kB 00:00 2024-09-17T01:43:24.674 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:43:24.674 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:43:24.685 INFO:teuthology.orchestra.run.smithi077.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 580 kB/s | 304 kB 00:00 2024-09-17T01:43:24.719 INFO:teuthology.orchestra.run.smithi077.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 186 kB/s | 64 kB 00:00 2024-09-17T01:43:24.872 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T01:43:24.873 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 1/4 2024-09-17T01:43:24.873 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2/4 2024-09-17T01:43:24.873 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-17T01:43:25.206 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:43:25.275 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-17T01:43:25.275 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:25.275 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:43:25.275 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:25.275 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:25.275 INFO:teuthology.orchestra.run.smithi094.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-17T01:43:25.275 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-17T01:43:25.275 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:25.276 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:43:25.291 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-17T01:43:25.339 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-17T01:43:25.366 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T01:43:25.488 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph 2024-09-17T01:43:25.744 INFO:teuthology.orchestra.run.smithi077.stdout:(4/4): ceph-test-19.1.1-330.gc2ddf972.el9.x86_6 31 MB/s | 49 MB 00:01 2024-09-17T01:43:25.746 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:25.746 INFO:teuthology.orchestra.run.smithi077.stdout:Total 31 MB/s | 49 MB 00:01 2024-09-17T01:43:25.774 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:43:25.794 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:43:25.795 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:43:26.068 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:39 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:43:26.196 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:43:26.196 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:43:26.208 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:43:26.210 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:26.210 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-17T01:43:26.210 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:26.210 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:43:26.211 INFO:teuthology.orchestra.run.smithi094.stdout: ceph x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 6.5 k 2024-09-17T01:43:26.211 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-17T01:43:26.211 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 2.4 M 2024-09-17T01:43:26.211 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 1.5 M 2024-09-17T01:43:26.211 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 249 k 2024-09-17T01:43:26.211 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 4.7 M 2024-09-17T01:43:26.211 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 17 M 2024-09-17T01:43:26.211 INFO:teuthology.orchestra.run.smithi094.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-17T01:43:26.211 INFO:teuthology.orchestra.run.smithi094.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-17T01:43:26.211 INFO:teuthology.orchestra.run.smithi094.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-17T01:43:26.211 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-17T01:43:26.212 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-17T01:43:26.212 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-17T01:43:26.212 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-17T01:43:26.212 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-17T01:43:26.212 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-17T01:43:26.212 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-17T01:43:26.212 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-17T01:43:26.212 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-17T01:43:26.212 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-17T01:43:26.212 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-17T01:43:26.212 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-17T01:43:26.213 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-17T01:43:26.213 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-17T01:43:26.213 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-17T01:43:26.213 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-17T01:43:26.213 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-17T01:43:26.213 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-17T01:43:26.213 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-17T01:43:26.213 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-17T01:43:26.213 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-17T01:43:26.213 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-17T01:43:26.213 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-17T01:43:26.214 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-17T01:43:26.214 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-17T01:43:26.214 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-17T01:43:26.214 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-17T01:43:26.214 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-17T01:43:26.214 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:26.214 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:43:26.214 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:26.214 INFO:teuthology.orchestra.run.smithi094.stdout:Install 37 Packages 2024-09-17T01:43:26.214 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:26.215 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 30 M 2024-09-17T01:43:26.215 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 108 M 2024-09-17T01:43:26.215 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:43:26.733 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:43:26.811 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-17T01:43:26.860 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-17T01:43:26.861 INFO:teuthology.orchestra.run.smithi094.stdout:(1/37): ceph-19.1.1-330.gc2ddf972.el9.x86_64.rp 48 kB/s | 6.5 kB 00:00 2024-09-17T01:43:26.887 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T01:43:27.045 INFO:teuthology.orchestra.run.smithi094.stdout:(2/37): ceph-mgr-19.1.1-330.gc2ddf972.el9.x86_6 4.8 MB/s | 1.5 MB 00:00 2024-09-17T01:43:27.095 INFO:teuthology.orchestra.run.smithi094.stdout:(3/37): ceph-mds-19.1.1-330.gc2ddf972.el9.x86_6 6.4 MB/s | 2.4 MB 00:00 2024-09-17T01:43:27.170 INFO:teuthology.orchestra.run.smithi094.stdout:(4/37): ceph-mgr-modules-core-19.1.1-330.gc2ddf 3.3 MB/s | 249 kB 00:00 2024-09-17T01:43:27.271 INFO:teuthology.orchestra.run.smithi094.stdout:(5/37): ceph-mon-19.1.1-330.gc2ddf972.el9.x86_6 12 MB/s | 4.7 MB 00:00 2024-09-17T01:43:27.396 INFO:teuthology.orchestra.run.smithi094.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-09-17T01:43:27.471 INFO:teuthology.orchestra.run.smithi094.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 1.4 MB/s | 106 kB 00:00 2024-09-17T01:43:27.513 INFO:teuthology.orchestra.run.smithi094.stdout:(8/37): python3-cryptography-36.0.1-4.el9.x86_6 5.1 MB/s | 1.2 MB 00:00 2024-09-17T01:43:27.705 INFO:teuthology.orchestra.run.smithi094.stdout:(9/37): ceph-osd-19.1.1-330.gc2ddf972.el9.x86_6 26 MB/s | 17 MB 00:00 2024-09-17T01:43:27.730 INFO:teuthology.orchestra.run.smithi094.stdout:(10/37): python3-pycparser-2.20-6.el9.noarch.rp 522 kB/s | 135 kB 00:00 2024-09-17T01:43:27.756 INFO:teuthology.orchestra.run.smithi094.stdout:(11/37): python3-requests-2.25.1-8.el9.noarch.r 515 kB/s | 125 kB 00:00 2024-09-17T01:43:27.873 INFO:teuthology.orchestra.run.smithi094.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.3 MB/s | 215 kB 00:00 2024-09-17T01:43:27.898 INFO:teuthology.orchestra.run.smithi094.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 188 kB 00:00 2024-09-17T01:43:27.923 INFO:teuthology.orchestra.run.smithi094.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-09-17T01:43:27.965 INFO:teuthology.orchestra.run.smithi094.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.1 MB/s | 77 kB 00:00 2024-09-17T01:43:27.990 INFO:teuthology.orchestra.run.smithi094.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 760 kB/s | 51 kB 00:00 2024-09-17T01:43:28.024 INFO:teuthology.orchestra.run.smithi094.stdout:(17/37): python3-markupsafe-1.1.1-12.el9.x86_64 230 kB/s | 35 kB 00:00 2024-09-17T01:43:28.058 INFO:teuthology.orchestra.run.smithi094.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 451 kB/s | 42 kB 00:00 2024-09-17T01:43:28.083 INFO:teuthology.orchestra.run.smithi094.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 241 kB/s | 22 kB 00:00 2024-09-17T01:43:28.134 INFO:teuthology.orchestra.run.smithi094.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.4 MB/s | 151 kB 00:00 2024-09-17T01:43:28.159 INFO:teuthology.orchestra.run.smithi094.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 432 kB/s | 43 kB 00:00 2024-09-17T01:43:28.184 INFO:teuthology.orchestra.run.smithi094.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 427 kB/s | 11 kB 00:00 2024-09-17T01:43:28.209 INFO:teuthology.orchestra.run.smithi094.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 710 kB/s | 18 kB 00:00 2024-09-17T01:43:28.235 INFO:teuthology.orchestra.run.smithi094.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-09-17T01:43:28.260 INFO:teuthology.orchestra.run.smithi094.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-09-17T01:43:28.285 INFO:teuthology.orchestra.run.smithi094.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-17T01:43:28.310 INFO:teuthology.orchestra.run.smithi094.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-17T01:43:28.336 INFO:teuthology.orchestra.run.smithi094.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-09-17T01:43:28.361 INFO:teuthology.orchestra.run.smithi094.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-09-17T01:43:28.386 INFO:teuthology.orchestra.run.smithi094.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-17T01:43:28.411 INFO:teuthology.orchestra.run.smithi094.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-09-17T01:43:28.437 INFO:teuthology.orchestra.run.smithi094.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-17T01:43:28.462 INFO:teuthology.orchestra.run.smithi094.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-17T01:43:28.487 INFO:teuthology.orchestra.run.smithi094.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-17T01:43:28.513 INFO:teuthology.orchestra.run.smithi094.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-09-17T01:43:28.538 INFO:teuthology.orchestra.run.smithi094.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-09-17T01:43:28.571 INFO:teuthology.orchestra.run.smithi094.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-17T01:43:28.575 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:28.575 INFO:teuthology.orchestra.run.smithi094.stdout:Total 13 MB/s | 30 MB 00:02 2024-09-17T01:43:28.729 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:43:28.769 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:43:28.770 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:43:29.194 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:43:29.194 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:43:30.000 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T01:43:30.081 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T01:43:30.515 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:43:30.574 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-17T01:43:30.615 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-17T01:43:30.643 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-17T01:43:30.714 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-17T01:43:30.776 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-17T01:43:30.809 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-17T01:43:30.909 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-17T01:43:30.996 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-17T01:43:31.056 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-17T01:43:31.113 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-17T01:43:31.143 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-17T01:43:31.178 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-17T01:43:31.211 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-17T01:43:31.252 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-17T01:43:31.295 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-17T01:43:31.330 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-17T01:43:31.378 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-17T01:43:31.410 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-17T01:43:31.484 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-17T01:43:31.501 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T01:43:31.578 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T01:43:31.622 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-17T01:43:31.718 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-17T01:43:31.772 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-17T01:43:31.810 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-17T01:43:31.859 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-17T01:43:31.914 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-17T01:43:32.119 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-17T01:43:32.173 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-17T01:43:32.251 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-17T01:43:32.339 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-17T01:43:32.381 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-17T01:43:32.497 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-17T01:43:32.602 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T01:43:32.602 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 1/4 2024-09-17T01:43:32.602 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2/4 2024-09-17T01:43:32.602 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-17T01:43:32.652 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 32/37 2024-09-17T01:43:32.691 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T01:43:32.716 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T01:43:32.716 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:32.716 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-17T01:43:32.716 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T01:43:32.716 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T01:43:32.717 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:32.955 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-17T01:43:32.955 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:32.955 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:43:32.955 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:32.955 INFO:teuthology.orchestra.run.smithi145.stdout: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:32.956 INFO:teuthology.orchestra.run.smithi145.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-17T01:43:32.956 INFO:teuthology.orchestra.run.smithi145.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-17T01:43:32.956 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:32.956 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:43:33.190 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph 2024-09-17T01:43:33.800 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:41 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:43:33.948 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:43:33.950 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:33.950 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout: ceph x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 6.5 k 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mds x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 2.4 M 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 1.5 M 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-modules-core noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 249 k 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mon x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 4.7 M 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-osd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 17 M 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-17T01:43:33.951 INFO:teuthology.orchestra.run.smithi145.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-17T01:43:33.952 INFO:teuthology.orchestra.run.smithi145.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-17T01:43:33.952 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-17T01:43:33.952 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-17T01:43:33.952 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-17T01:43:33.952 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-17T01:43:33.952 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-17T01:43:33.952 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-17T01:43:33.952 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-17T01:43:33.952 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-17T01:43:33.952 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-17T01:43:33.953 INFO:teuthology.orchestra.run.smithi145.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-17T01:43:33.954 INFO:teuthology.orchestra.run.smithi145.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-17T01:43:33.954 INFO:teuthology.orchestra.run.smithi145.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-17T01:43:33.954 INFO:teuthology.orchestra.run.smithi145.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-17T01:43:33.954 INFO:teuthology.orchestra.run.smithi145.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-17T01:43:33.954 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:33.954 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:43:33.954 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:33.954 INFO:teuthology.orchestra.run.smithi145.stdout:Install 37 Packages 2024-09-17T01:43:33.954 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:33.955 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 30 M 2024-09-17T01:43:33.955 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 108 M 2024-09-17T01:43:33.955 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:43:33.969 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T01:43:33.969 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 1/4 2024-09-17T01:43:33.969 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2/4 2024-09-17T01:43:33.969 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-17T01:43:34.226 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T01:43:34.256 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T01:43:34.256 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:34.256 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-17T01:43:34.256 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T01:43:34.256 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T01:43:34.256 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:34.385 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-17T01:43:34.385 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:34.385 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:43:34.385 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:34.386 INFO:teuthology.orchestra.run.smithi077.stdout: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:34.386 INFO:teuthology.orchestra.run.smithi077.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-17T01:43:34.386 INFO:teuthology.orchestra.run.smithi077.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-17T01:43:34.386 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:34.386 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:43:34.541 INFO:teuthology.orchestra.run.smithi145.stdout:(1/37): ceph-19.1.1-330.gc2ddf972.el9.x86_64.rp 48 kB/s | 6.5 kB 00:00 2024-09-17T01:43:34.629 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph 2024-09-17T01:43:34.710 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T01:43:34.735 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T01:43:34.735 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:34.735 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-17T01:43:34.735 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T01:43:34.735 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T01:43:34.735 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:34.750 INFO:teuthology.orchestra.run.smithi145.stdout:(2/37): ceph-mds-19.1.1-330.gc2ddf972.el9.x86_6 6.9 MB/s | 2.4 MB 00:00 2024-09-17T01:43:34.800 INFO:teuthology.orchestra.run.smithi145.stdout:(3/37): ceph-mgr-19.1.1-330.gc2ddf972.el9.x86_6 3.8 MB/s | 1.5 MB 00:00 2024-09-17T01:43:34.909 INFO:teuthology.orchestra.run.smithi145.stdout:(4/37): ceph-mgr-modules-core-19.1.1-330.gc2ddf 2.3 MB/s | 249 kB 00:00 2024-09-17T01:43:34.969 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T01:43:34.975 INFO:teuthology.orchestra.run.smithi145.stdout:(5/37): ceph-mon-19.1.1-330.gc2ddf972.el9.x86_6 11 MB/s | 4.7 MB 00:00 2024-09-17T01:43:34.993 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T01:43:34.993 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:34.993 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-17T01:43:34.994 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T01:43:34.994 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T01:43:34.994 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:35.059 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T01:43:35.084 INFO:teuthology.orchestra.run.smithi145.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.4 MB/s | 253 kB 00:00 2024-09-17T01:43:35.126 INFO:teuthology.orchestra.run.smithi145.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-09-17T01:43:35.230 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:40 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:43:35.318 INFO:teuthology.orchestra.run.smithi145.stdout:(8/37): ceph-osd-19.1.1-330.gc2ddf972.el9.x86_6 30 MB/s | 17 MB 00:00 2024-09-17T01:43:35.343 INFO:teuthology.orchestra.run.smithi145.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 623 kB/s | 135 kB 00:00 2024-09-17T01:43:35.374 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:43:35.376 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:35.376 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T01:43:35.376 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout: ceph x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 6.5 k 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mds x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 2.4 M 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 1.5 M 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-modules-core noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 249 k 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mon x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 4.7 M 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-osd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 17 M 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-17T01:43:35.377 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-17T01:43:35.378 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-17T01:43:35.378 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-17T01:43:35.378 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-17T01:43:35.378 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-17T01:43:35.378 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-17T01:43:35.378 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-17T01:43:35.378 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-17T01:43:35.378 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-17T01:43:35.378 INFO:teuthology.orchestra.run.smithi077.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-17T01:43:35.379 INFO:teuthology.orchestra.run.smithi077.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-17T01:43:35.379 INFO:teuthology.orchestra.run.smithi077.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-17T01:43:35.379 INFO:teuthology.orchestra.run.smithi077.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-17T01:43:35.379 INFO:teuthology.orchestra.run.smithi077.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-17T01:43:35.380 INFO:teuthology.orchestra.run.smithi077.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-17T01:43:35.381 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:35.381 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:43:35.381 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:35.381 INFO:teuthology.orchestra.run.smithi077.stdout:Install 37 Packages 2024-09-17T01:43:35.381 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:35.381 INFO:teuthology.orchestra.run.smithi145.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 3.1 MB/s | 1.2 MB 00:00 2024-09-17T01:43:35.382 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 30 M 2024-09-17T01:43:35.382 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 108 M 2024-09-17T01:43:35.382 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:43:35.402 INFO:teuthology.orchestra.run.smithi145.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-17T01:43:35.444 INFO:teuthology.orchestra.run.smithi145.stdout:(12/37): python3-requests-2.25.1-8.el9.noarch.r 993 kB/s | 125 kB 00:00 2024-09-17T01:43:35.503 INFO:teuthology.orchestra.run.smithi145.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 188 kB 00:00 2024-09-17T01:43:35.528 INFO:teuthology.orchestra.run.smithi145.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 415 kB/s | 35 kB 00:00 2024-09-17T01:43:35.553 INFO:teuthology.orchestra.run.smithi145.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-09-17T01:43:35.579 INFO:teuthology.orchestra.run.smithi145.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.0 MB/s | 77 kB 00:00 2024-09-17T01:43:35.604 INFO:teuthology.orchestra.run.smithi145.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 676 kB/s | 51 kB 00:00 2024-09-17T01:43:35.629 INFO:teuthology.orchestra.run.smithi145.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 551 kB/s | 42 kB 00:00 2024-09-17T01:43:35.671 INFO:teuthology.orchestra.run.smithi145.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-17T01:43:35.705 INFO:teuthology.orchestra.run.smithi145.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 5.3 MB/s | 172 kB 00:00 2024-09-17T01:43:35.730 INFO:teuthology.orchestra.run.smithi145.stdout:(21/37): lua-devel-5.4.4-4.el9.x86_64.rpm 148 kB/s | 22 kB 00:00 2024-09-17T01:43:35.737 INFO:teuthology.orchestra.run.smithi077.stdout:(1/37): ceph-19.1.1-330.gc2ddf972.el9.x86_64.rp 58 kB/s | 6.5 kB 00:00 2024-09-17T01:43:35.764 INFO:teuthology.orchestra.run.smithi145.stdout:(22/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 324 kB/s | 43 kB 00:00 2024-09-17T01:43:35.789 INFO:teuthology.orchestra.run.smithi145.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 182 kB/s | 11 kB 00:00 2024-09-17T01:43:35.815 INFO:teuthology.orchestra.run.smithi145.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 366 kB/s | 18 kB 00:00 2024-09-17T01:43:35.839 INFO:teuthology.orchestra.run.smithi145.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 929 kB/s | 23 kB 00:00 2024-09-17T01:43:35.864 INFO:teuthology.orchestra.run.smithi145.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-09-17T01:43:35.890 INFO:teuthology.orchestra.run.smithi145.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-17T01:43:35.915 INFO:teuthology.orchestra.run.smithi145.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 919 kB/s | 46 kB 00:00 2024-09-17T01:43:35.929 INFO:teuthology.orchestra.run.smithi077.stdout:(2/37): ceph-mgr-19.1.1-330.gc2ddf972.el9.x86_6 5.0 MB/s | 1.5 MB 00:00 2024-09-17T01:43:35.940 INFO:teuthology.orchestra.run.smithi145.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-09-17T01:43:35.966 INFO:teuthology.orchestra.run.smithi145.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-17T01:43:35.979 INFO:teuthology.orchestra.run.smithi077.stdout:(3/37): ceph-mds-19.1.1-330.gc2ddf972.el9.x86_6 6.7 MB/s | 2.4 MB 00:00 2024-09-17T01:43:35.991 INFO:teuthology.orchestra.run.smithi145.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-09-17T01:43:36.016 INFO:teuthology.orchestra.run.smithi145.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-17T01:43:36.041 INFO:teuthology.orchestra.run.smithi145.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-17T01:43:36.054 INFO:teuthology.orchestra.run.smithi077.stdout:(4/37): ceph-mgr-modules-core-19.1.1-330.gc2ddf 3.3 MB/s | 249 kB 00:00 2024-09-17T01:43:36.067 INFO:teuthology.orchestra.run.smithi145.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-17T01:43:36.092 INFO:teuthology.orchestra.run.smithi145.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 798 kB/s | 20 kB 00:00 2024-09-17T01:43:36.125 INFO:teuthology.orchestra.run.smithi145.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-09-17T01:43:36.151 INFO:teuthology.orchestra.run.smithi145.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-17T01:43:36.154 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:36.154 INFO:teuthology.orchestra.run.smithi145.stdout:Total 14 MB/s | 30 MB 00:02 2024-09-17T01:43:36.296 INFO:teuthology.orchestra.run.smithi077.stdout:(5/37): ceph-mon-19.1.1-330.gc2ddf972.el9.x86_6 8.4 MB/s | 4.7 MB 00:00 2024-09-17T01:43:36.300 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:43:36.340 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:43:36.340 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:43:36.505 INFO:teuthology.orchestra.run.smithi077.stdout:(6/37): ceph-osd-19.1.1-330.gc2ddf972.el9.x86_6 29 MB/s | 17 MB 00:00 2024-09-17T01:43:36.852 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:43:36.853 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:43:36.900 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T01:43:36.901 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 1/37 2024-09-17T01:43:36.901 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2/37 2024-09-17T01:43:36.901 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 3/37 2024-09-17T01:43:36.901 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 4/37 2024-09-17T01:43:36.901 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 5/37 2024-09-17T01:43:36.901 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 6/37 2024-09-17T01:43:36.902 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-17T01:43:36.902 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-17T01:43:36.902 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-17T01:43:36.902 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-17T01:43:36.902 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-17T01:43:36.902 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-17T01:43:36.902 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-17T01:43:36.903 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-17T01:43:36.903 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-17T01:43:36.903 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-17T01:43:36.903 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-17T01:43:36.903 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-17T01:43:36.903 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-17T01:43:36.903 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-17T01:43:36.904 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-17T01:43:36.904 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-17T01:43:36.904 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-17T01:43:36.904 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-17T01:43:36.904 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-17T01:43:36.904 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-17T01:43:36.904 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-17T01:43:36.904 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-17T01:43:36.904 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-17T01:43:36.904 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-17T01:43:36.905 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-17T01:43:36.905 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-17T01:43:36.905 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-17T01:43:36.905 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-17T01:43:36.905 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-17T01:43:36.905 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-17T01:43:37.089 INFO:teuthology.orchestra.run.smithi077.stdout:(7/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 245 kB/s | 253 kB 00:01 2024-09-17T01:43:37.197 INFO:teuthology.orchestra.run.smithi077.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 154 kB/s | 106 kB 00:00 2024-09-17T01:43:37.781 INFO:teuthology.orchestra.run.smithi077.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 195 kB/s | 135 kB 00:00 2024-09-17T01:43:37.823 INFO:teuthology.orchestra.run.smithi077.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 826 kB/s | 1.2 MB 00:01 2024-09-17T01:43:37.873 INFO:teuthology.orchestra.run.smithi077.stdout:(11/37): python3-requests-2.25.1-8.el9.noarch.r 185 kB/s | 125 kB 00:00 2024-09-17T01:43:37.949 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-17T01:43:37.949 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:37.949 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:43:37.949 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:37.949 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:37.950 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:37.950 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:37.950 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:37.950 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:37.950 INFO:teuthology.orchestra.run.smithi094.stdout: lua-5.4.4-4.el9.x86_64 2024-09-17T01:43:37.951 INFO:teuthology.orchestra.run.smithi094.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-17T01:43:37.951 INFO:teuthology.orchestra.run.smithi094.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-17T01:43:37.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-17T01:43:37.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-17T01:43:37.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-17T01:43:37.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-17T01:43:37.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-17T01:43:37.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-17T01:43:37.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-17T01:43:37.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-17T01:43:37.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-17T01:43:37.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-17T01:43:37.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-17T01:43:37.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-17T01:43:37.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-17T01:43:37.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-17T01:43:37.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-17T01:43:37.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-17T01:43:37.953 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply-3.11-14.el9.noarch 2024-09-17T01:43:37.953 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-17T01:43:37.953 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-17T01:43:37.953 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-17T01:43:37.953 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-17T01:43:37.953 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-17T01:43:37.953 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-17T01:43:37.954 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-17T01:43:37.954 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-17T01:43:37.954 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-17T01:43:37.954 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-17T01:43:37.954 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-17T01:43:37.954 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:37.954 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:43:38.165 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:43:38.222 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-17T01:43:38.264 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-17T01:43:38.291 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-17T01:43:38.340 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-base 2024-09-17T01:43:38.362 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-17T01:43:38.415 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-17T01:43:38.447 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-17T01:43:38.540 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-17T01:43:38.548 INFO:teuthology.orchestra.run.smithi077.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 260 kB/s | 188 kB 00:00 2024-09-17T01:43:38.574 INFO:teuthology.orchestra.run.smithi077.stdout:(13/37): python3-urllib3-1.26.5-6.el9.noarch.rp 271 kB/s | 215 kB 00:00 2024-09-17T01:43:38.607 INFO:teuthology.orchestra.run.smithi077.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 235 kB/s | 172 kB 00:00 2024-09-17T01:43:38.626 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-17T01:43:38.675 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-17T01:43:38.710 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-17T01:43:38.740 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-17T01:43:38.775 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-17T01:43:38.808 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-17T01:43:38.851 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-17T01:43:38.892 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-17T01:43:38.915 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:51 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:43:38.926 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-17T01:43:38.974 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-17T01:43:39.002 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:43:39.006 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-17T01:43:39.046 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:43:39.046 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-17T01:43:39.047 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:43:39.079 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-17T01:43:39.121 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install cephadm 2024-09-17T01:43:39.124 INFO:teuthology.orchestra.run.smithi077.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 60 kB/s | 35 kB 00:00 2024-09-17T01:43:39.199 INFO:teuthology.orchestra.run.smithi077.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 123 kB/s | 77 kB 00:00 2024-09-17T01:43:39.224 INFO:teuthology.orchestra.run.smithi077.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 83 kB/s | 51 kB 00:00 2024-09-17T01:43:39.226 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-17T01:43:39.266 INFO:teuthology.orchestra.run.smithi077.stdout:(18/37): luarocks-3.9.2-5.el9.noarch.rpm 3.6 MB/s | 151 kB 00:00 2024-09-17T01:43:39.292 INFO:teuthology.orchestra.run.smithi077.stdout:(19/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2024-09-17T01:43:39.306 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-17T01:43:39.317 INFO:teuthology.orchestra.run.smithi077.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 243 kB/s | 22 kB 00:00 2024-09-17T01:43:39.351 INFO:teuthology.orchestra.run.smithi077.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-09-17T01:43:39.359 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-17T01:43:39.376 INFO:teuthology.orchestra.run.smithi077.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 461 kB/s | 11 kB 00:00 2024-09-17T01:43:39.398 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-17T01:43:39.401 INFO:teuthology.orchestra.run.smithi077.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 709 kB/s | 18 kB 00:00 2024-09-17T01:43:39.435 INFO:teuthology.orchestra.run.smithi077.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 896 kB/s | 23 kB 00:00 2024-09-17T01:43:39.455 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-17T01:43:39.460 INFO:teuthology.orchestra.run.smithi077.stdout:(25/37): python3-jaraco-functools-3.5.0-2.el9.n 775 kB/s | 19 kB 00:00 2024-09-17T01:43:39.493 INFO:teuthology.orchestra.run.smithi077.stdout:(26/37): python3-cherrypy-18.6.1-2.el9.noarch.r 2.0 MB/s | 358 kB 00:00 2024-09-17T01:43:39.511 INFO:teuthology.orchestra.run.smithi077.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-17T01:43:39.518 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-17T01:43:39.527 INFO:teuthology.orchestra.run.smithi077.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 1.4 MB/s | 46 kB 00:00 2024-09-17T01:43:39.553 INFO:teuthology.orchestra.run.smithi077.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.9 MB/s | 79 kB 00:00 2024-09-17T01:43:39.570 INFO:teuthology.orchestra.run.smithi077.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 985 kB/s | 16 kB 00:00 2024-09-17T01:43:39.595 INFO:teuthology.orchestra.run.smithi077.stdout:(31/37): python3-pecan-1.4.2-3.el9.noarch.rpm 4.0 MB/s | 272 kB 00:00 2024-09-17T01:43:39.621 INFO:teuthology.orchestra.run.smithi077.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-17T01:43:39.645 INFO:teuthology.orchestra.run.smithi077.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 711 kB/s | 36 kB 00:00 2024-09-17T01:43:39.671 INFO:teuthology.orchestra.run.smithi077.stdout:(34/37): python3-webob-1.8.8-2.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-09-17T01:43:39.696 INFO:teuthology.orchestra.run.smithi077.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 804 kB/s | 20 kB 00:00 2024-09-17T01:43:39.699 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:52 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:43:39.714 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-17T01:43:39.734 INFO:teuthology.orchestra.run.smithi077.stdout:(36/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.7 MB/s | 427 kB 00:00 2024-09-17T01:43:39.760 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-17T01:43:39.771 INFO:teuthology.orchestra.run.smithi077.stdout:(37/37): python3-toml-0.10.2-6.el9.noarch.rpm 64 kB/s | 42 kB 00:00 2024-09-17T01:43:39.777 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:39.777 INFO:teuthology.orchestra.run.smithi077.stdout:Total 6.9 MB/s | 30 MB 00:04 2024-09-17T01:43:39.829 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:43:39.830 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-17T01:43:39.830 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 765 k 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 765 k 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 771 k 2024-09-17T01:43:39.831 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:43:39.918 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-17T01:43:39.930 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:43:39.954 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-17T01:43:39.971 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:43:39.971 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:43:40.075 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-17T01:43:40.095 INFO:teuthology.orchestra.run.smithi094.stdout:cephadm-19.1.1-330.gc2ddf972.el9.noarch.rpm 2.8 MB/s | 765 kB 00:00 2024-09-17T01:43:40.095 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:40.096 INFO:teuthology.orchestra.run.smithi094.stdout:Total 2.8 MB/s | 765 kB 00:00 2024-09-17T01:43:40.096 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:43:40.101 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:43:40.101 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:43:40.107 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:43:40.107 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:43:40.179 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:43:40.241 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 32/37 2024-09-17T01:43:40.278 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T01:43:40.305 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T01:43:40.305 INFO:teuthology.orchestra.run.smithi145.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:40.305 INFO:teuthology.orchestra.run.smithi145.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-17T01:43:40.305 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T01:43:40.306 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T01:43:40.306 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:40.466 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:43:40.466 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:43:40.656 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:40.757 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:41.179 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:41.438 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:41.438 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:41.438 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:43:41.438 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:41.438 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:41.439 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:43:41.641 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-immutable-object-cache 2024-09-17T01:43:41.771 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T01:43:41.789 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:43:41.798 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T01:43:41.798 INFO:teuthology.orchestra.run.smithi145.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:41.799 INFO:teuthology.orchestra.run.smithi145.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-17T01:43:41.799 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T01:43:41.799 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T01:43:41.799 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:41.858 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-17T01:43:41.901 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-17T01:43:41.927 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-17T01:43:42.017 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-17T01:43:42.067 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-17T01:43:42.100 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-17T01:43:42.193 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-17T01:43:42.226 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:55 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:43:42.238 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T01:43:42.262 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T01:43:42.262 INFO:teuthology.orchestra.run.smithi145.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:42.262 INFO:teuthology.orchestra.run.smithi145.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-17T01:43:42.263 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T01:43:42.263 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T01:43:42.263 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:42.271 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-17T01:43:42.320 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-17T01:43:42.354 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-17T01:43:42.358 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:43:42.359 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:42.359 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-17T01:43:42.359 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:42.359 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:43:42.359 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 145 k 2024-09-17T01:43:42.360 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:42.360 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:43:42.360 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:42.360 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-17T01:43:42.360 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:42.360 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 145 k 2024-09-17T01:43:42.360 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 435 k 2024-09-17T01:43:42.361 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:43:42.384 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-17T01:43:42.419 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-17T01:43:42.452 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-17T01:43:42.489 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T01:43:42.493 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-17T01:43:42.513 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T01:43:42.513 INFO:teuthology.orchestra.run.smithi145.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:42.513 INFO:teuthology.orchestra.run.smithi145.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-17T01:43:42.513 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T01:43:42.514 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T01:43:42.514 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:42.536 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-17T01:43:42.570 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-17T01:43:42.577 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T01:43:42.578 INFO:teuthology.orchestra.run.smithi094.stdout:ceph-immutable-object-cache-19.1.1-330.gc2ddf97 672 kB/s | 145 kB 00:00 2024-09-17T01:43:42.578 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:42.578 INFO:teuthology.orchestra.run.smithi094.stdout:Total 666 kB/s | 145 kB 00:00 2024-09-17T01:43:42.578 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:43:42.586 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:43:42.586 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:43:42.619 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-17T01:43:42.644 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:43:42.644 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:43:42.667 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-17T01:43:42.749 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-17T01:43:42.804 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:43:42.887 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-17T01:43:42.903 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T01:43:42.929 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T01:43:42.929 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:42.929 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-17T01:43:42.929 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:42.968 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-17T01:43:43.020 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-17T01:43:43.059 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-17T01:43:43.125 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-17T01:43:43.189 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-17T01:43:43.385 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-17T01:43:43.430 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-17T01:43:43.508 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-17T01:43:43.604 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-17T01:43:43.657 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-17T01:43:43.788 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-17T01:43:43.896 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T01:43:43.896 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:43.896 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:43:43.896 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:43.896 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:43.896 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:43:43.942 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 32/37 2024-09-17T01:43:43.972 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T01:43:43.998 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T01:43:43.998 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:43.998 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-17T01:43:43.998 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T01:43:43.998 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T01:43:43.998 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:44.109 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr 2024-09-17T01:43:44.396 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 1/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 3/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 4/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 5/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 6/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-17T01:43:44.397 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-17T01:43:44.398 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-17T01:43:44.400 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-17T01:43:44.400 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-17T01:43:44.400 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-17T01:43:44.400 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-17T01:43:44.400 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-17T01:43:44.400 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-17T01:43:44.400 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-17T01:43:44.400 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-17T01:43:44.400 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-17T01:43:44.400 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-17T01:43:44.400 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-17T01:43:44.705 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:57 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:43:44.798 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:43:44.842 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:43:44.843 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-17T01:43:44.843 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:43:44.922 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-dashboard 2024-09-17T01:43:45.448 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T01:43:45.467 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-17T01:43:45.467 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:45.467 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:43:45.467 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:45.467 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:45.467 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:45.467 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:45.467 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:45.468 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:45.468 INFO:teuthology.orchestra.run.smithi145.stdout: lua-5.4.4-4.el9.x86_64 2024-09-17T01:43:45.468 INFO:teuthology.orchestra.run.smithi145.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-17T01:43:45.468 INFO:teuthology.orchestra.run.smithi145.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-17T01:43:45.468 INFO:teuthology.orchestra.run.smithi145.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-17T01:43:45.468 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-17T01:43:45.469 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-17T01:43:45.469 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-17T01:43:45.469 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-17T01:43:45.469 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-17T01:43:45.469 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-17T01:43:45.469 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-17T01:43:45.470 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-17T01:43:45.470 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-17T01:43:45.470 INFO:teuthology.orchestra.run.smithi145.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-17T01:43:45.470 INFO:teuthology.orchestra.run.smithi145.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-17T01:43:45.470 INFO:teuthology.orchestra.run.smithi145.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-17T01:43:45.470 INFO:teuthology.orchestra.run.smithi145.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-17T01:43:45.470 INFO:teuthology.orchestra.run.smithi145.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-17T01:43:45.470 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-17T01:43:45.470 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ply-3.11-14.el9.noarch 2024-09-17T01:43:45.470 INFO:teuthology.orchestra.run.smithi145.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:45.471 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:43:45.475 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T01:43:45.475 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:45.475 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-17T01:43:45.475 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T01:43:45.475 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T01:43:45.475 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:45.493 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:58 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:43:45.623 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:43:45.624 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 3.6 M 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 32 k 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 16 k 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-17T01:43:45.625 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-17T01:43:45.626 INFO:teuthology.orchestra.run.smithi094.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-17T01:43:45.626 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-17T01:43:45.626 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-17T01:43:45.626 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:45.626 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:43:45.626 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:43:45.626 INFO:teuthology.orchestra.run.smithi094.stdout:Install 12 Packages 2024-09-17T01:43:45.626 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:45.627 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 8.7 M 2024-09-17T01:43:45.627 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 104 M 2024-09-17T01:43:45.627 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:43:45.914 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-base 2024-09-17T01:43:45.916 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T01:43:45.944 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T01:43:45.944 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:45.944 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-17T01:43:45.944 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T01:43:45.944 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T01:43:45.944 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:46.175 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T01:43:46.198 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T01:43:46.199 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:46.199 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-17T01:43:46.199 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T01:43:46.199 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T01:43:46.199 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:46.265 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T01:43:46.501 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:54 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:43:46.573 INFO:teuthology.orchestra.run.smithi094.stdout:(1/12): ceph-grafana-dashboards-19.1.1-330.gc2d 231 kB/s | 32 kB 00:00 2024-09-17T01:43:46.591 INFO:teuthology.orchestra.run.smithi145.stdout:Package ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:43:46.598 INFO:teuthology.orchestra.run.smithi094.stdout:(2/12): ceph-prometheus-alerts-19.1.1-330.gc2dd 101 kB/s | 16 kB 00:00 2024-09-17T01:43:46.634 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:43:46.635 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2024-09-17T01:43:46.635 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:43:46.705 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install cephadm 2024-09-17T01:43:46.740 INFO:teuthology.orchestra.run.smithi094.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 269 kB 00:00 2024-09-17T01:43:46.807 INFO:teuthology.orchestra.run.smithi094.stdout:(4/12): ceph-mgr-dashboard-19.1.1-330.gc2ddf972 9.6 MB/s | 3.6 MB 00:00 2024-09-17T01:43:46.841 INFO:teuthology.orchestra.run.smithi094.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.8 MB/s | 1.0 MB 00:00 2024-09-17T01:43:46.891 INFO:teuthology.orchestra.run.smithi094.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 453 kB/s | 19 kB 00:00 2024-09-17T01:43:46.917 INFO:teuthology.orchestra.run.smithi094.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 4.9 MB/s | 548 kB 00:00 2024-09-17T01:43:46.942 INFO:teuthology.orchestra.run.smithi094.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-09-17T01:43:46.968 INFO:teuthology.orchestra.run.smithi094.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-17T01:43:47.001 INFO:teuthology.orchestra.run.smithi094.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.6 MB/s | 188 kB 00:00 2024-09-17T01:43:47.051 INFO:teuthology.orchestra.run.smithi094.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 13 MB/s | 2.0 MB 00:00 2024-09-17T01:43:47.283 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:55 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:43:47.416 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:43:47.416 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:47.416 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-09-17T01:43:47.416 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:47.417 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:43:47.417 INFO:teuthology.orchestra.run.smithi145.stdout: cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 765 k 2024-09-17T01:43:47.417 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:47.417 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:43:47.417 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:47.417 INFO:teuthology.orchestra.run.smithi145.stdout:Install 1 Package 2024-09-17T01:43:47.417 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:47.417 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 765 k 2024-09-17T01:43:47.417 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 771 k 2024-09-17T01:43:47.417 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:43:47.672 INFO:teuthology.orchestra.run.smithi145.stdout:cephadm-19.1.1-330.gc2ddf972.el9.noarch.rpm 2.9 MB/s | 765 kB 00:00 2024-09-17T01:43:47.672 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:47.673 INFO:teuthology.orchestra.run.smithi145.stdout:Total 2.9 MB/s | 765 kB 00:00 2024-09-17T01:43:47.673 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:43:47.678 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:43:47.679 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:43:47.684 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:43:47.685 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:43:47.760 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:43:48.058 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T01:43:48.058 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 1/37 2024-09-17T01:43:48.058 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2/37 2024-09-17T01:43:48.058 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 3/37 2024-09-17T01:43:48.058 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 4/37 2024-09-17T01:43:48.058 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 5/37 2024-09-17T01:43:48.058 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 6/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-17T01:43:48.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-17T01:43:48.060 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-17T01:43:48.060 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-17T01:43:48.060 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-17T01:43:48.060 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-17T01:43:48.060 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-17T01:43:48.060 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-17T01:43:48.060 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-17T01:43:48.060 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-17T01:43:48.061 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-17T01:43:48.061 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-17T01:43:48.061 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-17T01:43:48.061 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-17T01:43:48.061 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-17T01:43:48.062 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-17T01:43:48.062 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-17T01:43:48.062 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-17T01:43:48.140 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:48.151 INFO:teuthology.orchestra.run.smithi094.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 612 kB/s | 863 kB 00:01 2024-09-17T01:43:48.157 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:48.157 INFO:teuthology.orchestra.run.smithi094.stdout:Total 3.4 MB/s | 8.7 MB 00:02 2024-09-17T01:43:48.209 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:43:48.225 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:48.227 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:43:48.228 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:43:48.422 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:43:48.423 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:43:48.625 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:48.876 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:48.876 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:48.877 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:43:48.877 INFO:teuthology.orchestra.run.smithi145.stdout: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:48.877 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:48.877 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:43:48.949 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:43:48.951 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-17T01:43:48.951 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:48.951 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:43:48.951 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: lua-5.4.4-4.el9.x86_64 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-17T01:43:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-17T01:43:48.953 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-17T01:43:48.953 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-17T01:43:48.953 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-17T01:43:48.953 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-17T01:43:48.953 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-17T01:43:48.953 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-17T01:43:48.953 INFO:teuthology.orchestra.run.smithi077.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-17T01:43:48.953 INFO:teuthology.orchestra.run.smithi077.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ply-3.11-14.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-17T01:43:48.954 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-17T01:43:48.955 INFO:teuthology.orchestra.run.smithi077.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-17T01:43:48.955 INFO:teuthology.orchestra.run.smithi077.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-17T01:43:48.955 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:48.955 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:43:49.043 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-17T01:43:49.087 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-17T01:43:49.113 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-immutable-object-cache 2024-09-17T01:43:49.142 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-17T01:43:49.181 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-17T01:43:49.268 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-17T01:43:49.317 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-base 2024-09-17T01:43:49.389 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-17T01:43:49.484 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-17T01:43:49.577 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-17T01:43:49.606 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-17T01:43:49.638 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 10/12 2024-09-17T01:43:49.701 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:57 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:43:49.834 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:43:49.834 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:49.834 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repo Size 2024-09-17T01:43:49.834 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:49.834 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:43:49.834 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 145 k 2024-09-17T01:43:49.834 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:49.834 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:43:49.835 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:49.835 INFO:teuthology.orchestra.run.smithi145.stdout:Install 1 Package 2024-09-17T01:43:49.835 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:49.835 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 145 k 2024-09-17T01:43:49.835 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 435 k 2024-09-17T01:43:49.835 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:43:49.909 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:54 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:43:49.997 INFO:teuthology.orchestra.run.smithi077.stdout:Package ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:43:50.040 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:43:50.041 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-09-17T01:43:50.041 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:43:50.044 INFO:teuthology.orchestra.run.smithi145.stdout:ceph-immutable-object-cache-19.1.1-330.gc2ddf97 695 kB/s | 145 kB 00:00 2024-09-17T01:43:50.045 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:50.046 INFO:teuthology.orchestra.run.smithi145.stdout:Total 689 kB/s | 145 kB 00:00 2024-09-17T01:43:50.046 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:43:50.054 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:43:50.054 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:43:50.105 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install cephadm 2024-09-17T01:43:50.111 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:43:50.112 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:43:50.268 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:43:50.362 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T01:43:50.388 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T01:43:50.388 INFO:teuthology.orchestra.run.smithi145.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:50.388 INFO:teuthology.orchestra.run.smithi145.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-17T01:43:50.388 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:50.675 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:55 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:43:50.683 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 11/12 2024-09-17T01:43:50.714 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T01:43:50.804 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:43:50.805 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:50.805 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T01:43:50.805 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:50.805 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:43:50.805 INFO:teuthology.orchestra.run.smithi077.stdout: cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 765 k 2024-09-17T01:43:50.805 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:50.805 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:43:50.805 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:50.805 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-09-17T01:43:50.806 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:50.806 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 765 k 2024-09-17T01:43:50.806 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 771 k 2024-09-17T01:43:50.806 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:43:51.075 INFO:teuthology.orchestra.run.smithi077.stdout:cephadm-19.1.1-330.gc2ddf972.el9.noarch.rpm 2.8 MB/s | 765 kB 00:00 2024-09-17T01:43:51.075 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:51.075 INFO:teuthology.orchestra.run.smithi077.stdout:Total 2.8 MB/s | 765 kB 00:00 2024-09-17T01:43:51.076 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:43:51.081 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:43:51.082 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:43:51.087 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:43:51.088 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:43:51.160 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:43:51.357 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T01:43:51.357 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:51.357 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:43:51.357 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:51.357 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:51.357 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:43:51.551 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:51.596 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-mgr 2024-09-17T01:43:51.627 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:51.976 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:52.067 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T01:43:52.067 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 1/12 2024-09-17T01:43:52.068 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 2/12 2024-09-17T01:43:52.068 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 3/12 2024-09-17T01:43:52.068 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-17T01:43:52.068 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-17T01:43:52.068 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-17T01:43:52.068 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-17T01:43:52.068 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-17T01:43:52.068 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-17T01:43:52.068 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-17T01:43:52.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-17T01:43:52.183 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:43:52.183 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:52.183 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:43:52.183 INFO:teuthology.orchestra.run.smithi077.stdout: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:52.184 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:52.184 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:43:52.184 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:00 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:43:52.276 INFO:teuthology.orchestra.run.smithi145.stdout:Package ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:43:52.319 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:43:52.320 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2024-09-17T01:43:52.320 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:43:52.384 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-17T01:43:52.384 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:52.384 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:43:52.384 INFO:teuthology.orchestra.run.smithi094.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-17T01:43:52.384 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:52.384 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:52.384 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:52.384 INFO:teuthology.orchestra.run.smithi094.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-17T01:43:52.384 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-17T01:43:52.385 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-17T01:43:52.385 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-17T01:43:52.385 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-17T01:43:52.385 INFO:teuthology.orchestra.run.smithi094.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-17T01:43:52.385 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-17T01:43:52.385 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-17T01:43:52.385 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:52.385 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:43:52.386 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-mgr-dashboard 2024-09-17T01:43:52.403 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-immutable-object-cache 2024-09-17T01:43:52.621 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-17T01:43:52.962 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:00 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:43:52.997 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:57 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:43:53.094 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:43:53.095 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:53.095 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-09-17T01:43:53.095 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:53.095 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:43:53.095 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-dashboard noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 3.6 M 2024-09-17T01:43:53.095 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-09-17T01:43:53.095 INFO:teuthology.orchestra.run.smithi145.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-17T01:43:53.095 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-grafana-dashboards noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 32 k 2024-09-17T01:43:53.095 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-prometheus-alerts noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 16 k 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout:Install 12 Packages 2024-09-17T01:43:53.096 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:53.097 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 8.7 M 2024-09-17T01:43:53.097 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 104 M 2024-09-17T01:43:53.097 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:43:53.127 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 145 k 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 145 k 2024-09-17T01:43:53.128 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 435 k 2024-09-17T01:43:53.129 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:43:53.200 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:06 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:43:53.332 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:43:53.333 INFO:teuthology.orchestra.run.smithi094.stdout:====================================================================================== 2024-09-17T01:43:53.333 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-17T01:43:53.333 INFO:teuthology.orchestra.run.smithi094.stdout:====================================================================================== 2024-09-17T01:43:53.333 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:43:53.333 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 7.4 M 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-17T01:43:53.334 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-17T01:43:53.335 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:53.335 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:43:53.335 INFO:teuthology.orchestra.run.smithi094.stdout:====================================================================================== 2024-09-17T01:43:53.335 INFO:teuthology.orchestra.run.smithi094.stdout:Install 12 Packages 2024-09-17T01:43:53.335 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:43:53.335 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 38 M 2024-09-17T01:43:53.336 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 212 M 2024-09-17T01:43:53.336 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:43:53.338 INFO:teuthology.orchestra.run.smithi077.stdout:ceph-immutable-object-cache-19.1.1-330.gc2ddf97 695 kB/s | 145 kB 00:00 2024-09-17T01:43:53.338 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:53.339 INFO:teuthology.orchestra.run.smithi077.stdout:Total 690 kB/s | 145 kB 00:00 2024-09-17T01:43:53.339 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:43:53.346 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:43:53.346 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:43:53.404 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:43:53.404 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:43:53.552 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:43:53.613 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T01:43:53.639 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T01:43:53.639 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:43:53.639 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-17T01:43:53.639 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:53.748 INFO:teuthology.orchestra.run.smithi145.stdout:(1/12): ceph-prometheus-alerts-19.1.1-330.gc2dd 119 kB/s | 16 kB 00:00 2024-09-17T01:43:53.774 INFO:teuthology.orchestra.run.smithi145.stdout:(2/12): ceph-grafana-dashboards-19.1.1-330.gc2d 195 kB/s | 32 kB 00:00 2024-09-17T01:43:53.777 INFO:teuthology.orchestra.run.smithi094.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 901 kB/s | 191 kB 00:00 2024-09-17T01:43:53.885 INFO:teuthology.orchestra.run.smithi094.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-09-17T01:43:53.911 INFO:teuthology.orchestra.run.smithi094.stdout:(3/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.3 MB/s | 801 kB 00:00 2024-09-17T01:43:53.941 INFO:teuthology.orchestra.run.smithi145.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-09-17T01:43:53.991 INFO:teuthology.orchestra.run.smithi145.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.2 MB/s | 1.0 MB 00:00 2024-09-17T01:43:54.050 INFO:teuthology.orchestra.run.smithi145.stdout:(5/12): ceph-mgr-dashboard-19.1.1-330.gc2ddf972 8.1 MB/s | 3.6 MB 00:00 2024-09-17T01:43:54.078 INFO:teuthology.orchestra.run.smithi094.stdout:(4/12): ceph-mgr-diskprediction-local-19.1.1-33 14 MB/s | 7.4 MB 00:00 2024-09-17T01:43:54.100 INFO:teuthology.orchestra.run.smithi145.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 531 kB/s | 19 kB 00:00 2024-09-17T01:43:54.103 INFO:teuthology.orchestra.run.smithi094.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 95 kB/s | 18 kB 00:00 2024-09-17T01:43:54.134 INFO:teuthology.orchestra.run.smithi145.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 3.8 MB/s | 548 kB 00:00 2024-09-17T01:43:54.161 INFO:teuthology.orchestra.run.smithi094.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 461 kB/s | 38 kB 00:00 2024-09-17T01:43:54.167 INFO:teuthology.orchestra.run.smithi145.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-09-17T01:43:54.192 INFO:teuthology.orchestra.run.smithi145.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-17T01:43:54.218 INFO:teuthology.orchestra.run.smithi145.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.4 MB/s | 188 kB 00:00 2024-09-17T01:43:54.268 INFO:teuthology.orchestra.run.smithi145.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.6 MB/s | 863 kB 00:00 2024-09-17T01:43:54.304 INFO:teuthology.orchestra.run.smithi094.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 7.2 MB/s | 3.0 MB 00:00 2024-09-17T01:43:54.329 INFO:teuthology.orchestra.run.smithi094.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.4 MB/s | 245 kB 00:00 2024-09-17T01:43:54.351 INFO:teuthology.orchestra.run.smithi145.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 8.1 MB/s | 2.0 MB 00:00 2024-09-17T01:43:54.356 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:54.356 INFO:teuthology.orchestra.run.smithi145.stdout:Total 6.9 MB/s | 8.7 MB 00:01 2024-09-17T01:43:54.387 INFO:teuthology.orchestra.run.smithi094.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.2 MB/s | 250 kB 00:00 2024-09-17T01:43:54.405 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:43:54.421 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:43:54.421 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:43:54.624 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T01:43:54.625 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:54.625 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:43:54.625 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:43:54.625 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:54.625 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:43:54.629 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:43:54.629 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:43:54.654 INFO:teuthology.orchestra.run.smithi094.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 15 MB/s | 5.1 MB 00:00 2024-09-17T01:43:54.729 INFO:teuthology.orchestra.run.smithi094.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 7.9 MB/s | 4.9 MB 00:00 2024-09-17T01:43:54.825 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr 2024-09-17T01:43:55.160 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:43:55.244 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-17T01:43:55.287 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-17T01:43:55.334 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-17T01:43:55.338 INFO:teuthology.orchestra.run.smithi094.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 17 MB/s | 16 MB 00:00 2024-09-17T01:43:55.339 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:55.339 INFO:teuthology.orchestra.run.smithi094.stdout:Total 19 MB/s | 38 MB 00:02 2024-09-17T01:43:55.373 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-17T01:43:55.420 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:00 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:43:55.469 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-17T01:43:55.629 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-17T01:43:55.630 INFO:teuthology.orchestra.run.smithi077.stdout:Package ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:43:55.630 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:43:55.631 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-09-17T01:43:55.631 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:43:55.631 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-dashboard 2024-09-17T01:43:55.694 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:43:55.700 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-17T01:43:55.720 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:43:55.720 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:43:55.769 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-17T01:43:55.806 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-17T01:43:55.837 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 10/12 2024-09-17T01:43:56.152 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:43:56.152 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:43:56.204 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:01 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:43:56.334 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:43:56.335 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:56.335 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T01:43:56.335 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:56.335 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-dashboard noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 3.6 M 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-grafana-dashboards noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 32 k 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-prometheus-alerts noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 16 k 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-17T01:43:56.336 INFO:teuthology.orchestra.run.smithi077.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-17T01:43:56.337 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:56.337 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:43:56.337 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:43:56.337 INFO:teuthology.orchestra.run.smithi077.stdout:Install 12 Packages 2024-09-17T01:43:56.337 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:43:56.337 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 8.7 M 2024-09-17T01:43:56.338 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 104 M 2024-09-17T01:43:56.338 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:43:56.849 INFO:teuthology.orchestra.run.smithi077.stdout:(1/12): ceph-grafana-dashboards-19.1.1-330.gc2d 213 kB/s | 32 kB 00:00 2024-09-17T01:43:56.874 INFO:teuthology.orchestra.run.smithi077.stdout:(2/12): ceph-prometheus-alerts-19.1.1-330.gc2dd 94 kB/s | 16 kB 00:00 2024-09-17T01:43:56.887 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 11/12 2024-09-17T01:43:56.933 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:43:56.947 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T01:43:57.002 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-17T01:43:57.045 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-17T01:43:57.091 INFO:teuthology.orchestra.run.smithi077.stdout:(3/12): ceph-mgr-dashboard-19.1.1-330.gc2ddf972 9.1 MB/s | 3.6 MB 00:00 2024-09-17T01:43:57.126 INFO:teuthology.orchestra.run.smithi077.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.0 MB/s | 269 kB 00:00 2024-09-17T01:43:57.144 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-17T01:43:57.179 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-17T01:43:57.200 INFO:teuthology.orchestra.run.smithi077.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 7.3 MB/s | 548 kB 00:00 2024-09-17T01:43:57.225 INFO:teuthology.orchestra.run.smithi077.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 780 kB/s | 19 kB 00:00 2024-09-17T01:43:57.267 INFO:teuthology.orchestra.run.smithi077.stdout:(7/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.4 MB/s | 1.0 MB 00:00 2024-09-17T01:43:57.326 INFO:teuthology.orchestra.run.smithi077.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.4 MB/s | 144 kB 00:00 2024-09-17T01:43:57.351 INFO:teuthology.orchestra.run.smithi077.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-17T01:43:57.390 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-17T01:43:57.393 INFO:teuthology.orchestra.run.smithi077.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 12 MB/s | 2.0 MB 00:00 2024-09-17T01:43:57.418 INFO:teuthology.orchestra.run.smithi077.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-09-17T01:43:57.420 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-17T01:43:57.489 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-17T01:43:57.927 INFO:teuthology.orchestra.run.smithi077.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.0 MB/s | 863 kB 00:00 2024-09-17T01:43:57.930 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:43:57.930 INFO:teuthology.orchestra.run.smithi077.stdout:Total 5.4 MB/s | 8.7 MB 00:01 2024-09-17T01:43:57.978 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:43:57.996 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:43:57.996 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:43:58.137 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-17T01:43:58.210 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:43:58.210 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:43:58.268 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-17T01:43:58.339 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T01:43:58.339 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 1/12 2024-09-17T01:43:58.339 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 2/12 2024-09-17T01:43:58.340 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 3/12 2024-09-17T01:43:58.340 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-17T01:43:58.340 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-17T01:43:58.340 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-17T01:43:58.340 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-17T01:43:58.340 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-17T01:43:58.340 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-17T01:43:58.340 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-17T01:43:58.340 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-17T01:43:58.657 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-17T01:43:58.657 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:58.657 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:43:58.657 INFO:teuthology.orchestra.run.smithi145.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-17T01:43:58.657 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:58.657 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:58.657 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:43:58.657 INFO:teuthology.orchestra.run.smithi145.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-17T01:43:58.657 INFO:teuthology.orchestra.run.smithi145.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-17T01:43:58.657 INFO:teuthology.orchestra.run.smithi145.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-17T01:43:58.657 INFO:teuthology.orchestra.run.smithi145.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-17T01:43:58.658 INFO:teuthology.orchestra.run.smithi145.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-17T01:43:58.658 INFO:teuthology.orchestra.run.smithi145.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-17T01:43:58.658 INFO:teuthology.orchestra.run.smithi145.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-17T01:43:58.658 INFO:teuthology.orchestra.run.smithi145.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-17T01:43:58.658 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:58.658 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:43:58.744 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:43:58.819 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-17T01:43:58.862 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-17T01:43:58.909 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-17T01:43:58.943 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-17T01:43:58.948 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-17T01:43:59.036 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-17T01:43:59.165 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-17T01:43:59.259 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-17T01:43:59.302 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-17T01:43:59.339 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-17T01:43:59.388 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 10/12 2024-09-17T01:43:59.533 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:07 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:43:59.534 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T01:43:59.665 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:43:59.666 INFO:teuthology.orchestra.run.smithi145.stdout:====================================================================================== 2024-09-17T01:43:59.666 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-09-17T01:43:59.666 INFO:teuthology.orchestra.run.smithi145.stdout:====================================================================================== 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 7.4 M 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-17T01:43:59.667 INFO:teuthology.orchestra.run.smithi145.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-17T01:43:59.668 INFO:teuthology.orchestra.run.smithi145.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-17T01:43:59.668 INFO:teuthology.orchestra.run.smithi145.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-17T01:43:59.668 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:59.668 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:43:59.668 INFO:teuthology.orchestra.run.smithi145.stdout:====================================================================================== 2024-09-17T01:43:59.668 INFO:teuthology.orchestra.run.smithi145.stdout:Install 12 Packages 2024-09-17T01:43:59.668 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:43:59.669 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 38 M 2024-09-17T01:43:59.669 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 212 M 2024-09-17T01:43:59.669 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:44:00.441 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 11/12 2024-09-17T01:44:00.489 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T01:44:00.573 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-17T01:44:00.604 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T01:44:00.701 INFO:teuthology.orchestra.run.smithi145.stdout:(1/12): ceph-mgr-diskprediction-local-19.1.1-33 15 MB/s | 7.4 MB 00:00 2024-09-17T01:44:00.785 INFO:teuthology.orchestra.run.smithi145.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 395 kB/s | 33 kB 00:00 2024-09-17T01:44:00.985 INFO:teuthology.orchestra.run.smithi145.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 15 MB/s | 3.0 MB 00:00 2024-09-17T01:44:01.027 INFO:teuthology.orchestra.run.smithi145.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 439 kB/s | 18 kB 00:00 2024-09-17T01:44:01.069 INFO:teuthology.orchestra.run.smithi145.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 921 kB/s | 38 kB 00:00 2024-09-17T01:44:01.177 INFO:teuthology.orchestra.run.smithi145.stdout:(6/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 46 MB/s | 4.9 MB 00:00 2024-09-17T01:44:01.203 INFO:teuthology.orchestra.run.smithi145.stdout:(7/12): libquadmath-11.5.0-2.el9.x86_64.rpm 195 kB/s | 191 kB 00:00 2024-09-17T01:44:01.228 INFO:teuthology.orchestra.run.smithi145.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 4.8 MB/s | 245 kB 00:00 2024-09-17T01:44:01.270 INFO:teuthology.orchestra.run.smithi145.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 5.9 MB/s | 250 kB 00:00 2024-09-17T01:44:01.562 INFO:teuthology.orchestra.run.smithi145.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 56 MB/s | 16 MB 00:00 2024-09-17T01:44:01.604 INFO:teuthology.orchestra.run.smithi145.stdout:(11/12): libgfortran-11.5.0-2.el9.x86_64.rpm 581 kB/s | 801 kB 00:01 2024-09-17T01:44:01.679 INFO:teuthology.orchestra.run.smithi145.stdout:(12/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 11 MB/s | 5.1 MB 00:00 2024-09-17T01:44:01.681 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:01.681 INFO:teuthology.orchestra.run.smithi145.stdout:Total 19 MB/s | 38 MB 00:02 2024-09-17T01:44:01.906 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T01:44:01.906 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 1/12 2024-09-17T01:44:01.906 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 2/12 2024-09-17T01:44:01.906 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 3/12 2024-09-17T01:44:01.906 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-17T01:44:01.906 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-17T01:44:01.906 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-17T01:44:01.906 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-17T01:44:01.907 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-17T01:44:01.907 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-17T01:44:01.907 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-17T01:44:01.907 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-17T01:44:02.044 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:44:02.071 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:44:02.071 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:44:02.217 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-17T01:44:02.217 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:02.218 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:44:02.218 INFO:teuthology.orchestra.run.smithi077.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-17T01:44:02.218 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:02.218 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:02.218 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:02.218 INFO:teuthology.orchestra.run.smithi077.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-17T01:44:02.219 INFO:teuthology.orchestra.run.smithi077.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-17T01:44:02.219 INFO:teuthology.orchestra.run.smithi077.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-17T01:44:02.219 INFO:teuthology.orchestra.run.smithi077.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-17T01:44:02.219 INFO:teuthology.orchestra.run.smithi077.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-17T01:44:02.219 INFO:teuthology.orchestra.run.smithi077.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-17T01:44:02.219 INFO:teuthology.orchestra.run.smithi077.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-17T01:44:02.219 INFO:teuthology.orchestra.run.smithi077.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-17T01:44:02.219 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:02.220 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:02.455 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-17T01:44:02.505 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:44:02.506 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:44:03.025 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:08 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:03.157 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:03.158 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================== 2024-09-17T01:44:03.158 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T01:44:03.158 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================== 2024-09-17T01:44:03.158 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:44:03.158 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 7.4 M 2024-09-17T01:44:03.158 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T01:44:03.158 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-17T01:44:03.158 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-17T01:44:03.158 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================== 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout:Install 12 Packages 2024-09-17T01:44:03.159 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:03.160 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 38 M 2024-09-17T01:44:03.160 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 212 M 2024-09-17T01:44:03.160 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:44:03.296 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:44:03.306 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T01:44:03.306 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 1/12 2024-09-17T01:44:03.306 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-17T01:44:03.306 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-17T01:44:03.306 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-17T01:44:03.306 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-17T01:44:03.306 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-17T01:44:03.306 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-17T01:44:03.306 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-17T01:44:03.306 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-17T01:44:03.306 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T01:44:03.307 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-17T01:44:03.382 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-17T01:44:03.428 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-17T01:44:03.534 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-17T01:44:03.579 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-17T01:44:03.668 INFO:teuthology.orchestra.run.smithi077.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 757 kB/s | 191 kB 00:00 2024-09-17T01:44:03.731 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-17T01:44:03.731 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:03.731 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:44:03.731 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:03.731 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-17T01:44:03.731 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-17T01:44:03.731 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-17T01:44:03.731 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-17T01:44:03.731 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-17T01:44:03.732 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-17T01:44:03.732 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-17T01:44:03.732 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-17T01:44:03.732 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-17T01:44:03.732 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-17T01:44:03.732 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-17T01:44:03.732 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:03.732 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:03.763 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-17T01:44:03.768 INFO:teuthology.orchestra.run.smithi077.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 327 kB/s | 33 kB 00:00 2024-09-17T01:44:03.794 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-17T01:44:03.871 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-17T01:44:03.885 INFO:teuthology.orchestra.run.smithi077.stdout:(3/12): ceph-mgr-diskprediction-local-19.1.1-33 16 MB/s | 7.4 MB 00:00 2024-09-17T01:44:03.919 INFO:teuthology.orchestra.run.smithi077.stdout:(4/12): libgfortran-11.5.0-2.el9.x86_64.rpm 1.6 MB/s | 801 kB 00:00 2024-09-17T01:44:03.989 INFO:teuthology.orchestra.run.smithi077.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 182 kB/s | 18 kB 00:00 2024-09-17T01:44:04.019 INFO:teuthology.orchestra.run.smithi077.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 384 kB/s | 38 kB 00:00 2024-09-17T01:44:04.078 INFO:teuthology.orchestra.run.smithi077.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.7 MB/s | 3.0 MB 00:00 2024-09-17T01:44:04.127 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-rook 2024-09-17T01:44:04.144 INFO:teuthology.orchestra.run.smithi077.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.9 MB/s | 245 kB 00:00 2024-09-17T01:44:04.220 INFO:teuthology.orchestra.run.smithi077.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 36 MB/s | 5.1 MB 00:00 2024-09-17T01:44:04.253 INFO:teuthology.orchestra.run.smithi077.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.3 MB/s | 250 kB 00:00 2024-09-17T01:44:04.512 INFO:teuthology.orchestra.run.smithi077.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 56 MB/s | 16 MB 00:00 2024-09-17T01:44:04.535 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-17T01:44:04.657 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-17T01:44:04.729 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:17 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:04.870 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-17T01:44:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 49 k 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-17T01:44:04.871 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-17T01:44:04.872 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-17T01:44:04.872 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-17T01:44:04.872 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:04.872 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:44:04.872 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:04.872 INFO:teuthology.orchestra.run.smithi094.stdout:Install 13 Packages 2024-09-17T01:44:04.872 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:04.873 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 2.2 M 2024-09-17T01:44:04.873 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 26 M 2024-09-17T01:44:04.873 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:44:05.012 INFO:teuthology.orchestra.run.smithi077.stdout:(12/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 4.8 MB/s | 4.9 MB 00:01 2024-09-17T01:44:05.013 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:05.013 INFO:teuthology.orchestra.run.smithi077.stdout:Total 21 MB/s | 38 MB 00:01 2024-09-17T01:44:05.306 INFO:teuthology.orchestra.run.smithi094.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 152 kB/s | 19 kB 00:00 2024-09-17T01:44:05.331 INFO:teuthology.orchestra.run.smithi094.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 169 kB/s | 26 kB 00:00 2024-09-17T01:44:05.356 INFO:teuthology.orchestra.run.smithi094.stdout:(3/13): ceph-mgr-rook-19.1.1-330.gc2ddf972.el9. 279 kB/s | 49 kB 00:00 2024-09-17T01:44:05.367 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:44:05.393 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:44:05.393 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:44:05.406 INFO:teuthology.orchestra.run.smithi094.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-09-17T01:44:05.448 INFO:teuthology.orchestra.run.smithi094.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-17T01:44:05.465 INFO:teuthology.orchestra.run.smithi094.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 915 kB/s | 54 kB 00:00 2024-09-17T01:44:05.507 INFO:teuthology.orchestra.run.smithi094.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 549 kB/s | 32 kB 00:00 2024-09-17T01:44:05.549 INFO:teuthology.orchestra.run.smithi094.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.4 MB/s | 279 kB 00:00 2024-09-17T01:44:05.575 INFO:teuthology.orchestra.run.smithi094.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 138 kB/s | 14 kB 00:00 2024-09-17T01:44:05.608 INFO:teuthology.orchestra.run.smithi094.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.2 MB/s | 220 kB 00:00 2024-09-17T01:44:05.634 INFO:teuthology.orchestra.run.smithi094.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.1 MB/s | 59 kB 00:00 2024-09-17T01:44:05.659 INFO:teuthology.orchestra.run.smithi094.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-17T01:44:05.709 INFO:teuthology.orchestra.run.smithi094.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.4 MB/s | 1.0 MB 00:00 2024-09-17T01:44:05.712 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:05.712 INFO:teuthology.orchestra.run.smithi094.stdout:Total 2.6 MB/s | 2.2 MB 00:00 2024-09-17T01:44:05.776 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:44:05.792 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:44:05.792 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:44:05.832 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:44:05.833 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:44:05.880 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:44:05.882 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:44:05.900 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T01:44:06.399 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:44:06.574 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-17T01:44:06.608 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:44:06.636 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-17T01:44:06.691 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-17T01:44:06.691 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-17T01:44:06.728 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-17T01:44:06.743 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-17T01:44:06.770 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-17T01:44:06.845 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-17T01:44:06.872 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-17T01:44:06.903 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-17T01:44:06.949 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-17T01:44:06.976 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T01:44:06.982 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-17T01:44:07.030 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-17T01:44:07.089 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-17T01:44:07.127 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-17T01:44:07.204 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-17T01:44:07.749 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-17T01:44:07.803 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-17T01:44:07.836 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-17T01:44:07.861 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-17T01:44:07.885 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-17T01:44:07.914 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T01:44:08.008 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 1/13 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-17T01:44:08.678 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-17T01:44:08.679 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-17T01:44:09.016 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-17T01:44:09.017 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:09.017 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:44:09.017 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:09.017 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-17T01:44:09.017 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-17T01:44:09.017 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-17T01:44:09.017 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-17T01:44:09.017 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-17T01:44:09.017 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-17T01:44:09.017 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-17T01:44:09.018 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-17T01:44:09.018 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-17T01:44:09.018 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-17T01:44:09.018 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-17T01:44:09.018 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-17T01:44:09.018 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:09.018 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:09.243 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T01:44:09.285 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-cephadm 2024-09-17T01:44:09.693 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T01:44:09.693 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 1/12 2024-09-17T01:44:09.693 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-17T01:44:09.693 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-17T01:44:09.694 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-17T01:44:09.694 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-17T01:44:09.694 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-17T01:44:09.694 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-17T01:44:09.694 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-17T01:44:09.694 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-17T01:44:09.694 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T01:44:09.694 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-17T01:44:09.858 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:22 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:09.993 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 146 k 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-17T01:44:09.994 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:09.995 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:44:09.995 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:09.995 INFO:teuthology.orchestra.run.smithi094.stdout:Install 6 Packages 2024-09-17T01:44:09.995 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:09.995 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 7.0 M 2024-09-17T01:44:09.996 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 33 M 2024-09-17T01:44:09.996 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:44:10.101 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-17T01:44:10.101 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:10.101 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:44:10.101 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-17T01:44:10.102 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:10.103 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:10.270 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-17T01:44:10.293 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T01:44:10.449 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-mgr-rook 2024-09-17T01:44:10.613 INFO:teuthology.orchestra.run.smithi094.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 2.0 MB/s | 248 kB 00:00 2024-09-17T01:44:10.671 INFO:teuthology.orchestra.run.smithi094.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 9.2 MB/s | 548 kB 00:00 2024-09-17T01:44:10.697 INFO:teuthology.orchestra.run.smithi094.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-17T01:44:10.722 INFO:teuthology.orchestra.run.smithi094.stdout:(4/6): ceph-mgr-cephadm-19.1.1-330.gc2ddf972.el 631 kB/s | 146 kB 00:00 2024-09-17T01:44:10.747 INFO:teuthology.orchestra.run.smithi094.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-09-17T01:44:11.046 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:19 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:11.064 INFO:teuthology.orchestra.run.smithi094.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 10 MB/s | 6.0 MB 00:00 2024-09-17T01:44:11.066 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:11.066 INFO:teuthology.orchestra.run.smithi094.stdout:Total 6.5 MB/s | 7.0 MB 00:01 2024-09-17T01:44:11.137 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:44:11.148 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:44:11.148 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:44:11.180 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:11.181 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:11.181 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-09-17T01:44:11.181 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:11.181 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:44:11.181 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-rook noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 49 k 2024-09-17T01:44:11.181 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-09-17T01:44:11.181 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:44:11.182 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:11.183 INFO:teuthology.orchestra.run.smithi145.stdout:Install 13 Packages 2024-09-17T01:44:11.183 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:11.183 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 2.2 M 2024-09-17T01:44:11.183 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 26 M 2024-09-17T01:44:11.183 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:44:11.247 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:44:11.248 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:44:11.579 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:44:11.750 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-17T01:44:11.796 INFO:teuthology.orchestra.run.smithi145.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 347 kB/s | 26 kB 00:00 2024-09-17T01:44:11.808 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-17T01:44:11.819 INFO:teuthology.orchestra.run.smithi145.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 193 kB/s | 19 kB 00:00 2024-09-17T01:44:11.911 INFO:teuthology.orchestra.run.smithi145.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 159 kB 00:00 2024-09-17T01:44:11.937 INFO:teuthology.orchestra.run.smithi145.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 222 kB 00:00 2024-09-17T01:44:11.962 INFO:teuthology.orchestra.run.smithi145.stdout:(5/13): ceph-mgr-rook-19.1.1-330.gc2ddf972.el9. 204 kB/s | 49 kB 00:00 2024-09-17T01:44:11.987 INFO:teuthology.orchestra.run.smithi145.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-17T01:44:12.012 INFO:teuthology.orchestra.run.smithi145.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-09-17T01:44:12.063 INFO:teuthology.orchestra.run.smithi145.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 320 kB/s | 32 kB 00:00 2024-09-17T01:44:12.088 INFO:teuthology.orchestra.run.smithi145.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 140 kB/s | 14 kB 00:00 2024-09-17T01:44:12.121 INFO:teuthology.orchestra.run.smithi145.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.7 MB/s | 59 kB 00:00 2024-09-17T01:44:12.147 INFO:teuthology.orchestra.run.smithi145.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.8 MB/s | 220 kB 00:00 2024-09-17T01:44:12.172 INFO:teuthology.orchestra.run.smithi145.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-17T01:44:12.214 INFO:teuthology.orchestra.run.smithi145.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2024-09-17T01:44:12.217 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:12.217 INFO:teuthology.orchestra.run.smithi145.stdout:Total 2.1 MB/s | 2.2 MB 00:01 2024-09-17T01:44:12.285 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:44:12.300 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:44:12.300 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:44:12.371 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-17T01:44:12.389 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:44:12.389 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:44:12.454 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-17T01:44:12.519 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-17T01:44:12.545 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T01:44:12.895 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:44:12.956 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T01:44:12.956 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 1/12 2024-09-17T01:44:12.956 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-17T01:44:12.956 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-17T01:44:12.956 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-17T01:44:12.956 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-17T01:44:12.957 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-17T01:44:12.957 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-17T01:44:12.957 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-17T01:44:12.957 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-17T01:44:12.957 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T01:44:12.957 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-17T01:44:13.070 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-17T01:44:13.124 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-17T01:44:13.188 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-17T01:44:13.225 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-17T01:44:13.266 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-17T01:44:13.343 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T01:44:13.343 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/6 2024-09-17T01:44:13.343 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-17T01:44:13.343 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-17T01:44:13.343 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-17T01:44:13.343 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-17T01:44:13.369 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-17T01:44:13.438 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-17T01:44:13.438 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:13.438 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:44:13.438 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:13.438 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-17T01:44:13.438 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-17T01:44:13.438 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-17T01:44:13.438 INFO:teuthology.orchestra.run.smithi077.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-17T01:44:13.438 INFO:teuthology.orchestra.run.smithi077.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-17T01:44:13.439 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-17T01:44:13.439 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-17T01:44:13.439 INFO:teuthology.orchestra.run.smithi077.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-17T01:44:13.439 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-17T01:44:13.439 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-17T01:44:13.439 INFO:teuthology.orchestra.run.smithi077.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-17T01:44:13.439 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:13.439 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:13.487 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-17T01:44:13.551 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-17T01:44:13.633 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-17T01:44:13.633 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:13.633 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:44:13.634 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:13.634 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-17T01:44:13.634 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-17T01:44:13.634 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-17T01:44:13.634 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-17T01:44:13.634 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-17T01:44:13.634 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:13.634 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:13.780 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-rook 2024-09-17T01:44:13.874 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-fuse 2024-09-17T01:44:14.271 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-17T01:44:14.323 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-17T01:44:14.366 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-17T01:44:14.374 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:19 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:14.414 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-17T01:44:14.444 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T01:44:14.456 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:27 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:14.508 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:14.509 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:14.509 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T01:44:14.509 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:14.509 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:44:14.509 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-rook noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 49 k 2024-09-17T01:44:14.509 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:14.510 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:44:14.511 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:14.511 INFO:teuthology.orchestra.run.smithi077.stdout:Install 13 Packages 2024-09-17T01:44:14.511 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:14.511 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 2.2 M 2024-09-17T01:44:14.511 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 26 M 2024-09-17T01:44:14.511 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:44:14.590 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:14.591 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:14.591 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-17T01:44:14.591 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:14.592 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:44:14.592 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 897 k 2024-09-17T01:44:14.592 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-17T01:44:14.592 INFO:teuthology.orchestra.run.smithi094.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-17T01:44:14.592 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:14.592 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:44:14.592 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:14.592 INFO:teuthology.orchestra.run.smithi094.stdout:Install 2 Packages 2024-09-17T01:44:14.592 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:14.592 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 977 k 2024-09-17T01:44:14.592 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 2.9 M 2024-09-17T01:44:14.593 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:44:14.733 INFO:teuthology.orchestra.run.smithi094.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 669 kB/s | 80 kB 00:00 2024-09-17T01:44:14.917 INFO:teuthology.orchestra.run.smithi094.stdout:(2/2): ceph-fuse-19.1.1-330.gc2ddf972.el9.x86_6 2.9 MB/s | 897 kB 00:00 2024-09-17T01:44:14.917 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:14.918 INFO:teuthology.orchestra.run.smithi094.stdout:Total 2.9 MB/s | 977 kB 00:00 2024-09-17T01:44:14.930 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:44:14.951 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:44:14.952 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:44:15.034 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:44:15.034 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:44:15.060 INFO:teuthology.orchestra.run.smithi077.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 329 kB/s | 26 kB 00:00 2024-09-17T01:44:15.077 INFO:teuthology.orchestra.run.smithi077.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 202 kB/s | 19 kB 00:00 2024-09-17T01:44:15.153 INFO:teuthology.orchestra.run.smithi077.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.9 MB/s | 222 kB 00:00 2024-09-17T01:44:15.169 INFO:teuthology.orchestra.run.smithi077.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 159 kB 00:00 2024-09-17T01:44:15.186 INFO:teuthology.orchestra.run.smithi077.stdout:(5/13): ceph-mgr-rook-19.1.1-330.gc2ddf972.el9. 242 kB/s | 49 kB 00:00 2024-09-17T01:44:15.203 INFO:teuthology.orchestra.run.smithi077.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.6 MB/s | 54 kB 00:00 2024-09-17T01:44:15.225 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:44:15.228 INFO:teuthology.orchestra.run.smithi077.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.6 MB/s | 279 kB 00:00 2024-09-17T01:44:15.249 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T01:44:15.249 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 1/13 2024-09-17T01:44:15.249 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-17T01:44:15.249 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-17T01:44:15.249 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-17T01:44:15.249 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-17T01:44:15.249 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-17T01:44:15.249 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-17T01:44:15.249 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-17T01:44:15.249 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-17T01:44:15.249 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-17T01:44:15.250 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-17T01:44:15.250 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-17T01:44:15.270 INFO:teuthology.orchestra.run.smithi077.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 384 kB/s | 32 kB 00:00 2024-09-17T01:44:15.287 INFO:teuthology.orchestra.run.smithi077.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 168 kB/s | 14 kB 00:00 2024-09-17T01:44:15.304 INFO:teuthology.orchestra.run.smithi077.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 3.5 MB/s | 59 kB 00:00 2024-09-17T01:44:15.330 INFO:teuthology.orchestra.run.smithi077.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 2.5 MB/s | 220 kB 00:00 2024-09-17T01:44:15.355 INFO:teuthology.orchestra.run.smithi077.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-17T01:44:15.381 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-17T01:44:15.396 INFO:teuthology.orchestra.run.smithi077.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 8.2 MB/s | 1.0 MB 00:00 2024-09-17T01:44:15.399 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:15.399 INFO:teuthology.orchestra.run.smithi077.stdout:Total 2.5 MB/s | 2.2 MB 00:00 2024-09-17T01:44:15.458 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T01:44:15.464 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:44:15.479 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:44:15.479 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:44:15.569 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:44:15.571 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:44:15.581 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-17T01:44:15.581 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:15.581 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:44:15.581 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-17T01:44:15.582 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:15.583 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:15.873 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-mgr-cephadm 2024-09-17T01:44:16.066 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:44:16.123 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T01:44:16.123 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/2 2024-09-17T01:44:16.225 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-17T01:44:16.282 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-17T01:44:16.337 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-17T01:44:16.382 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-17T01:44:16.415 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-17T01:44:16.415 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:16.415 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:44:16.415 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-17T01:44:16.416 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:16.416 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:16.424 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-17T01:44:16.451 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:24 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:16.526 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-17T01:44:16.587 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:16.588 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:16.588 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-09-17T01:44:16.588 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:16.588 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:44:16.588 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 146 k 2024-09-17T01:44:16.588 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-09-17T01:44:16.588 INFO:teuthology.orchestra.run.smithi145.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-17T01:44:16.588 INFO:teuthology.orchestra.run.smithi145.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-17T01:44:16.588 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-17T01:44:16.588 INFO:teuthology.orchestra.run.smithi145.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-17T01:44:16.589 INFO:teuthology.orchestra.run.smithi145.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-17T01:44:16.589 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:16.589 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:44:16.589 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:16.589 INFO:teuthology.orchestra.run.smithi145.stdout:Install 6 Packages 2024-09-17T01:44:16.589 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:16.589 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 7.0 M 2024-09-17T01:44:16.590 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 33 M 2024-09-17T01:44:16.590 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:44:16.635 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-17T01:44:16.692 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-17T01:44:16.699 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-volume 2024-09-17T01:44:17.283 INFO:teuthology.orchestra.run.smithi145.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-09-17T01:44:17.297 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:30 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:17.333 INFO:teuthology.orchestra.run.smithi145.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-17T01:44:17.358 INFO:teuthology.orchestra.run.smithi145.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-17T01:44:17.383 INFO:teuthology.orchestra.run.smithi145.stdout:(4/6): ceph-mgr-cephadm-19.1.1-330.gc2ddf972.el 610 kB/s | 146 kB 00:00 2024-09-17T01:44:17.400 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-17T01:44:17.408 INFO:teuthology.orchestra.run.smithi145.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.4 MB/s | 74 kB 00:00 2024-09-17T01:44:17.432 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:17.432 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:17.432 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-17T01:44:17.432 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:17.432 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:44:17.432 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 285 k 2024-09-17T01:44:17.433 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:17.433 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:44:17.433 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:17.433 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-17T01:44:17.433 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:17.433 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 285 k 2024-09-17T01:44:17.433 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 1.3 M 2024-09-17T01:44:17.434 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:44:17.447 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-17T01:44:17.481 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-17T01:44:17.517 INFO:teuthology.orchestra.run.smithi145.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 16 MB/s | 6.0 MB 00:00 2024-09-17T01:44:17.519 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:17.519 INFO:teuthology.orchestra.run.smithi145.stdout:Total 7.5 MB/s | 7.0 MB 00:00 2024-09-17T01:44:17.529 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-17T01:44:17.551 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T01:44:17.590 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:44:17.602 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:44:17.602 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:44:17.639 INFO:teuthology.orchestra.run.smithi094.stdout:ceph-volume-19.1.1-330.gc2ddf972.el9.noarch.rpm 1.4 MB/s | 285 kB 00:00 2024-09-17T01:44:17.639 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:17.640 INFO:teuthology.orchestra.run.smithi094.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-17T01:44:17.640 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:44:17.648 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:44:17.648 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:44:17.670 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:44:17.671 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:44:17.702 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:44:17.704 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:44:17.889 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:44:17.982 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:44:17.998 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:44:17.999 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:44:17.999 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-17T01:44:17.999 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:18.013 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:44:18.191 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-17T01:44:18.252 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-17T01:44:18.307 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T01:44:18.307 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 1/13 2024-09-17T01:44:18.307 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-17T01:44:18.307 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-17T01:44:18.307 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-17T01:44:18.308 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-17T01:44:18.308 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-17T01:44:18.308 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-17T01:44:18.308 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-17T01:44:18.308 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-17T01:44:18.308 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-17T01:44:18.308 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-17T01:44:18.308 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-17T01:44:18.648 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-17T01:44:18.648 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:18.648 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:44:18.648 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:18.648 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-17T01:44:18.648 INFO:teuthology.orchestra.run.smithi077.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-17T01:44:18.648 INFO:teuthology.orchestra.run.smithi077.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-17T01:44:18.648 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-17T01:44:18.648 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-17T01:44:18.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-17T01:44:18.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-17T01:44:18.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-17T01:44:18.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-17T01:44:18.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-17T01:44:18.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-17T01:44:18.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-17T01:44:18.649 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:18.649 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:18.780 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-17T01:44:18.871 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-17T01:44:18.904 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-cephadm 2024-09-17T01:44:18.944 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-17T01:44:18.973 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T01:44:19.066 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:44:19.066 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:19.066 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:44:19.066 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:19.066 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:19.066 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:19.367 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados-devel 2024-09-17T01:44:19.477 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:24 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:19.610 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:19.611 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:19.611 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T01:44:19.611 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:19.611 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:44:19.611 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 146 k 2024-09-17T01:44:19.611 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T01:44:19.611 INFO:teuthology.orchestra.run.smithi077.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-17T01:44:19.611 INFO:teuthology.orchestra.run.smithi077.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-17T01:44:19.611 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-17T01:44:19.612 INFO:teuthology.orchestra.run.smithi077.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-17T01:44:19.612 INFO:teuthology.orchestra.run.smithi077.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-17T01:44:19.612 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:19.612 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:44:19.612 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:19.612 INFO:teuthology.orchestra.run.smithi077.stdout:Install 6 Packages 2024-09-17T01:44:19.612 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:19.613 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 7.0 M 2024-09-17T01:44:19.613 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 33 M 2024-09-17T01:44:19.613 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:44:19.827 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T01:44:19.827 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/6 2024-09-17T01:44:19.827 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-17T01:44:19.827 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-17T01:44:19.827 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-17T01:44:19.827 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-17T01:44:19.964 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:32 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:20.101 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:20.102 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:20.102 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-17T01:44:20.102 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:20.102 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:44:20.102 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 127 k 2024-09-17T01:44:20.103 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:20.103 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:44:20.103 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:20.103 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-17T01:44:20.103 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:20.103 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 127 k 2024-09-17T01:44:20.103 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 456 k 2024-09-17T01:44:20.103 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:44:20.104 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-17T01:44:20.104 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:20.104 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:44:20.104 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:20.104 INFO:teuthology.orchestra.run.smithi145.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-17T01:44:20.104 INFO:teuthology.orchestra.run.smithi145.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-17T01:44:20.105 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-17T01:44:20.105 INFO:teuthology.orchestra.run.smithi145.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-17T01:44:20.105 INFO:teuthology.orchestra.run.smithi145.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-17T01:44:20.105 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:20.105 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:20.223 INFO:teuthology.orchestra.run.smithi077.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.8 MB/s | 248 kB 00:00 2024-09-17T01:44:20.290 INFO:teuthology.orchestra.run.smithi077.stdout:(2/6): ceph-mgr-cephadm-19.1.1-330.gc2ddf972.el 721 kB/s | 146 kB 00:00 2024-09-17T01:44:20.311 INFO:teuthology.orchestra.run.smithi094.stdout:librados-devel-19.1.1-330.gc2ddf972.el9.x86_64. 607 kB/s | 127 kB 00:00 2024-09-17T01:44:20.312 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:20.312 INFO:teuthology.orchestra.run.smithi094.stdout:Total 602 kB/s | 127 kB 00:00 2024-09-17T01:44:20.312 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:44:20.317 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:44:20.318 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:44:20.348 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-fuse 2024-09-17T01:44:20.382 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:44:20.382 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:44:20.392 INFO:teuthology.orchestra.run.smithi077.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 6.0 MB 00:00 2024-09-17T01:44:20.424 INFO:teuthology.orchestra.run.smithi077.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.7 MB/s | 548 kB 00:00 2024-09-17T01:44:20.457 INFO:teuthology.orchestra.run.smithi077.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 345 kB/s | 58 kB 00:00 2024-09-17T01:44:20.491 INFO:teuthology.orchestra.run.smithi077.stdout:(6/6): python3-typing-extensions-4.12.2-2.el9.n 759 kB/s | 74 kB 00:00 2024-09-17T01:44:20.494 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:20.494 INFO:teuthology.orchestra.run.smithi077.stdout:Total 7.9 MB/s | 7.0 MB 00:00 2024-09-17T01:44:20.538 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:44:20.565 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:44:20.576 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:44:20.576 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:44:20.634 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:20.676 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:44:20.676 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:44:20.925 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:28 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:20.978 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:44:21.060 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:21.060 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:21.060 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-09-17T01:44:21.060 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:21.060 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:44:21.060 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 897 k 2024-09-17T01:44:21.060 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-09-17T01:44:21.061 INFO:teuthology.orchestra.run.smithi145.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-17T01:44:21.061 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:21.061 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:44:21.061 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:21.061 INFO:teuthology.orchestra.run.smithi145.stdout:Install 2 Packages 2024-09-17T01:44:21.061 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:21.061 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 977 k 2024-09-17T01:44:21.062 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 2.9 M 2024-09-17T01:44:21.062 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:44:21.101 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:21.146 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-17T01:44:21.201 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-17T01:44:21.244 INFO:teuthology.orchestra.run.smithi145.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 584 kB/s | 80 kB 00:00 2024-09-17T01:44:21.377 INFO:teuthology.orchestra.run.smithi145.stdout:(2/2): ceph-fuse-19.1.1-330.gc2ddf972.el9.x86_6 3.2 MB/s | 897 kB 00:00 2024-09-17T01:44:21.378 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:21.378 INFO:teuthology.orchestra.run.smithi145.stdout:Total 3.0 MB/s | 977 kB 00:00 2024-09-17T01:44:21.389 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:21.389 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:21.389 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:44:21.390 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:21.390 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:21.390 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:21.390 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:44:21.411 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:44:21.411 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:44:21.492 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:44:21.492 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:44:21.680 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs2 2024-09-17T01:44:21.685 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:44:21.734 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-17T01:44:21.819 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-17T01:44:21.827 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-17T01:44:21.884 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-17T01:44:21.893 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T01:44:21.913 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T01:44:22.274 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:35 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:22.366 INFO:teuthology.orchestra.run.smithi094.stdout:Package libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:22.411 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:22.412 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-17T01:44:22.412 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:22.482 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs-devel 2024-09-17T01:44:22.645 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T01:44:22.645 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/2 2024-09-17T01:44:22.723 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T01:44:22.724 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/6 2024-09-17T01:44:22.724 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-17T01:44:22.724 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-17T01:44:22.724 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-17T01:44:22.724 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-17T01:44:22.913 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-17T01:44:22.913 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:22.914 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:44:22.914 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-17T01:44:22.914 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:22.914 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:22.997 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-17T01:44:22.998 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:22.998 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:44:22.998 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:22.998 INFO:teuthology.orchestra.run.smithi077.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-17T01:44:22.998 INFO:teuthology.orchestra.run.smithi077.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-17T01:44:22.998 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-17T01:44:22.998 INFO:teuthology.orchestra.run.smithi077.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-17T01:44:22.998 INFO:teuthology.orchestra.run.smithi077.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-17T01:44:22.998 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:22.998 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:23.063 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:36 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:23.174 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-volume 2024-09-17T01:44:23.196 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:23.196 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:23.196 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-17T01:44:23.196 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:23.196 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:44:23.197 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 32 k 2024-09-17T01:44:23.197 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:23.197 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:44:23.197 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:23.197 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-17T01:44:23.197 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:23.197 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 32 k 2024-09-17T01:44:23.198 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 142 k 2024-09-17T01:44:23.198 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:44:23.254 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-fuse 2024-09-17T01:44:23.348 INFO:teuthology.orchestra.run.smithi094.stdout:libcephfs-devel-19.1.1-330.gc2ddf972.el9.x86_64 210 kB/s | 32 kB 00:00 2024-09-17T01:44:23.349 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:23.349 INFO:teuthology.orchestra.run.smithi094.stdout:Total 208 kB/s | 32 kB 00:00 2024-09-17T01:44:23.349 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:44:23.352 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:44:23.352 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:44:23.369 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:44:23.369 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:44:23.461 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:44:23.571 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:23.779 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:31 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:23.836 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:28 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:23.919 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:23.920 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:23.920 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-09-17T01:44:23.920 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:23.920 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:44:23.921 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-volume noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 285 k 2024-09-17T01:44:23.921 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:23.921 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:44:23.921 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:23.921 INFO:teuthology.orchestra.run.smithi145.stdout:Install 1 Package 2024-09-17T01:44:23.921 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:23.921 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 285 k 2024-09-17T01:44:23.921 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 1.3 M 2024-09-17T01:44:23.921 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:44:23.968 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:23.970 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:23.971 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:23.971 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T01:44:23.971 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:23.971 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:44:23.971 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 897 k 2024-09-17T01:44:23.971 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T01:44:23.972 INFO:teuthology.orchestra.run.smithi077.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-17T01:44:23.972 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:23.972 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:44:23.972 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:23.973 INFO:teuthology.orchestra.run.smithi077.stdout:Install 2 Packages 2024-09-17T01:44:23.973 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:23.973 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 977 k 2024-09-17T01:44:23.973 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 2.9 M 2024-09-17T01:44:23.973 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:44:24.143 INFO:teuthology.orchestra.run.smithi077.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 644 kB/s | 80 kB 00:00 2024-09-17T01:44:24.149 INFO:teuthology.orchestra.run.smithi145.stdout:ceph-volume-19.1.1-330.gc2ddf972.el9.noarch.rpm 1.2 MB/s | 285 kB 00:00 2024-09-17T01:44:24.149 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:24.150 INFO:teuthology.orchestra.run.smithi145.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-17T01:44:24.150 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:44:24.157 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:44:24.158 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:44:24.179 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:44:24.179 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:44:24.195 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:24.195 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:24.195 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:44:24.195 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:24.196 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:24.196 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:24.285 INFO:teuthology.orchestra.run.smithi077.stdout:(2/2): ceph-fuse-19.1.1-330.gc2ddf972.el9.x86_6 3.3 MB/s | 897 kB 00:00 2024-09-17T01:44:24.285 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:24.285 INFO:teuthology.orchestra.run.smithi077.stdout:Total 3.0 MB/s | 977 kB 00:00 2024-09-17T01:44:24.297 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:44:24.318 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:44:24.318 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:44:24.369 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados2 2024-09-17T01:44:24.400 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:44:24.401 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:44:24.402 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:44:24.468 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:44:24.483 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:44:24.484 INFO:teuthology.orchestra.run.smithi145.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:44:24.484 INFO:teuthology.orchestra.run.smithi145.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-17T01:44:24.484 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:24.591 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:44:24.738 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-17T01:44:24.817 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T01:44:24.943 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:37 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:25.031 INFO:teuthology.orchestra.run.smithi094.stdout:Package librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:25.076 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:25.076 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-17T01:44:25.077 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:25.147 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librbd1 2024-09-17T01:44:25.486 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T01:44:25.486 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/2 2024-09-17T01:44:25.545 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:44:25.545 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:25.545 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:44:25.545 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:25.545 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:25.545 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:25.726 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:38 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:25.754 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-17T01:44:25.755 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:25.755 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:44:25.755 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-17T01:44:25.755 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:25.755 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:25.816 INFO:teuthology.orchestra.run.smithi094.stdout:Package librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:25.846 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install librados-devel 2024-09-17T01:44:25.859 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:25.861 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-17T01:44:25.861 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:25.931 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rados 2024-09-17T01:44:26.048 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-volume 2024-09-17T01:44:26.454 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:34 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:26.506 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:39 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:26.591 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:26.591 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:26.591 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repo Size 2024-09-17T01:44:26.592 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:26.592 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:44:26.592 INFO:teuthology.orchestra.run.smithi145.stdout: librados-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 127 k 2024-09-17T01:44:26.592 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:26.592 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:44:26.592 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:26.592 INFO:teuthology.orchestra.run.smithi145.stdout:Install 1 Package 2024-09-17T01:44:26.592 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:26.592 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 127 k 2024-09-17T01:44:26.592 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 456 k 2024-09-17T01:44:26.592 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:44:26.595 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:26.635 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:31 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:26.639 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:26.640 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-17T01:44:26.640 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:26.713 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rgw 2024-09-17T01:44:26.772 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:26.773 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:26.773 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T01:44:26.773 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:26.773 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:44:26.773 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-volume noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 285 k 2024-09-17T01:44:26.773 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:26.773 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:44:26.773 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:26.773 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-09-17T01:44:26.773 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:26.774 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 285 k 2024-09-17T01:44:26.774 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 1.3 M 2024-09-17T01:44:26.774 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:44:26.804 INFO:teuthology.orchestra.run.smithi145.stdout:librados-devel-19.1.1-330.gc2ddf972.el9.x86_64. 599 kB/s | 127 kB 00:00 2024-09-17T01:44:26.804 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:26.804 INFO:teuthology.orchestra.run.smithi145.stdout:Total 595 kB/s | 127 kB 00:00 2024-09-17T01:44:26.805 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:44:26.810 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:44:26.810 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:44:26.875 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:44:26.875 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:44:26.997 INFO:teuthology.orchestra.run.smithi077.stdout:ceph-volume-19.1.1-330.gc2ddf972.el9.noarch.rpm 1.2 MB/s | 285 kB 00:00 2024-09-17T01:44:26.998 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:26.998 INFO:teuthology.orchestra.run.smithi077.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-17T01:44:26.998 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:44:27.006 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:44:27.006 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:44:27.026 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:44:27.028 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:44:27.028 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:44:27.134 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:27.244 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:44:27.287 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:40 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:27.308 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:44:27.324 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:44:27.324 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:44:27.324 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-17T01:44:27.324 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:27.377 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:27.420 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:27.421 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-17T01:44:27.421 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:27.500 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-cephfs 2024-09-17T01:44:27.581 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:27.833 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:27.833 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:27.833 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:44:27.833 INFO:teuthology.orchestra.run.smithi145.stdout: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:27.833 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:27.833 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:28.082 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:41 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:28.098 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install libcephfs2 2024-09-17T01:44:28.171 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:28.214 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:28.215 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-17T01:44:28.215 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:28.288 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rbd 2024-09-17T01:44:28.339 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T01:44:28.339 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:28.339 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:44:28.339 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T01:44:28.339 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:28.339 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:28.634 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install librados-devel 2024-09-17T01:44:28.699 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:36 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:28.792 INFO:teuthology.orchestra.run.smithi145.stdout:Package libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:28.836 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:28.837 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2024-09-17T01:44:28.837 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:28.863 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:41 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:28.914 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install libcephfs-devel 2024-09-17T01:44:28.953 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:28.996 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:28.997 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-17T01:44:28.997 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:29.080 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-fuse 2024-09-17T01:44:29.230 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:34 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:29.365 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:29.366 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:29.366 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2024-09-17T01:44:29.366 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:29.366 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:44:29.366 INFO:teuthology.orchestra.run.smithi077.stdout: librados-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 127 k 2024-09-17T01:44:29.367 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:29.367 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:44:29.367 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:29.367 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-09-17T01:44:29.367 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:29.367 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 127 k 2024-09-17T01:44:29.367 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 456 k 2024-09-17T01:44:29.367 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:44:29.505 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:37 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:29.585 INFO:teuthology.orchestra.run.smithi077.stdout:librados-devel-19.1.1-330.gc2ddf972.el9.x86_64. 582 kB/s | 127 kB 00:00 2024-09-17T01:44:29.585 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:29.586 INFO:teuthology.orchestra.run.smithi077.stdout:Total 578 kB/s | 127 kB 00:00 2024-09-17T01:44:29.586 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:44:29.591 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:44:29.591 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:44:29.641 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:29.641 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:29.641 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repo Size 2024-09-17T01:44:29.642 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:29.642 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:44:29.642 INFO:teuthology.orchestra.run.smithi145.stdout: libcephfs-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 32 k 2024-09-17T01:44:29.642 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:29.642 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:44:29.642 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:29.642 INFO:teuthology.orchestra.run.smithi145.stdout:Install 1 Package 2024-09-17T01:44:29.642 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:29.642 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 32 k 2024-09-17T01:44:29.642 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 142 k 2024-09-17T01:44:29.642 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:44:29.655 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:44:29.655 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:44:29.666 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:42 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:29.798 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:29.799 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:29.799 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-09-17T01:44:29.799 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:29.799 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:44:29.799 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 85 k 2024-09-17T01:44:29.799 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:29.799 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:44:29.799 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:29.799 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-17T01:44:29.799 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:29.800 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 85 k 2024-09-17T01:44:29.800 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 231 k 2024-09-17T01:44:29.800 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:44:29.800 INFO:teuthology.orchestra.run.smithi145.stdout:libcephfs-devel-19.1.1-330.gc2ddf972.el9.x86_64 203 kB/s | 32 kB 00:00 2024-09-17T01:44:29.800 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:29.801 INFO:teuthology.orchestra.run.smithi145.stdout:Total 201 kB/s | 32 kB 00:00 2024-09-17T01:44:29.801 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:44:29.803 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:44:29.803 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:44:29.819 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:44:29.824 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:44:29.824 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:44:29.913 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:44:29.915 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:29.994 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-fuse-19.1.1-330.gc2ddf972.el9.x86_64.rpm 441 kB/s | 85 kB 00:00 2024-09-17T01:44:29.994 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:29.994 INFO:teuthology.orchestra.run.smithi094.stdout:Total 437 kB/s | 85 kB 00:00 2024-09-17T01:44:29.994 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:44:30.001 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:44:30.001 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:44:30.037 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:30.065 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:44:30.065 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:44:30.228 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:44:30.326 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:30.333 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:30.427 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:30.592 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:30.593 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:30.593 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:44:30.593 INFO:teuthology.orchestra.run.smithi077.stdout: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:30.593 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:30.593 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:30.674 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:30.674 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:30.674 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:44:30.674 INFO:teuthology.orchestra.run.smithi145.stdout: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:30.674 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:30.674 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:30.701 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:30.852 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install librados2 2024-09-17T01:44:30.926 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install libcephfs2 2024-09-17T01:44:30.964 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:30.964 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:30.964 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:44:30.964 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:30.964 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:30.964 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:31.228 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-mirror 2024-09-17T01:44:31.435 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:39 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:31.523 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:36 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:Package librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:31.567 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:31.568 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2024-09-17T01:44:31.568 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:31.614 INFO:teuthology.orchestra.run.smithi077.stdout:Package libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:31.637 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install librbd1 2024-09-17T01:44:31.660 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:31.661 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-09-17T01:44:31.661 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:31.726 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install libcephfs-devel 2024-09-17T01:44:31.826 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:44 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:31.962 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:31.963 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:31.963 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-17T01:44:31.963 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:31.963 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:44:31.963 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.1 M 2024-09-17T01:44:31.963 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:31.964 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:44:31.964 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:31.964 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-17T01:44:31.964 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:31.964 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 3.1 M 2024-09-17T01:44:31.964 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 13 M 2024-09-17T01:44:31.964 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:44:32.221 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:40 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:32.290 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-mirror-19.1.1-330.gc2ddf972.el9.x86_64.rpm 9.5 MB/s | 3.1 MB 00:00 2024-09-17T01:44:32.291 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:32.291 INFO:teuthology.orchestra.run.smithi094.stdout:Total 9.5 MB/s | 3.1 MB 00:00 2024-09-17T01:44:32.291 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:44:32.300 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:44:32.301 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:44:32.311 INFO:teuthology.orchestra.run.smithi145.stdout:Package librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:32.315 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:37 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:32.355 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:32.356 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2024-09-17T01:44:32.356 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:32.381 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:44:32.382 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:44:32.423 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install python3-rados 2024-09-17T01:44:32.449 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:32.449 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:32.449 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2024-09-17T01:44:32.450 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:32.450 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:44:32.450 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 32 k 2024-09-17T01:44:32.450 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:32.450 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:44:32.450 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:32.450 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-09-17T01:44:32.450 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:32.450 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 32 k 2024-09-17T01:44:32.450 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 142 k 2024-09-17T01:44:32.450 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:44:32.597 INFO:teuthology.orchestra.run.smithi077.stdout:libcephfs-devel-19.1.1-330.gc2ddf972.el9.x86_64 216 kB/s | 32 kB 00:00 2024-09-17T01:44:32.598 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:32.598 INFO:teuthology.orchestra.run.smithi077.stdout:Total 214 kB/s | 32 kB 00:00 2024-09-17T01:44:32.598 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:44:32.601 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:44:32.602 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:44:32.620 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:44:32.620 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:44:32.708 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:44:32.819 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:32.850 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:44:32.908 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:32.933 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:32.933 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:44:32.933 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-17T01:44:32.933 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T01:44:32.933 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T01:44:32.934 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:33.002 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:41 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:33.091 INFO:teuthology.orchestra.run.smithi145.stdout:Package python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:33.136 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:33.137 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2024-09-17T01:44:33.137 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:33.207 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install python3-rgw 2024-09-17T01:44:33.222 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:33.455 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:33.456 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:33.456 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:44:33.456 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:33.456 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:33.456 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:33.646 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install librados2 2024-09-17T01:44:33.792 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:41 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:33.882 INFO:teuthology.orchestra.run.smithi145.stdout:Package python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:33.926 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:33.927 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2024-09-17T01:44:33.927 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:33.991 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install python3-cephfs 2024-09-17T01:44:34.054 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:34.054 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:34.054 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:44:34.054 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:34.054 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:34.054 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:34.228 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:39 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:34.284 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-nbd 2024-09-17T01:44:34.317 INFO:teuthology.orchestra.run.smithi077.stdout:Package librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:34.361 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:34.362 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-09-17T01:44:34.362 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:34.427 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install librbd1 2024-09-17T01:44:34.576 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:42 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:34.665 INFO:teuthology.orchestra.run.smithi145.stdout:Package python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:34.708 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:34.709 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2024-09-17T01:44:34.709 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:34.771 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install python3-rbd 2024-09-17T01:44:34.881 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:47 ago on Tue 17 Sep 2024 01:42:47 AM UTC. 2024-09-17T01:44:35.012 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:40 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:35.016 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-17T01:44:35.017 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:35.017 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-09-17T01:44:35.017 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:35.017 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-17T01:44:35.018 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 170 k 2024-09-17T01:44:35.018 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:35.018 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-17T01:44:35.018 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-17T01:44:35.018 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-17T01:44:35.018 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:35.018 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 170 k 2024-09-17T01:44:35.018 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 494 k 2024-09-17T01:44:35.018 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-17T01:44:35.100 INFO:teuthology.orchestra.run.smithi077.stdout:Package librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:35.145 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:35.145 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-09-17T01:44:35.145 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:35.226 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-nbd-19.1.1-330.gc2ddf972.el9.x86_64.rpm 819 kB/s | 170 kB 00:00 2024-09-17T01:44:35.227 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:35.227 INFO:teuthology.orchestra.run.smithi094.stdout:Total 814 kB/s | 170 kB 00:00 2024-09-17T01:44:35.227 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-17T01:44:35.235 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rados 2024-09-17T01:44:35.236 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-17T01:44:35.236 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-17T01:44:35.302 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-17T01:44:35.302 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-17T01:44:35.359 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:43 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:35.449 INFO:teuthology.orchestra.run.smithi145.stdout:Package python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:35.454 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-17T01:44:35.493 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:35.494 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2024-09-17T01:44:35.494 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:35.550 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:35.567 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install rbd-fuse 2024-09-17T01:44:35.813 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:40 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:35.901 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:35.945 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:35.946 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-09-17T01:44:35.946 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:36.010 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rgw 2024-09-17T01:44:36.014 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:36.156 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:44 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:36.273 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:36.273 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:36.273 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-17T01:44:36.274 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:36.274 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:44:36.274 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-17T01:44:36.290 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:36.291 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:36.291 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2024-09-17T01:44:36.291 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:36.291 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:44:36.291 INFO:teuthology.orchestra.run.smithi145.stdout: rbd-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 85 k 2024-09-17T01:44:36.291 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:36.291 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:44:36.291 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:36.291 INFO:teuthology.orchestra.run.smithi145.stdout:Install 1 Package 2024-09-17T01:44:36.291 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:36.291 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 85 k 2024-09-17T01:44:36.292 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 231 k 2024-09-17T01:44:36.292 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:44:36.486 INFO:teuthology.orchestra.run.smithi145.stdout:rbd-fuse-19.1.1-330.gc2ddf972.el9.x86_64.rpm 441 kB/s | 85 kB 00:00 2024-09-17T01:44:36.487 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:36.487 INFO:teuthology.orchestra.run.smithi145.stdout:Total 438 kB/s | 85 kB 00:00 2024-09-17T01:44:36.487 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:44:36.494 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:44:36.494 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:44:36.500 DEBUG:teuthology.parallel:result is None 2024-09-17T01:44:36.557 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:44:36.558 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:44:36.590 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:41 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:36.679 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:36.706 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:44:36.721 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:36.722 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-09-17T01:44:36.722 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:36.785 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-cephfs 2024-09-17T01:44:36.808 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:37.229 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:37.375 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:42 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:37.465 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:37.502 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:37.502 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:37.502 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:44:37.502 INFO:teuthology.orchestra.run.smithi145.stdout: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:37.502 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:37.502 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:37.510 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:37.511 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-09-17T01:44:37.511 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:37.579 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rbd 2024-09-17T01:44:37.711 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install rbd-mirror 2024-09-17T01:44:38.172 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:43 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:38.272 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T01:44:38.316 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:38.317 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-09-17T01:44:38.317 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:38.319 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:46 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:38.383 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-fuse 2024-09-17T01:44:38.463 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repo Size 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout: rbd-mirror x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.1 M 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout:Install 1 Package 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 3.1 M 2024-09-17T01:44:38.464 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 13 M 2024-09-17T01:44:38.465 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:44:38.806 INFO:teuthology.orchestra.run.smithi145.stdout:rbd-mirror-19.1.1-330.gc2ddf972.el9.x86_64.rpm 9.1 MB/s | 3.1 MB 00:00 2024-09-17T01:44:38.807 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:38.807 INFO:teuthology.orchestra.run.smithi145.stdout:Total 9.0 MB/s | 3.1 MB 00:00 2024-09-17T01:44:38.807 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:44:38.816 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:44:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:44:38.901 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:44:38.902 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:44:38.962 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:43 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:39.097 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 85 k 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 85 k 2024-09-17T01:44:39.098 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 231 k 2024-09-17T01:44:39.099 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:44:39.292 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-fuse-19.1.1-330.gc2ddf972.el9.x86_64.rpm 441 kB/s | 85 kB 00:00 2024-09-17T01:44:39.293 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:39.293 INFO:teuthology.orchestra.run.smithi077.stdout:Total 438 kB/s | 85 kB 00:00 2024-09-17T01:44:39.293 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:44:39.300 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:44:39.300 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:44:39.366 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:44:39.366 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:44:39.392 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:44:39.457 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:39.483 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:39.483 INFO:teuthology.orchestra.run.smithi145.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:44:39.483 INFO:teuthology.orchestra.run.smithi145.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-17T01:44:39.483 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T01:44:39.484 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T01:44:39.484 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:39.518 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:44:39.606 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:39.999 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:40.262 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:40.262 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:40.262 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:44:40.263 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:40.263 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:40.263 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:40.565 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-mirror 2024-09-17T01:44:40.593 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:40.593 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:40.594 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:44:40.594 INFO:teuthology.orchestra.run.smithi145.stdout: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:40.594 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:40.594 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:40.835 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install rbd-nbd 2024-09-17T01:44:41.183 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:46 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:41.333 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:41.333 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:41.333 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2024-09-17T01:44:41.333 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:41.334 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:44:41.334 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-mirror x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.1 M 2024-09-17T01:44:41.334 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:41.334 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:44:41.334 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:41.334 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-09-17T01:44:41.334 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:41.334 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 3.1 M 2024-09-17T01:44:41.334 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 13 M 2024-09-17T01:44:41.334 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:44:41.436 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:49 ago on Tue 17 Sep 2024 01:42:52 AM UTC. 2024-09-17T01:44:41.570 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-17T01:44:41.570 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout: rbd-nbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 170 k 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout:Install 1 Package 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 170 k 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 494 k 2024-09-17T01:44:41.571 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-17T01:44:41.662 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-mirror-19.1.1-330.gc2ddf972.el9.x86_64.rpm 9.4 MB/s | 3.1 MB 00:00 2024-09-17T01:44:41.663 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:41.663 INFO:teuthology.orchestra.run.smithi077.stdout:Total 9.4 MB/s | 3.1 MB 00:00 2024-09-17T01:44:41.663 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:44:41.673 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:44:41.673 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:44:41.753 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:44:41.753 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:44:41.811 INFO:teuthology.orchestra.run.smithi145.stdout:rbd-nbd-19.1.1-330.gc2ddf972.el9.x86_64.rpm 713 kB/s | 170 kB 00:00 2024-09-17T01:44:41.811 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:41.812 INFO:teuthology.orchestra.run.smithi145.stdout:Total 708 kB/s | 170 kB 00:00 2024-09-17T01:44:41.812 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-17T01:44:41.819 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-17T01:44:41.819 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-17T01:44:41.884 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-17T01:44:41.884 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-17T01:44:42.049 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-17T01:44:42.158 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:42.235 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:44:42.288 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:42.314 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:42.314 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T01:44:42.314 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-17T01:44:42.314 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T01:44:42.314 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T01:44:42.315 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:42.592 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:42.869 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:42.869 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:42.869 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-17T01:44:42.869 INFO:teuthology.orchestra.run.smithi145.stdout: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:42.869 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:44:42.870 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-17T01:44:43.119 DEBUG:teuthology.parallel:result is None 2024-09-17T01:44:43.480 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:43.480 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:43.480 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:44:43.480 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:43.480 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:43.481 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:43.707 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-nbd 2024-09-17T01:44:44.304 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:49 ago on Tue 17 Sep 2024 01:42:55 AM UTC. 2024-09-17T01:44:44.438 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T01:44:44.439 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:44.439 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-09-17T01:44:44.439 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:44.439 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T01:44:44.439 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-nbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 170 k 2024-09-17T01:44:44.439 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:44.439 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T01:44:44.440 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T01:44:44.440 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-09-17T01:44:44.440 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:44.440 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 170 k 2024-09-17T01:44:44.440 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 494 k 2024-09-17T01:44:44.440 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T01:44:44.649 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-nbd-19.1.1-330.gc2ddf972.el9.x86_64.rpm 814 kB/s | 170 kB 00:00 2024-09-17T01:44:44.650 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:44:44.650 INFO:teuthology.orchestra.run.smithi077.stdout:Total 809 kB/s | 170 kB 00:00 2024-09-17T01:44:44.650 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T01:44:44.658 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T01:44:44.658 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T01:44:44.722 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T01:44:44.722 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T01:44:44.877 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T01:44:44.988 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:45.422 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:45.675 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T01:44:45.675 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:45.675 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T01:44:45.675 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T01:44:45.675 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:44:45.676 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T01:44:45.936 DEBUG:teuthology.parallel:result is None 2024-09-17T01:44:45.937 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:44:46.089 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-17T01:44:46.110 INFO:teuthology.orchestra.run.smithi077.stdout:19.1.1-330.gc2ddf972.el9 2024-09-17T01:44:46.111 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330.gc2ddf972.el9 2024-09-17T01:44:46.111 INFO:teuthology.task.install:The correct ceph version 19.1.1-330.gc2ddf972 is installed. 2024-09-17T01:44:46.113 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:44:46.259 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-17T01:44:46.286 INFO:teuthology.orchestra.run.smithi094.stdout:19.1.1-330.gc2ddf972.el9 2024-09-17T01:44:46.287 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330.gc2ddf972.el9 2024-09-17T01:44:46.287 INFO:teuthology.task.install:The correct ceph version 19.1.1-330.gc2ddf972 is installed. 2024-09-17T01:44:46.289 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:44:46.437 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-17T01:44:46.462 INFO:teuthology.orchestra.run.smithi145.stdout:19.1.1-330.gc2ddf972.el9 2024-09-17T01:44:46.463 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330.gc2ddf972.el9 2024-09-17T01:44:46.463 INFO:teuthology.task.install:The correct ceph version 19.1.1-330.gc2ddf972 is installed. 2024-09-17T01:44:46.465 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-17T01:44:46.465 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:44:46.465 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T01:44:46.492 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-17T01:44:46.492 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T01:44:46.523 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-17T01:44:46.523 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T01:44:46.553 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-17T01:44:46.553 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:44:46.553 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T01:44:46.579 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T01:44:46.669 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-17T01:44:46.669 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T01:44:46.698 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T01:44:46.767 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-17T01:44:46.767 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T01:44:46.797 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T01:44:46.869 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-17T01:44:46.869 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:44:46.869 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T01:44:46.896 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T01:44:46.962 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-17T01:44:46.962 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T01:44:46.989 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T01:44:47.055 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-17T01:44:47.055 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T01:44:47.085 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T01:44:47.154 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-17T01:44:47.154 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:44:47.155 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T01:44:47.181 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T01:44:47.247 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-17T01:44:47.247 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T01:44:47.272 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T01:44:47.338 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-17T01:44:47.338 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T01:44:47.367 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T01:44:47.436 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T01:44:47.568 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': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'} 2024-09-17T01:44:47.569 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:44:47.570 INFO:tasks.cephadm:Cluster fsid is 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:44:47.570 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T01:44:47.570 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.77', 'mon.b': '172.21.15.94', 'mon.c': '172.21.15.145'} 2024-09-17T01:44:47.570 INFO:tasks.cephadm:First mon is mon.a on smithi077 2024-09-17T01:44:47.571 INFO:tasks.cephadm:First mgr is a 2024-09-17T01:44:47.571 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T01:44:47.571 DEBUG:teuthology.orchestra.run.smithi077:> sudo hostname $(hostname -s) 2024-09-17T01:44:47.600 DEBUG:teuthology.orchestra.run.smithi094:> sudo hostname $(hostname -s) 2024-09-17T01:44:47.627 DEBUG:teuthology.orchestra.run.smithi145:> sudo hostname $(hostname -s) 2024-09-17T01:44:47.656 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T01:44:47.657 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:44:47.809 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', '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/56092/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.1.1-330-gc2ddf972', 'node_name': '172.21.5.35+adami05', '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-330.gc2ddf972'}, 'url': 'https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-16 16:11:17.578068', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-17T01:44:47.956 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref squid, sha1 c2ddf9721ef254645201cdbabd9c8f49c30a586f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:44:47.958 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/x86_64/flavors/default/cephadm 2024-09-17T01:44:47.958 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/x86_64/flavors/default/cephadm 2024-09-17T01:44:47.958 DEBUG:teuthology.orchestra.run.smithi077:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T01:44:48.321 INFO:teuthology.orchestra.run.smithi077.stdout:-rw-r--r--. 1 ubuntu ubuntu 784439 Sep 17 01:44 /home/ubuntu/cephtest/cephadm 2024-09-17T01:44:48.322 DEBUG:teuthology.orchestra.run.smithi094:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T01:44:48.721 INFO:teuthology.orchestra.run.smithi094.stdout:-rw-r--r--. 1 ubuntu ubuntu 784439 Sep 17 01:44 /home/ubuntu/cephtest/cephadm 2024-09-17T01:44:48.721 DEBUG:teuthology.orchestra.run.smithi145:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T01:44:49.097 INFO:teuthology.orchestra.run.smithi145.stdout:-rw-r--r--. 1 ubuntu ubuntu 784439 Sep 17 01:44 /home/ubuntu/cephtest/cephadm 2024-09-17T01:44:49.098 DEBUG:teuthology.orchestra.run.smithi077:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T01:44:49.118 DEBUG:teuthology.orchestra.run.smithi094:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T01:44:49.139 DEBUG:teuthology.orchestra.run.smithi145:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T01:44:49.170 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f on all hosts... 2024-09-17T01:44:49.170 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T01:44:49.173 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T01:44:49.182 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T01:44:50.709 INFO:teuthology.orchestra.run.smithi145.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T01:44:50.764 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T01:44:50.789 INFO:teuthology.orchestra.run.smithi094.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T01:45:20.724 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2024-09-17T01:45:20.724 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T01:45:20.724 INFO:teuthology.orchestra.run.smithi077.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T01:45:20.724 INFO:teuthology.orchestra.run.smithi077.stdout: "repo_digests": [ 2024-09-17T01:45:20.725 INFO:teuthology.orchestra.run.smithi077.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T01:45:20.725 INFO:teuthology.orchestra.run.smithi077.stdout: ] 2024-09-17T01:45:20.725 INFO:teuthology.orchestra.run.smithi077.stdout:} 2024-09-17T01:45:46.925 INFO:teuthology.orchestra.run.smithi145.stdout:{ 2024-09-17T01:45:46.926 INFO:teuthology.orchestra.run.smithi145.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T01:45:46.926 INFO:teuthology.orchestra.run.smithi145.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T01:45:46.926 INFO:teuthology.orchestra.run.smithi145.stdout: "repo_digests": [ 2024-09-17T01:45:46.926 INFO:teuthology.orchestra.run.smithi145.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T01:45:46.926 INFO:teuthology.orchestra.run.smithi145.stdout: ] 2024-09-17T01:45:46.926 INFO:teuthology.orchestra.run.smithi145.stdout:} 2024-09-17T01:45:49.073 INFO:teuthology.orchestra.run.smithi094.stdout:{ 2024-09-17T01:45:49.073 INFO:teuthology.orchestra.run.smithi094.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T01:45:49.073 INFO:teuthology.orchestra.run.smithi094.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T01:45:49.073 INFO:teuthology.orchestra.run.smithi094.stdout: "repo_digests": [ 2024-09-17T01:45:49.074 INFO:teuthology.orchestra.run.smithi094.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T01:45:49.074 INFO:teuthology.orchestra.run.smithi094.stdout: ] 2024-09-17T01:45:49.074 INFO:teuthology.orchestra.run.smithi094.stdout:} 2024-09-17T01:45:49.099 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /etc/ceph 2024-09-17T01:45:49.133 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /etc/ceph 2024-09-17T01:45:49.160 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /etc/ceph 2024-09-17T01:45:49.194 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 777 /etc/ceph 2024-09-17T01:45:49.223 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 777 /etc/ceph 2024-09-17T01:45:49.248 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 777 /etc/ceph 2024-09-17T01:45:49.276 INFO:tasks.cephadm:Writing seed config... 2024-09-17T01:45:49.277 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-17T01:45:49.278 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T01:45:49.278 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T01:45:49.278 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-17T01:45:49.278 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T01:45:49.278 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T01:45:49.278 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T01:45:49.278 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T01:45:49.278 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T01:45:49.279 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:45:49.279 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T01:45:49.296 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 = 6be27e82-7496-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-17T01:45:49.296 DEBUG:teuthology.orchestra.run.smithi077:mon.a> sudo journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.a.service 2024-09-17T01:45:49.339 DEBUG:teuthology.orchestra.run.smithi077:mgr.a> sudo journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.a.service 2024-09-17T01:45:49.381 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T01:45:49.382 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f -v bootstrap --fsid 6be27e82-7496-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.77 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:45:49.590 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:45:49.591 INFO:teuthology.orchestra.run.smithi077.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f', '-v', 'bootstrap', '--fsid', '6be27e82-7496-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.77', '--skip-admin-label'] 2024-09-17T01:45:49.591 INFO:teuthology.orchestra.run.smithi077.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T01:45:49.591 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying podman|docker is present... 2024-09-17T01:45:49.615 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stdout 5.2.2 2024-09-17T01:45:49.615 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying lvm2 is present... 2024-09-17T01:45:49.615 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying time synchronization is in place... 2024-09-17T01:45:49.623 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T01:45:49.623 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T01:45:49.630 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T01:45:49.630 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T01:45:49.636 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout enabled 2024-09-17T01:45:49.644 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout active 2024-09-17T01:45:49.644 INFO:teuthology.orchestra.run.smithi077.stdout:Unit chronyd.service is enabled and running 2024-09-17T01:45:49.644 INFO:teuthology.orchestra.run.smithi077.stdout:Repeating the final host check... 2024-09-17T01:45:49.667 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stdout 5.2.2 2024-09-17T01:45:49.667 INFO:teuthology.orchestra.run.smithi077.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-17T01:45:49.667 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl is present 2024-09-17T01:45:49.667 INFO:teuthology.orchestra.run.smithi077.stdout:lvcreate is present 2024-09-17T01:45:49.674 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T01:45:49.674 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T01:45:49.680 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T01:45:49.680 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T01:45:49.688 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout enabled 2024-09-17T01:45:49.695 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout active 2024-09-17T01:45:49.696 INFO:teuthology.orchestra.run.smithi077.stdout:Unit chronyd.service is enabled and running 2024-09-17T01:45:49.696 INFO:teuthology.orchestra.run.smithi077.stdout:Host looks OK 2024-09-17T01:45:49.696 INFO:teuthology.orchestra.run.smithi077.stdout:Cluster fsid: 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:45:49.696 INFO:teuthology.orchestra.run.smithi077.stdout:Acquiring lock 140461607482368 on /run/cephadm/6be27e82-7496-11ef-bceb-c7b262605968.lock 2024-09-17T01:45:49.696 INFO:teuthology.orchestra.run.smithi077.stdout:Lock 140461607482368 acquired on /run/cephadm/6be27e82-7496-11ef-bceb-c7b262605968.lock 2024-09-17T01:45:49.696 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying IP 172.21.15.77 port 3300 ... 2024-09-17T01:45:49.697 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying IP 172.21.15.77 port 6789 ... 2024-09-17T01:45:49.697 INFO:teuthology.orchestra.run.smithi077.stdout:Base mon IP(s) is [172.21.15.77:3300, 172.21.15.77:6789], mon addrv is [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2024-09-17T01:45:49.699 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.77 metric 100 2024-09-17T01:45:49.699 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.77 metric 100 2024-09-17T01:45:49.702 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T01:45:49.702 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-17T01:45:49.702 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-17T01:45:49.705 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T01:45:49.705 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T01:45:49.705 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T01:45:49.705 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-17T01:45:49.705 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d3d3/64 scope link noprefixroute 2024-09-17T01:45:49.705 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T01:45:49.706 INFO:teuthology.orchestra.run.smithi077.stdout:Mon IP `172.21.15.77` is in CIDR network `172.21.0.0/20` 2024-09-17T01:45:49.706 INFO:teuthology.orchestra.run.smithi077.stdout:Mon IP `172.21.15.77` is in CIDR network `172.21.0.0/20` 2024-09-17T01:45:49.706 INFO:teuthology.orchestra.run.smithi077.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-17T01:45:49.706 INFO:teuthology.orchestra.run.smithi077.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T01:45:49.707 INFO:teuthology.orchestra.run.smithi077.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T01:45:50.129 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stdout ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b 2024-09-17T01:45:50.130 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T01:45:50.130 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Getting image source signatures 2024-09-17T01:45:50.130 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Copying blob sha256:83d928f919f2c1e0c1bd6bccd6df0f26dec4d40362b4c5deccad70d7b002219d 2024-09-17T01:45:50.130 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-17T01:45:50.130 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Copying config sha256:ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b 2024-09-17T01:45:50.130 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-17T01:45:51.075 INFO:teuthology.orchestra.run.smithi077.stdout:ceph: stdout ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable) 2024-09-17T01:45:51.076 INFO:teuthology.orchestra.run.smithi077.stdout:Ceph version: ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable) 2024-09-17T01:45:51.076 INFO:teuthology.orchestra.run.smithi077.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T01:45:52.089 INFO:teuthology.orchestra.run.smithi077.stdout:stat: stdout 167 167 2024-09-17T01:45:52.089 INFO:teuthology.orchestra.run.smithi077.stdout:Creating initial keys... 2024-09-17T01:45:53.144 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph-authtool: stdout AQBQ3+hm0ZhcGRAABEOOoxQam70akpqnVrd6xQ== 2024-09-17T01:45:54.065 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph-authtool: stdout AQBR3+hmQBgwHRAAXjdwyzh1d/OHs2x92UFMMA== 2024-09-17T01:45:55.096 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph-authtool: stdout AQBS3+hm3QuCGBAAgawDP9XHZ4IB6yzOH4uG4A== 2024-09-17T01:45:55.097 INFO:teuthology.orchestra.run.smithi077.stdout:Creating initial monmap... 2024-09-17T01:45:56.387 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T01:45:56.387 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-17T01:45:56.387 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:45:56.387 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T01:45:56.387 INFO:teuthology.orchestra.run.smithi077.stdout:monmaptool for a [v2:172.21.15.77:3300,v1:172.21.15.77:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T01:45:56.387 INFO:teuthology.orchestra.run.smithi077.stdout:setting min_mon_release = quincy 2024-09-17T01:45:56.387 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: set fsid to 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:45:56.387 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T01:45:56.387 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:45:56.387 INFO:teuthology.orchestra.run.smithi077.stdout:Creating mon... 2024-09-17T01:45:57.391 INFO:teuthology.orchestra.run.smithi077.stdout:create mon.a on 2024-09-17T01:45:57.591 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-17T01:45:57.730 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-17T01:45:57.917 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6be27e82-7496-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-6be27e82-7496-11ef-bceb-c7b262605968.target. 2024-09-17T01:45:57.917 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-6be27e82-7496-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-6be27e82-7496-11ef-bceb-c7b262605968.target. 2024-09-17T01:45:58.148 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.a 2024-09-17T01:45:58.148 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-17T01:45:58.309 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6be27e82-7496-11ef-bceb-c7b262605968.target.wants/ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-6be27e82-7496-11ef-bceb-c7b262605968@.service. 2024-09-17T01:45:58.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:58 smithi077 ceph-mon[29567]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T01:45:58.848 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T01:45:58.848 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-09-17T01:45:58.855 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T01:45:58.855 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T01:45:58.855 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-09-17T01:45:58.855 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T01:45:58.855 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mon to start... 2024-09-17T01:45:58.855 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mon... 2024-09-17T01:45:59.088 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:58 smithi077 bash[29528]: 70b7855c6e514ab8282a1851a8123374dda4b466d30617785b274c0320458e7b 2024-09-17T01:45:59.088 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:58 smithi077 systemd[1]: Started Ceph mon.a for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:45:59.883 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T01:45:59.883 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: monmap epoch 1 2024-09-17T01:45:59.883 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:45:59.884 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: last_changed 2024-09-17T01:45:55.540189+0000 2024-09-17T01:45:59.884 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:45:59.884 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: min_mon_release 19 (squid) 2024-09-17T01:45:59.884 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: election_strategy: 1 2024-09-17T01:45:59.884 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T01:45:59.884 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: fsmap 2024-09-17T01:45:59.885 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T01:45:59.885 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: mgrmap e1: no daemons active 2024-09-17T01:45:59.885 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:45:59 smithi077 ceph-mon[29567]: from='client.? 172.21.15.77:0/1615643844' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-17T01:45:59.888 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T01:45:59.888 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout id: 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:45:59.889 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T01:45:59.889 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:45:59.889 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout services: 2024-09-17T01:45:59.889 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.543201s) 2024-09-17T01:45:59.889 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T01:45:59.889 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T01:45:59.889 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:45:59.890 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout data: 2024-09-17T01:45:59.890 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T01:45:59.890 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T01:45:59.890 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T01:45:59.890 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T01:45:59.890 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:45:59.891 INFO:teuthology.orchestra.run.smithi077.stdout:mon is available 2024-09-17T01:45:59.891 INFO:teuthology.orchestra.run.smithi077.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T01:46:00.897 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:00 smithi077 ceph-mon[29567]: from='client.? 172.21.15.77:0/1237707578' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T01:46:00.897 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:00 smithi077 ceph-mon[29567]: from='client.? 172.21.15.77:0/1237707578' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T01:46:00.901 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:46:00.901 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T01:46:00.901 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout fsid = 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:46:00.901 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2024-09-17T01:46:00.901 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T01:46:00.901 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T01:46:00.901 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T01:46:00.901 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T01:46:00.901 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:46:00.901 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T01:46:00.901 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-17T01:46:00.902 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T01:46:00.902 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:46:00.902 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T01:46:00.902 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T01:46:00.902 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T01:46:00.902 INFO:teuthology.orchestra.run.smithi077.stdout:Generating new minimal ceph.conf... 2024-09-17T01:46:01.897 INFO:teuthology.orchestra.run.smithi077.stdout:Restarting the monitor... 2024-09-17T01:46:01.915 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:01 smithi077 ceph-mon[29567]: from='client.? 172.21.15.77:0/1444602349' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:02.252 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:01 smithi077 systemd[1]: Stopping Ceph mon.a for 6be27e82-7496-11ef-bceb-c7b262605968... 2024-09-17T01:46:02.253 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:02 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a[29543]: 2024-09-17T01:46:02.159+0000 7fc351223640 -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-17T01:46:02.253 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:02 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a[29543]: 2024-09-17T01:46:02.159+0000 7fc351223640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T01:46:02.680 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:02 smithi077 podman[29884]: 2024-09-17 01:46:02.405792536 +0000 UTC m=+0.345777832 container died 70b7855c6e514ab8282a1851a8123374dda4b466d30617785b274c0320458e7b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, RELEASE=squid-c2ddf97, org.label-schema.schema-version=1.0) 2024-09-17T01:46:02.680 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:02 smithi077 podman[29884]: 2024-09-17 01:46:02.683158814 +0000 UTC m=+0.623144100 container cleanup 70b7855c6e514ab8282a1851a8123374dda4b466d30617785b274c0320458e7b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=squid-c2ddf97, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T01:46:02.940 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:02 smithi077 bash[29884]: ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a 2024-09-17T01:46:02.940 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:02 smithi077 podman[29903]: 2024-09-17 01:46:02.917414108 +0000 UTC m=+0.512297799 container remove 70b7855c6e514ab8282a1851a8123374dda4b466d30617785b274c0320458e7b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=squid-c2ddf97, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-17T01:46:03.252 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-17T01:46:03.253 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 systemd[1]: Stopped Ceph mon.a for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:46:03.253 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 systemd[1]: Starting Ceph mon.a for 6be27e82-7496-11ef-bceb-c7b262605968... 2024-09-17T01:46:03.552 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 podman[29997]: 2024-09-17 01:46:03.191441209 +0000 UTC m=+0.015849100 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:46:03.552 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 podman[29997]: 2024-09-17 01:46:03.301812114 +0000 UTC m=+0.126219991 container create 87c087538af8ec0475ed6daf1168f60dbd6f608dca3270f573e0e53aed2752ee (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-c2ddf97, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-17T01:46:03.552 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 podman[29997]: 2024-09-17 01:46:03.52916112 +0000 UTC m=+0.353569005 container init 87c087538af8ec0475ed6daf1168f60dbd6f608dca3270f573e0e53aed2752ee (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-c2ddf97, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-17T01:46:03.552 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 podman[29997]: 2024-09-17 01:46:03.533420588 +0000 UTC m=+0.357828479 container start 87c087538af8ec0475ed6daf1168f60dbd6f608dca3270f573e0e53aed2752ee (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a, RELEASE=squid-c2ddf97, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-17T01:46:03.614 INFO:teuthology.orchestra.run.smithi077.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-17T01:46:03.811 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T01:46:03.811 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable), process ceph-mon, pid 7 2024-09-17T01:46:03.811 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: pidfile_write: ignore empty --pid-file 2024-09-17T01:46:03.811 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: load: jerasure load: lrc 2024-09-17T01:46:03.811 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: RocksDB version: 7.9.2 2024-09-17T01:46:03.811 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Git sha 0 2024-09-17T01:46:03.811 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Compile date 2024-09-16 15:09:42 2024-09-17T01:46:03.811 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: DB SUMMARY 2024-09-17T01:46:03.811 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: DB Session ID: RBIE8I4R2ZDWO4EF50X7 2024-09-17T01:46:03.811 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: CURRENT file: CURRENT 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88791 ; 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.error_if_exists: 0 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.create_if_missing: 0 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.paranoid_checks: 1 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.env: 0x559eb940d940 2024-09-17T01:46:03.812 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.info_log: 0x559ebb6a96e0 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.statistics: (nil) 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.use_fsync: 0 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_log_file_size: 0 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.allow_fallocate: 1 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T01:46:03.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.use_direct_reads: 0 2024-09-17T01:46:03.814 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T01:46:03.814 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T01:46:03.814 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.db_log_dir: 2024-09-17T01:46:03.814 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.wal_dir: 2024-09-17T01:46:03.814 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T01:46:03.816 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T01:46:03.816 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T01:46:03.816 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T01:46:03.816 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T01:46:03.816 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T01:46:03.816 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T01:46:03.816 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T01:46:03.816 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.write_buffer_manager: 0x559ebb6b8dc0 2024-09-17T01:46:03.816 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.unordered_write: 0 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T01:46:03.817 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.row_cache: None 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.wal_filter: None 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.two_write_queues: 0 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.wal_compression: 0 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.atomic_flush: 0 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.log_readahead_size: 0 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T01:46:03.818 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_background_jobs: 2 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_background_compactions: -1 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_subcompactions: 1 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T01:46:03.819 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_open_files: -1 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_background_flushes: -1 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Compression algorithms supported: 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: kZSTD supported: 0 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: kXpressCompression supported: 0 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: kBZip2Compression supported: 0 2024-09-17T01:46:03.820 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: kLZ4Compression supported: 1 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: kZlibCompression supported: 1 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: kSnappyCompression supported: 1 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.merge_operator: 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_filter: None 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T01:46:03.821 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559ebb6a9320) 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout: cache_index_and_filter_blocks: 1 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout: pin_top_level_index_and_filter: 1 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout: index_type: 0 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout: data_block_index_type: 0 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout: index_shortening: 1 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout: checksum: 4 2024-09-17T01:46:03.822 INFO:journalctl@ceph.mon.a.smithi077.stdout: no_block_cache: 0 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_cache: 0x559ebb69d1f0 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_cache_name: BinnedLRUCache 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_cache_options: 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: capacity : 536870912 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: num_shard_bits : 4 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: strict_capacity_limit : 0 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: high_pri_pool_ratio: 0.000 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_cache_compressed: (nil) 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: persistent_cache: (nil) 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_size: 4096 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_size_deviation: 10 2024-09-17T01:46:03.823 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_restart_interval: 16 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: index_block_restart_interval: 1 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: metadata_block_size: 4096 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: partition_filters: 0 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: use_delta_encoding: 1 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: filter_policy: bloomfilter 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: whole_key_filtering: 1 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: verify_compression: 0 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: read_amp_bytes_per_bit: 0 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: format_version: 5 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: enable_index_compression: 1 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_align: 0 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: max_auto_readahead_size: 262144 2024-09-17T01:46:03.824 INFO:journalctl@ceph.mon.a.smithi077.stdout: prepopulate_block_cache: 0 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout: initial_auto_readahead_size: 8192 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compression: NoCompression 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.num_levels: 7 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T01:46:03.825 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:46:03.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T01:46:03.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T01:46:03.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.inplace_update_support: 0 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T01:46:03.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.bloom_locality: 0 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.max_successive_merges: 0 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.ttl: 2592000 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.enable_blob_files: false 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.min_blob_size: 0 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T01:46:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: 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-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 35d3fb64-8f05-479c-ab68-63fb5d87d746 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726537563559744, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726537563560602, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85408, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83555, "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": 77762, "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": 1726537563, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "35d3fb64-8f05-479c-ab68-63fb5d87d746", "db_session_id": "RBIE8I4R2ZDWO4EF50X7", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726537563560695, "job": 1, "event": "recovery_finished"} 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T01:46:03.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: 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-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559ebb6cae00 2024-09-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: DB pointer 0x559ebb7c6000 2024-09-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: ** DB Stats ** 2024-09-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.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-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.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-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T01:46:03.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: ** Compaction Stats [default] ** 2024-09-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.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-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.stdout: L0 2/0 85.27 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 149.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.stdout: Sum 2/0 85.27 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 149.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.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 149.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.stdout: ** Compaction Stats [default] ** 2024-09-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.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-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.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 149.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T01:46:03.833 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout: Cumulative compaction: 0.00 GB write, 26.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout: Interval compaction: 0.00 GB write, 26.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.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-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout: Block cache BinnedLRUCache@0x559ebb69d1f0#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-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.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-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T01:46:03.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: starting mon.a rank 0 at public addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] at bind addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: mon.a@-1(???) e1 preinit fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: mon.a@-1(???).mds e1 new map 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: mon.a@-1(???).mds e1 print_map 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout: e1 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout: btime 2024-09-17T01:45:58:795674+0000 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.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-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout: legacy client fscid: -1 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout: No filesystems configured 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:46:03.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 bash[29997]: 87c087538af8ec0475ed6daf1168f60dbd6f608dca3270f573e0e53aed2752ee 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 systemd[1]: Started Ceph mon.a for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: monmap epoch 1 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: last_changed 2024-09-17T01:45:55.540189+0000 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: min_mon_release 19 (squid) 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: election_strategy: 1 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: fsmap 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T01:46:03.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:03 smithi077 ceph-mon[30036]: mgrmap e1: no daemons active 2024-09-17T01:46:04.627 INFO:teuthology.orchestra.run.smithi077.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T01:46:04.648 INFO:teuthology.orchestra.run.smithi077.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:46:04.648 INFO:teuthology.orchestra.run.smithi077.stdout:Creating mgr... 2024-09-17T01:46:04.648 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T01:46:04.649 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T01:46:04.898 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.a 2024-09-17T01:46:04.898 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-17T01:46:05.047 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6be27e82-7496-11ef-bceb-c7b262605968.target.wants/ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-6be27e82-7496-11ef-bceb-c7b262605968@.service. 2024-09-17T01:46:05.407 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:05 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/3988646551' entity='client.admin' 2024-09-17T01:46:05.408 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:05 smithi077 podman[30273]: 2024-09-17 01:46:05.286674986 +0000 UTC m=+0.119622871 container create 0436fdf65ceea33e72faf4837f278a12c8efe925860f69187c02e7f345fbe6de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=squid-c2ddf97, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-17T01:46:05.608 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T01:46:05.608 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-09-17T01:46:05.616 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T01:46:05.616 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T01:46:05.616 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-09-17T01:46:05.616 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T01:46:05.624 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T01:46:05.624 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-09-17T01:46:05.632 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T01:46:05.632 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T01:46:05.632 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-09-17T01:46:05.632 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-17T01:46:05.632 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr to start... 2024-09-17T01:46:05.632 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr... 2024-09-17T01:46:05.756 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:05 smithi077 podman[30273]: 2024-09-17 01:46:05.505422945 +0000 UTC m=+0.338370830 container init 0436fdf65ceea33e72faf4837f278a12c8efe925860f69187c02e7f345fbe6de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-c2ddf97) 2024-09-17T01:46:05.756 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:05 smithi077 podman[30273]: 2024-09-17 01:46:05.510691169 +0000 UTC m=+0.343639055 container start 0436fdf65ceea33e72faf4837f278a12c8efe925860f69187c02e7f345fbe6de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=squid-c2ddf97, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-17T01:46:05.756 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:05 smithi077 bash[30273]: 0436fdf65ceea33e72faf4837f278a12c8efe925860f69187c02e7f345fbe6de 2024-09-17T01:46:05.756 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:05 smithi077 systemd[1]: Started Ceph mgr.a for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:46:05.756 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:05 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:05.632+0000 7f794658f040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:46:05.756 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:05 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:05.693+0000 7f794658f040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:46:06.031 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:05 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:05.844+0000 7f794658f040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:46:06.031 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:05 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:05.915+0000 7f794658f040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:46:06.491 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:06 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/2214488852' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T01:46:06.492 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:06 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:06.067+0000 7f794658f040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:46:06.492 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:06 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:06.217+0000 7f794658f040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:46:06.752 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:06 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:06.542+0000 7f794658f040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:46:06.753 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:06 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:06.603+0000 7f794658f040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:46:06.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:46:06.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:46:06.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsid": "6be27e82-7496-11ef-bceb-c7b262605968", 2024-09-17T01:46:06.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T01:46:06.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T01:46:06.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T01:46:06.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T01:46:06.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:06.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T01:46:06.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T01:46:06.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 0 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:06.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T01:46:06.800 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T01:46:06.800 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T01:46:06.800 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T01:46:06.800 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T01:46:06.800 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T01:46:06.804 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:06.804 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T01:46:06.804 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T01:46:06.804 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T01:46:06.804 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T01:46:06.804 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T01:46:06.804 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T01:46:06.805 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T01:46:06.805 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T01:46:06.805 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T01:46:06.805 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:06.805 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T01:46:06.805 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:06.805 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T01:45:58:795674+0000", 2024-09-17T01:46:06.805 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T01:46:06.806 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T01:46:06.806 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:06.806 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T01:46:06.806 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T01:46:06.806 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T01:46:06.806 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T01:46:06.806 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T01:46:06.806 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T01:46:06.807 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T01:46:06.807 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:46:06.807 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:46:06.807 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:06.807 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T01:46:06.807 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:06.807 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T01:45:58.796337+0000", 2024-09-17T01:46:06.807 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:46:06.807 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:06.807 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T01:46:06.807 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:46:06.808 INFO:teuthology.orchestra.run.smithi077.stdout:mgr not available, waiting (1/15)... 2024-09-17T01:46:07.252 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:06 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:06.789+0000 7f794658f040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:46:08.002 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:07 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:07.672+0000 7f794658f040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:46:08.002 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:07 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:07.739+0000 7f794658f040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:46:08.712 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:08 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:08.457+0000 7f794658f040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:46:08.712 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:08 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:08.572+0000 7f794658f040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:46:08.712 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:08 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:08.714+0000 7f794658f040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:46:08.997 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:08 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:08.775+0000 7f794658f040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:46:08.998 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:08 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:08.931+0000 7f794658f040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:46:08.998 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:09 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:08.999+0000 7f794658f040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:46:09.252 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:09 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:09.065+0000 7f794658f040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:46:09.252 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:09 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:09.227+0000 7f794658f040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:46:09.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:09 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/1971572825' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T01:46:09.576 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:09 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:09.297+0000 7f794658f040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:46:09.577 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:09 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:09.368+0000 7f794658f040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:46:09.577 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:09 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:09.453+0000 7f794658f040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:46:09.577 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:09 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:09.513+0000 7f794658f040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:46:09.577 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:09 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:09.578+0000 7f794658f040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:46:09.947 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:46:09.947 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsid": "6be27e82-7496-11ef-bceb-c7b262605968", 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 0 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T01:46:09.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T01:46:09.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T01:46:09.950 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T01:45:58:795674+0000", 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:46:09.951 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:09.952 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T01:46:09.952 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:09.952 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T01:45:58.796337+0000", 2024-09-17T01:46:09.952 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:46:09.952 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:09.952 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T01:46:09.952 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:46:09.952 INFO:teuthology.orchestra.run.smithi077.stdout:mgr not available, waiting (2/15)... 2024-09-17T01:46:10.752 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:10.383+0000 7f794658f040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: Activating manager daemon a 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: mgrmap e2: a(active, starting, since 0.00286857s) 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: from='mgr.14100 172.21.15.77:0/1081630642' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: from='mgr.14100 172.21.15.77:0/1081630642' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: from='mgr.14100 172.21.15.77:0/1081630642' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: from='mgr.14100 172.21.15.77:0/1081630642' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: from='mgr.14100 172.21.15.77:0/1081630642' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: Manager daemon a is now available 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: from='mgr.14100 172.21.15.77:0/1081630642' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: from='mgr.14100 172.21.15.77:0/1081630642' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: from='mgr.14100 172.21.15.77:0/1081630642' entity='mgr.a' 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: from='mgr.14100 172.21.15.77:0/1081630642' entity='mgr.a' 2024-09-17T01:46:10.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:10 smithi077 ceph-mon[30036]: from='mgr.14100 172.21.15.77:0/1081630642' entity='mgr.a' 2024-09-17T01:46:12.640 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:12 smithi077 ceph-mon[30036]: mgrmap e3: a(active, since 1.00682s) 2024-09-17T01:46:13.279 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:46:13.279 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:46:13.279 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsid": "6be27e82-7496-11ef-bceb-c7b262605968", 2024-09-17T01:46:13.279 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T01:46:13.279 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T01:46:13.279 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T01:46:13.279 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T01:46:13.279 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:13.279 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T01:46:13.279 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T01:46:13.279 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 0 2024-09-17T01:46:13.280 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:46:13.280 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T01:46:13.280 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T01:46:13.280 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:46:13.280 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-17T01:46:13.280 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T01:46:13.280 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:13.280 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T01:46:13.280 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T01:46:13.280 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:13.281 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T01:46:13.281 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:13.281 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T01:46:13.281 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T01:46:13.281 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T01:46:13.281 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T01:46:13.281 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T01:46:13.281 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T01:46:13.281 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:13.281 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T01:45:58:795674+0000", 2024-09-17T01:46:13.282 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T01:46:13.283 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:46:13.284 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T01:45:58.796337+0000", 2024-09-17T01:46:13.284 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:46:13.284 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:46:13.284 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T01:46:13.284 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:46:13.284 INFO:teuthology.orchestra.run.smithi077.stdout:mgr is available 2024-09-17T01:46:13.524 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:13 smithi077 ceph-mon[30036]: mgrmap e4: a(active, since 2s) 2024-09-17T01:46:13.524 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:13 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/410232087' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T01:46:14.456 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:46:14.456 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T01:46:14.456 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout fsid = 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:46:14.456 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2024-09-17T01:46:14.456 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T01:46:14.456 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T01:46:14.456 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T01:46:14.456 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T01:46:14.457 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:46:14.457 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T01:46:14.457 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T01:46:14.457 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T01:46:14.457 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T01:46:14.457 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T01:46:14.457 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T01:46:14.457 INFO:teuthology.orchestra.run.smithi077.stdout:Enabling cephadm module... 2024-09-17T01:46:14.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:14 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/720995153' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T01:46:14.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:14 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/720995153' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T01:46:15.699 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:15 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/1710978794' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-17T01:46:15.699 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:15 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: ignoring --setuser ceph since I am not root 2024-09-17T01:46:15.699 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:15 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: ignoring --setgroup ceph since I am not root 2024-09-17T01:46:15.699 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:15 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:15.531+0000 7f8b6585d040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:46:15.699 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:15 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:15.586+0000 7f8b6585d040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:46:16.002 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:15 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:15.736+0000 7f8b6585d040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:46:16.002 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:15 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:15.801+0000 7f8b6585d040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:46:16.003 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:15 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:15.948+0000 7f8b6585d040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:46:16.369 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:16 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:16.092+0000 7f8b6585d040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:46:16.664 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:16 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/1710978794' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T01:46:16.664 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:16 smithi077 ceph-mon[30036]: mgrmap e5: a(active, since 5s) 2024-09-17T01:46:16.665 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:16 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:16.413+0000 7f8b6585d040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:46:16.665 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:16 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:16.477+0000 7f8b6585d040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:46:16.665 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:16 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:16.666+0000 7f8b6585d040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:46:17.309 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:46:17.309 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T01:46:17.309 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T01:46:17.309 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-17T01:46:17.309 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T01:46:17.309 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:46:17.309 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for the mgr to restart... 2024-09-17T01:46:17.309 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr epoch 5... 2024-09-17T01:46:17.556 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:17 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/867344181' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T01:46:18.002 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:17 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:17.569+0000 7f8b6585d040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:46:18.002 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:17 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:17.641+0000 7f8b6585d040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:46:18.603 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:18 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:18.347+0000 7f8b6585d040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:46:18.603 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:18 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:18.464+0000 7f8b6585d040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:46:18.878 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:18 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:18.605+0000 7f8b6585d040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:46:18.953 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:18 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:18.666+0000 7f8b6585d040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:46:18.953 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:18 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:18.813+0000 7f8b6585d040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:46:18.953 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:18 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:18.879+0000 7f8b6585d040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:46:19.155 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:18 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:18.939+0000 7f8b6585d040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:46:19.156 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:19 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:19.094+0000 7f8b6585d040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:46:19.156 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:19 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:19.157+0000 7f8b6585d040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:46:19.425 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:19 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:19.225+0000 7f8b6585d040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:46:19.425 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:19 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:19.307+0000 7f8b6585d040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:46:19.425 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:19 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:19.367+0000 7f8b6585d040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:46:19.425 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:19 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:19.427+0000 7f8b6585d040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:46:20.429 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:20.209+0000 7f8b6585d040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:46:20.429 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: Active manager daemon a restarted 2024-09-17T01:46:20.429 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: Activating manager daemon a 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: osdmap e2: 0 total, 0 up, 0 in 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: mgrmap e6: a(active, starting, since 0.00433661s) 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: Manager daemon a is now available 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:20.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:46:20.431 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:20 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:46:21.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:21 smithi077 ceph-mon[30036]: Found migration_current of "None". Setting to last migration. 2024-09-17T01:46:21.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:21 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:21.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:21 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:21.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:21 smithi077 ceph-mon[30036]: mgrmap e7: a(active, since 1.00575s) 2024-09-17T01:46:21.857 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:46:21.858 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T01:46:21.858 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T01:46:21.858 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:46:21.858 INFO:teuthology.orchestra.run.smithi077.stdout:mgr epoch 5 is available 2024-09-17T01:46:21.859 INFO:teuthology.orchestra.run.smithi077.stdout:Setting orchestrator backend to cephadm... 2024-09-17T01:46:22.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-mon[30036]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T01:46:22.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-mon[30036]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T01:46:22.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:22.503 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:22.209+0000 7f8accbb7640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:01:46:22] ENGINE Error in HTTPServer.serve 2024-09-17T01:46:22.503 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: Traceback (most recent call last): 2024-09-17T01:46:22.503 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:46:22.503 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: self._connections.run(self.expiration_interval) 2024-09-17T01:46:22.503 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:46:22.503 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: self._run(expiration_interval) 2024-09-17T01:46:22.503 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:46:22.503 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:46:22.503 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:46:22.504 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:46:22.504 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:46:22.504 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: s = self.context.wrap_socket( 2024-09-17T01:46:22.504 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:46:22.504 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: return self.sslsocket_class._create( 2024-09-17T01:46:22.504 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:46:22.504 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: self.do_handshake() 2024-09-17T01:46:22.504 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:46:22.504 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: self._sslobj.do_handshake() 2024-09-17T01:46:22.504 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:46:22.504 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:22 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:23.437 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:23 smithi077 ceph-mon[30036]: [17/Sep/2024:01:46:21] ENGINE Bus STARTING 2024-09-17T01:46:23.437 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:23 smithi077 ceph-mon[30036]: [17/Sep/2024:01:46:22] ENGINE Serving on http://172.21.15.77:8765 2024-09-17T01:46:23.437 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:23 smithi077 ceph-mon[30036]: [17/Sep/2024:01:46:22] ENGINE Serving on https://172.21.15.77:7150 2024-09-17T01:46:23.437 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:23 smithi077 ceph-mon[30036]: [17/Sep/2024:01:46:22] ENGINE Bus STARTED 2024-09-17T01:46:23.437 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:23 smithi077 ceph-mon[30036]: [17/Sep/2024:01:46:22] ENGINE Error in HTTPServer.serve 2024-09-17T01:46:23.437 INFO:journalctl@ceph.mon.a.smithi077.stdout: Traceback (most recent call last): 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._connections.run(self.expiration_interval) 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._run(expiration_interval) 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: s = self.context.wrap_socket( 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: return self.sslsocket_class._create( 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:46:23.438 INFO:journalctl@ceph.mon.a.smithi077.stdout: self.do_handshake() 2024-09-17T01:46:23.439 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:46:23.439 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._sslobj.do_handshake() 2024-09-17T01:46:23.439 INFO:journalctl@ceph.mon.a.smithi077.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:46:23.439 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:23 smithi077 ceph-mon[30036]: mgrmap e8: a(active, since 2s) 2024-09-17T01:46:23.439 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:23 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:23.439 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:23 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:24.303 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T01:46:24.303 INFO:teuthology.orchestra.run.smithi077.stdout:Generating ssh key... 2024-09-17T01:46:24.521 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:24 smithi077 ceph-mon[30036]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:25.498 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-mon[30036]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:25.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:25.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:25.499 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: Generating public/private rsa key pair. 2024-09-17T01:46:25.499 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: Your identification has been saved in /tmp/tmp8dkm2v21/key 2024-09-17T01:46:25.499 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: Your public key has been saved in /tmp/tmp8dkm2v21/key.pub 2024-09-17T01:46:25.499 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: The key fingerprint is: 2024-09-17T01:46:25.499 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: SHA256:5cKtCUQt8cAWvKWWfGOoB1NZ83H3B7FDepuBa/lpRg0 ceph-6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:46:25.499 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: The key's randomart image is: 2024-09-17T01:46:25.500 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: +---[RSA 3072]----+ 2024-09-17T01:46:25.500 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: | o=*o . . =. | 2024-09-17T01:46:25.500 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: | .Booo o = + | 2024-09-17T01:46:25.500 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: | +.B. o o E o| 2024-09-17T01:46:25.500 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: | o.B.++ + B.| 2024-09-17T01:46:25.500 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: | =.oS.o + + .| 2024-09-17T01:46:25.500 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: | . .. + . o . | 2024-09-17T01:46:25.500 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: | . o = | 2024-09-17T01:46:25.500 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: | o | 2024-09-17T01:46:25.500 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: | | 2024-09-17T01:46:25.500 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:25 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: +----[SHA256]-----+ 2024-09-17T01:46:26.432 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:26 smithi077 ceph-mon[30036]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:26.432 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:26 smithi077 ceph-mon[30036]: Generating ssh key... 2024-09-17T01:46:27.066 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyFpy4nvy9QXUORk6ObOPGqfVtekT+RQwM/4UwWtlu22giF54WLHhkgx8UHF5X6OyYpmFbAaHjvDKwF2tu+Esh7M5dlTYDJT6syi4+T4Bxpl+LHCekyBdJk6IHodyXYggfu3T/401hp0MF8n9ATd/9g2CyG3lgDnKDSoehcYBIeiG97DvSY3XQtVzDX+WmcYIoFIrRJMkJUJv6XFcm4wumE3nQABptso4evuofZFQuV/TfmVBNJuPNVhKxjYRB2wOGcYf8uDNwXU9ZbOkFyWnJIG6oZElpHTk+HYmp7V261o8lIw+ACGLGMs3oUuaATknuXSPPGbY0yf86JT7TA9+lRsSfeLm8cRh3psHCtDCJO1du5aoRoDAMpFHHeo2phWFavxD414hvXT0eUuTiJ01glI00CISPFuIWA10DNkat6lBIEHNUvika+VGhp8H8tWb3DqxAYN2nQz7xxFKihTn2hlpeH8DWo0GpmTpzkfOpF+9j6kqx3ccMBoQM1kbOOPM= ceph-6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:46:27.067 INFO:teuthology.orchestra.run.smithi077.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:46:27.067 INFO:teuthology.orchestra.run.smithi077.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T01:46:27.072 INFO:teuthology.orchestra.run.smithi077.stdout:Adding host smithi077... 2024-09-17T01:46:27.408 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:27 smithi077 ceph-mon[30036]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:28.692 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:28 smithi077 ceph-mon[30036]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "addr": "172.21.15.77", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:29.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:29 smithi077 ceph-mon[30036]: Deploying cephadm binary to smithi077 2024-09-17T01:46:31.457 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Added host 'smithi077' with addr '172.21.15.77' 2024-09-17T01:46:31.457 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying unmanaged mon service... 2024-09-17T01:46:32.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:31 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:32.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:31 smithi077 ceph-mon[30036]: Added host smithi077 2024-09-17T01:46:32.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:31 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:32.968 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T01:46:32.969 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying unmanaged mgr service... 2024-09-17T01:46:33.252 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:33 smithi077 ceph-mon[30036]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:33.252 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:33 smithi077 ceph-mon[30036]: Saving service mon spec with placement count:5 2024-09-17T01:46:33.252 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:33 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:34.377 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T01:46:35.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:34 smithi077 ceph-mon[30036]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:35.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:34 smithi077 ceph-mon[30036]: Saving service mgr spec with placement count:2 2024-09-17T01:46:35.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:34 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:36.203 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:36 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/2127652826' entity='client.admin' 2024-09-17T01:46:36.203 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:36 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:37.101 INFO:teuthology.orchestra.run.smithi077.stdout:Enabling the dashboard module... 2024-09-17T01:46:37.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:37 smithi077 ceph-mon[30036]: from='mgr.14118 172.21.15.77:0/523044717' entity='mgr.a' 2024-09-17T01:46:37.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:37 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/1046333998' entity='client.admin' 2024-09-17T01:46:38.700 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:38 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/865120348' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-17T01:46:38.700 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:38 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: ignoring --setuser ceph since I am not root 2024-09-17T01:46:38.700 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:38 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: ignoring --setgroup ceph since I am not root 2024-09-17T01:46:38.700 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:38 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:38.546+0000 7f5a11973040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:46:38.701 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:38 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:38.603+0000 7f5a11973040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:46:38.961 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:38 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:38.753+0000 7f5a11973040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:46:38.962 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:38 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:38.818+0000 7f5a11973040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:46:38.962 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:38 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:38.963+0000 7f5a11973040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:46:39.252 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:39 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:39.107+0000 7f5a11973040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:46:39.681 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:39 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/865120348' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T01:46:39.681 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:39 smithi077 ceph-mon[30036]: mgrmap e9: a(active, since 18s) 2024-09-17T01:46:39.681 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:39 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:39.426+0000 7f5a11973040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:46:39.681 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:39 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:39.490+0000 7f5a11973040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:46:39.681 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:39 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:39.682+0000 7f5a11973040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:46:40.319 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:46:40.319 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-17T01:46:40.319 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T01:46:40.319 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-17T01:46:40.319 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T01:46:40.319 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:46:40.319 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for the mgr to restart... 2024-09-17T01:46:40.319 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr epoch 9... 2024-09-17T01:46:40.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:40 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/1767842390' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T01:46:40.836 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:40 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:40.585+0000 7f5a11973040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:46:40.836 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:40 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:40.657+0000 7f5a11973040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:46:41.615 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:41 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:41.363+0000 7f5a11973040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:46:41.615 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:41 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:41.477+0000 7f5a11973040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:46:41.888 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:41 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:41.617+0000 7f5a11973040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:46:41.889 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:41 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:41.677+0000 7f5a11973040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:46:41.889 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:41 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:41.824+0000 7f5a11973040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:46:41.889 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:41 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:41.890+0000 7f5a11973040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:46:42.167 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:41 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:41.950+0000 7f5a11973040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:46:42.168 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:42 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:42.106+0000 7f5a11973040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:46:42.168 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:42 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:42.169+0000 7f5a11973040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:46:42.430 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:42 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:42.235+0000 7f5a11973040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:46:42.430 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:42 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:42.316+0000 7f5a11973040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:46:42.430 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:42 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:42.374+0000 7f5a11973040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:46:42.430 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:42 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:42.432+0000 7f5a11973040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:46:43.502 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:43.210+0000 7f5a11973040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:46:43.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: Active manager daemon a restarted 2024-09-17T01:46:43.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: Activating manager daemon a 2024-09-17T01:46:43.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: osdmap e3: 0 total, 0 up, 0 in 2024-09-17T01:46:43.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: mgrmap e10: a(active, starting, since 0.0032353s) 2024-09-17T01:46:43.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:46:43.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:46:43.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:46:43.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:46:43.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:46:43.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: Manager daemon a is now available 2024-09-17T01:46:43.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:43.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:46:43.505 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:43 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:46:44.753 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:44.489+0000 7f597cc87640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:01:46:44] ENGINE Error in HTTPServer.serve 2024-09-17T01:46:44.753 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: Traceback (most recent call last): 2024-09-17T01:46:44.753 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:46:44.753 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: self._connections.run(self.expiration_interval) 2024-09-17T01:46:44.753 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:46:44.753 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: self._run(expiration_interval) 2024-09-17T01:46:44.753 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:46:44.753 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:46:44.753 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:46:44.754 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:46:44.754 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:46:44.754 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: s = self.context.wrap_socket( 2024-09-17T01:46:44.754 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:46:44.754 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: return self.sslsocket_class._create( 2024-09-17T01:46:44.754 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:46:44.754 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: self.do_handshake() 2024-09-17T01:46:44.754 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:46:44.754 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: self._sslobj.do_handshake() 2024-09-17T01:46:44.754 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:46:44.754 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:46:44 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:46:44.861 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:46:44.861 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-17T01:46:44.862 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T01:46:44.862 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:46:44.862 INFO:teuthology.orchestra.run.smithi077.stdout:mgr epoch 9 is available 2024-09-17T01:46:44.862 INFO:teuthology.orchestra.run.smithi077.stdout:Generating a dashboard self-signed certificate... 2024-09-17T01:46:45.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:45 smithi077 ceph-mon[30036]: mgrmap e11: a(active, since 1.00546s) 2024-09-17T01:46:45.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:45 smithi077 ceph-mon[30036]: [17/Sep/2024:01:46:44] ENGINE Bus STARTING 2024-09-17T01:46:46.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:46 smithi077 ceph-mon[30036]: [17/Sep/2024:01:46:44] ENGINE Serving on https://172.21.15.77:7150 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:46 smithi077 ceph-mon[30036]: [17/Sep/2024:01:46:44] ENGINE Error in HTTPServer.serve 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: Traceback (most recent call last): 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._connections.run(self.expiration_interval) 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._run(expiration_interval) 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: s = self.context.wrap_socket( 2024-09-17T01:46:46.503 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout: return self.sslsocket_class._create( 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout: self.do_handshake() 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._sslobj.do_handshake() 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:46 smithi077 ceph-mon[30036]: [17/Sep/2024:01:46:44] ENGINE Serving on http://172.21.15.77:8765 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:46 smithi077 ceph-mon[30036]: [17/Sep/2024:01:46:44] ENGINE Bus STARTED 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:46 smithi077 ceph-mon[30036]: mgrmap e12: a(active, since 2s) 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:46.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:46.611 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-17T01:46:46.611 INFO:teuthology.orchestra.run.smithi077.stdout:Creating initial admin user... 2024-09-17T01:46:47.477 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:47 smithi077 ceph-mon[30036]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:48.277 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:48 smithi077 ceph-mon[30036]: 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-17T01:46:48.277 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:48 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:48.280 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$q.rgtKKfTEB4QJSO1MH03uvmmt5OeXr/Q3Zbo2f/C3sSfVFwjUIqi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726537607, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T01:46:48.280 INFO:teuthology.orchestra.run.smithi077.stdout:Fetching dashboard port number... 2024-09-17T01:46:49.972 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T01:46:49.981 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T01:46:49.982 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-09-17T01:46:49.988 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T01:46:49.989 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T01:46:49.989 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-09-17T01:46:49.989 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T01:46:49.990 INFO:teuthology.orchestra.run.smithi077.stdout:Ceph Dashboard is now available at: 2024-09-17T01:46:49.991 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:46:49.991 INFO:teuthology.orchestra.run.smithi077.stdout: URL: https://smithi077.front.sepia.ceph.com:8443/ 2024-09-17T01:46:49.991 INFO:teuthology.orchestra.run.smithi077.stdout: User: admin 2024-09-17T01:46:49.991 INFO:teuthology.orchestra.run.smithi077.stdout: Password: f9swget0q5 2024-09-17T01:46:49.991 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:46:49.991 INFO:teuthology.orchestra.run.smithi077.stdout:Saving cluster configuration to /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config directory 2024-09-17T01:46:50.482 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:50 smithi077 ceph-mon[30036]: mgrmap e13: a(active, since 6s) 2024-09-17T01:46:50.482 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:50 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/66194790' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-17T01:46:51.254 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T01:46:51.254 INFO:teuthology.orchestra.run.smithi077.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T01:46:51.254 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:46:51.254 INFO:teuthology.orchestra.run.smithi077.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:46:51.254 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:46:51.254 INFO:teuthology.orchestra.run.smithi077.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout: ceph telemetry on 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout:For more information see: 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:46:51.255 INFO:teuthology.orchestra.run.smithi077.stdout:Bootstrap complete. 2024-09-17T01:46:51.292 INFO:tasks.cephadm:Fetching config... 2024-09-17T01:46:51.293 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:46:51.293 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T01:46:51.308 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T01:46:51.308 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:46:51.308 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T01:46:51.364 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T01:46:51.364 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:46:51.364 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-17T01:46:51.428 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T01:46:51.429 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:46:51.429 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T01:46:51.484 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T01:46:51.484 DEBUG:teuthology.orchestra.run.smithi077:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyFpy4nvy9QXUORk6ObOPGqfVtekT+RQwM/4UwWtlu22giF54WLHhkgx8UHF5X6OyYpmFbAaHjvDKwF2tu+Esh7M5dlTYDJT6syi4+T4Bxpl+LHCekyBdJk6IHodyXYggfu3T/401hp0MF8n9ATd/9g2CyG3lgDnKDSoehcYBIeiG97DvSY3XQtVzDX+WmcYIoFIrRJMkJUJv6XFcm4wumE3nQABptso4evuofZFQuV/TfmVBNJuPNVhKxjYRB2wOGcYf8uDNwXU9ZbOkFyWnJIG6oZElpHTk+HYmp7V261o8lIw+ACGLGMs3oUuaATknuXSPPGbY0yf86JT7TA9+lRsSfeLm8cRh3psHCtDCJO1du5aoRoDAMpFHHeo2phWFavxD414hvXT0eUuTiJ01glI00CISPFuIWA10DNkat6lBIEHNUvika+VGhp8H8tWb3DqxAYN2nQz7xxFKihTn2hlpeH8DWo0GpmTpzkfOpF+9j6kqx3ccMBoQM1kbOOPM= ceph-6be27e82-7496-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T01:46:51.558 INFO:teuthology.orchestra.run.smithi077.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyFpy4nvy9QXUORk6ObOPGqfVtekT+RQwM/4UwWtlu22giF54WLHhkgx8UHF5X6OyYpmFbAaHjvDKwF2tu+Esh7M5dlTYDJT6syi4+T4Bxpl+LHCekyBdJk6IHodyXYggfu3T/401hp0MF8n9ATd/9g2CyG3lgDnKDSoehcYBIeiG97DvSY3XQtVzDX+WmcYIoFIrRJMkJUJv6XFcm4wumE3nQABptso4evuofZFQuV/TfmVBNJuPNVhKxjYRB2wOGcYf8uDNwXU9ZbOkFyWnJIG6oZElpHTk+HYmp7V261o8lIw+ACGLGMs3oUuaATknuXSPPGbY0yf86JT7TA9+lRsSfeLm8cRh3psHCtDCJO1du5aoRoDAMpFHHeo2phWFavxD414hvXT0eUuTiJ01glI00CISPFuIWA10DNkat6lBIEHNUvika+VGhp8H8tWb3DqxAYN2nQz7xxFKihTn2hlpeH8DWo0GpmTpzkfOpF+9j6kqx3ccMBoQM1kbOOPM= ceph-6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:46:51.571 DEBUG:teuthology.orchestra.run.smithi094:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyFpy4nvy9QXUORk6ObOPGqfVtekT+RQwM/4UwWtlu22giF54WLHhkgx8UHF5X6OyYpmFbAaHjvDKwF2tu+Esh7M5dlTYDJT6syi4+T4Bxpl+LHCekyBdJk6IHodyXYggfu3T/401hp0MF8n9ATd/9g2CyG3lgDnKDSoehcYBIeiG97DvSY3XQtVzDX+WmcYIoFIrRJMkJUJv6XFcm4wumE3nQABptso4evuofZFQuV/TfmVBNJuPNVhKxjYRB2wOGcYf8uDNwXU9ZbOkFyWnJIG6oZElpHTk+HYmp7V261o8lIw+ACGLGMs3oUuaATknuXSPPGbY0yf86JT7TA9+lRsSfeLm8cRh3psHCtDCJO1du5aoRoDAMpFHHeo2phWFavxD414hvXT0eUuTiJ01glI00CISPFuIWA10DNkat6lBIEHNUvika+VGhp8H8tWb3DqxAYN2nQz7xxFKihTn2hlpeH8DWo0GpmTpzkfOpF+9j6kqx3ccMBoQM1kbOOPM= ceph-6be27e82-7496-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T01:46:51.623 INFO:teuthology.orchestra.run.smithi094.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyFpy4nvy9QXUORk6ObOPGqfVtekT+RQwM/4UwWtlu22giF54WLHhkgx8UHF5X6OyYpmFbAaHjvDKwF2tu+Esh7M5dlTYDJT6syi4+T4Bxpl+LHCekyBdJk6IHodyXYggfu3T/401hp0MF8n9ATd/9g2CyG3lgDnKDSoehcYBIeiG97DvSY3XQtVzDX+WmcYIoFIrRJMkJUJv6XFcm4wumE3nQABptso4evuofZFQuV/TfmVBNJuPNVhKxjYRB2wOGcYf8uDNwXU9ZbOkFyWnJIG6oZElpHTk+HYmp7V261o8lIw+ACGLGMs3oUuaATknuXSPPGbY0yf86JT7TA9+lRsSfeLm8cRh3psHCtDCJO1du5aoRoDAMpFHHeo2phWFavxD414hvXT0eUuTiJ01glI00CISPFuIWA10DNkat6lBIEHNUvika+VGhp8H8tWb3DqxAYN2nQz7xxFKihTn2hlpeH8DWo0GpmTpzkfOpF+9j6kqx3ccMBoQM1kbOOPM= ceph-6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:46:51.637 DEBUG:teuthology.orchestra.run.smithi145:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyFpy4nvy9QXUORk6ObOPGqfVtekT+RQwM/4UwWtlu22giF54WLHhkgx8UHF5X6OyYpmFbAaHjvDKwF2tu+Esh7M5dlTYDJT6syi4+T4Bxpl+LHCekyBdJk6IHodyXYggfu3T/401hp0MF8n9ATd/9g2CyG3lgDnKDSoehcYBIeiG97DvSY3XQtVzDX+WmcYIoFIrRJMkJUJv6XFcm4wumE3nQABptso4evuofZFQuV/TfmVBNJuPNVhKxjYRB2wOGcYf8uDNwXU9ZbOkFyWnJIG6oZElpHTk+HYmp7V261o8lIw+ACGLGMs3oUuaATknuXSPPGbY0yf86JT7TA9+lRsSfeLm8cRh3psHCtDCJO1du5aoRoDAMpFHHeo2phWFavxD414hvXT0eUuTiJ01glI00CISPFuIWA10DNkat6lBIEHNUvika+VGhp8H8tWb3DqxAYN2nQz7xxFKihTn2hlpeH8DWo0GpmTpzkfOpF+9j6kqx3ccMBoQM1kbOOPM= ceph-6be27e82-7496-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T01:46:51.792 INFO:teuthology.orchestra.run.smithi145.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyFpy4nvy9QXUORk6ObOPGqfVtekT+RQwM/4UwWtlu22giF54WLHhkgx8UHF5X6OyYpmFbAaHjvDKwF2tu+Esh7M5dlTYDJT6syi4+T4Bxpl+LHCekyBdJk6IHodyXYggfu3T/401hp0MF8n9ATd/9g2CyG3lgDnKDSoehcYBIeiG97DvSY3XQtVzDX+WmcYIoFIrRJMkJUJv6XFcm4wumE3nQABptso4evuofZFQuV/TfmVBNJuPNVhKxjYRB2wOGcYf8uDNwXU9ZbOkFyWnJIG6oZElpHTk+HYmp7V261o8lIw+ACGLGMs3oUuaATknuXSPPGbY0yf86JT7TA9+lRsSfeLm8cRh3psHCtDCJO1du5aoRoDAMpFHHeo2phWFavxD414hvXT0eUuTiJ01glI00CISPFuIWA10DNkat6lBIEHNUvika+VGhp8H8tWb3DqxAYN2nQz7xxFKihTn2hlpeH8DWo0GpmTpzkfOpF+9j6kqx3ccMBoQM1kbOOPM= ceph-6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:46:51.796 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:51 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/3583649420' entity='client.admin' 2024-09-17T01:46:51.806 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T01:46:52.066 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:46:53.776 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T01:46:53.776 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T01:46:54.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:53 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/901378123' entity='client.admin' 2024-09-17T01:46:54.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:53 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:54.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:53 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:54.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:53 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:46:54.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:53 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:54.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:53 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:54.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:53 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:54.012 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:46:55.455 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi094 2024-09-17T01:46:55.455 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-17T01:46:55.455 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.conf 2024-09-17T01:46:55.474 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-17T01:46:55.474 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:46:55.533 INFO:tasks.cephadm:Adding host smithi094 to orchestrator... 2024-09-17T01:46:55.533 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph orch host add smithi094 2024-09-17T01:46:55.773 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:46:55.926 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:55.926 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:55.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:55.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:55.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:46:55.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T01:46:55.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: Updating smithi077:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:46:55.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:46:55.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: Updating smithi077:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:46:55.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:55.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:55.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:55 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:46:57.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:56 smithi077 ceph-mon[30036]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:58.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:46:57 smithi077 ceph-mon[30036]: Deploying cephadm binary to smithi094 2024-09-17T01:46:59.536 INFO:teuthology.orchestra.run.smithi077.stdout:Added host 'smithi094' with addr '172.21.15.94' 2024-09-17T01:47:00.137 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T01:47:00.376 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:47:00.749 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:00 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:00.749 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:00 smithi077 ceph-mon[30036]: Added host smithi094 2024-09-17T01:47:00.749 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:00 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:00.749 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:00 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:00.749 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:00 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:01.010 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:47:01.010 INFO:teuthology.orchestra.run.smithi077.stdout:[{"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}, {"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}] 2024-09-17T01:47:01.615 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi145 2024-09-17T01:47:01.615 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-17T01:47:01.615 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.conf 2024-09-17T01:47:01.634 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-17T01:47:01.634 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:47:01.694 INFO:tasks.cephadm:Adding host smithi145 to orchestrator... 2024-09-17T01:47:01.694 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph orch host add smithi145 2024-09-17T01:47:01.931 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:47:02.162 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:01 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:02.162 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:01 smithi077 ceph-mon[30036]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:47:04.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:04 smithi077 ceph-mon[30036]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:04.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:04 smithi077 ceph-mon[30036]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:04.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:04 smithi077 ceph-mon[30036]: Deploying cephadm binary to smithi145 2024-09-17T01:47:04.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:04.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:04.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:04.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:04.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:47:04.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:04.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:05.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:05 smithi077 ceph-mon[30036]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-17T01:47:05.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:05 smithi077 ceph-mon[30036]: Updating smithi094:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:05.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:05 smithi077 ceph-mon[30036]: Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:47:05.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:05 smithi077 ceph-mon[30036]: Updating smithi094:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:47:05.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:05 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:05.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:05 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:05.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:05 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:05.674 INFO:teuthology.orchestra.run.smithi077.stdout:Added host 'smithi145' with addr '172.21.15.145' 2024-09-17T01:47:06.228 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:06 smithi077 ceph-mon[30036]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:06.229 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:06 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:06.229 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:06 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:06.229 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:06 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:06.260 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T01:47:06.497 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:47:07.125 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:47:07.125 INFO:teuthology.orchestra.run.smithi077.stdout:[{"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}, {"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}, {"addr": "172.21.15.145", "hostname": "smithi145", "labels": [], "status": ""}] 2024-09-17T01:47:07.475 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:07 smithi077 ceph-mon[30036]: Added host smithi145 2024-09-17T01:47:07.476 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:07 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:07.476 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:07 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:07.779 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T01:47:07.779 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T01:47:08.014 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:47:08.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:08 smithi077 ceph-mon[30036]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:47:08.430 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:08 smithi077 ceph-mon[30036]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:09.250 INFO:teuthology.orchestra.run.smithi077.stderr:adjusted tunables profile to default 2024-09-17T01:47:09.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:09 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/2756275122' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T01:47:09.900 INFO:tasks.cephadm:Adding mon.a on smithi077 2024-09-17T01:47:09.900 INFO:tasks.cephadm:Adding mon.b on smithi094 2024-09-17T01:47:09.900 INFO:tasks.cephadm:Adding mon.c on smithi145 2024-09-17T01:47:09.900 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi077:172.21.15.77=a;smithi094:172.21.15.94=b;smithi145:172.21.15.145=c' 2024-09-17T01:47:10.161 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T01:47:10.209 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T01:47:10.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:10 smithi077 ceph-mon[30036]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:10.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:10 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/2756275122' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T01:47:10.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:10 smithi077 ceph-mon[30036]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:47:10.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:10 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:10.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:10 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:10.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:10 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:10.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:10 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:10.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:10 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:47:10.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:10 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:10.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:10 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:10.939 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled mon update... 2024-09-17T01:47:11.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: Updating smithi145:/etc/ceph/ceph.conf 2024-09-17T01:47:11.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: Updating smithi145:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:11.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:47:11.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:11.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:11.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:11.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:11.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:11.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:11.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:11.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:11.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:11.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:11 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:11.567 DEBUG:teuthology.orchestra.run.smithi094:mon.b> sudo journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.b.service 2024-09-17T01:47:11.570 DEBUG:teuthology.orchestra.run.smithi145:mon.c> sudo journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.c.service 2024-09-17T01:47:11.572 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:47:11.572 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:47:12.193 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:12.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:12 smithi077 ceph-mon[30036]: Updating smithi145:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:47:12.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:12 smithi077 ceph-mon[30036]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi077:172.21.15.77=a;smithi094:172.21.15.94=b;smithi145:172.21.15.145=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:12.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:12 smithi077 ceph-mon[30036]: Saving service mon spec with placement smithi077:172.21.15.77=a;smithi094:172.21.15.94=b;smithi145:172.21.15.145=c;count:3 2024-09-17T01:47:12.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:12 smithi077 ceph-mon[30036]: Deploying daemon mon.c on smithi145 2024-09-17T01:47:12.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:12 smithi077 ceph-mon[30036]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:12.873 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:47:12.873 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"6be27e82-7496-11ef-bceb-c7b262605968","modified":"2024-09-17T01:45:55.540189Z","created":"2024-09-17T01:45:55.540189Z","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.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T01:47:12.874 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-09-17T01:47:13.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:13 smithi077 ceph-mon[30036]: from='client.? 172.21.15.145:0/4178941055' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:47:14.574 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:47:14.574 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:47:14.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:14 smithi077 ceph-mon[30036]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:14.840 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:47:15.639 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:47:15.639 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"6be27e82-7496-11ef-bceb-c7b262605968","modified":"2024-09-17T01:45:55.540189Z","created":"2024-09-17T01:45:55.540189Z","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.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T01:47:15.639 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-09-17T01:47:16.481 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 podman[33774]: 2024-09-17 01:47:16.279473945 +0000 UTC m=+0.015779242 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3 2024-09-17T01:47:16.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:16 smithi077 ceph-mon[30036]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:16.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:16 smithi077 ceph-mon[30036]: from='client.? 172.21.15.145:0/2679983444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:47:17.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 podman[33774]: 2024-09-17 01:47:16.561164438 +0000 UTC m=+0.297469735 container init 7e1fa1b35e3ce8cf670ed477e68f6361811a4c056e4c6b885badf7213ecddeb3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-c, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=squid-c2ddf97) 2024-09-17T01:47:17.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 podman[33774]: 2024-09-17 01:47:16.565890948 +0000 UTC m=+0.302196228 container start 7e1fa1b35e3ce8cf670ed477e68f6361811a4c056e4c6b885badf7213ecddeb3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-c, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, RELEASE=squid-c2ddf97) 2024-09-17T01:47:17.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T01:47:17.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable), process ceph-mon, pid 8 2024-09-17T01:47:17.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: pidfile_write: ignore empty --pid-file 2024-09-17T01:47:17.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: load: jerasure load: lrc 2024-09-17T01:47:17.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: RocksDB version: 7.9.2 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Git sha 0 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Compile date 2024-09-16 15:09:42 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: DB SUMMARY 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: DB Session ID: G7GK9OH6DXWWXP0BRVL5 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: CURRENT file: CURRENT 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.error_if_exists: 0 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.create_if_missing: 0 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.paranoid_checks: 1 2024-09-17T01:47:17.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T01:47:17.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T01:47:17.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T01:47:17.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.env: 0x5640b20d8940 2024-09-17T01:47:17.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T01:47:17.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.info_log: 0x5640b31916e0 2024-09-17T01:47:17.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T01:47:17.021 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.statistics: (nil) 2024-09-17T01:47:17.021 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.use_fsync: 0 2024-09-17T01:47:17.021 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_log_file_size: 0 2024-09-17T01:47:17.021 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T01:47:17.021 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T01:47:17.021 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T01:47:17.021 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T01:47:17.021 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.allow_fallocate: 1 2024-09-17T01:47:17.021 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T01:47:17.021 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T01:47:17.021 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.use_direct_reads: 0 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.db_log_dir: 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.wal_dir: 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T01:47:17.022 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.write_buffer_manager: 0x5640b31a0dc0 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.unordered_write: 0 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T01:47:17.023 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.row_cache: None 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.wal_filter: None 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.two_write_queues: 0 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.wal_compression: 0 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.atomic_flush: 0 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T01:47:17.024 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.log_readahead_size: 0 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_background_jobs: 2 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_background_compactions: -1 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_subcompactions: 1 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T01:47:17.025 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T01:47:17.026 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T01:47:17.026 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T01:47:17.026 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T01:47:17.026 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T01:47:17.026 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_open_files: -1 2024-09-17T01:47:17.026 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T01:47:17.026 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T01:47:17.026 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T01:47:17.026 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T01:47:17.026 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_background_flushes: -1 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Compression algorithms supported: 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: kZSTD supported: 0 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: kXpressCompression supported: 0 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: kBZip2Compression supported: 0 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: kLZ4Compression supported: 1 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: kZlibCompression supported: 1 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: kSnappyCompression supported: 1 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T01:47:17.027 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.merge_operator: 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_filter: None 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5640b3191320) 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout: cache_index_and_filter_blocks: 1 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout: pin_top_level_index_and_filter: 1 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout: index_type: 0 2024-09-17T01:47:17.028 INFO:journalctl@ceph.mon.c.smithi145.stdout: data_block_index_type: 0 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: index_shortening: 1 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: checksum: 4 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: no_block_cache: 0 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: block_cache: 0x5640b31851f0 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: block_cache_name: BinnedLRUCache 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: block_cache_options: 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: capacity : 536870912 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: num_shard_bits : 4 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: strict_capacity_limit : 0 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: high_pri_pool_ratio: 0.000 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: block_cache_compressed: (nil) 2024-09-17T01:47:17.029 INFO:journalctl@ceph.mon.c.smithi145.stdout: persistent_cache: (nil) 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: block_size: 4096 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: block_size_deviation: 10 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: block_restart_interval: 16 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: index_block_restart_interval: 1 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: metadata_block_size: 4096 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: partition_filters: 0 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: use_delta_encoding: 1 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: filter_policy: bloomfilter 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: whole_key_filtering: 1 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: verify_compression: 0 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: read_amp_bytes_per_bit: 0 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: format_version: 5 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: enable_index_compression: 1 2024-09-17T01:47:17.030 INFO:journalctl@ceph.mon.c.smithi145.stdout: block_align: 0 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout: max_auto_readahead_size: 262144 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout: prepopulate_block_cache: 0 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout: initial_auto_readahead_size: 8192 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compression: NoCompression 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.num_levels: 7 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T01:47:17.031 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T01:47:17.032 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T01:47:17.032 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T01:47:17.032 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T01:47:17.032 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T01:47:17.032 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:47:17.032 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T01:47:17.032 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T01:47:17.032 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:47:17.032 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T01:47:17.033 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T01:47:17.034 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T01:47:17.035 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T01:47:17.036 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.inplace_update_support: 0 2024-09-17T01:47:17.036 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T01:47:17.036 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T01:47:17.036 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T01:47:17.036 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T01:47:17.036 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.bloom_locality: 0 2024-09-17T01:47:17.036 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.max_successive_merges: 0 2024-09-17T01:47:17.036 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T01:47:17.036 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T01:47:17.036 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T01:47:17.036 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.ttl: 2592000 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.enable_blob_files: false 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.min_blob_size: 0 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T01:47:17.037 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T01:47:17.038 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T01:47:17.038 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T01:47:17.038 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: 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-17T01:47:17.038 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T01:47:17.038 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d8b85530-f583-457c-b603-61e3c15cc177 2024-09-17T01:47:17.038 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726537636593241, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-17T01:47:17.038 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-17T01:47:17.038 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726537636593679, "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": 1726537636, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d8b85530-f583-457c-b603-61e3c15cc177", "db_session_id": "G7GK9OH6DXWWXP0BRVL5", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726537636593770, "job": 1, "event": "recovery_finished"} 2024-09-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: 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-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5640b31b2e00 2024-09-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: DB pointer 0x5640b32ae000 2024-09-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.stdout: ** DB Stats ** 2024-09-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.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-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:47:17.039 INFO:journalctl@ceph.mon.c.smithi145.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-17T01:47:17.040 INFO:journalctl@ceph.mon.c.smithi145.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:47:17.040 INFO:journalctl@ceph.mon.c.smithi145.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:47:17.040 INFO:journalctl@ceph.mon.c.smithi145.stdout: 2024-09-17T01:47:17.040 INFO:journalctl@ceph.mon.c.smithi145.stdout: ** Compaction Stats [default] ** 2024-09-17T01:47:17.040 INFO:journalctl@ceph.mon.c.smithi145.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-17T01:47:17.040 INFO:journalctl@ceph.mon.c.smithi145.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T01:47:17.040 INFO:journalctl@ceph.mon.c.smithi145.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 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T01:47:17.040 INFO:journalctl@ceph.mon.c.smithi145.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 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.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 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.stdout: 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.stdout: ** Compaction Stats [default] ** 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.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-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.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 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.stdout: 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.stdout: 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T01:47:17.041 INFO:journalctl@ceph.mon.c.smithi145.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.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-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.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-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.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-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.stdout: Block cache BinnedLRUCache@0x5640b31851f0#8 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.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-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.stdout: 2024-09-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: using public_addr v2:172.21.15.145:0/0 -> [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] 2024-09-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: starting mon.c rank -1 at public addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] at bind addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(???) e0 preinit fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:17.042 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).mds e1 new map 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout: e1 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout: btime 2024-09-17T01:45:58:795674+0000 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.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-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout: legacy client fscid: -1 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout: 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout: No filesystems configured 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: 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-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T01:47:17.043 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/2756275122' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/2756275122' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:17.044 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: Updating smithi145:/etc/ceph/ceph.conf 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: Updating smithi145:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:17.045 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: Updating smithi145:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi077:172.21.15.77=a;smithi094:172.21.15.94=b;smithi145:172.21.15.145=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: Saving service mon spec with placement smithi077:172.21.15.77=a;smithi094:172.21.15.94=b;smithi145:172.21.15.145=c;count:3 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: Deploying daemon mon.c on smithi145 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='client.? 172.21.15.145:0/4178941055' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: from='client.? 172.21.15.145:0/2679983444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 ceph-mon[33813]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 bash[33774]: 7e1fa1b35e3ce8cf670ed477e68f6361811a4c056e4c6b885badf7213ecddeb3 2024-09-17T01:47:17.046 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:16 smithi145 systemd[1]: Started Ceph mon.c for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:47:17.204 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:47:17.204 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:47:17.466 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:47:22.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:47:22.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: mon.a calling monitor election 2024-09-17T01:47:22.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: mon.c calling monitor election 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: monmap epoch 2 2024-09-17T01:47:22.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: last_changed 2024-09-17T01:47:16.618568+0000 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: min_mon_release 19 (squid) 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: election_strategy: 1 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: 1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: fsmap 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: mgrmap e13: a(active, since 38s) 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: overall HEALTH_OK 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:22.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:22.006 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:22.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:47:22.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: mon.a calling monitor election 2024-09-17T01:47:22.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:22.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: mon.c calling monitor election 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: monmap epoch 2 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: last_changed 2024-09-17T01:47:16.618568+0000 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: min_mon_release 19 (squid) 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: election_strategy: 1 2024-09-17T01:47:22.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T01:47:22.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: 1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c 2024-09-17T01:47:22.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: fsmap 2024-09-17T01:47:22.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:47:22.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: mgrmap e13: a(active, since 38s) 2024-09-17T01:47:22.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: overall HEALTH_OK 2024-09-17T01:47:22.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:22.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:22.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:22.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:22.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:22.602 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:47:22.602 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":2,"fsid":"6be27e82-7496-11ef-bceb-c7b262605968","modified":"2024-09-17T01:47:16.618568Z","created":"2024-09-17T01:45:55.540189Z","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.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T01:47:22.602 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 2 2024-09-17T01:47:22.963 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:22 smithi145 ceph-mon[33813]: Deploying daemon mon.b on smithi094 2024-09-17T01:47:22.964 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:22 smithi145 ceph-mon[33813]: from='client.? 172.21.15.145:0/1615893358' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:47:22.964 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:22 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:23.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:22 smithi077 ceph-mon[30036]: Deploying daemon mon.b on smithi094 2024-09-17T01:47:23.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:22 smithi077 ceph-mon[30036]: from='client.? 172.21.15.145:0/1615893358' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:47:23.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:22 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:24.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:23 smithi077 ceph-mon[30036]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:24.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:23 smithi145 ceph-mon[33813]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:24.226 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:47:24.226 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:47:24.473 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:47:25.182 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:47:25.182 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":2,"fsid":"6be27e82-7496-11ef-bceb-c7b262605968","modified":"2024-09-17T01:47:16.618568Z","created":"2024-09-17T01:45:55.540189Z","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.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T01:47:25.182 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 2 2024-09-17T01:47:25.330 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:25 smithi094 ceph-mon[33330]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-17T01:47:25.477 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:25 smithi145 ceph-mon[33813]: from='client.? 172.21.15.145:0/2813925206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:47:25.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:25 smithi077 ceph-mon[30036]: from='client.? 172.21.15.145:0/2813925206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:47:25.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:25 smithi094 bash[33291]: ea48e72b7313b5a9811a2976a922a49fffa93ceccdd20d03b2b186e5b6357258 2024-09-17T01:47:25.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:25 smithi094 systemd[1]: Started Ceph mon.b for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:47:26.782 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:47:26.782 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:47:27.032 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:47:30.719 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:47:30.719 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":3,"fsid":"6be27e82-7496-11ef-bceb-c7b262605968","modified":"2024-09-17T01:47:25.304184Z","created":"2024-09-17T01:45:55.540189Z","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.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:3300","nonce":0},{"type":"v1","addr":"172.21.15.94:6789","nonce":0}]},"addr":"172.21.15.94:6789/0","public_addr":"172.21.15.94:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T01:47:30.719 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 3 2024-09-17T01:47:30.719 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: mon.a calling monitor election 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: mon.c calling monitor election 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:47:30.720 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: monmap epoch 3 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: last_changed 2024-09-17T01:47:25.304184+0000 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: min_mon_release 19 (squid) 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: election_strategy: 1 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: 1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: fsmap 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: mgrmap e13: a(active, since 47s) 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-17T01:47:30.721 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-17T01:47:30.722 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-17T01:47:30.722 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: mon.b (rank 2) addr [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] is down (out of quorum) 2024-09-17T01:47:30.722 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:30.722 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:30.722 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:30.722 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:30.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:30.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:47:30.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: mon.a calling monitor election 2024-09-17T01:47:30.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: mon.c calling monitor election 2024-09-17T01:47:30.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:30.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: monmap epoch 3 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: last_changed 2024-09-17T01:47:25.304184+0000 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: min_mon_release 19 (squid) 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: election_strategy: 1 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T01:47:30.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: 1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: fsmap 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: mgrmap e13: a(active, since 47s) 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: mon.b (rank 2) addr [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] is down (out of quorum) 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:30.755 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:31.320 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T01:47:31.321 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T01:47:31.579 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:47:31.679 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:31 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:31.679 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:31 smithi145 ceph-mon[33813]: from='client.? 172.21.15.145:0/1611760801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:47:31.679 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:31 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:31.699 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:31 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:31.699 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:31 smithi077 ceph-mon[30036]: from='client.? 172.21.15.145:0/1611760801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:47:31.699 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:31 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:32.206 INFO:teuthology.orchestra.run.smithi077.stdout:# minimal ceph.conf for 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:32.206 INFO:teuthology.orchestra.run.smithi077.stdout:[global] 2024-09-17T01:47:32.206 INFO:teuthology.orchestra.run.smithi077.stdout: fsid = 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:32.206 INFO:teuthology.orchestra.run.smithi077.stdout: mon_host = [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] 2024-09-17T01:47:32.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:32.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:47:32.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: mon.a calling monitor election 2024-09-17T01:47:32.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: mon.c calling monitor election 2024-09-17T01:47:32.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:32.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:47:32.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:32.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:32.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: monmap epoch 3 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: last_changed 2024-09-17T01:47:25.304184+0000 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: min_mon_release 19 (squid) 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: election_strategy: 1 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T01:47:32.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: 1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: fsmap 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: mgrmap e13: a(active, since 47s) 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: mon.b (rank 2) addr [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] is down (out of quorum) 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:32.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:32.638 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:32.638 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='client.? 172.21.15.145:0/1611760801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:47:32.638 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:32 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:32.937 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T01:47:32.937 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:47:32.938 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T01:47:32.965 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:47:32.965 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:47:33.029 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-17T01:47:33.030 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T01:47:33.060 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-17T01:47:33.060 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:47:33.119 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: mon.b calling monitor election 2024-09-17T01:47:33.119 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T01:47:33.119 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-17T01:47:33.119 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: Updating smithi145:/etc/ceph/ceph.conf 2024-09-17T01:47:33.119 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: mon.b calling monitor election 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: mon.c calling monitor election 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: mon.a calling monitor election 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: monmap epoch 3 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: last_changed 2024-09-17T01:47:25.304184+0000 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: min_mon_release 19 (squid) 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: election_strategy: 1 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: 1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-09-17T01:47:33.120 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: fsmap 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: mgrmap e13: a(active, since 49s) 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: Cluster is now healthy 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: overall HEALTH_OK 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: Updating smithi077:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: Updating smithi145:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: Updating smithi094:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.121 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:33.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:47:33.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:33 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:33.123 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-17T01:47:33.123 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T01:47:33.152 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-17T01:47:33.153 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:47:33.195 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: mon.b calling monitor election 2024-09-17T01:47:33.196 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T01:47:33.196 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-17T01:47:33.196 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: Updating smithi145:/etc/ceph/ceph.conf 2024-09-17T01:47:33.196 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: mon.b calling monitor election 2024-09-17T01:47:33.196 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: mon.c calling monitor election 2024-09-17T01:47:33.196 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: mon.a calling monitor election 2024-09-17T01:47:33.196 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:47:33.196 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: monmap epoch 3 2024-09-17T01:47:33.196 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:33.196 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: last_changed 2024-09-17T01:47:25.304184+0000 2024-09-17T01:47:33.196 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:47:33.197 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: min_mon_release 19 (squid) 2024-09-17T01:47:33.197 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: election_strategy: 1 2024-09-17T01:47:33.197 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T01:47:33.197 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: 1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c 2024-09-17T01:47:33.197 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-09-17T01:47:33.197 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: fsmap 2024-09-17T01:47:33.197 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: mgrmap e13: a(active, since 49s) 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: Cluster is now healthy 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: overall HEALTH_OK 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: Updating smithi077:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: Updating smithi145:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: Updating smithi094:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.198 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.199 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.199 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.199 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.199 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.199 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.199 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:33.199 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:47:33.199 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:33 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:33.219 INFO:tasks.cephadm:Adding mgr.a on smithi077 2024-09-17T01:47:33.219 INFO:tasks.cephadm:Adding mgr.b on smithi094 2024-09-17T01:47:33.219 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi077=a;smithi094=b' 2024-09-17T01:47:33.495 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:47:33.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: mon.b calling monitor election 2024-09-17T01:47:33.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T01:47:33.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-17T01:47:33.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: Updating smithi145:/etc/ceph/ceph.conf 2024-09-17T01:47:33.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: mon.b calling monitor election 2024-09-17T01:47:33.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: mon.c calling monitor election 2024-09-17T01:47:33.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: mon.a calling monitor election 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: monmap epoch 3 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: last_changed 2024-09-17T01:47:25.304184+0000 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: min_mon_release 19 (squid) 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: election_strategy: 1 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: 1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: fsmap 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:47:33.518 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: mgrmap e13: a(active, since 49s) 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: Cluster is now healthy 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: overall HEALTH_OK 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: Updating smithi077:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: Updating smithi145:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: Updating smithi094:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.519 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.520 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.520 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:33.520 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:33.520 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:47:33.520 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:33 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:34.109 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled mgr update... 2024-09-17T01:47:34.498 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:34 smithi077 ceph-mon[30036]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T01:47:34.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:34 smithi077 ceph-mon[30036]: Reconfiguring daemon mon.a on smithi077 2024-09-17T01:47:34.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:34 smithi077 ceph-mon[30036]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:34.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:34 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:34 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:34.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:34 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:34 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:34 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:34 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:47:34.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:34 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:47:34.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:34 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:34.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:34 smithi145 ceph-mon[33813]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T01:47:34.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:34 smithi145 ceph-mon[33813]: Reconfiguring daemon mon.a on smithi077 2024-09-17T01:47:34.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:34 smithi145 ceph-mon[33813]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:34.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:34 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:34 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:34.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:34 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:34 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:34 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:34 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:47:34.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:34 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:47:34.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:34 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:34.630 DEBUG:teuthology.orchestra.run.smithi094:mgr.b> sudo journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.b.service 2024-09-17T01:47:34.633 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T01:47:34.633 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T01:47:34.634 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T01:47:34.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:34 smithi094 ceph-mon[33330]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T01:47:34.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:34 smithi094 ceph-mon[33330]: Reconfiguring daemon mon.a on smithi077 2024-09-17T01:47:34.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:34 smithi094 ceph-mon[33330]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:34.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:34 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:34 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:47:34.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:34 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:34 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:34 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:34.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:34 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:47:34.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:34 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:47:34.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:34 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:34.650 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-17T01:47:34.650 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_1 2024-09-17T01:47:34.705 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T01:47:34.705 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:34.705 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-09-17T01:47:34.705 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:34.705 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:34.705 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 01:46:52.149927789 +0000 2024-09-17T01:47:34.705 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 01:42:26.976550520 +0000 2024-09-17T01:47:34.705 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 01:42:26.976550520 +0000 2024-09-17T01:47:34.705 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 01:42:26.976550520 +0000 2024-09-17T01:47:34.706 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T01:47:34.769 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T01:47:34.769 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T01:47:34.769 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000220155 s, 2.3 MB/s 2024-09-17T01:47:34.770 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T01:47:34.827 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_2 2024-09-17T01:47:34.883 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T01:47:34.883 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:34.883 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-17T01:47:34.883 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:34.883 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:34.883 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 01:46:52.181927108 +0000 2024-09-17T01:47:34.883 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 01:42:26.975550420 +0000 2024-09-17T01:47:34.883 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 01:42:26.975550420 +0000 2024-09-17T01:47:34.883 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 01:42:26.975550420 +0000 2024-09-17T01:47:34.884 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T01:47:34.946 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T01:47:34.946 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T01:47:34.946 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000209617 s, 2.4 MB/s 2024-09-17T01:47:34.947 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T01:47:35.004 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_3 2024-09-17T01:47:35.059 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T01:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 983 Links: 1 2024-09-17T01:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 01:46:52.215926383 +0000 2024-09-17T01:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 01:42:26.976550520 +0000 2024-09-17T01:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 01:42:26.976550520 +0000 2024-09-17T01:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 01:42:26.976550520 +0000 2024-09-17T01:47:35.060 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T01:47:35.122 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T01:47:35.123 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T01:47:35.123 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000222668 s, 2.3 MB/s 2024-09-17T01:47:35.124 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T01:47:35.181 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_4 2024-09-17T01:47:35.236 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T01:47:35.236 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:35.236 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-17T01:47:35.236 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:35.236 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:35.236 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 01:46:52.246925723 +0000 2024-09-17T01:47:35.236 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 01:42:26.975550420 +0000 2024-09-17T01:47:35.237 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 01:42:26.975550420 +0000 2024-09-17T01:47:35.237 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 01:42:26.975550420 +0000 2024-09-17T01:47:35.237 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T01:47:35.301 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T01:47:35.301 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T01:47:35.301 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000214411 s, 2.4 MB/s 2024-09-17T01:47:35.302 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T01:47:35.359 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-17T01:47:35.359 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T01:47:35.379 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-17T01:47:35.379 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_1 2024-09-17T01:47:35.438 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T01:47:35.438 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:35.439 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 979 Links: 1 2024-09-17T01:47:35.439 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:35.439 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:35.439 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-17 01:47:24.759507643 +0000 2024-09-17T01:47:35.439 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-17 01:42:27.315239494 +0000 2024-09-17T01:47:35.439 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-17 01:42:27.315239494 +0000 2024-09-17T01:47:35.439 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-17 01:42:27.315239494 +0000 2024-09-17T01:47:35.439 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T01:47:35.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:35 smithi077 ceph-mon[30036]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi077=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:35.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:35 smithi077 ceph-mon[30036]: Saving service mgr spec with placement smithi077=a;smithi094=b;count:2 2024-09-17T01:47:35.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:35 smithi077 ceph-mon[30036]: Reconfiguring mgr.a (unknown last config time)... 2024-09-17T01:47:35.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:35 smithi077 ceph-mon[30036]: Reconfiguring daemon mgr.a on smithi077 2024-09-17T01:47:35.506 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-17T01:47:35.506 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-17T01:47:35.506 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000130613 s, 3.9 MB/s 2024-09-17T01:47:35.507 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T01:47:35.516 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:35 smithi145 ceph-mon[33813]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi077=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:35.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:35 smithi145 ceph-mon[33813]: Saving service mgr spec with placement smithi077=a;smithi094=b;count:2 2024-09-17T01:47:35.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:35 smithi145 ceph-mon[33813]: Reconfiguring mgr.a (unknown last config time)... 2024-09-17T01:47:35.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:35 smithi145 ceph-mon[33813]: Reconfiguring daemon mgr.a on smithi077 2024-09-17T01:47:35.567 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_2 2024-09-17T01:47:35.623 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T01:47:35.799 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:35.799 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-17T01:47:35.799 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:35.799 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:35.800 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-17 01:47:24.760507627 +0000 2024-09-17T01:47:35.800 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-17 01:42:27.316239478 +0000 2024-09-17T01:47:35.800 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-17 01:42:27.316239478 +0000 2024-09-17T01:47:35.800 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-17 01:42:27.316239478 +0000 2024-09-17T01:47:35.800 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T01:47:35.801 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:35 smithi094 ceph-mon[33330]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi077=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:35.801 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:35 smithi094 ceph-mon[33330]: Saving service mgr spec with placement smithi077=a;smithi094=b;count:2 2024-09-17T01:47:35.801 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:35 smithi094 ceph-mon[33330]: Reconfiguring mgr.a (unknown last config time)... 2024-09-17T01:47:35.801 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:35 smithi094 ceph-mon[33330]: Reconfiguring daemon mgr.a on smithi077 2024-09-17T01:47:35.826 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-17T01:47:35.826 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-17T01:47:35.826 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 9.3954e-05 s, 5.4 MB/s 2024-09-17T01:47:35.827 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T01:47:35.885 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_3 2024-09-17T01:47:35.941 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T01:47:35.941 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:35.941 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 963 Links: 1 2024-09-17T01:47:35.941 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:35.942 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:35.942 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-17 01:47:24.760507627 +0000 2024-09-17T01:47:35.942 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-17 01:42:27.313239526 +0000 2024-09-17T01:47:35.942 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-17 01:42:27.313239526 +0000 2024-09-17T01:47:35.942 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-17 01:42:27.313239526 +0000 2024-09-17T01:47:35.943 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T01:47:36.006 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-17T01:47:36.006 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-17T01:47:36.006 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000108444 s, 4.7 MB/s 2024-09-17T01:47:36.007 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T01:47:36.064 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_4 2024-09-17T01:47:36.121 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T01:47:36.121 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:36.121 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-17T01:47:36.121 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:36.121 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:36.121 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-17 01:47:24.761507611 +0000 2024-09-17T01:47:36.121 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-17 01:42:27.314239510 +0000 2024-09-17T01:47:36.121 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-17 01:42:27.314239510 +0000 2024-09-17T01:47:36.121 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-17 01:42:27.314239510 +0000 2024-09-17T01:47:36.122 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T01:47:36.186 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-17T01:47:36.186 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-17T01:47:36.187 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000106203 s, 4.8 MB/s 2024-09-17T01:47:36.188 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T01:47:36.245 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-17T01:47:36.245 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T01:47:36.265 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-17T01:47:36.266 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_1 2024-09-17T01:47:36.324 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T01:47:36.324 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:36.324 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 945 Links: 1 2024-09-17T01:47:36.324 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:36.324 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:36.324 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-09-17 01:47:15.548385748 +0000 2024-09-17T01:47:36.324 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-09-17 01:42:27.188807178 +0000 2024-09-17T01:47:36.324 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-09-17 01:42:27.188807178 +0000 2024-09-17T01:47:36.324 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: 2024-09-17 01:42:27.188807178 +0000 2024-09-17T01:47:36.325 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T01:47:36.372 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:36 smithi094 ceph-mon[33330]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:36.372 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:36 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:36.372 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:36 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:36.372 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:36 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:36.372 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:36 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:47:36.372 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:36 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:36.392 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-09-17T01:47:36.392 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-09-17T01:47:36.392 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000232422 s, 2.2 MB/s 2024-09-17T01:47:36.393 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T01:47:36.452 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_2 2024-09-17T01:47:36.509 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T01:47:36.509 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:36.509 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 953 Links: 1 2024-09-17T01:47:36.509 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:36.509 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:36.509 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-09-17 01:47:15.548385748 +0000 2024-09-17T01:47:36.510 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-09-17 01:42:27.190807133 +0000 2024-09-17T01:47:36.510 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-09-17 01:42:27.190807133 +0000 2024-09-17T01:47:36.510 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: 2024-09-17 01:42:27.190807133 +0000 2024-09-17T01:47:36.510 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T01:47:36.516 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:36 smithi145 ceph-mon[33813]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:36.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:36 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:36.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:36 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:36.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:36 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:36.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:36 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:47:36.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:36 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:36.542 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-09-17T01:47:36.542 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-09-17T01:47:36.542 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000197194 s, 2.6 MB/s 2024-09-17T01:47:36.543 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T01:47:36.600 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_3 2024-09-17T01:47:36.656 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T01:47:36.657 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:36.657 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 959 Links: 1 2024-09-17T01:47:36.657 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:36.657 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:36.657 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-09-17 01:47:15.548385748 +0000 2024-09-17T01:47:36.657 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-09-17 01:42:27.190807133 +0000 2024-09-17T01:47:36.657 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-09-17 01:42:27.190807133 +0000 2024-09-17T01:47:36.657 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: 2024-09-17 01:42:27.190807133 +0000 2024-09-17T01:47:36.657 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T01:47:36.721 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-09-17T01:47:36.721 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-09-17T01:47:36.721 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000237327 s, 2.2 MB/s 2024-09-17T01:47:36.722 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T01:47:36.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:36 smithi077 ceph-mon[30036]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:36.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:36 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:36.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:36 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:36.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:36 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:36.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:36 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:47:36.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:36 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:36.779 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_4 2024-09-17T01:47:36.834 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T01:47:36.834 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:47:36.834 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 957 Links: 1 2024-09-17T01:47:36.834 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:47:36.834 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T01:47:36.834 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-09-17 01:47:15.548385748 +0000 2024-09-17T01:47:36.834 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-09-17 01:42:27.190807133 +0000 2024-09-17T01:47:36.834 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-09-17 01:42:27.190807133 +0000 2024-09-17T01:47:36.834 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: 2024-09-17 01:42:27.190807133 +0000 2024-09-17T01:47:36.834 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T01:47:36.898 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-09-17T01:47:36.898 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-09-17T01:47:36.898 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000189963 s, 2.7 MB/s 2024-09-17T01:47:36.899 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T01:47:36.955 INFO:tasks.cephadm:Deploying osd.0 on smithi077 with /dev/vg_nvme/lv_4... 2024-09-17T01:47:36.956 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T01:47:37.204 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:47:37.516 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:37 smithi145 ceph-mon[33813]: Reconfiguring mon.b (monmap changed)... 2024-09-17T01:47:37.516 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:37 smithi145 ceph-mon[33813]: Reconfiguring daemon mon.b on smithi094 2024-09-17T01:47:37.516 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:37 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:37.516 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:37 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:37.516 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:37 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:37.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:37 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:47:37.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:37 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:37.590 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:37 smithi077 ceph-mon[30036]: Reconfiguring mon.b (monmap changed)... 2024-09-17T01:47:37.591 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:37 smithi077 ceph-mon[30036]: Reconfiguring daemon mon.b on smithi094 2024-09-17T01:47:37.591 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:37 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:37.591 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:37 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:37.591 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:37 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:37.591 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:37 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:47:37.591 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:37 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:37.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:37 smithi094 ceph-mon[33330]: Reconfiguring mon.b (monmap changed)... 2024-09-17T01:47:37.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:37 smithi094 ceph-mon[33330]: Reconfiguring daemon mon.b on smithi094 2024-09-17T01:47:37.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:37 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:37.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:37 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:37.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:37 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:47:37.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:37 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:47:37.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:37 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:38.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:38 smithi077 ceph-mon[30036]: Reconfiguring mon.c (monmap changed)... 2024-09-17T01:47:38.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:38 smithi077 ceph-mon[30036]: Reconfiguring daemon mon.c on smithi145 2024-09-17T01:47:38.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:38 smithi077 ceph-mon[30036]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:38.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:38 smithi145 ceph-mon[33813]: Reconfiguring mon.c (monmap changed)... 2024-09-17T01:47:38.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:38 smithi145 ceph-mon[33813]: Reconfiguring daemon mon.c on smithi145 2024-09-17T01:47:38.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:38 smithi145 ceph-mon[33813]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:38.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:38 smithi094 ceph-mon[33330]: Reconfiguring mon.c (monmap changed)... 2024-09-17T01:47:38.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:38 smithi094 ceph-mon[33330]: Reconfiguring daemon mon.c on smithi145 2024-09-17T01:47:38.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:38 smithi094 ceph-mon[33330]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:39.592 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:39 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:39.592 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:39 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:39.592 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:39 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:39.592 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:39 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:39.593 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:39 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:39.593 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:39 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:39.593 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:39 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:47:39.593 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:39 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T01:47:39.593 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:39 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:47:39.593 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:39 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:39.593 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:39 smithi077 ceph-mon[30036]: Deploying daemon mgr.b on smithi094 2024-09-17T01:47:39.595 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:47:39.621 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi077:vg_nvme/lv_4 2024-09-17T01:47:39.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:39 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:39.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:39 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:39.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:39 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:39.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:39 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:39.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:39 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:39.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:39 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:39.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:39 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:47:39.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:39 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T01:47:39.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:39 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:47:39.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:39 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:39.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:39 smithi094 ceph-mon[33330]: Deploying daemon mgr.b on smithi094 2024-09-17T01:47:39.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:39 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:39.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:39 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:39.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:39 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:39.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:39 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:39.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:39 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:39.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:39 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:39.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:39 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:47:39.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:39 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T01:47:39.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:39 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:47:39.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:39 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:39.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:39 smithi145 ceph-mon[33813]: Deploying daemon mgr.b on smithi094 2024-09-17T01:47:39.870 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:47:40.268 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 systemd[1]: Starting Ceph mgr.b for 6be27e82-7496-11ef-bceb-c7b262605968... 2024-09-17T01:47:40.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:40 smithi077 ceph-mon[30036]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:40.518 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:40 smithi094 ceph-mon[33330]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:40.518 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 podman[34736]: 2024-09-17 01:47:40.172938731 +0000 UTC m=+0.015419998 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3 2024-09-17T01:47:40.518 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 podman[34736]: 2024-09-17 01:47:40.271647268 +0000 UTC m=+0.114128518 container create b7f6229cf89687031c4aa4256c7a1ea1b03f15b1911fe616d68ec4c62ab1c7ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=squid-c2ddf97, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-17T01:47:40.518 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 podman[34736]: 2024-09-17 01:47:40.516332585 +0000 UTC m=+0.358813842 container init b7f6229cf89687031c4aa4256c7a1ea1b03f15b1911fe616d68ec4c62ab1c7ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b, RELEASE=squid-c2ddf97, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-17T01:47:40.518 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 podman[34736]: 2024-09-17 01:47:40.521158865 +0000 UTC m=+0.363640116 container start b7f6229cf89687031c4aa4256c7a1ea1b03f15b1911fe616d68ec4c62ab1c7ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=squid-c2ddf97, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-17T01:47:40.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:40 smithi145 ceph-mon[33813]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:40.856 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 ceph-mgr[34774]: -- 172.21.15.94:0/15363347 <== mon.2 v2:172.21.15.94:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x558f84c510e0 con 0x558f84c2f400 2024-09-17T01:47:40.856 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 bash[34736]: b7f6229cf89687031c4aa4256c7a1ea1b03f15b1911fe616d68ec4c62ab1c7ce 2024-09-17T01:47:40.857 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 systemd[1]: Started Ceph mgr.b for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:47:40.857 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:40.641+0000 7fe580012040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:47:40.857 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:40.701+0000 7fe580012040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:47:40.857 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:40.857+0000 7fe580012040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:47:41.134 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:40 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:40.924+0000 7fe580012040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:47:41.134 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:41.084+0000 7fe580012040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:47:41.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:41 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:47:41.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:41 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:47:41.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:41 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:41.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:41 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:41 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:41 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:41 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:41 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:41.532 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:41.235+0000 7fe580012040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:47:41.533 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:47:41.533 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:47:41.533 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:41.533 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.533 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.533 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.533 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.533 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:41.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:41 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:47:41.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:41 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:47:41.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:41 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:41.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:41 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:41 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:41 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:41 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:41.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:41 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:41.804 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:41.558+0000 7fe580012040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:47:41.804 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:41.619+0000 7fe580012040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:47:42.134 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:41 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:41.805+0000 7fe580012040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:47:42.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:42 smithi077 ceph-mon[30036]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:42.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:42 smithi077 ceph-mon[30036]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:42.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:42 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:42.498 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:42 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:42.498 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:42 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:42.498 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:42 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:42.498 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:42 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:42.498 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:42 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:42.498 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:42 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:42.498 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:42 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:42.498 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:42 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:42.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-mon[33330]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:42.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-mon[33330]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:42.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:42.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:42.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:42.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:42.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:42.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:42.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:42.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:42.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:42.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:42 smithi145 ceph-mon[33813]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:42.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:42 smithi145 ceph-mon[33813]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:42.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:42 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:42.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:42 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:42.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:42 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:42.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:42 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:42.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:42 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:42.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:42 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:42.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:42 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:42.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:42 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:42.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:42 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:43.134 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:42.703+0000 7fe580012040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:47:43.134 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:42 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:42.769+0000 7fe580012040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:47:43.634 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:43 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:43.472+0000 7fe580012040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:47:43.634 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:43 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:43.585+0000 7fe580012040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:47:43.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:43 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/134791841' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9fabe51-8bf6-42f1-ad2b-5666268bf972"}]: dispatch 2024-09-17T01:47:43.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:43 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/134791841' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9fabe51-8bf6-42f1-ad2b-5666268bf972"}]': finished 2024-09-17T01:47:43.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:43 smithi094 ceph-mon[33330]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T01:47:43.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:43 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:47:43.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:43 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:43.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:43 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/134791841' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9fabe51-8bf6-42f1-ad2b-5666268bf972"}]: dispatch 2024-09-17T01:47:43.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:43 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/134791841' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9fabe51-8bf6-42f1-ad2b-5666268bf972"}]': finished 2024-09-17T01:47:43.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:43 smithi077 ceph-mon[30036]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T01:47:43.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:43 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:47:43.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:43 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:43.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:43 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/134791841' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9fabe51-8bf6-42f1-ad2b-5666268bf972"}]: dispatch 2024-09-17T01:47:43.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:43 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/134791841' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9fabe51-8bf6-42f1-ad2b-5666268bf972"}]': finished 2024-09-17T01:47:43.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:43 smithi145 ceph-mon[33813]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T01:47:43.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:43 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:47:43.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:43 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:43.996 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:43 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:43.725+0000 7fe580012040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:47:43.996 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:43 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:43.784+0000 7fe580012040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:47:43.996 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:43 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:43.931+0000 7fe580012040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:47:43.996 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:43 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:43.998+0000 7fe580012040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:47:44.273 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:44 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:44.057+0000 7fe580012040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:47:44.273 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:44 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:44.212+0000 7fe580012040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:47:44.273 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:44 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:44.275+0000 7fe580012040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:47:44.537 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:44 smithi094 ceph-mon[33330]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:44.537 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:44 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/3940550660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:47:44.538 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:44 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:44.341+0000 7fe580012040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:47:44.538 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:44 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:44.423+0000 7fe580012040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:47:44.538 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:44 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:44.481+0000 7fe580012040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:47:44.538 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:44 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:44.539+0000 7fe580012040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:47:44.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:44 smithi077 ceph-mon[30036]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:44.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:44 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/3940550660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:47:44.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:44 smithi145 ceph-mon[33813]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:44.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:44 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/3940550660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:47:45.634 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:47:45 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b[34751]: 2024-09-17T01:47:45.311+0000 7fe580012040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:47:45.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:45 smithi094 ceph-mon[33330]: Standby manager daemon b started 2024-09-17T01:47:45.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:45 smithi094 ceph-mon[33330]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:47:45.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:45 smithi094 ceph-mon[33330]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:47:45.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:45 smithi094 ceph-mon[33330]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:47:45.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:45 smithi094 ceph-mon[33330]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:47:45.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:45 smithi077 ceph-mon[30036]: Standby manager daemon b started 2024-09-17T01:47:45.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:45 smithi077 ceph-mon[30036]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:47:45.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:45 smithi077 ceph-mon[30036]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:47:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:45 smithi077 ceph-mon[30036]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:47:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:45 smithi077 ceph-mon[30036]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:47:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:45 smithi145 ceph-mon[33813]: Standby manager daemon b started 2024-09-17T01:47:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:45 smithi145 ceph-mon[33813]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:47:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:45 smithi145 ceph-mon[33813]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:47:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:45 smithi145 ceph-mon[33813]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:47:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:45 smithi145 ceph-mon[33813]: from='mgr.? 172.21.15.94:0/437820110' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:47:46.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:46 smithi094 ceph-mon[33330]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:46.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:46 smithi094 ceph-mon[33330]: mgrmap e14: a(active, since 62s), standbys: b 2024-09-17T01:47:46.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:46 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:47:46.726 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:46 smithi077 ceph-mon[30036]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:46.727 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:46 smithi077 ceph-mon[30036]: mgrmap e14: a(active, since 62s), standbys: b 2024-09-17T01:47:46.727 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:47:46.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:46 smithi145 ceph-mon[33813]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:46.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:46 smithi145 ceph-mon[33813]: mgrmap e14: a(active, since 62s), standbys: b 2024-09-17T01:47:46.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:46 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:47:48.474 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:48 smithi077 ceph-mon[30036]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:48.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:48 smithi094 ceph-mon[33330]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:48.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:48 smithi145 ceph-mon[33813]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:50.400 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:50 smithi077 ceph-mon[30036]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:50.400 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:50 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:47:50.401 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:50 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:50.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:50 smithi094 ceph-mon[33330]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:50.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:50 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:47:50.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:50 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:50.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:50 smithi145 ceph-mon[33813]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:50.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:50 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:47:50.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:50 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:51.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:51 smithi094 ceph-mon[33330]: Deploying daemon osd.0 on smithi077 2024-09-17T01:47:51.668 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:51 smithi145 ceph-mon[33813]: Deploying daemon osd.0 on smithi077 2024-09-17T01:47:51.682 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:51 smithi077 ceph-mon[30036]: Deploying daemon osd.0 on smithi077 2024-09-17T01:47:52.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:52 smithi077 ceph-mon[30036]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:52.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:52 smithi094 ceph-mon[33330]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:52.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:52 smithi145 ceph-mon[33813]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:54.602 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:54 smithi077 ceph-mon[30036]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:54.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:54 smithi094 ceph-mon[33330]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:54.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:54 smithi145 ceph-mon[33813]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:56.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:56 smithi094 ceph-mon[33330]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:56.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:56 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:56.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:56 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:56.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:56 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:56.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:56 smithi077 ceph-mon[30036]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:56.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:56 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:56.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:56 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:56.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:56 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:56.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:56 smithi145 ceph-mon[33813]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:56.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:56 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:56.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:56 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:56.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:56 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:58.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:58 smithi094 ceph-mon[33330]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:58.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:58 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:58.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:58 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:58.691 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:58 smithi077 ceph-mon[30036]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:58.691 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:58 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:58.691 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:58 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:58.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:58 smithi145 ceph-mon[33813]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:47:58.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:58 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:58.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:58 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:59.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:59 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:59.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:59 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:59.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:47:59 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:59.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:59 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:59.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:59 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:59.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:47:59 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:47:59.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:59 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:59.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:59 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:59.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:47:59 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:00.474 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:00 smithi077 ceph-mon[30036]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:48:00.516 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 0 on host 'smithi077' 2024-09-17T01:48:00.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:00 smithi094 ceph-mon[33330]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:48:00.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:00 smithi145 ceph-mon[33813]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:48:01.092 DEBUG:teuthology.orchestra.run.smithi077:osd.0> sudo journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.0.service 2024-09-17T01:48:01.094 INFO:tasks.cephadm:Deploying osd.1 on smithi094 with /dev/vg_nvme/lv_4... 2024-09-17T01:48:01.095 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T01:48:01.348 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T01:48:01.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:01 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:01.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:01 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:01.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:01 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:01.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:01 smithi094 ceph-mon[33330]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T01:48:01.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:01 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:01.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:01 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:01.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:01 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:01.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:01 smithi077 ceph-mon[30036]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T01:48:01.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:01 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:01.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:01 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:01.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:01 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:01.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:01 smithi145 ceph-mon[33813]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T01:48:02.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:02 smithi077 ceph-mon[30036]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:48:02.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:02 smithi077 ceph-mon[30036]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T01:48:02.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:02 smithi077 ceph-mon[30036]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T01:48:02.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:02 smithi077 ceph-mon[30036]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-09-17T01:48:02.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:02 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:02.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:02 smithi094 ceph-mon[33330]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:48:02.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:02 smithi094 ceph-mon[33330]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T01:48:02.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:02 smithi094 ceph-mon[33330]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T01:48:02.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:02 smithi094 ceph-mon[33330]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-09-17T01:48:02.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:02 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:02.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:02 smithi145 ceph-mon[33813]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:48:02.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:02 smithi145 ceph-mon[33813]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T01:48:02.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:02 smithi145 ceph-mon[33813]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T01:48:02.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:02 smithi145 ceph-mon[33813]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-09-17T01:48:02.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:02 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:03.003 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:48:02 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0[42314]: 2024-09-17T01:48:02.528+0000 7f65c0031640 -1 osd.0 0 waiting for initial osdmap 2024-09-17T01:48:03.003 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:48:02 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0[42314]: 2024-09-17T01:48:02.530+0000 7f65bbe59640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T01:48:03.645 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-17T01:48:03.669 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi094:vg_nvme/lv_4 2024-09-17T01:48:03.814 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:03 smithi077 ceph-mon[30036]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T01:48:03.814 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:03 smithi077 ceph-mon[30036]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T01:48:03.814 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:03 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:03.814 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:03 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:03.814 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:03 smithi077 ceph-mon[30036]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:48:03.821 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:03 smithi094 ceph-mon[33330]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T01:48:03.821 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:03 smithi094 ceph-mon[33330]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T01:48:03.821 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:03 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:03.821 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:03 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:03.821 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:03 smithi094 ceph-mon[33330]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:48:03.917 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T01:48:04.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:03 smithi145 ceph-mon[33813]: from='osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T01:48:04.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:03 smithi145 ceph-mon[33813]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T01:48:04.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:03 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:04.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:03 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:04.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:03 smithi145 ceph-mon[33813]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:48:04.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: purged_snaps scrub starts 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: purged_snaps scrub ok 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997] boot 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: Detected new or changed devices on smithi077 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: Adjusting osd_memory_target on smithi077 to 17088M 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:04.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:04.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:04 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:04.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: purged_snaps scrub starts 2024-09-17T01:48:04.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: purged_snaps scrub ok 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997] boot 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: Detected new or changed devices on smithi077 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: Adjusting osd_memory_target on smithi077 to 17088M 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:04 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:05.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: purged_snaps scrub starts 2024-09-17T01:48:05.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: purged_snaps scrub ok 2024-09-17T01:48:05.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: osd.0 [v2:172.21.15.77:6802/4078739997,v1:172.21.15.77:6803/4078739997] boot 2024-09-17T01:48:05.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T01:48:05.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:48:05.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: Detected new or changed devices on smithi077 2024-09-17T01:48:05.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:05.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:05.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:05.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: Adjusting osd_memory_target on smithi077 to 17088M 2024-09-17T01:48:05.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:05.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:05.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:05.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:04 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:05.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:05 smithi094 ceph-mon[33330]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:48:05.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:05 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:48:05.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:05 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:48:05.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:05 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:05.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:05 smithi094 ceph-mon[33330]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T01:48:05.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:05 smithi094 ceph-mon[33330]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:06.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:05 smithi077 ceph-mon[30036]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:48:06.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:05 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:48:06.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:05 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:48:06.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:05 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:06.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:05 smithi077 ceph-mon[30036]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T01:48:06.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:05 smithi077 ceph-mon[30036]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:06.016 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:05 smithi145 ceph-mon[33813]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:48:06.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:05 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:48:06.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:05 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:48:06.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:05 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:06.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:05 smithi145 ceph-mon[33813]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T01:48:06.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:05 smithi145 ceph-mon[33813]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:07.253 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:06 smithi077 ceph-mon[30036]: from='client.? 172.21.15.94:0/3927530972' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3da39e8b-afd1-4899-b8ad-71da75d1fc31"}]: dispatch 2024-09-17T01:48:07.253 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:06 smithi077 ceph-mon[30036]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3da39e8b-afd1-4899-b8ad-71da75d1fc31"}]: dispatch 2024-09-17T01:48:07.253 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:06 smithi077 ceph-mon[30036]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3da39e8b-afd1-4899-b8ad-71da75d1fc31"}]': finished 2024-09-17T01:48:07.253 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:06 smithi077 ceph-mon[30036]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T01:48:07.254 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:06 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:07.266 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:06 smithi145 ceph-mon[33813]: from='client.? 172.21.15.94:0/3927530972' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3da39e8b-afd1-4899-b8ad-71da75d1fc31"}]: dispatch 2024-09-17T01:48:07.266 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:06 smithi145 ceph-mon[33813]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3da39e8b-afd1-4899-b8ad-71da75d1fc31"}]: dispatch 2024-09-17T01:48:07.267 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:06 smithi145 ceph-mon[33813]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3da39e8b-afd1-4899-b8ad-71da75d1fc31"}]': finished 2024-09-17T01:48:07.267 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:06 smithi145 ceph-mon[33813]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T01:48:07.267 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:06 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:07.384 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:06 smithi094 ceph-mon[33330]: from='client.? 172.21.15.94:0/3927530972' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3da39e8b-afd1-4899-b8ad-71da75d1fc31"}]: dispatch 2024-09-17T01:48:07.385 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:06 smithi094 ceph-mon[33330]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3da39e8b-afd1-4899-b8ad-71da75d1fc31"}]: dispatch 2024-09-17T01:48:07.385 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:06 smithi094 ceph-mon[33330]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3da39e8b-afd1-4899-b8ad-71da75d1fc31"}]': finished 2024-09-17T01:48:07.385 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:06 smithi094 ceph-mon[33330]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T01:48:07.385 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:06 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:08.252 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:07 smithi077 ceph-mon[30036]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:08.252 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:07 smithi077 ceph-mon[30036]: from='client.? 172.21.15.94:0/2819070870' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:48:08.266 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:07 smithi145 ceph-mon[33813]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:08.266 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:07 smithi145 ceph-mon[33813]: from='client.? 172.21.15.94:0/2819070870' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:48:08.384 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:07 smithi094 ceph-mon[33330]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:08.384 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:07 smithi094 ceph-mon[33330]: from='client.? 172.21.15.94:0/2819070870' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:48:10.533 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:10 smithi094 ceph-mon[33330]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:10.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:10 smithi077 ceph-mon[30036]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:10.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:10 smithi145 ceph-mon[33813]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:12.554 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:12 smithi094 ceph-mon[33330]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:12.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:12 smithi077 ceph-mon[30036]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:12.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:12 smithi145 ceph-mon[33813]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:14.473 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:14 smithi094 ceph-mon[33330]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:14.473 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:14 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:48:14.473 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:14 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:14.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:14 smithi077 ceph-mon[30036]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:14.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:14 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:48:14.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:14 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:14.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:14 smithi145 ceph-mon[33813]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:14.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:14 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:48:14.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:14 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:15.369 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:15 smithi094 ceph-mon[33330]: Deploying daemon osd.1 on smithi094 2024-09-17T01:48:15.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:15 smithi077 ceph-mon[30036]: Deploying daemon osd.1 on smithi094 2024-09-17T01:48:15.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:15 smithi145 ceph-mon[33813]: Deploying daemon osd.1 on smithi094 2024-09-17T01:48:16.477 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:16 smithi094 ceph-mon[33330]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:16.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:16 smithi077 ceph-mon[30036]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:16.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:16 smithi145 ceph-mon[33813]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:18.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:18 smithi094 ceph-mon[33330]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:18.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:18 smithi077 ceph-mon[30036]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:18.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:18 smithi145 ceph-mon[33813]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:20.527 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:20 smithi094 ceph-mon[33330]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:20.527 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:20 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:20.527 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:20 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:20.527 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:20 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:20.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:20 smithi077 ceph-mon[30036]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:20.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:20 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:20.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:20 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:20.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:20 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:20.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:20 smithi145 ceph-mon[33813]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:20.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:20 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:20.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:20 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:20.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:20 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:22.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:22 smithi094 ceph-mon[33330]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:22.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:22 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:22.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:22 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:22.554 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:22 smithi077 ceph-mon[30036]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:22.555 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:22 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:22.555 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:22 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:22.568 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:22 smithi145 ceph-mon[33813]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:22.569 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:22 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:22.569 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:22 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:23.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:23 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:23.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:23 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:23.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:23 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:23.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:23 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:23.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:23 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:23.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:23 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:23.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:23 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:23.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:23 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:23.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:23 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:23.964 INFO:teuthology.orchestra.run.smithi094.stdout:Created osd(s) 1 on host 'smithi094' 2024-09-17T01:48:24.557 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:24 smithi094 ceph-mon[33330]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:24.557 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:24 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:24.557 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:24 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:24.557 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:24 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:24.584 DEBUG:teuthology.orchestra.run.smithi094:osd.1> sudo journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.1.service 2024-09-17T01:48:24.586 INFO:tasks.cephadm:Deploying osd.2 on smithi145 with /dev/vg_nvme/lv_4... 2024-09-17T01:48:24.586 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T01:48:24.613 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:24 smithi145 ceph-mon[33813]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:24.613 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:24 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:24.613 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:24 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:24.614 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:24 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:24.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:24 smithi077 ceph-mon[30036]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:24.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:24 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:24.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:24 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:24.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:24 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:24.835 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:48:25.134 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:48:25 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1[37646]: 2024-09-17T01:48:25.103+0000 7fba96f0f640 -1 osd.1 0 log_to_monitors true 2024-09-17T01:48:25.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:25 smithi094 ceph-mon[33330]: from='osd.1 [v2:172.21.15.94:6800/1620591217,v1:172.21.15.94:6801/1620591217]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:48:25.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:25 smithi094 ceph-mon[33330]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:48:25.644 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:25 smithi145 ceph-mon[33813]: from='osd.1 [v2:172.21.15.94:6800/1620591217,v1:172.21.15.94:6801/1620591217]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:48:25.644 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:25 smithi145 ceph-mon[33813]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:48:25.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:25 smithi077 ceph-mon[30036]: from='osd.1 [v2:172.21.15.94:6800/1620591217,v1:172.21.15.94:6801/1620591217]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:48:25.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:25 smithi077 ceph-mon[30036]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:48:26.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:26 smithi145 ceph-mon[33813]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:26.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:26 smithi145 ceph-mon[33813]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T01:48:26.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:26 smithi145 ceph-mon[33813]: from='osd.1 [v2:172.21.15.94:6800/1620591217,v1:172.21.15.94:6801/1620591217]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-17T01:48:26.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:26 smithi145 ceph-mon[33813]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T01:48:26.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:26 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:26.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:26 smithi145 ceph-mon[33813]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-17T01:48:26.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:26 smithi094 ceph-mon[33330]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:26.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:26 smithi094 ceph-mon[33330]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T01:48:26.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:26 smithi094 ceph-mon[33330]: from='osd.1 [v2:172.21.15.94:6800/1620591217,v1:172.21.15.94:6801/1620591217]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-17T01:48:26.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:26 smithi094 ceph-mon[33330]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T01:48:26.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:26 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:26.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:26 smithi094 ceph-mon[33330]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-17T01:48:26.635 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:48:26 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1[37646]: 2024-09-17T01:48:26.316+0000 7fba92e92640 -1 osd.1 0 waiting for initial osdmap 2024-09-17T01:48:26.635 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:48:26 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1[37646]: 2024-09-17T01:48:26.318+0000 7fba8ecba640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T01:48:26.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:26 smithi077 ceph-mon[30036]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:26.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:26 smithi077 ceph-mon[30036]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T01:48:26.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:26 smithi077 ceph-mon[30036]: from='osd.1 [v2:172.21.15.94:6800/1620591217,v1:172.21.15.94:6801/1620591217]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-17T01:48:26.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:26 smithi077 ceph-mon[30036]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T01:48:26.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:26 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:26.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:26 smithi077 ceph-mon[30036]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-17T01:48:27.187 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-17T01:48:27.211 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi145:vg_nvme/lv_4 2024-09-17T01:48:27.502 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:48:27.618 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-17T01:48:27.618 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T01:48:27.618 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:27.618 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:27.618 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.619 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.619 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:27.619 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.619 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:27.619 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:27.619 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.619 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:27.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-17T01:48:27.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T01:48:27.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:27.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:27.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:27.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:27.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:27.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:27.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-17T01:48:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T01:48:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:27.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:28.589 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:28 smithi145 ceph-mon[33813]: purged_snaps scrub starts 2024-09-17T01:48:28.589 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:28 smithi145 ceph-mon[33813]: purged_snaps scrub ok 2024-09-17T01:48:28.590 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:28 smithi145 ceph-mon[33813]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:28.590 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:28 smithi145 ceph-mon[33813]: Detected new or changed devices on smithi094 2024-09-17T01:48:28.590 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:28 smithi145 ceph-mon[33813]: Adjusting osd_memory_target on smithi094 to 17088M 2024-09-17T01:48:28.590 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:28 smithi145 ceph-mon[33813]: osd.1 [v2:172.21.15.94:6800/1620591217,v1:172.21.15.94:6801/1620591217] boot 2024-09-17T01:48:28.590 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:28 smithi145 ceph-mon[33813]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T01:48:28.590 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:28 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:28.591 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:28 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:48:28.591 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:28 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:48:28.591 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:28 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:28.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:28 smithi094 ceph-mon[33330]: purged_snaps scrub starts 2024-09-17T01:48:28.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:28 smithi094 ceph-mon[33330]: purged_snaps scrub ok 2024-09-17T01:48:28.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:28 smithi094 ceph-mon[33330]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:28.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:28 smithi094 ceph-mon[33330]: Detected new or changed devices on smithi094 2024-09-17T01:48:28.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:28 smithi094 ceph-mon[33330]: Adjusting osd_memory_target on smithi094 to 17088M 2024-09-17T01:48:28.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:28 smithi094 ceph-mon[33330]: osd.1 [v2:172.21.15.94:6800/1620591217,v1:172.21.15.94:6801/1620591217] boot 2024-09-17T01:48:28.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:28 smithi094 ceph-mon[33330]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T01:48:28.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:28 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:28.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:28 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:48:28.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:28 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:48:28.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:28 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:28.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:28 smithi077 ceph-mon[30036]: purged_snaps scrub starts 2024-09-17T01:48:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:28 smithi077 ceph-mon[30036]: purged_snaps scrub ok 2024-09-17T01:48:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:28 smithi077 ceph-mon[30036]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:48:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:28 smithi077 ceph-mon[30036]: Detected new or changed devices on smithi094 2024-09-17T01:48:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:28 smithi077 ceph-mon[30036]: Adjusting osd_memory_target on smithi094 to 17088M 2024-09-17T01:48:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:28 smithi077 ceph-mon[30036]: osd.1 [v2:172.21.15.94:6800/1620591217,v1:172.21.15.94:6801/1620591217] boot 2024-09-17T01:48:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:28 smithi077 ceph-mon[30036]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T01:48:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:28 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:48:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:28 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:48:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:28 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:48:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:28 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:29.492 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:29 smithi145 ceph-mon[33813]: from='client.24124 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:48:29.492 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:29 smithi145 ceph-mon[33813]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T01:48:29.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:29 smithi094 ceph-mon[33330]: from='client.24124 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:48:29.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:29 smithi094 ceph-mon[33330]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T01:48:29.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:29 smithi077 ceph-mon[30036]: from='client.24124 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:48:29.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:29 smithi077 ceph-mon[30036]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T01:48:30.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:30 smithi145 ceph-mon[33813]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:30.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:30 smithi094 ceph-mon[33330]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:30.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:30 smithi077 ceph-mon[30036]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:31.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:31 smithi094 ceph-mon[33330]: from='client.? 172.21.15.145:0/386265455' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "158c65b1-e763-490e-abd2-ca0b3e8f424d"}]: dispatch 2024-09-17T01:48:31.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:31 smithi094 ceph-mon[33330]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "158c65b1-e763-490e-abd2-ca0b3e8f424d"}]: dispatch 2024-09-17T01:48:31.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:31 smithi094 ceph-mon[33330]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "158c65b1-e763-490e-abd2-ca0b3e8f424d"}]': finished 2024-09-17T01:48:31.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:31 smithi094 ceph-mon[33330]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T01:48:31.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:31 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:31.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:31 smithi094 ceph-mon[33330]: from='client.? 172.21.15.145:0/3926704819' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:48:31.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:31 smithi077 ceph-mon[30036]: from='client.? 172.21.15.145:0/386265455' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "158c65b1-e763-490e-abd2-ca0b3e8f424d"}]: dispatch 2024-09-17T01:48:31.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:31 smithi077 ceph-mon[30036]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "158c65b1-e763-490e-abd2-ca0b3e8f424d"}]: dispatch 2024-09-17T01:48:31.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:31 smithi077 ceph-mon[30036]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "158c65b1-e763-490e-abd2-ca0b3e8f424d"}]': finished 2024-09-17T01:48:31.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:31 smithi077 ceph-mon[30036]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T01:48:31.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:31 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:31.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:31 smithi077 ceph-mon[30036]: from='client.? 172.21.15.145:0/3926704819' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:48:31.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:31 smithi145 ceph-mon[33813]: from='client.? 172.21.15.145:0/386265455' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "158c65b1-e763-490e-abd2-ca0b3e8f424d"}]: dispatch 2024-09-17T01:48:31.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:31 smithi145 ceph-mon[33813]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "158c65b1-e763-490e-abd2-ca0b3e8f424d"}]: dispatch 2024-09-17T01:48:31.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:31 smithi145 ceph-mon[33813]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "158c65b1-e763-490e-abd2-ca0b3e8f424d"}]': finished 2024-09-17T01:48:31.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:31 smithi145 ceph-mon[33813]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T01:48:31.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:31 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:31.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:31 smithi145 ceph-mon[33813]: from='client.? 172.21.15.145:0/3926704819' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:48:32.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:32 smithi077 ceph-mon[30036]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:32.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:32 smithi145 ceph-mon[33813]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:32.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:32 smithi094 ceph-mon[33330]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:34.591 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:34 smithi145 ceph-mon[33813]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:34.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:34 smithi077 ceph-mon[30036]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:34.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:34 smithi094 ceph-mon[33330]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:36.717 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:36 smithi145 ceph-mon[33813]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:36.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:36 smithi077 ceph-mon[30036]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:36.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:36 smithi094 ceph-mon[33330]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:38.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:38 smithi077 ceph-mon[30036]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:38.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:38 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:48:38.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:38 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:38.759 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:38 smithi145 ceph-mon[33813]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:38.759 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:38 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:48:38.759 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:38 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:38.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:38 smithi094 ceph-mon[33330]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:38.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:38 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:48:38.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:38 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:39.587 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:39 smithi145 ceph-mon[33813]: Deploying daemon osd.2 on smithi145 2024-09-17T01:48:39.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:39 smithi077 ceph-mon[30036]: Deploying daemon osd.2 on smithi145 2024-09-17T01:48:39.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:39 smithi094 ceph-mon[33330]: Deploying daemon osd.2 on smithi145 2024-09-17T01:48:40.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:40 smithi145 ceph-mon[33813]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:40.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:40 smithi077 ceph-mon[30036]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:40.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:40 smithi094 ceph-mon[33330]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:41.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:41 smithi077 ceph-mon[30036]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:41.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:41 smithi145 ceph-mon[33813]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:41.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:41 smithi094 ceph-mon[33330]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:44.538 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:44 smithi145 ceph-mon[33813]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:44.538 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:44 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:44.538 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:44 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:44.538 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:44 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:44.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:44 smithi094 ceph-mon[33330]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:44.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:44 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:44.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:44 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:44.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:44 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:44.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:44 smithi077 ceph-mon[30036]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:44.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:44 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:44.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:44 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:44.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:44 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:46.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:46 smithi094 ceph-mon[33330]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:46.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:46 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:46.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:46 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:46.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:46 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:46.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:46 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:46.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:46 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:46.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:46 smithi077 ceph-mon[30036]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:46.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:46.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:46.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:46.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:46.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:46.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:46 smithi145 ceph-mon[33813]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:46.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:46 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:46.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:46 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:46.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:46 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:46.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:46 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:46.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:46 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:47.940 INFO:teuthology.orchestra.run.smithi145.stdout:Created osd(s) 2 on host 'smithi145' 2024-09-17T01:48:48.516 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:48 smithi145 ceph-mon[33813]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:48.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:48 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:48.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:48 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:48.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:48 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:48.555 DEBUG:teuthology.orchestra.run.smithi145:osd.2> sudo journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.2.service 2024-09-17T01:48:48.558 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-17T01:48:48.558 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T01:48:48.586 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:48 smithi077 ceph-mon[30036]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:48.587 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:48 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:48.587 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:48 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:48.587 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:48 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:48.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:48 smithi094 ceph-mon[33330]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:48.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:48 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:48:48.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:48 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:48.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:48 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:48.813 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:49.056 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:48:48 smithi145 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2[38228]: 2024-09-17T01:48:48.989+0000 7fda88a8e640 -1 osd.2 0 log_to_monitors true 2024-09-17T01:48:49.442 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:48:49.442 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:49 smithi077 ceph-mon[30036]: from='osd.2 [v2:172.21.15.145:6800/398836090,v1:172.21.15.145:6801/398836090]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:48:49.442 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:49 smithi077 ceph-mon[30036]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:48:49.492 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:49 smithi145 ceph-mon[33813]: from='osd.2 [v2:172.21.15.145:6800/398836090,v1:172.21.15.145:6801/398836090]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:48:49.492 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:49 smithi145 ceph-mon[33813]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:48:49.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:49 smithi094 ceph-mon[33330]: from='osd.2 [v2:172.21.15.145:6800/398836090,v1:172.21.15.145:6801/398836090]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:48:49.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:49 smithi094 ceph-mon[33330]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:48:50.048 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1726537707,"num_in_osds":3,"osd_in_since":1726537710,"num_remapped_pgs":0} 2024-09-17T01:48:50.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:50 smithi094 ceph-mon[33330]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:50.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:50 smithi094 ceph-mon[33330]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T01:48:50.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:50 smithi094 ceph-mon[33330]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T01:48:50.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:50 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:50.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:50 smithi094 ceph-mon[33330]: from='osd.2 [v2:172.21.15.145:6800/398836090,v1:172.21.15.145:6801/398836090]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-17T01:48:50.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:50 smithi094 ceph-mon[33330]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-17T01:48:50.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:50 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/3756040426' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:48:50.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:50 smithi077 ceph-mon[30036]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:50.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:50 smithi077 ceph-mon[30036]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T01:48:50.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:50 smithi077 ceph-mon[30036]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T01:48:50.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:50 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:50.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:50 smithi077 ceph-mon[30036]: from='osd.2 [v2:172.21.15.145:6800/398836090,v1:172.21.15.145:6801/398836090]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-17T01:48:50.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:50 smithi077 ceph-mon[30036]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-17T01:48:50.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:50 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/3756040426' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:48:50.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:50 smithi145 ceph-mon[33813]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:50.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:50 smithi145 ceph-mon[33813]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T01:48:50.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:50 smithi145 ceph-mon[33813]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T01:48:50.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:50 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:50.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:50 smithi145 ceph-mon[33813]: from='osd.2 [v2:172.21.15.145:6800/398836090,v1:172.21.15.145:6801/398836090]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-17T01:48:50.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:50 smithi145 ceph-mon[33813]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-17T01:48:50.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:50 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/3756040426' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:48:50.767 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:48:50 smithi145 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2[38228]: 2024-09-17T01:48:50.308+0000 7fda84a11640 -1 osd.2 0 waiting for initial osdmap 2024-09-17T01:48:50.767 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:48:50 smithi145 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2[38228]: 2024-09-17T01:48:50.310+0000 7fda80839640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T01:48:51.049 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T01:48:51.301 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:51.391 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:51 smithi145 ceph-mon[33813]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-17T01:48:51.391 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:51 smithi145 ceph-mon[33813]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T01:48:51.391 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:51 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:51.392 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:51 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:51.421 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:51 smithi077 ceph-mon[30036]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-17T01:48:51.421 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:51 smithi077 ceph-mon[30036]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T01:48:51.421 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:51 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:51.422 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:51 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:51.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:51 smithi094 ceph-mon[33330]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-17T01:48:51.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:51 smithi094 ceph-mon[33330]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T01:48:51.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:51 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:51.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:51 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:51.920 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:48:52.572 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: purged_snaps scrub starts 2024-09-17T01:48:52.572 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: purged_snaps scrub ok 2024-09-17T01:48:52.572 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:52.572 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: osd.2 [v2:172.21.15.145:6800/398836090,v1:172.21.15.145:6801/398836090] boot 2024-09-17T01:48:52.572 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T01:48:52.572 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:52.573 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: Detected new or changed devices on smithi145 2024-09-17T01:48:52.573 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.573 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.573 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:52.573 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: Adjusting osd_memory_target on smithi145 to 21184M 2024-09-17T01:48:52.573 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.573 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:52.573 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:52.573 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.573 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:52 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/1712918126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:48:52.574 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1726537731,"num_in_osds":3,"osd_in_since":1726537710,"num_remapped_pgs":0} 2024-09-17T01:48:52.575 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: purged_snaps scrub starts 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: purged_snaps scrub ok 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: osd.2 [v2:172.21.15.145:6800/398836090,v1:172.21.15.145:6801/398836090] boot 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: Detected new or changed devices on smithi145 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: Adjusting osd_memory_target on smithi145 to 21184M 2024-09-17T01:48:52.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:52.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:52.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.636 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:52 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/1712918126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:48:52.668 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: purged_snaps scrub starts 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: purged_snaps scrub ok 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: osd.2 [v2:172.21.15.145:6800/398836090,v1:172.21.15.145:6801/398836090] boot 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: Detected new or changed devices on smithi145 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: Adjusting osd_memory_target on smithi145 to 21184M 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.669 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:52.670 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:52.670 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:52.670 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:52 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/1712918126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:48:52.815 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:53.518 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:48:53.518 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":19,"fsid":"6be27e82-7496-11ef-bceb-c7b262605968","created":"2024-09-17T01:45:58.795885+0000","modified":"2024-09-17T01:48:52.439233+0000","last_up_change":"2024-09-17T01:48:51.305797+0000","last_in_change":"2024-09-17T01:48:30.452002+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":0,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"c9fabe51-8bf6-42f1-ad2b-5666268bf972","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.77:6802","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6803","nonce":4078739997}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6805","nonce":4078739997}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6809","nonce":4078739997}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6807","nonce":4078739997}]},"public_addr":"172.21.15.77:6803/4078739997","cluster_addr":"172.21.15.77:6805/4078739997","heartbeat_back_addr":"172.21.15.77:6809/4078739997","heartbeat_front_addr":"172.21.15.77:6807/4078739997","state":["exists","up"]},{"osd":1,"uuid":"3da39e8b-afd1-4899-b8ad-71da75d1fc31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6800","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6801","nonce":1620591217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6803","nonce":1620591217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6807","nonce":1620591217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6805","nonce":1620591217}]},"public_addr":"172.21.15.94:6801/1620591217","cluster_addr":"172.21.15.94:6803/1620591217","heartbeat_back_addr":"172.21.15.94:6807/1620591217","heartbeat_front_addr":"172.21.15.94:6805/1620591217","state":["exists","up"]},{"osd":2,"uuid":"158c65b1-e763-490e-abd2-ca0b3e8f424d","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.145:6800","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6801","nonce":398836090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6803","nonce":398836090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6807","nonce":398836090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6805","nonce":398836090}]},"public_addr":"172.21.15.145:6801/398836090","cluster_addr":"172.21.15.145:6803/398836090","heartbeat_back_addr":"172.21.15.145:6807/398836090","heartbeat_front_addr":"172.21.15.145:6805/398836090","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-17T01:48:01.933149+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-17T01:48:26.139502+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-17T01:48:50.023913+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.77:0/4051702238":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/4004782549":"2024-09-18T01:46:43.212435+0000","172.21.15.77:6800/2540327609":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/1432720082":"2024-09-18T01:46:20.211994+0000","172.21.15.77:6801/2540327609":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/3068602826":"2024-09-18T01:46:20.211994+0000","172.21.15.77:6801/3208445047":"2024-09-18T01:46:20.211994+0000","172.21.15.77:0/1755055312":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/3316070082":"2024-09-18T01:46:20.211994+0000","172.21.15.77:6800/3208445047":"2024-09-18T01:46:20.211994+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-17T01:48:53.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:53 smithi077 ceph-mon[30036]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T01:48:53.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:53 smithi094 ceph-mon[33330]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T01:48:53.888 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:53 smithi145 ceph-mon[33813]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T01:48:54.145 INFO:tasks.cephadm.ceph_manager.ceph:[] 2024-09-17T01:48:54.146 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T01:48:54.146 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T01:48:54.146 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T01:48:54.147 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T01:48:54.393 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:54.780 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:54 smithi077 ceph-mon[30036]: pgmap v74: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:54.780 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:54 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' 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-17T01:48:54.780 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:54 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/3122303819' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:54.780 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:54 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' 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-17T01:48:54.780 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:54 smithi077 ceph-mon[30036]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T01:48:54.780 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:54 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:48:54.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:54 smithi094 ceph-mon[33330]: pgmap v74: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:54.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:54 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' 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-17T01:48:54.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:54 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/3122303819' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:54.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:54 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' 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-17T01:48:54.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:54 smithi094 ceph-mon[33330]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T01:48:54.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:54 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:48:55.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:54 smithi145 ceph-mon[33813]: pgmap v74: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:55.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:54 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' 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-17T01:48:55.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:54 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/3122303819' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:55.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:54 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' 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-17T01:48:55.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:54 smithi145 ceph-mon[33813]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T01:48:55.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:54 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:48:55.095 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:48:55.096 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:48:54 smithi077 sudo[46461]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T01:48:55.096 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:48:54 smithi077 sudo[46461]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:55.096 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:48:54 smithi077 sudo[46461]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:55.096 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:48:54 smithi077 sudo[46461]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:55.441 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:48:55 smithi077 sudo[46477]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T01:48:55.441 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:48:55 smithi077 sudo[46477]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:55.441 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:48:55 smithi077 sudo[46477]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:55.441 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:48:55 smithi077 sudo[46477]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:55.683 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:48:55 smithi094 sudo[41184]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T01:48:55.683 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:48:55 smithi094 sudo[41184]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:55.683 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:48:55 smithi094 sudo[41184]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:55.683 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:48:55 smithi094 sudo[41184]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:55.683 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:55 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T01:48:55.684 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:55 smithi094 ceph-mon[33330]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:48:55.684 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:55 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/2350105602' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T01:48:55.684 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:55 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:55.684 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:55 smithi094 ceph-mon[33330]: pgmap v77: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:55.751 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:55 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T01:48:55.751 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:55 smithi077 ceph-mon[30036]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:48:55.751 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:55 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/2350105602' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T01:48:55.751 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:55 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:55.751 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:55 smithi077 ceph-mon[30036]: pgmap v77: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:55.778 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":14,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":3015104608},{"type":"v1","addr":"172.21.15.77:6801","nonce":3015104608}]},"active_addr":"172.21.15.77:6801/3015104608","active_change":"2024-09-17T01:46:43.212543+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.77: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":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":2957875295}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":2365424712}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":3442416058}]}]} 2024-09-17T01:48:55.782 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T01:48:55.782 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T01:48:55.782 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T01:48:55.948 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:55 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T01:48:55.948 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:55 smithi145 ceph-mon[33813]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:48:55.948 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:55 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/2350105602' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T01:48:55.948 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:55 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:55.948 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:55 smithi145 ceph-mon[33813]: pgmap v77: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:56.022 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:56.134 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:48:55 smithi094 sudo[41187]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T01:48:56.134 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:48:55 smithi094 sudo[41187]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:56.135 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:48:55 smithi094 sudo[41187]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:56.135 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:48:55 smithi094 sudo[41187]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:56.201 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:48:55 smithi145 sudo[41991]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T01:48:56.202 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:48:55 smithi145 sudo[41991]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:56.202 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:48:55 smithi145 sudo[41991]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:56.202 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:48:55 smithi145 sudo[41991]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:56.516 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:48:56 smithi145 sudo[41994]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T01:48:56.517 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:48:56 smithi145 sudo[41994]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:56.517 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:48:56 smithi145 sudo[41994]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:56.517 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:48:56 smithi145 sudo[41994]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:56.728 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 sudo[46585]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T01:48:56.729 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 sudo[46585]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:56.729 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 sudo[46585]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:56.729 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 sudo[46585]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:56.911 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:48:56.912 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":22,"fsid":"6be27e82-7496-11ef-bceb-c7b262605968","created":"2024-09-17T01:45:58.795885+0000","modified":"2024-09-17T01:48:55.571872+0000","last_up_change":"2024-09-17T01:48:51.305797+0000","last_in_change":"2024-09-17T01:48:30.452002+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-17T01:48:53.518758+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"c9fabe51-8bf6-42f1-ad2b-5666268bf972","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.77:6802","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6803","nonce":4078739997}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6805","nonce":4078739997}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6809","nonce":4078739997}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6807","nonce":4078739997}]},"public_addr":"172.21.15.77:6803/4078739997","cluster_addr":"172.21.15.77:6805/4078739997","heartbeat_back_addr":"172.21.15.77:6809/4078739997","heartbeat_front_addr":"172.21.15.77:6807/4078739997","state":["exists","up"]},{"osd":1,"uuid":"3da39e8b-afd1-4899-b8ad-71da75d1fc31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6800","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6801","nonce":1620591217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6803","nonce":1620591217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6807","nonce":1620591217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6805","nonce":1620591217}]},"public_addr":"172.21.15.94:6801/1620591217","cluster_addr":"172.21.15.94:6803/1620591217","heartbeat_back_addr":"172.21.15.94:6807/1620591217","heartbeat_front_addr":"172.21.15.94:6805/1620591217","state":["exists","up"]},{"osd":2,"uuid":"158c65b1-e763-490e-abd2-ca0b3e8f424d","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.145:6800","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6801","nonce":398836090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6803","nonce":398836090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6807","nonce":398836090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6805","nonce":398836090}]},"public_addr":"172.21.15.145:6801/398836090","cluster_addr":"172.21.15.145:6803/398836090","heartbeat_back_addr":"172.21.15.145:6807/398836090","heartbeat_front_addr":"172.21.15.145:6805/398836090","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-17T01:48:01.933149+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-17T01:48:26.139502+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-17T01:48:50.023913+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.77:0/4051702238":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/4004782549":"2024-09-18T01:46:43.212435+0000","172.21.15.77:6800/2540327609":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/1432720082":"2024-09-18T01:46:20.211994+0000","172.21.15.77:6801/2540327609":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/3068602826":"2024-09-18T01:46:20.211994+0000","172.21.15.77:6801/3208445047":"2024-09-18T01:46:20.211994+0000","172.21.15.77:0/1755055312":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/3316070082":"2024-09-18T01:46:20.211994+0000","172.21.15.77:6800/3208445047":"2024-09-18T01:46:20.211994+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-17T01:48:56.989 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:56 smithi145 ceph-mon[33813]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T01:48:56.989 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:56 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:56.989 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:56 smithi145 ceph-mon[33813]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-17T01:48:56.989 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:56 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:56.989 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:56 smithi145 sudo[41997]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T01:48:56.989 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:56 smithi145 sudo[41997]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:56.989 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:56 smithi145 sudo[41997]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:56.989 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:56 smithi145 sudo[41997]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:57.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 sudo[46605]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T01:48:57.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 sudo[46605]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:57.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 sudo[46605]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:57.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 sudo[46605]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:57.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 ceph-mon[30036]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T01:48:57.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:57.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 ceph-mon[30036]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-17T01:48:57.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:56 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:57.134 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:56 smithi094 ceph-mon[33330]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T01:48:57.134 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:56 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:57.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:56 smithi094 ceph-mon[33330]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-17T01:48:57.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:56 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:48:57.267 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 sudo[42000]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T01:48:57.267 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 sudo[42000]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:57.267 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 sudo[42000]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:57.267 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 sudo[42000]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:57.536 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T01:48:57.536 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T01:48:57.730 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 sudo[41190]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T01:48:57.730 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 sudo[41190]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:57.730 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 sudo[41190]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:57.730 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 sudo[41190]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:57.775 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:57.895 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:57.895 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:57.895 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/2007326502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:57.896 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:57.897 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:57.897 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:57 smithi077 ceph-mon[30036]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:58.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:58.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:58.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:58.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:58.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:58.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:58.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:58.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:58.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:58.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/2007326502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:58.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:58.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:58.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:58.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:58.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:58.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:58.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:57 smithi145 ceph-mon[33813]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:58.134 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 sudo[41193]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 sudo[41193]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 sudo[41193]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 sudo[41193]: pam_unix(sudo:session): session closed for user root 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/2007326502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:58.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:58.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:58.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:58.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:58.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:58.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:58.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:57 smithi094 ceph-mon[33330]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:58.374 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:48:58.374 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":22,"fsid":"6be27e82-7496-11ef-bceb-c7b262605968","created":"2024-09-17T01:45:58.795885+0000","modified":"2024-09-17T01:48:55.571872+0000","last_up_change":"2024-09-17T01:48:51.305797+0000","last_in_change":"2024-09-17T01:48:30.452002+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-17T01:48:53.518758+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"c9fabe51-8bf6-42f1-ad2b-5666268bf972","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.77:6802","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6803","nonce":4078739997}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6805","nonce":4078739997}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6809","nonce":4078739997}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":4078739997},{"type":"v1","addr":"172.21.15.77:6807","nonce":4078739997}]},"public_addr":"172.21.15.77:6803/4078739997","cluster_addr":"172.21.15.77:6805/4078739997","heartbeat_back_addr":"172.21.15.77:6809/4078739997","heartbeat_front_addr":"172.21.15.77:6807/4078739997","state":["exists","up"]},{"osd":1,"uuid":"3da39e8b-afd1-4899-b8ad-71da75d1fc31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6800","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6801","nonce":1620591217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6803","nonce":1620591217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6807","nonce":1620591217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":1620591217},{"type":"v1","addr":"172.21.15.94:6805","nonce":1620591217}]},"public_addr":"172.21.15.94:6801/1620591217","cluster_addr":"172.21.15.94:6803/1620591217","heartbeat_back_addr":"172.21.15.94:6807/1620591217","heartbeat_front_addr":"172.21.15.94:6805/1620591217","state":["exists","up"]},{"osd":2,"uuid":"158c65b1-e763-490e-abd2-ca0b3e8f424d","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.145:6800","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6801","nonce":398836090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6803","nonce":398836090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6807","nonce":398836090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":398836090},{"type":"v1","addr":"172.21.15.145:6805","nonce":398836090}]},"public_addr":"172.21.15.145:6801/398836090","cluster_addr":"172.21.15.145:6803/398836090","heartbeat_back_addr":"172.21.15.145:6807/398836090","heartbeat_front_addr":"172.21.15.145:6805/398836090","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-17T01:48:01.933149+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-17T01:48:26.139502+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-17T01:48:50.023913+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.77:0/4051702238":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/4004782549":"2024-09-18T01:46:43.212435+0000","172.21.15.77:6800/2540327609":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/1432720082":"2024-09-18T01:46:20.211994+0000","172.21.15.77:6801/2540327609":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/3068602826":"2024-09-18T01:46:20.211994+0000","172.21.15.77:6801/3208445047":"2024-09-18T01:46:20.211994+0000","172.21.15.77:0/1755055312":"2024-09-18T01:46:43.212435+0000","172.21.15.77:0/3316070082":"2024-09-18T01:46:20.211994+0000","172.21.15.77:6800/3208445047":"2024-09-18T01:46:20.211994+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-17T01:48:59.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:58 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/4096169847' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:59.009 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T01:48:59.009 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T01:48:59.010 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T01:48:59.016 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:58 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/4096169847' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:59.134 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:58 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/4096169847' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:59.268 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:59.275 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:59.277 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:00.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:48:59 smithi077 ceph-mon[30036]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:00.016 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:48:59 smithi145 ceph-mon[33813]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:00.134 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:48:59 smithi094 ceph-mon[33330]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:00.452 INFO:teuthology.orchestra.run.smithi077.stdout:77309411332 2024-09-17T01:49:00.452 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T01:49:01.883 INFO:teuthology.orchestra.run.smithi077.stdout:55834574857 2024-09-17T01:49:01.883 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T01:49:02.118 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:02.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:02 smithi077 ceph-mon[30036]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:02.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:02 smithi094 ceph-mon[33330]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:02.649 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:02.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:02 smithi145 ceph-mon[33813]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:02.792 INFO:teuthology.orchestra.run.smithi077.stdout:77309411332 2024-09-17T01:49:03.026 INFO:teuthology.orchestra.run.smithi077.stdout:34359738383 2024-09-17T01:49:03.027 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T01:49:03.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:03 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/1885885751' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T01:49:03.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:03 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/1885885751' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T01:49:03.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:03 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/1885885751' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T01:49:03.827 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411332 got 77309411332 for osd.2 2024-09-17T01:49:03.828 DEBUG:teuthology.parallel:result is None 2024-09-17T01:49:04.122 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:04.254 INFO:teuthology.orchestra.run.smithi077.stdout:55834574857 2024-09-17T01:49:04.369 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:04 smithi077 ceph-mon[30036]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:04.369 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:04 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/2835608893' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T01:49:04.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:04 smithi094 ceph-mon[33330]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:04.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:04 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/2835608893' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T01:49:04.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:04 smithi145 ceph-mon[33813]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:04.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:04 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/2835608893' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T01:49:04.970 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574857 got 55834574857 for osd.1 2024-09-17T01:49:04.971 DEBUG:teuthology.parallel:result is None 2024-09-17T01:49:05.379 INFO:teuthology.orchestra.run.smithi077.stdout:34359738384 2024-09-17T01:49:06.014 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738383 got 34359738384 for osd.0 2024-09-17T01:49:06.015 DEBUG:teuthology.parallel:result is None 2024-09-17T01:49:06.015 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T01:49:06.015 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T01:49:06.255 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:06.616 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:06 smithi077 ceph-mon[30036]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:06.616 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:06 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/4275285602' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T01:49:06.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:06 smithi094 ceph-mon[33330]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:06.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:06 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/4275285602' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T01:49:06.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:06 smithi145 ceph-mon[33813]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:06.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:06 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/4275285602' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T01:49:06.867 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:49:06.867 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2024-09-17T01:49:07.555 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":83,"stamp":"2024-09-17T01:49:05.238531+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":83364,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281152092,"statfs":{"total":287985106944,"available":287899742208,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"6.001051"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-17T01:48:57.750603+0000","last_change":"2024-09-17T01:48:54.576201+0000","last_active":"2024-09-17T01:48:57.750603+0000","last_peered":"2024-09-17T01:48:57.750603+0000","last_clean":"2024-09-17T01:48:57.750603+0000","last_became_active":"2024-09-17T01:48:54.575832+0000","last_became_peered":"2024-09-17T01:48:54.575832+0000","last_unstale":"2024-09-17T01:48:57.750603+0000","last_undegraded":"2024-09-17T01:48:57.750603+0000","last_fullsized":"2024-09-17T01:48:57.750603+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T01:48:53.568916+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T01:48:53.568916+0000","last_clean_scrub_stamp":"2024-09-17T01:48:53.568916+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-18T12:21:45.307854+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":77309411333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27788,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717364,"statfs":{"total":95995035648,"available":95966580736,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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":55834574858,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27788,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717364,"statfs":{"total":95995035648,"available":95966580736,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738384,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27788,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717364,"statfs":{"total":95995035648,"available":95966580736,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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-17T01:49:07.556 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T01:49:07.793 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:08.426 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:49:08.427 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2024-09-17T01:49:08.427 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:08 smithi077 ceph-mon[30036]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:08.427 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:08 smithi077 ceph-mon[30036]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:08.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:08 smithi094 ceph-mon[33330]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:08.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:08 smithi094 ceph-mon[33330]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:08.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:08 smithi145 ceph-mon[33813]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:08.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:08 smithi145 ceph-mon[33813]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:09.079 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":84,"stamp":"2024-09-17T01:49:07.238845+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":83364,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281152092,"statfs":{"total":287985106944,"available":287899742208,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"8.001364"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-17T01:48:57.750603+0000","last_change":"2024-09-17T01:48:54.576201+0000","last_active":"2024-09-17T01:48:57.750603+0000","last_peered":"2024-09-17T01:48:57.750603+0000","last_clean":"2024-09-17T01:48:57.750603+0000","last_became_active":"2024-09-17T01:48:54.575832+0000","last_became_peered":"2024-09-17T01:48:54.575832+0000","last_unstale":"2024-09-17T01:48:57.750603+0000","last_undegraded":"2024-09-17T01:48:57.750603+0000","last_fullsized":"2024-09-17T01:48:57.750603+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T01:48:53.568916+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T01:48:53.568916+0000","last_clean_scrub_stamp":"2024-09-17T01:48:53.568916+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-18T12:21:45.307854+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":77309411333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27788,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717364,"statfs":{"total":95995035648,"available":95966580736,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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":55834574858,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27788,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717364,"statfs":{"total":95995035648,"available":95966580736,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738384,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27788,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717364,"statfs":{"total":95995035648,"available":95966580736,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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-17T01:49:09.079 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T01:49:09.079 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T01:49:09.079 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T01:49:09.080 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T01:49:09.317 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:09.574 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:09 smithi077 ceph-mon[30036]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:09.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:09 smithi094 ceph-mon[33330]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:09.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:09 smithi145 ceph-mon[33813]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:10.007 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:49:10.007 INFO:teuthology.orchestra.run.smithi077.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T01:49:10.574 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:10 smithi077 ceph-mon[30036]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:10.574 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:10 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/1364462817' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T01:49:10.602 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T01:49:10.602 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T01:49:10.603 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-09-17T01:49:10.618 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-17T01:49:10.618 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- ceph orch apply -i - 2024-09-17T01:49:10.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:10 smithi094 ceph-mon[33330]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:10.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:10 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/1364462817' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T01:49:10.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:10 smithi145 ceph-mon[33813]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:10.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:10 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/1364462817' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T01:49:10.857 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:11.545 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled mon update... 2024-09-17T01:49:12.150 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T01:49:12.162 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T01:49:12.162 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6be27e82-7496-11ef-bceb-c7b262605968 -- bash -c 'set -ex 2024-09-17T01:49:12.162 DEBUG:teuthology.orchestra.run.smithi077:> # since we don'"'"'t know the real hostnames before the test, the next 2024-09-17T01:49:12.162 DEBUG:teuthology.orchestra.run.smithi077:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-09-17T01:49:12.162 DEBUG:teuthology.orchestra.run.smithi077:> # the actual names cephadm knows the host by within the mon spec 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> ceph orch ls --service-name mon --export > mon.yaml 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> MONSPEC=`cat mon.yaml` 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> echo "$MONSPEC" 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> while read realname <&3 && read fakename <&4; do 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> done 3 echo "$MONSPEC" > mon.yaml 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> cat mon.yaml 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> ceph orch apply -i mon.yaml 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> sleep 90 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> ceph orch ps --refresh 2024-09-17T01:49:12.163 DEBUG:teuthology.orchestra.run.smithi077:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-09-17T01:49:12.164 DEBUG:teuthology.orchestra.run.smithi077:> sleep 90 2024-09-17T01:49:12.164 DEBUG:teuthology.orchestra.run.smithi077:> ceph mon dump 2024-09-17T01:49:12.164 DEBUG:teuthology.orchestra.run.smithi077:> ceph mon dump --format json 2024-09-17T01:49:12.164 DEBUG:teuthology.orchestra.run.smithi077:> # verify all the crush locations got set from "ceph mon dump" output 2024-09-17T01:49:12.164 DEBUG:teuthology.orchestra.run.smithi077:> while read monid <&3 && read crushloc <&4; do 2024-09-17T01:49:12.164 DEBUG:teuthology.orchestra.run.smithi077:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-09-17T01:49:12.164 DEBUG:teuthology.orchestra.run.smithi077:> done 3 ' 2024-09-17T01:49:12.418 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:12.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:12 smithi077 ceph-mon[30036]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:12.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:12 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:12.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:12 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:12.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:12 smithi094 ceph-mon[33330]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:12.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:12 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:12.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:12 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:12.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:12 smithi145 ceph-mon[33813]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:12.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:12 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:12.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:12 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:12.934 INFO:teuthology.orchestra.run.smithi077.stderr:+ ceph orch host ls --format json 2024-09-17T01:49:12.934 INFO:teuthology.orchestra.run.smithi077.stderr:+ jq -r '.[] | .hostname' 2024-09-17T01:49:13.098 INFO:teuthology.orchestra.run.smithi077.stderr:+ echo 'host.a 2024-09-17T01:49:13.098 INFO:teuthology.orchestra.run.smithi077.stderr:host.b 2024-09-17T01:49:13.098 INFO:teuthology.orchestra.run.smithi077.stderr:host.c' 2024-09-17T01:49:13.099 INFO:teuthology.orchestra.run.smithi077.stderr:+ echo 'a 2024-09-17T01:49:13.099 INFO:teuthology.orchestra.run.smithi077.stderr:b 2024-09-17T01:49:13.099 INFO:teuthology.orchestra.run.smithi077.stderr:c' 2024-09-17T01:49:13.099 INFO:teuthology.orchestra.run.smithi077.stderr:+ echo '{datacenter=a} 2024-09-17T01:49:13.099 INFO:teuthology.orchestra.run.smithi077.stderr:{datacenter=b,rack=2} 2024-09-17T01:49:13.099 INFO:teuthology.orchestra.run.smithi077.stderr:{datacenter=a,rack=3}' 2024-09-17T01:49:13.099 INFO:teuthology.orchestra.run.smithi077.stderr:+ ceph orch ls --service-name mon --export 2024-09-17T01:49:13.371 INFO:teuthology.orchestra.run.smithi077.stderr:++ cat mon.yaml 2024-09-17T01:49:13.371 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:13 smithi077 ceph-mon[30036]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:13.371 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:13 smithi077 ceph-mon[30036]: Saving service mon spec with placement count:3 2024-09-17T01:49:13.371 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:13 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:13.371 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:13 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:13.371 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:13 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:13.371 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:13 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:49:13.372 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:13 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:13.372 INFO:teuthology.orchestra.run.smithi077.stderr:+ MONSPEC='service_type: mon 2024-09-17T01:49:13.372 INFO:teuthology.orchestra.run.smithi077.stderr:service_name: mon 2024-09-17T01:49:13.372 INFO:teuthology.orchestra.run.smithi077.stderr:placement: 2024-09-17T01:49:13.372 INFO:teuthology.orchestra.run.smithi077.stderr: count: 3 2024-09-17T01:49:13.372 INFO:teuthology.orchestra.run.smithi077.stderr:spec: 2024-09-17T01:49:13.372 INFO:teuthology.orchestra.run.smithi077.stderr: crush_locations: 2024-09-17T01:49:13.372 INFO:teuthology.orchestra.run.smithi077.stderr: host.a: 2024-09-17T01:49:13.373 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.373 INFO:teuthology.orchestra.run.smithi077.stderr: host.b: 2024-09-17T01:49:13.373 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=b 2024-09-17T01:49:13.373 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=2 2024-09-17T01:49:13.373 INFO:teuthology.orchestra.run.smithi077.stderr: host.c: 2024-09-17T01:49:13.373 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.373 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=3' 2024-09-17T01:49:13.373 INFO:teuthology.orchestra.run.smithi077.stdout:service_type: mon 2024-09-17T01:49:13.373 INFO:teuthology.orchestra.run.smithi077.stdout:service_name: mon 2024-09-17T01:49:13.373 INFO:teuthology.orchestra.run.smithi077.stdout:placement: 2024-09-17T01:49:13.373 INFO:teuthology.orchestra.run.smithi077.stdout: count: 3 2024-09-17T01:49:13.374 INFO:teuthology.orchestra.run.smithi077.stdout:spec: 2024-09-17T01:49:13.374 INFO:teuthology.orchestra.run.smithi077.stdout: crush_locations: 2024-09-17T01:49:13.374 INFO:teuthology.orchestra.run.smithi077.stdout: host.a: 2024-09-17T01:49:13.374 INFO:teuthology.orchestra.run.smithi077.stdout: - datacenter=a 2024-09-17T01:49:13.374 INFO:teuthology.orchestra.run.smithi077.stdout: host.b: 2024-09-17T01:49:13.374 INFO:teuthology.orchestra.run.smithi077.stdout: - datacenter=b 2024-09-17T01:49:13.374 INFO:teuthology.orchestra.run.smithi077.stdout: - rack=2 2024-09-17T01:49:13.374 INFO:teuthology.orchestra.run.smithi077.stdout: host.c: 2024-09-17T01:49:13.374 INFO:teuthology.orchestra.run.smithi077.stdout: - datacenter=a 2024-09-17T01:49:13.374 INFO:teuthology.orchestra.run.smithi077.stdout: - rack=3 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr:+ echo 'service_type: mon 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr:service_name: mon 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr:placement: 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr: count: 3 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr:spec: 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr: crush_locations: 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr: host.a: 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr: host.b: 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=b 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=2 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr: host.c: 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.375 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=3' 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr:+ read realname 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr:+ read fakename 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr:+ MONSPEC='service_type: mon 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr:service_name: mon 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr:placement: 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr: count: 3 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr:spec: 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr: crush_locations: 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr: smithi077: 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr: host.b: 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=b 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=2 2024-09-17T01:49:13.376 INFO:teuthology.orchestra.run.smithi077.stderr: host.c: 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=3' 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr:+ read realname 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr:+ read fakename 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr:+ MONSPEC='service_type: mon 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr:service_name: mon 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr:placement: 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr: count: 3 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr:spec: 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr: crush_locations: 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr: smithi077: 2024-09-17T01:49:13.377 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.378 INFO:teuthology.orchestra.run.smithi077.stderr: smithi094: 2024-09-17T01:49:13.378 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=b 2024-09-17T01:49:13.378 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=2 2024-09-17T01:49:13.378 INFO:teuthology.orchestra.run.smithi077.stderr: host.c: 2024-09-17T01:49:13.378 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.378 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=3' 2024-09-17T01:49:13.378 INFO:teuthology.orchestra.run.smithi077.stderr:+ read realname 2024-09-17T01:49:13.379 INFO:teuthology.orchestra.run.smithi077.stderr:+ read fakename 2024-09-17T01:49:13.379 INFO:teuthology.orchestra.run.smithi077.stderr:+ MONSPEC='service_type: mon 2024-09-17T01:49:13.379 INFO:teuthology.orchestra.run.smithi077.stderr:service_name: mon 2024-09-17T01:49:13.379 INFO:teuthology.orchestra.run.smithi077.stderr:placement: 2024-09-17T01:49:13.379 INFO:teuthology.orchestra.run.smithi077.stderr: count: 3 2024-09-17T01:49:13.379 INFO:teuthology.orchestra.run.smithi077.stderr:spec: 2024-09-17T01:49:13.379 INFO:teuthology.orchestra.run.smithi077.stderr: crush_locations: 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr: smithi077: 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr: smithi094: 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=b 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=2 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr: smithi145: 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=3' 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr:+ read realname 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr:+ echo 'service_type: mon 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr:service_name: mon 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr:placement: 2024-09-17T01:49:13.380 INFO:teuthology.orchestra.run.smithi077.stderr: count: 3 2024-09-17T01:49:13.381 INFO:teuthology.orchestra.run.smithi077.stderr:spec: 2024-09-17T01:49:13.381 INFO:teuthology.orchestra.run.smithi077.stderr: crush_locations: 2024-09-17T01:49:13.381 INFO:teuthology.orchestra.run.smithi077.stderr: smithi077: 2024-09-17T01:49:13.381 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.381 INFO:teuthology.orchestra.run.smithi077.stderr: smithi094: 2024-09-17T01:49:13.381 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=b 2024-09-17T01:49:13.381 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=2 2024-09-17T01:49:13.381 INFO:teuthology.orchestra.run.smithi077.stderr: smithi145: 2024-09-17T01:49:13.381 INFO:teuthology.orchestra.run.smithi077.stderr: - datacenter=a 2024-09-17T01:49:13.381 INFO:teuthology.orchestra.run.smithi077.stderr: - rack=3' 2024-09-17T01:49:13.381 INFO:teuthology.orchestra.run.smithi077.stderr:+ cat mon.yaml 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout:service_type: mon 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout:service_name: mon 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout:placement: 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout: count: 3 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout:spec: 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout: crush_locations: 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout: smithi077: 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout: - datacenter=a 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout: smithi094: 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout: - datacenter=b 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout: - rack=2 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout: smithi145: 2024-09-17T01:49:13.382 INFO:teuthology.orchestra.run.smithi077.stdout: - datacenter=a 2024-09-17T01:49:13.383 INFO:teuthology.orchestra.run.smithi077.stdout: - rack=3 2024-09-17T01:49:13.383 INFO:teuthology.orchestra.run.smithi077.stderr:+ ceph orch apply -i mon.yaml 2024-09-17T01:49:13.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:13 smithi094 ceph-mon[33330]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:13.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:13 smithi094 ceph-mon[33330]: Saving service mon spec with placement count:3 2024-09-17T01:49:13.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:13 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:13.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:13 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:13.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:13 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:13.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:13 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:49:13.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:13 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:13.636 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled mon update... 2024-09-17T01:49:13.651 INFO:teuthology.orchestra.run.smithi077.stderr:+ sleep 90 2024-09-17T01:49:13.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:13 smithi145 ceph-mon[33813]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:13.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:13 smithi145 ceph-mon[33813]: Saving service mon spec with placement count:3 2024-09-17T01:49:13.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:13 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:13.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:13 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:13.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:13 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:13.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:13 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:49:13.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:13 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:19.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:19.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: Saving service mon spec with placement count:3 2024-09-17T01:49:19.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: Setting crush location for mon a to {datacenter=a} 2024-09-17T01:49:19.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-17T01:49:19.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-17T01:49:19.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: mon.a calling monitor election 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: mon.b calling monitor election 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: mon.c calling monitor election 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: overall HEALTH_OK 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: mon.a calling monitor election 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:49:19.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: monmap epoch 6 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: last_changed 2024-09-17T01:49:13.670915+0000 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: min_mon_release 19 (squid) 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: election_strategy: 1 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a; crush_location {datacenter=a} 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: 1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: fsmap 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: overall HEALTH_OK 2024-09-17T01:49:19.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:18 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:19.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:19.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: Saving service mon spec with placement count:3 2024-09-17T01:49:19.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: Setting crush location for mon a to {datacenter=a} 2024-09-17T01:49:19.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-17T01:49:19.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: mon.a calling monitor election 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: mon.b calling monitor election 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: mon.c calling monitor election 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: overall HEALTH_OK 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: mon.a calling monitor election 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:49:19.018 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: monmap epoch 6 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: last_changed 2024-09-17T01:49:13.670915+0000 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: min_mon_release 19 (squid) 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: election_strategy: 1 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a; crush_location {datacenter=a} 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: 1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: fsmap 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: overall HEALTH_OK 2024-09-17T01:49:19.019 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:18 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:19.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:19.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: Saving service mon spec with placement count:3 2024-09-17T01:49:19.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: Setting crush location for mon a to {datacenter=a} 2024-09-17T01:49:19.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-17T01:49:19.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-17T01:49:19.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-17T01:49:19.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: mon.a calling monitor election 2024-09-17T01:49:19.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: mon.b calling monitor election 2024-09-17T01:49:19.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: mon.c calling monitor election 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: overall HEALTH_OK 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: mon.a calling monitor election 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: monmap epoch 6 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: last_changed 2024-09-17T01:49:13.670915+0000 2024-09-17T01:49:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:49:19.137 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: min_mon_release 19 (squid) 2024-09-17T01:49:19.137 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: election_strategy: 1 2024-09-17T01:49:19.137 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a; crush_location {datacenter=a} 2024-09-17T01:49:19.137 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: 1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-17T01:49:19.137 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-17T01:49:19.137 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: fsmap 2024-09-17T01:49:19.137 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T01:49:19.137 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-17T01:49:19.137 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: overall HEALTH_OK 2024-09-17T01:49:19.137 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:18 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:20.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:19 smithi077 ceph-mon[30036]: Reconfiguring mon.a (monmap changed)... 2024-09-17T01:49:20.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:19 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:49:20.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:19 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:49:20.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:19 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:20.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:19 smithi077 ceph-mon[30036]: Reconfiguring daemon mon.a on smithi077 2024-09-17T01:49:20.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:19 smithi077 ceph-mon[30036]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:20.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:19 smithi145 ceph-mon[33813]: Reconfiguring mon.a (monmap changed)... 2024-09-17T01:49:20.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:19 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:49:20.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:19 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:49:20.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:19 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:20.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:19 smithi145 ceph-mon[33813]: Reconfiguring daemon mon.a on smithi077 2024-09-17T01:49:20.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:19 smithi145 ceph-mon[33813]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:20.134 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:19 smithi094 ceph-mon[33330]: Reconfiguring mon.a (monmap changed)... 2024-09-17T01:49:20.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:19 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:49:20.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:19 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:49:20.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:19 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:20.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:19 smithi094 ceph-mon[33330]: Reconfiguring daemon mon.a on smithi077 2024-09-17T01:49:20.135 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:19 smithi094 ceph-mon[33330]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:21.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:21.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:21.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:21 smithi145 ceph-mon[33813]: Reconfiguring mgr.a (monmap changed)... 2024-09-17T01:49:21.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:49:21.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:49:21.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:21 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:21.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:21 smithi145 ceph-mon[33813]: Reconfiguring daemon mgr.a on smithi077 2024-09-17T01:49:21.623 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:21.623 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:21.623 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:21 smithi077 ceph-mon[30036]: Reconfiguring mgr.a (monmap changed)... 2024-09-17T01:49:21.623 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:49:21.623 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:49:21.623 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:21 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:21.623 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:21 smithi077 ceph-mon[30036]: Reconfiguring daemon mgr.a on smithi077 2024-09-17T01:49:21.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:21 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:21.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:21 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:21.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:21 smithi094 ceph-mon[33330]: Reconfiguring mgr.a (monmap changed)... 2024-09-17T01:49:21.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:21 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:49:21.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:21 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:49:21.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:21 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:21.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:21 smithi094 ceph-mon[33330]: Reconfiguring daemon mgr.a on smithi077 2024-09-17T01:49:22.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:22 smithi145 ceph-mon[33813]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:22.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:22 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:22.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:22 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:22.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:22 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:49:22.517 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:22 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:22.536 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:22 smithi094 ceph-mon[33330]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:22.536 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:22 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:22.536 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:22 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:22.537 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:22 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:49:22.537 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:22 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:22.671 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:22 smithi077 ceph-mon[30036]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:22.671 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:22 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:22.671 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:22 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:22.671 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:22 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:49:22.671 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:22 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:23.429 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:23 smithi077 ceph-mon[30036]: Reconfiguring osd.0 (monmap changed)... 2024-09-17T01:49:23.429 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:23 smithi077 ceph-mon[30036]: Reconfiguring daemon osd.0 on smithi077 2024-09-17T01:49:23.429 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:23 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:23.429 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:23 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:23.429 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:23 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:49:23.429 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:23 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:49:23.429 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:23 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:23.523 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:23 smithi094 ceph-mon[33330]: Reconfiguring osd.0 (monmap changed)... 2024-09-17T01:49:23.524 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:23 smithi094 ceph-mon[33330]: Reconfiguring daemon osd.0 on smithi077 2024-09-17T01:49:23.524 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:23 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:23.524 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:23 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:23.524 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:23 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:49:23.524 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:23 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:49:23.524 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:23 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:23.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:23 smithi145 ceph-mon[33813]: Reconfiguring osd.0 (monmap changed)... 2024-09-17T01:49:23.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:23 smithi145 ceph-mon[33813]: Reconfiguring daemon osd.0 on smithi077 2024-09-17T01:49:23.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:23 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:23.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:23 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:23.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:23 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:49:23.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:23 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:49:23.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:23 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:24.384 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:24 smithi094 ceph-mon[33330]: Reconfiguring mon.b (monmap changed)... 2024-09-17T01:49:24.385 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:24 smithi094 ceph-mon[33330]: Reconfiguring daemon mon.b on smithi094 2024-09-17T01:49:24.385 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:24 smithi094 ceph-mon[33330]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:24.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:24 smithi077 ceph-mon[30036]: Reconfiguring mon.b (monmap changed)... 2024-09-17T01:49:24.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:24 smithi077 ceph-mon[30036]: Reconfiguring daemon mon.b on smithi094 2024-09-17T01:49:24.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:24 smithi077 ceph-mon[30036]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:24.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:24 smithi145 ceph-mon[33813]: Reconfiguring mon.b (monmap changed)... 2024-09-17T01:49:24.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:24 smithi145 ceph-mon[33813]: Reconfiguring daemon mon.b on smithi094 2024-09-17T01:49:24.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:24 smithi145 ceph-mon[33813]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:25.721 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:25 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:25.721 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:25 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:25.721 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:25 smithi094 ceph-mon[33330]: Reconfiguring mgr.b (monmap changed)... 2024-09-17T01:49:25.721 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:25 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:49:25.721 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:25 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:49:25.721 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:25 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:25.722 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:25 smithi094 ceph-mon[33330]: Reconfiguring daemon mgr.b on smithi094 2024-09-17T01:49:25.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:25 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:25.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:25 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:25.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:25 smithi077 ceph-mon[30036]: Reconfiguring mgr.b (monmap changed)... 2024-09-17T01:49:25.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:25 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:49:25.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:25 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:49:25.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:25 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:25.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:25 smithi077 ceph-mon[30036]: Reconfiguring daemon mgr.b on smithi094 2024-09-17T01:49:25.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:25 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:25.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:25 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:25.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:25 smithi145 ceph-mon[33813]: Reconfiguring mgr.b (monmap changed)... 2024-09-17T01:49:25.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:25 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:49:25.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:25 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:49:25.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:25 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:25.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:25 smithi145 ceph-mon[33813]: Reconfiguring daemon mgr.b on smithi094 2024-09-17T01:49:26.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:26 smithi077 ceph-mon[30036]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:26.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:26 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:26.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:26 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:26.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:26 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:49:26.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:26 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:26.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:26 smithi145 ceph-mon[33813]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:26.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:26 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:26.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:26 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:26.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:26 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:49:26.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:26 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:26.836 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:26 smithi094 ceph-mon[33330]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:26.836 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:26 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:26.836 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:26 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:26.836 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:26 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:49:26.836 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:26 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:27.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:27 smithi077 ceph-mon[30036]: Reconfiguring osd.1 (monmap changed)... 2024-09-17T01:49:27.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:27 smithi077 ceph-mon[30036]: Reconfiguring daemon osd.1 on smithi094 2024-09-17T01:49:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:49:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:49:27.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:27 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:27.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:27 smithi145 ceph-mon[33813]: Reconfiguring osd.1 (monmap changed)... 2024-09-17T01:49:27.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:27 smithi145 ceph-mon[33813]: Reconfiguring daemon osd.1 on smithi094 2024-09-17T01:49:27.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:27.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:27.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:49:27.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:49:27.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:27 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:27.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:27 smithi094 ceph-mon[33330]: Reconfiguring osd.1 (monmap changed)... 2024-09-17T01:49:27.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:27 smithi094 ceph-mon[33330]: Reconfiguring daemon osd.1 on smithi094 2024-09-17T01:49:27.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:27.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:27.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:49:27.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:49:27.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:27 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:28.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:28 smithi077 ceph-mon[30036]: Reconfiguring mon.c (monmap changed)... 2024-09-17T01:49:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:28 smithi077 ceph-mon[30036]: Reconfiguring daemon mon.c on smithi145 2024-09-17T01:49:28.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:28 smithi077 ceph-mon[30036]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:28.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:28 smithi145 ceph-mon[33813]: Reconfiguring mon.c (monmap changed)... 2024-09-17T01:49:28.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:28 smithi145 ceph-mon[33813]: Reconfiguring daemon mon.c on smithi145 2024-09-17T01:49:28.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:28 smithi145 ceph-mon[33813]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:28.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:28 smithi094 ceph-mon[33330]: Reconfiguring mon.c (monmap changed)... 2024-09-17T01:49:28.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:28 smithi094 ceph-mon[33330]: Reconfiguring daemon mon.c on smithi145 2024-09-17T01:49:28.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:28 smithi094 ceph-mon[33330]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:29.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:29 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:29.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:29 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:29.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:29 smithi094 ceph-mon[33330]: Reconfiguring osd.2 (monmap changed)... 2024-09-17T01:49:29.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:29 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:49:29.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:29 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:29.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:29 smithi094 ceph-mon[33330]: Reconfiguring daemon osd.2 on smithi145 2024-09-17T01:49:29.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:29 smithi094 ceph-mon[33330]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:30.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:29 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:30.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:29 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:30.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:29 smithi077 ceph-mon[30036]: Reconfiguring osd.2 (monmap changed)... 2024-09-17T01:49:30.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:29 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:49:30.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:29 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:30.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:29 smithi077 ceph-mon[30036]: Reconfiguring daemon osd.2 on smithi145 2024-09-17T01:49:30.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:29 smithi077 ceph-mon[30036]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:30.016 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:29 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:30.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:29 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:30.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:29 smithi145 ceph-mon[33813]: Reconfiguring osd.2 (monmap changed)... 2024-09-17T01:49:30.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:29 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:49:30.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:29 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:30.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:29 smithi145 ceph-mon[33813]: Reconfiguring daemon osd.2 on smithi145 2024-09-17T01:49:30.017 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:29 smithi145 ceph-mon[33813]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:31.384 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:31 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:31.384 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:31 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:31.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:31 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:31.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:31 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:31.516 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:31 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:31.516 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:31 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:49:32.384 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:32 smithi094 ceph-mon[33330]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:32.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:32 smithi077 ceph-mon[30036]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:32.516 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:32 smithi145 ceph-mon[33813]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:34.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:34 smithi094 ceph-mon[33330]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:34.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:34 smithi077 ceph-mon[30036]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:34.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:34 smithi145 ceph-mon[33813]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:36.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:36 smithi094 ceph-mon[33330]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:36.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:36 smithi077 ceph-mon[30036]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:36.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:36 smithi145 ceph-mon[33813]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:38.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:38 smithi094 ceph-mon[33330]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:38.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:38 smithi077 ceph-mon[30036]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:38.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:38 smithi145 ceph-mon[33813]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:40.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:40 smithi094 ceph-mon[33330]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:40.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:40 smithi077 ceph-mon[30036]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:40.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:40 smithi145 ceph-mon[33813]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:42.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:42 smithi094 ceph-mon[33330]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:42.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:42 smithi077 ceph-mon[30036]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:42.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:42 smithi145 ceph-mon[33813]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:44.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:44 smithi094 ceph-mon[33330]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:44.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:44 smithi077 ceph-mon[30036]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:44.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:44 smithi145 ceph-mon[33813]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:46.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:46 smithi094 ceph-mon[33330]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:46.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:46 smithi077 ceph-mon[30036]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:46.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:46 smithi145 ceph-mon[33813]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:48.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:48 smithi094 ceph-mon[33330]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:48.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:48 smithi077 ceph-mon[30036]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:48.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:48 smithi145 ceph-mon[33813]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:50.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:50 smithi094 ceph-mon[33330]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:50.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:50 smithi077 ceph-mon[30036]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:50.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:50 smithi145 ceph-mon[33813]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:52.584 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:52 smithi145 ceph-mon[33813]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:52.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:52 smithi094 ceph-mon[33330]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:52.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:52 smithi077 ceph-mon[30036]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:54.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:54 smithi094 ceph-mon[33330]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:54.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:54 smithi077 ceph-mon[30036]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:54.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:54 smithi145 ceph-mon[33813]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:56.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:56 smithi094 ceph-mon[33330]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:56.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:56 smithi077 ceph-mon[30036]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:56.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:56 smithi145 ceph-mon[33813]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:58.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:49:58 smithi094 ceph-mon[33330]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:58.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:49:58 smithi077 ceph-mon[30036]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:58.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:49:58 smithi145 ceph-mon[33813]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:00.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:00 smithi094 ceph-mon[33330]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:00.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:00 smithi094 ceph-mon[33330]: overall HEALTH_OK 2024-09-17T01:50:00.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:00 smithi077 ceph-mon[30036]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:00.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:00 smithi077 ceph-mon[30036]: overall HEALTH_OK 2024-09-17T01:50:00.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:00 smithi145 ceph-mon[33813]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:00.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:00 smithi145 ceph-mon[33813]: overall HEALTH_OK 2024-09-17T01:50:02.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:02 smithi077 ceph-mon[30036]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:02.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:02 smithi094 ceph-mon[33330]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:02.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:02 smithi145 ceph-mon[33813]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:04.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:04 smithi094 ceph-mon[33330]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:04.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:04 smithi077 ceph-mon[30036]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:04.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:04 smithi145 ceph-mon[33813]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:06.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:06 smithi094 ceph-mon[33330]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:06.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:06 smithi077 ceph-mon[30036]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:06.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:06 smithi145 ceph-mon[33813]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:08.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:08 smithi094 ceph-mon[33330]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:08.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:08 smithi077 ceph-mon[30036]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:08.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:08 smithi145 ceph-mon[33813]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:10.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:10 smithi094 ceph-mon[33330]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:10.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:10 smithi077 ceph-mon[30036]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:10.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:10 smithi145 ceph-mon[33813]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:12.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:12 smithi094 ceph-mon[33330]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:12.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:12 smithi077 ceph-mon[30036]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:12.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:12 smithi145 ceph-mon[33813]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:14.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:14 smithi094 ceph-mon[33330]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:14.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:14 smithi077 ceph-mon[30036]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:14.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:14 smithi145 ceph-mon[33813]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:16.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:16 smithi094 ceph-mon[33330]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:16.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:16 smithi077 ceph-mon[30036]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:16.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:16 smithi145 ceph-mon[33813]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:18.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:18 smithi094 ceph-mon[33330]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:18.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:18 smithi077 ceph-mon[30036]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:18.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:18 smithi145 ceph-mon[33813]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:20.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:20 smithi094 ceph-mon[33330]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:20.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:20 smithi077 ceph-mon[30036]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:20.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:20 smithi145 ceph-mon[33813]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:22.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:22 smithi094 ceph-mon[33330]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:22.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:22 smithi077 ceph-mon[30036]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:22.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:22 smithi145 ceph-mon[33813]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:24.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:24 smithi094 ceph-mon[33330]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:24.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:24 smithi077 ceph-mon[30036]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:24.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:24 smithi145 ceph-mon[33813]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:26.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:26 smithi094 ceph-mon[33330]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:26.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:26 smithi077 ceph-mon[30036]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:26.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:26 smithi145 ceph-mon[33813]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:28.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:28 smithi094 ceph-mon[33330]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:28.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:28 smithi077 ceph-mon[30036]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:28.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:28 smithi145 ceph-mon[33813]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:30.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:30 smithi094 ceph-mon[33330]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:30.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:30 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:30.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:30 smithi077 ceph-mon[30036]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:30.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:30 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:30.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:30 smithi145 ceph-mon[33813]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:30.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:30 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:31.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:31 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:31.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:31 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:31.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:31 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:31.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:31 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:31.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:31 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:31.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:31 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:31.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:31 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:31.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:31 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:31.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:31 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:32.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:32 smithi094 ceph-mon[33330]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:32.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:32 smithi077 ceph-mon[30036]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:32.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:32 smithi145 ceph-mon[33813]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:34.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:34 smithi094 ceph-mon[33330]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:34.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:34 smithi077 ceph-mon[30036]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:34.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:34 smithi145 ceph-mon[33813]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:36.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:36 smithi094 ceph-mon[33330]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:36.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:36 smithi077 ceph-mon[30036]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:36.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:36 smithi145 ceph-mon[33813]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:38.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:38 smithi094 ceph-mon[33330]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:38.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:38 smithi077 ceph-mon[30036]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:38.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:38 smithi145 ceph-mon[33813]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:40.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:40 smithi077 ceph-mon[30036]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:40.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:40 smithi145 ceph-mon[33813]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:40.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:40 smithi094 ceph-mon[33330]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:42.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:42 smithi077 ceph-mon[30036]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:42.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:42 smithi145 ceph-mon[33813]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:42.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:42 smithi094 ceph-mon[33330]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:43.654 INFO:teuthology.orchestra.run.smithi077.stderr:+ ceph orch ps --refresh 2024-09-17T01:50:43.928 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T01:50:43.929 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.a smithi077 *:9283,8765 running (4m) 2m ago 4m 485M - 19.1.1-330-gc2ddf972 ebb0615149de 0436fdf65cee 2024-09-17T01:50:43.929 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.b smithi094 *:8443,8765 running (3m) 2m ago 3m 438M - 19.1.1-330-gc2ddf972 ebb0615149de b7f6229cf896 2024-09-17T01:50:43.929 INFO:teuthology.orchestra.run.smithi077.stdout:mon.a smithi077 running (4m) 2m ago 4m 38.5M 2048M 19.1.1-330-gc2ddf972 ebb0615149de 87c087538af8 2024-09-17T01:50:43.929 INFO:teuthology.orchestra.run.smithi077.stdout:mon.b smithi094 running (3m) 2m ago 3m 35.5M 2048M 19.1.1-330-gc2ddf972 ebb0615149de ea48e72b7313 2024-09-17T01:50:43.929 INFO:teuthology.orchestra.run.smithi077.stdout:mon.c smithi145 running (3m) 117s ago 3m 35.9M 2048M 19.1.1-330-gc2ddf972 ebb0615149de 7e1fa1b35e3c 2024-09-17T01:50:43.929 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (2m) 2m ago 2m 11.5M 16.6G 19.1.1-330-gc2ddf972 ebb0615149de 4386cae34357 2024-09-17T01:50:43.929 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi094 running (2m) 2m ago 2m 11.6M 16.6G 19.1.1-330-gc2ddf972 ebb0615149de a9dbb30775fd 2024-09-17T01:50:43.929 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi145 running (2m) 117s ago 119s 13.2M 20.6G 19.1.1-330-gc2ddf972 ebb0615149de 264c7ded8559 2024-09-17T01:50:43.940 INFO:teuthology.orchestra.run.smithi077.stderr:+ ceph orch ls --service-name mon --export 2024-09-17T01:50:44.235 INFO:teuthology.orchestra.run.smithi077.stderr:+ ceph orch apply -i mon.yaml 2024-09-17T01:50:44.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:44 smithi077 ceph-mon[30036]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:44.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:44 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:44.516 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled mon update... 2024-09-17T01:50:44.526 INFO:teuthology.orchestra.run.smithi077.stderr:+ sleep 90 2024-09-17T01:50:44.674 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:44 smithi094 ceph-mon[33330]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:44.675 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:44 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:44.725 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:44 smithi145 ceph-mon[33813]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:44.725 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:44 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:50:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:50:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:45.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:45.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:50:45.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:45.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:45.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:45.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:45.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:45.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:45.768 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:50:45.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:50:45.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.886 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:45.886 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:45.886 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.886 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:50:45.886 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:45.886 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:45.886 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:45.886 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:45.886 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:50:46.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:46 smithi077 ceph-mon[30036]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:50:46.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:46 smithi077 ceph-mon[30036]: Saving service mon spec with placement count:3 2024-09-17T01:50:46.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:46 smithi077 ceph-mon[30036]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:46.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:46 smithi145 ceph-mon[33813]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:50:46.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:46 smithi145 ceph-mon[33813]: Saving service mon spec with placement count:3 2024-09-17T01:50:46.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:46 smithi145 ceph-mon[33813]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:46.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:46 smithi094 ceph-mon[33330]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:50:46.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:46 smithi094 ceph-mon[33330]: Saving service mon spec with placement count:3 2024-09-17T01:50:46.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:46 smithi094 ceph-mon[33330]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:48.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:48 smithi077 ceph-mon[30036]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:48.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:48 smithi145 ceph-mon[33813]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:48.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:48 smithi094 ceph-mon[33330]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:50.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:50 smithi077 ceph-mon[30036]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:50.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:50 smithi145 ceph-mon[33813]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:50.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:50 smithi094 ceph-mon[33330]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:52.687 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:52 smithi094 ceph-mon[33330]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:52.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:52 smithi077 ceph-mon[30036]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:52.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:52 smithi145 ceph-mon[33813]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:54.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:54 smithi077 ceph-mon[30036]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:54.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:54 smithi145 ceph-mon[33813]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:54.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:54 smithi094 ceph-mon[33330]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:56.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:56 smithi077 ceph-mon[30036]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:56.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:56 smithi145 ceph-mon[33813]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:56.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:56 smithi094 ceph-mon[33330]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:58.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:50:58 smithi077 ceph-mon[30036]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:58.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:50:58 smithi145 ceph-mon[33813]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:58.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:50:58 smithi094 ceph-mon[33330]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:00.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:00 smithi077 ceph-mon[30036]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:00.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:00 smithi145 ceph-mon[33813]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:00.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:00 smithi094 ceph-mon[33330]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:02.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:02 smithi077 ceph-mon[30036]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:02.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:02 smithi145 ceph-mon[33813]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:02.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:02 smithi094 ceph-mon[33330]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:04.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:04 smithi077 ceph-mon[30036]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:04.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:04 smithi145 ceph-mon[33813]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:04.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:04 smithi094 ceph-mon[33330]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:06.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:06 smithi077 ceph-mon[30036]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:06.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:06 smithi145 ceph-mon[33813]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:06.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:06 smithi094 ceph-mon[33330]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:08.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:08 smithi077 ceph-mon[30036]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:08.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:08 smithi145 ceph-mon[33813]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:08.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:08 smithi094 ceph-mon[33330]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:10.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:10 smithi077 ceph-mon[30036]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:10.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:10 smithi145 ceph-mon[33813]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:10.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:10 smithi094 ceph-mon[33330]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:12.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:12 smithi077 ceph-mon[30036]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:12.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:12 smithi145 ceph-mon[33813]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:12.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:12 smithi094 ceph-mon[33330]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:14.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:14 smithi077 ceph-mon[30036]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:14.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:14 smithi145 ceph-mon[33813]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:14.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:14 smithi094 ceph-mon[33330]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:16.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:16 smithi077 ceph-mon[30036]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:16.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:16 smithi145 ceph-mon[33813]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:16.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:16 smithi094 ceph-mon[33330]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:18.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:18 smithi077 ceph-mon[30036]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:18.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:18 smithi145 ceph-mon[33813]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:18.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:18 smithi094 ceph-mon[33330]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:20.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:20 smithi077 ceph-mon[30036]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:20.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:20 smithi145 ceph-mon[33813]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:20.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:20 smithi094 ceph-mon[33330]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:22.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:22 smithi077 ceph-mon[30036]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:22.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:22 smithi145 ceph-mon[33813]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:22.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:22 smithi094 ceph-mon[33330]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:24.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:24 smithi077 ceph-mon[30036]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:24.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:24 smithi145 ceph-mon[33813]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:24.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:24 smithi094 ceph-mon[33330]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:26.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:26 smithi077 ceph-mon[30036]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:26.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:26 smithi145 ceph-mon[33813]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:26.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:26 smithi094 ceph-mon[33330]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:28.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:28 smithi077 ceph-mon[30036]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:28.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:28 smithi145 ceph-mon[33813]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:28.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:28 smithi094 ceph-mon[33330]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:30.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:30 smithi077 ceph-mon[30036]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:30.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:30 smithi145 ceph-mon[33813]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:30.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:30 smithi094 ceph-mon[33330]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:32.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:32 smithi077 ceph-mon[30036]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:32.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:32 smithi145 ceph-mon[33813]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:32.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:32 smithi094 ceph-mon[33330]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:34.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:34 smithi077 ceph-mon[30036]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:34.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:34 smithi145 ceph-mon[33813]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:34.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:34 smithi094 ceph-mon[33330]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:36.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:36 smithi077 ceph-mon[30036]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:36.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:36 smithi145 ceph-mon[33813]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:36.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:36 smithi094 ceph-mon[33330]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:38.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:38 smithi077 ceph-mon[30036]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:38.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:38 smithi145 ceph-mon[33813]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:38.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:38 smithi094 ceph-mon[33330]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:40.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:40 smithi077 ceph-mon[30036]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:40.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:40 smithi145 ceph-mon[33813]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:40.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:40 smithi094 ceph-mon[33330]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:42.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:42 smithi077 ceph-mon[30036]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:42.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:42 smithi145 ceph-mon[33813]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:42.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:42 smithi094 ceph-mon[33330]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:44.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:44 smithi077 ceph-mon[30036]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:44.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:44 smithi145 ceph-mon[33813]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:44.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:44 smithi094 ceph-mon[33330]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:45.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:45 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:51:45.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:45 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:51:45.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:45 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:51:46.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:46 smithi077 ceph-mon[30036]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:46.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:51:46.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:51:46.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:46 smithi077 ceph-mon[30036]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:51:46.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:46 smithi145 ceph-mon[33813]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:46.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:46 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:51:46.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:46 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:51:46.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:46 smithi145 ceph-mon[33813]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:51:46.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:46 smithi094 ceph-mon[33330]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:46.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:46 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:51:46.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:46 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:51:46.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:46 smithi094 ceph-mon[33330]: from='mgr.14150 172.21.15.77:0/3316475341' entity='mgr.a' 2024-09-17T01:51:48.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:48 smithi077 ceph-mon[30036]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:48.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:48 smithi145 ceph-mon[33813]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:48.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:48 smithi094 ceph-mon[33330]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:50.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:50 smithi077 ceph-mon[30036]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:50.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:50 smithi145 ceph-mon[33813]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:50.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:50 smithi094 ceph-mon[33330]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:52.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:52 smithi077 ceph-mon[30036]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:52.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:52 smithi145 ceph-mon[33813]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:52.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:52 smithi094 ceph-mon[33330]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:54.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:54 smithi077 ceph-mon[30036]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:54.769 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:54 smithi145 ceph-mon[33813]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:54.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:54 smithi094 ceph-mon[33330]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:56.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:56 smithi077 ceph-mon[30036]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:56.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:56 smithi145 ceph-mon[33813]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:56.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:56 smithi094 ceph-mon[33330]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:58.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:51:58 smithi077 ceph-mon[30036]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:58.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:51:58 smithi145 ceph-mon[33813]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:58.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:51:58 smithi094 ceph-mon[33330]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:00.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:00 smithi077 ceph-mon[30036]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:00.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:00 smithi145 ceph-mon[33813]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:00.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:00 smithi094 ceph-mon[33330]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:02.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:02 smithi077 ceph-mon[30036]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:02.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:02 smithi145 ceph-mon[33813]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:02.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:02 smithi094 ceph-mon[33330]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:04.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:04 smithi145 ceph-mon[33813]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:04.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:04 smithi094 ceph-mon[33330]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:05.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:04 smithi077 ceph-mon[30036]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:05.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:05 smithi094 ceph-mon[33330]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:06.002 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:05 smithi077 ceph-mon[30036]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:06.016 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:05 smithi145 ceph-mon[33813]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:08.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:08 smithi094 ceph-mon[33330]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:08.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:08 smithi077 ceph-mon[30036]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:08.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:08 smithi145 ceph-mon[33813]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:10.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:10 smithi094 ceph-mon[33330]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:10.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:10 smithi077 ceph-mon[30036]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:10.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:10 smithi145 ceph-mon[33813]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:12.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:12 smithi094 ceph-mon[33330]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:12.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:12 smithi077 ceph-mon[30036]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:12.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:12 smithi145 ceph-mon[33813]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:14.530 INFO:teuthology.orchestra.run.smithi077.stderr:+ ceph mon dump 2024-09-17T01:52:14.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:14 smithi094 ceph-mon[33330]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:14.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:14 smithi077 ceph-mon[30036]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:14.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:14 smithi145 ceph-mon[33813]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:14.850 INFO:teuthology.orchestra.run.smithi077.stdout:epoch 6 2024-09-17T01:52:14.850 INFO:teuthology.orchestra.run.smithi077.stdout:fsid 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:52:14.850 INFO:teuthology.orchestra.run.smithi077.stdout:last_changed 2024-09-17T01:49:13.670915+0000 2024-09-17T01:52:14.850 INFO:teuthology.orchestra.run.smithi077.stdout:created 2024-09-17T01:45:55.540189+0000 2024-09-17T01:52:14.851 INFO:teuthology.orchestra.run.smithi077.stdout:min_mon_release 19 (squid) 2024-09-17T01:52:14.851 INFO:teuthology.orchestra.run.smithi077.stdout:election_strategy: 1 2024-09-17T01:52:14.851 INFO:teuthology.orchestra.run.smithi077.stdout:0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a; crush_location {datacenter=a} 2024-09-17T01:52:14.851 INFO:teuthology.orchestra.run.smithi077.stdout:1: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-17T01:52:14.851 INFO:teuthology.orchestra.run.smithi077.stdout:2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-17T01:52:14.851 INFO:teuthology.orchestra.run.smithi077.stderr:dumped monmap epoch 6 2024-09-17T01:52:14.861 INFO:teuthology.orchestra.run.smithi077.stderr:+ ceph mon dump --format json 2024-09-17T01:52:15.171 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T01:52:15.172 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":6,"fsid":"6be27e82-7496-11ef-bceb-c7b262605968","modified":"2024-09-17T01:49:13.670915Z","created":"2024-09-17T01:45:55.540189Z","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.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145: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.94:3300","nonce":0},{"type":"v1","addr":"172.21.15.94:6789","nonce":0}]},"addr":"172.21.15.94:6789/0","public_addr":"172.21.15.94:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-09-17T01:52:15.172 INFO:teuthology.orchestra.run.smithi077.stderr:dumped monmap epoch 6 2024-09-17T01:52:15.183 INFO:teuthology.orchestra.run.smithi077.stderr:+ read monid 2024-09-17T01:52:15.183 INFO:teuthology.orchestra.run.smithi077.stderr:+ read crushloc 2024-09-17T01:52:15.183 INFO:teuthology.orchestra.run.smithi077.stderr:+ ceph mon dump --format json 2024-09-17T01:52:15.183 INFO:teuthology.orchestra.run.smithi077.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-17T01:52:15.499 INFO:teuthology.orchestra.run.smithi077.stderr:dumped monmap epoch 6 2024-09-17T01:52:15.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:15 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/1500368027' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-17T01:52:15.499 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:15 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/1948134833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:15.510 INFO:teuthology.orchestra.run.smithi077.stdout:true 2024-09-17T01:52:15.510 INFO:teuthology.orchestra.run.smithi077.stderr:+ read monid 2024-09-17T01:52:15.510 INFO:teuthology.orchestra.run.smithi077.stderr:+ read crushloc 2024-09-17T01:52:15.511 INFO:teuthology.orchestra.run.smithi077.stderr:+ ceph mon dump --format json 2024-09-17T01:52:15.511 INFO:teuthology.orchestra.run.smithi077.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-17T01:52:15.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:15 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/1500368027' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-17T01:52:15.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:15 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/1948134833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:15.766 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:15 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/1500368027' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-17T01:52:15.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:15 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/1948134833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:15.824 INFO:teuthology.orchestra.run.smithi077.stderr:dumped monmap epoch 6 2024-09-17T01:52:15.836 INFO:teuthology.orchestra.run.smithi077.stdout:true 2024-09-17T01:52:15.837 INFO:teuthology.orchestra.run.smithi077.stderr:+ read monid 2024-09-17T01:52:15.837 INFO:teuthology.orchestra.run.smithi077.stderr:+ read crushloc 2024-09-17T01:52:15.837 INFO:teuthology.orchestra.run.smithi077.stderr:+ ceph mon dump --format json 2024-09-17T01:52:15.837 INFO:teuthology.orchestra.run.smithi077.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-17T01:52:16.146 INFO:teuthology.orchestra.run.smithi077.stderr:dumped monmap epoch 6 2024-09-17T01:52:16.157 INFO:teuthology.orchestra.run.smithi077.stdout:true 2024-09-17T01:52:16.157 INFO:teuthology.orchestra.run.smithi077.stderr:+ read monid 2024-09-17T01:52:16.450 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:16 smithi077 ceph-mon[30036]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:16.450 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:16 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/163903314' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:16.450 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:16 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/2798666897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:16.451 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:16 smithi077 ceph-mon[30036]: from='client.? 172.21.15.77:0/3249473520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:16.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:16 smithi094 ceph-mon[33330]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:16.634 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:16 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/163903314' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:16.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:16 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/2798666897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:16.635 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:16 smithi094 ceph-mon[33330]: from='client.? 172.21.15.77:0/3249473520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:16.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:16 smithi145 ceph-mon[33813]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:16.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:16 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/163903314' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:16.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:16 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/2798666897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:16.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:16 smithi145 ceph-mon[33813]: from='client.? 172.21.15.77:0/3249473520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:52:16.882 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T01:52:16.892 INFO:tasks.cephadm:Teardown begin 2024-09-17T01:52:16.893 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:52:16.922 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:52:16.955 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:52:16.989 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T01:52:16.989 DEBUG:teuthology.orchestra.run.smithi077:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:52:17.007 DEBUG:teuthology.orchestra.run.smithi094:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:52:17.024 DEBUG:teuthology.orchestra.run.smithi145:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:52:17.048 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T01:52:17.048 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-17T01:52:17.048 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.a 2024-09-17T01:52:17.252 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:17 smithi077 systemd[1]: Stopping Ceph mon.a for 6be27e82-7496-11ef-bceb-c7b262605968... 2024-09-17T01:52:17.672 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:17 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a[30013]: 2024-09-17T01:52:17.349+0000 7f8b8ee81640 -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-17T01:52:17.672 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:17 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a[30013]: 2024-09-17T01:52:17.349+0000 7f8b8ee81640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-09-17T01:52:17.672 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:17 smithi077 podman[49767]: 2024-09-17 01:52:17.402302634 +0000 UTC m=+0.166606052 container died 87c087538af8ec0475ed6daf1168f60dbd6f608dca3270f573e0e53aed2752ee (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, RELEASE=squid-c2ddf97, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T01:52:18.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:17 smithi077 podman[49767]: 2024-09-17 01:52:17.773791531 +0000 UTC m=+0.538094937 container cleanup 87c087538af8ec0475ed6daf1168f60dbd6f608dca3270f573e0e53aed2752ee (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-c2ddf97, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T01:52:18.003 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 01:52:17 smithi077 bash[49767]: ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-a 2024-09-17T01:52:18.196 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.a.service' 2024-09-17T01:52:18.239 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:52:18.240 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-17T01:52:18.240 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-17T01:52:18.240 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.b 2024-09-17T01:52:18.582 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:18 smithi094 systemd[1]: Stopping Ceph mon.b for 6be27e82-7496-11ef-bceb-c7b262605968... 2024-09-17T01:52:18.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:18 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-b[33307]: 2024-09-17T01:52:18.583+0000 7f4d4b7f2640 -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-17T01:52:18.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:18 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-b[33307]: 2024-09-17T01:52:18.583+0000 7f4d4b7f2640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-09-17T01:52:18.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:18 smithi094 podman[42367]: 2024-09-17 01:52:18.706463186 +0000 UTC m=+0.258127007 container died ea48e72b7313b5a9811a2976a922a49fffa93ceccdd20d03b2b186e5b6357258 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-b, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=squid-c2ddf97, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-17T01:52:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:19 smithi094 podman[42367]: 2024-09-17 01:52:19.124058549 +0000 UTC m=+0.675722370 container cleanup ea48e72b7313b5a9811a2976a922a49fffa93ceccdd20d03b2b186e5b6357258 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=squid-c2ddf97, ceph=True) 2024-09-17T01:52:19.136 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:19 smithi094 bash[42367]: ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-b 2024-09-17T01:52:19.550 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.b.service' 2024-09-17T01:52:19.571 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:19 smithi094 podman[42384]: 2024-09-17 01:52:19.31763978 +0000 UTC m=+0.609527356 container remove ea48e72b7313b5a9811a2976a922a49fffa93ceccdd20d03b2b186e5b6357258 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-b, RELEASE=squid-c2ddf97, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-17T01:52:19.571 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:19 smithi094 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.b.service: Deactivated successfully. 2024-09-17T01:52:19.571 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:19 smithi094 systemd[1]: Stopped Ceph mon.b for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:52:19.571 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 17 01:52:19 smithi094 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.b.service: Consumed 3.414s CPU time. 2024-09-17T01:52:19.592 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:52:19.592 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-17T01:52:19.592 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-17T01:52:19.593 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.c 2024-09-17T01:52:19.896 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:19 smithi145 systemd[1]: Stopping Ceph mon.c for 6be27e82-7496-11ef-bceb-c7b262605968... 2024-09-17T01:52:20.266 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:19 smithi145 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-c[33789]: 2024-09-17T01:52:19.898+0000 7f32f2042640 -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-17T01:52:20.267 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:19 smithi145 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-c[33789]: 2024-09-17T01:52:19.898+0000 7f32f2042640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-09-17T01:52:20.267 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:20 smithi145 podman[42991]: 2024-09-17 01:52:20.113296739 +0000 UTC m=+0.324250125 container died 7e1fa1b35e3ce8cf670ed477e68f6361811a4c056e4c6b885badf7213ecddeb3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-c, RELEASE=squid-c2ddf97, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-17T01:52:20.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:20 smithi145 podman[42991]: 2024-09-17 01:52:20.596275478 +0000 UTC m=+0.807228864 container cleanup 7e1fa1b35e3ce8cf670ed477e68f6361811a4c056e4c6b885badf7213ecddeb3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-c, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=squid-c2ddf97, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T01:52:20.767 INFO:journalctl@ceph.mon.c.smithi145.stdout:Sep 17 01:52:20 smithi145 bash[42991]: ceph-6be27e82-7496-11ef-bceb-c7b262605968-mon-c 2024-09-17T01:52:21.009 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@mon.c.service' 2024-09-17T01:52:21.051 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:52:21.051 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-17T01:52:21.052 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-17T01:52:21.052 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.a 2024-09-17T01:52:21.369 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:52:21 smithi077 systemd[1]: Stopping Ceph mgr.a for 6be27e82-7496-11ef-bceb-c7b262605968... 2024-09-17T01:52:21.684 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:52:21 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a[30289]: 2024-09-17T01:52:21.370+0000 7f5a0d914640 -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-17T01:52:21.684 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:52:21 smithi077 podman[49900]: 2024-09-17 01:52:21.402794385 +0000 UTC m=+0.156848512 container died 0436fdf65ceea33e72faf4837f278a12c8efe925860f69187c02e7f345fbe6de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=squid-c2ddf97, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-17T01:52:22.002 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:52:21 smithi077 podman[49900]: 2024-09-17 01:52:21.777892206 +0000 UTC m=+0.531946337 container cleanup 0436fdf65ceea33e72faf4837f278a12c8efe925860f69187c02e7f345fbe6de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=squid-c2ddf97, CEPH_POINT_RELEASE=) 2024-09-17T01:52:22.003 INFO:journalctl@ceph.mgr.a.smithi077.stdout:Sep 17 01:52:21 smithi077 bash[49900]: ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-a 2024-09-17T01:52:22.148 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-17T01:52:22.181 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:52:22.181 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-17T01:52:22.182 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-17T01:52:22.182 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.b 2024-09-17T01:52:22.499 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:52:22 smithi094 systemd[1]: Stopping Ceph mgr.b for 6be27e82-7496-11ef-bceb-c7b262605968... 2024-09-17T01:52:22.754 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:52:22 smithi094 podman[42498]: 2024-09-17 01:52:22.502348796 +0000 UTC m=+0.126244604 container died b7f6229cf89687031c4aa4256c7a1ea1b03f15b1911fe616d68ec4c62ab1c7ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=squid-c2ddf97, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-17T01:52:23.134 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:52:22 smithi094 podman[42498]: 2024-09-17 01:52:22.946763722 +0000 UTC m=+0.570659519 container cleanup b7f6229cf89687031c4aa4256c7a1ea1b03f15b1911fe616d68ec4c62ab1c7ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=squid-c2ddf97, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-17T01:52:23.135 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:52:22 smithi094 bash[42498]: ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b 2024-09-17T01:52:23.386 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-17T01:52:23.408 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:52:23 smithi094 podman[42515]: 2024-09-17 01:52:23.148426935 +0000 UTC m=+0.639823195 container remove b7f6229cf89687031c4aa4256c7a1ea1b03f15b1911fe616d68ec4c62ab1c7ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c2ddf97, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T01:52:23.408 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:52:23 smithi094 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-17T01:52:23.409 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:52:23 smithi094 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.b.service: Failed with result 'exit-code'. 2024-09-17T01:52:23.409 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:52:23 smithi094 systemd[1]: Stopped Ceph mgr.b for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:52:23.409 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 17 01:52:23 smithi094 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@mgr.b.service: Consumed 5.873s CPU time. 2024-09-17T01:52:23.422 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:52:23.422 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-17T01:52:23.422 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-17T01:52:23.422 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.0 2024-09-17T01:52:23.499 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:23 smithi077 systemd[1]: Stopping Ceph osd.0 for 6be27e82-7496-11ef-bceb-c7b262605968... 2024-09-17T01:52:23.752 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:23 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0[42314]: 2024-09-17T01:52:23.700+0000 7f65c1046640 -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-17T01:52:23.752 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:23 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0[42314]: 2024-09-17T01:52:23.700+0000 7f65c1046640 -1 osd.0 22 *** Got signal Terminated *** 2024-09-17T01:52:23.753 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:23 smithi077 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0[42314]: 2024-09-17T01:52:23.700+0000 7f65c1046640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:52:29.430 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:29 smithi077 podman[50035]: 2024-09-17 01:52:29.15393448 +0000 UTC m=+5.548889583 container died 4386cae34357ea7c9b6120f2fe9fa0ab39f05491d17966326a2aeaa9b9a370a5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=squid-c2ddf97, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-17T01:52:29.752 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:29 smithi077 podman[50035]: 2024-09-17 01:52:29.523532435 +0000 UTC m=+5.918487534 container cleanup 4386cae34357ea7c9b6120f2fe9fa0ab39f05491d17966326a2aeaa9b9a370a5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=squid-c2ddf97) 2024-09-17T01:52:29.753 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:29 smithi077 bash[50035]: ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0 2024-09-17T01:52:30.128 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:29 smithi077 podman[50067]: 2024-09-17 01:52:29.824714127 +0000 UTC m=+0.662698076 container remove 4386cae34357ea7c9b6120f2fe9fa0ab39f05491d17966326a2aeaa9b9a370a5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=squid-c2ddf97, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True) 2024-09-17T01:52:30.379 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:30 smithi077 podman[50163]: 2024-09-17 01:52:30.033599987 +0000 UTC m=+0.015744643 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3 2024-09-17T01:52:30.379 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:30 smithi077 podman[50163]: 2024-09-17 01:52:30.14209646 +0000 UTC m=+0.124241105 container create 29cfaffa7515000247dfeeddd5142df6cf8f16c554c8ead0f4d5bd91e065c67e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, 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, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, RELEASE=squid-c2ddf97, org.label-schema.build-date=20240731) 2024-09-17T01:52:30.379 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:30 smithi077 podman[50163]: 2024-09-17 01:52:30.377765015 +0000 UTC m=+0.359909667 container init 29cfaffa7515000247dfeeddd5142df6cf8f16c554c8ead0f4d5bd91e065c67e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=squid-c2ddf97, maintainer=Guillaume Abrioux ) 2024-09-17T01:52:30.379 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:30 smithi077 podman[50163]: 2024-09-17 01:52:30.38229076 +0000 UTC m=+0.364435408 container start 29cfaffa7515000247dfeeddd5142df6cf8f16c554c8ead0f4d5bd91e065c67e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-c2ddf97, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-17T01:52:30.753 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:30 smithi077 podman[50163]: 2024-09-17 01:52:30.477839398 +0000 UTC m=+0.459984056 container attach 29cfaffa7515000247dfeeddd5142df6cf8f16c554c8ead0f4d5bd91e065c67e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-c2ddf97, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-17T01:52:30.753 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:30 smithi077 podman[50163]: 2024-09-17 01:52:30.569959992 +0000 UTC m=+0.552104649 container died 29cfaffa7515000247dfeeddd5142df6cf8f16c554c8ead0f4d5bd91e065c67e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-c2ddf97, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-17T01:52:31.097 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.0.service' 2024-09-17T01:52:31.120 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:31 smithi077 podman[50206]: 2024-09-17 01:52:31.080652691 +0000 UTC m=+0.505016800 container remove 29cfaffa7515000247dfeeddd5142df6cf8f16c554c8ead0f4d5bd91e065c67e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-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=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=squid-c2ddf97, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux ) 2024-09-17T01:52:31.120 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:31 smithi077 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-17T01:52:31.120 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:31 smithi077 systemd[1]: Stopped Ceph osd.0 for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:52:31.121 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 01:52:31 smithi077 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.0.service: Consumed 2.501s CPU time. 2024-09-17T01:52:31.134 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:52:31.134 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-17T01:52:31.134 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-17T01:52:31.135 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.1 2024-09-17T01:52:31.460 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:31 smithi094 systemd[1]: Stopping Ceph osd.1 for 6be27e82-7496-11ef-bceb-c7b262605968... 2024-09-17T01:52:31.885 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:31 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1[37646]: 2024-09-17T01:52:31.461+0000 7fba93ea7640 -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-17T01:52:31.885 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:31 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1[37646]: 2024-09-17T01:52:31.461+0000 7fba93ea7640 -1 osd.1 22 *** Got signal Terminated *** 2024-09-17T01:52:31.885 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:31 smithi094 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1[37646]: 2024-09-17T01:52:31.461+0000 7fba93ea7640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:52:37.058 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:36 smithi094 podman[42640]: 2024-09-17 01:52:36.801078838 +0000 UTC m=+5.478105356 container died a9dbb30775fd3fa1fad17fb568554f5227224e8a5a95aad5b6cd745fe23ae2f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=squid-c2ddf97, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True) 2024-09-17T01:52:37.367 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:37 smithi094 podman[42640]: 2024-09-17 01:52:37.210160639 +0000 UTC m=+5.887187163 container cleanup a9dbb30775fd3fa1fad17fb568554f5227224e8a5a95aad5b6cd745fe23ae2f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1, RELEASE=squid-c2ddf97, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True) 2024-09-17T01:52:37.367 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:37 smithi094 bash[42640]: ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1 2024-09-17T01:52:37.634 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:37 smithi094 podman[42662]: 2024-09-17 01:52:37.369835619 +0000 UTC m=+0.561700326 container remove a9dbb30775fd3fa1fad17fb568554f5227224e8a5a95aad5b6cd745fe23ae2f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=squid-c2ddf97, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T01:52:38.088 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:37 smithi094 podman[42756]: 2024-09-17 01:52:37.673083924 +0000 UTC m=+0.015936146 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3 2024-09-17T01:52:38.088 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:37 smithi094 podman[42756]: 2024-09-17 01:52:37.771143714 +0000 UTC m=+0.113995959 container create 359e29dd63ffb89bb5ea8d9caf5c642f1238c41aa24225f65fb9bd80036afb5a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=squid-c2ddf97, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T01:52:38.088 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:37 smithi094 podman[42756]: 2024-09-17 01:52:37.998911851 +0000 UTC m=+0.341764068 container init 359e29dd63ffb89bb5ea8d9caf5c642f1238c41aa24225f65fb9bd80036afb5a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=squid-c2ddf97, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2) 2024-09-17T01:52:38.088 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:38 smithi094 podman[42756]: 2024-09-17 01:52:38.003739042 +0000 UTC m=+0.346591242 container start 359e29dd63ffb89bb5ea8d9caf5c642f1238c41aa24225f65fb9bd80036afb5a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=squid-c2ddf97, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-17T01:52:38.088 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:38 smithi094 podman[42756]: 2024-09-17 01:52:38.090447966 +0000 UTC m=+0.433300165 container attach 359e29dd63ffb89bb5ea8d9caf5c642f1238c41aa24225f65fb9bd80036afb5a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-c2ddf97, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-17T01:52:38.384 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:38 smithi094 podman[42756]: 2024-09-17 01:52:38.196320213 +0000 UTC m=+0.539172418 container died 359e29dd63ffb89bb5ea8d9caf5c642f1238c41aa24225f65fb9bd80036afb5a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-c2ddf97, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T01:52:38.751 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.1.service' 2024-09-17T01:52:38.775 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:38 smithi094 podman[42799]: 2024-09-17 01:52:38.735729011 +0000 UTC m=+0.529808106 container remove 359e29dd63ffb89bb5ea8d9caf5c642f1238c41aa24225f65fb9bd80036afb5a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-1-deactivate, RELEASE=squid-c2ddf97, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-17T01:52:38.775 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:38 smithi094 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-17T01:52:38.775 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:38 smithi094 systemd[1]: Stopped Ceph osd.1 for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:52:38.775 INFO:journalctl@ceph.osd.1.smithi094.stdout:Sep 17 01:52:38 smithi094 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.1.service: Consumed 2.652s CPU time. 2024-09-17T01:52:38.788 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:52:38.788 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-17T01:52:38.788 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-17T01:52:38.788 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.2 2024-09-17T01:52:39.081 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:38 smithi145 systemd[1]: Stopping Ceph osd.2 for 6be27e82-7496-11ef-bceb-c7b262605968... 2024-09-17T01:52:39.517 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:39 smithi145 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2[38228]: 2024-09-17T01:52:39.083+0000 7fda85a26640 -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-17T01:52:39.517 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:39 smithi145 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2[38228]: 2024-09-17T01:52:39.083+0000 7fda85a26640 -1 osd.2 22 *** Got signal Terminated *** 2024-09-17T01:52:39.517 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:39 smithi145 ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2[38228]: 2024-09-17T01:52:39.083+0000 7fda85a26640 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:52:44.672 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:44 smithi145 podman[43137]: 2024-09-17 01:52:44.397302825 +0000 UTC m=+5.414357072 container died 264c7ded8559fb488644f4b8450c7ffb1f4d928caea1a010ed94bf58e419d084 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=squid-c2ddf97, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD) 2024-09-17T01:52:45.017 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:44 smithi145 podman[43137]: 2024-09-17 01:52:44.848143727 +0000 UTC m=+5.865197974 container cleanup 264c7ded8559fb488644f4b8450c7ffb1f4d928caea1a010ed94bf58e419d084 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=squid-c2ddf97, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T01:52:45.017 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:44 smithi145 bash[43137]: ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2 2024-09-17T01:52:45.457 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:45 smithi145 podman[43157]: 2024-09-17 01:52:45.124220304 +0000 UTC m=+0.723151061 container remove 264c7ded8559fb488644f4b8450c7ffb1f4d928caea1a010ed94bf58e419d084 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=squid-c2ddf97, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-17T01:52:45.757 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:45 smithi145 podman[43253]: 2024-09-17 01:52:45.363050944 +0000 UTC m=+0.015856073 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3 2024-09-17T01:52:45.757 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:45 smithi145 podman[43253]: 2024-09-17 01:52:45.466587732 +0000 UTC m=+0.119392899 container create e705b7f21718e8928af5e8e9da2fcdd103d065ffca3d65120c9c0c33edc62dad (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c2ddf97, org.label-schema.vendor=CentOS) 2024-09-17T01:52:45.757 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:45 smithi145 podman[43253]: 2024-09-17 01:52:45.668650763 +0000 UTC m=+0.321455888 container init e705b7f21718e8928af5e8e9da2fcdd103d065ffca3d65120c9c0c33edc62dad (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=squid-c2ddf97, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True) 2024-09-17T01:52:45.757 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:45 smithi145 podman[43253]: 2024-09-17 01:52:45.673652394 +0000 UTC m=+0.326457524 container start e705b7f21718e8928af5e8e9da2fcdd103d065ffca3d65120c9c0c33edc62dad (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-c2ddf97, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-17T01:52:45.757 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:45 smithi145 podman[43253]: 2024-09-17 01:52:45.760223624 +0000 UTC m=+0.413028752 container attach e705b7f21718e8928af5e8e9da2fcdd103d065ffca3d65120c9c0c33edc62dad (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=squid-c2ddf97) 2024-09-17T01:52:46.017 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:45 smithi145 podman[43253]: 2024-09-17 01:52:45.85990086 +0000 UTC m=+0.512705994 container died e705b7f21718e8928af5e8e9da2fcdd103d065ffca3d65120c9c0c33edc62dad (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=squid-c2ddf97, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T01:52:46.320 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.2.service' 2024-09-17T01:52:46.343 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:46 smithi145 podman[43296]: 2024-09-17 01:52:46.296683377 +0000 UTC m=+0.426810120 container remove e705b7f21718e8928af5e8e9da2fcdd103d065ffca3d65120c9c0c33edc62dad (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-6be27e82-7496-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-c2ddf97, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-17T01:52:46.343 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:46 smithi145 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-17T01:52:46.344 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:46 smithi145 systemd[1]: Stopped Ceph osd.2 for 6be27e82-7496-11ef-bceb-c7b262605968. 2024-09-17T01:52:46.344 INFO:journalctl@ceph.osd.2.smithi145.stdout:Sep 17 01:52:46 smithi145 systemd[1]: ceph-6be27e82-7496-11ef-bceb-c7b262605968@osd.2.service: Consumed 2.495s CPU time. 2024-09-17T01:52:46.357 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:52:46.357 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-17T01:52:46.358 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6be27e82-7496-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:52:46.560 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:52:47.606 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6be27e82-7496-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:52:47.810 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:52:48.902 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6be27e82-7496-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:52:49.104 INFO:teuthology.orchestra.run.smithi145.stdout:Deleting cluster with fsid: 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:52:49.974 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:52:50.007 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:52:50.039 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:52:50.066 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T01:52:50.068 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908057/remote/smithi077/crash 2024-09-17T01:52:50.068 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:52:50.115 INFO:teuthology.orchestra.run.smithi077.stderr:tar: /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:52:50.115 INFO:teuthology.orchestra.run.smithi077.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:52:50.117 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908057/remote/smithi094/crash 2024-09-17T01:52:50.118 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:52:50.154 INFO:teuthology.orchestra.run.smithi094.stderr:tar: /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:52:50.154 INFO:teuthology.orchestra.run.smithi094.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:52:50.156 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908057/remote/smithi145/crash 2024-09-17T01:52:50.157 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:52:50.197 INFO:teuthology.orchestra.run.smithi145.stderr:tar: /var/lib/ceph/6be27e82-7496-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:52:50.197 INFO:teuthology.orchestra.run.smithi145.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:52:50.198 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T01:52:50.199 DEBUG:teuthology.orchestra.run.smithi077:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6be27e82-7496-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-17T01:52:50.232 INFO:tasks.cephadm:Compressing logs... 2024-09-17T01:52:50.232 DEBUG:teuthology.orchestra.run.smithi077:> 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-17T01:52:50.274 DEBUG:teuthology.orchestra.run.smithi094:> 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-17T01:52:50.277 DEBUG:teuthology.orchestra.run.smithi145:> 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-17T01:52:50.299 INFO:teuthology.orchestra.run.smithi077.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-17T01:52:50.299 INFO:teuthology.orchestra.run.smithi077.stderr:: No such file or directory 2024-09-17T01:52:50.301 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-17T01:52:50.301 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:52:50.301 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-osd.0.log: /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:52:50.301 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:52:50.301 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-17T01:52:50.305 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:52:50.305 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mon.a.log: 82.3% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:52:50.305 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:52:50.305 INFO:teuthology.orchestra.run.smithi077.stderr: 89.5% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:52:50.305 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 87.1% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:52:50.305 INFO:teuthology.orchestra.run.smithi077.stderr: 88.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:52:50.305 INFO:teuthology.orchestra.run.smithi077.stderr: 91.1% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:52:50.307 INFO:teuthology.orchestra.run.smithi145.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:52:50.307 INFO:teuthology.orchestra.run.smithi145.stderr:: No such file or directory 2024-09-17T01:52:50.307 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:52:50.307 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-17T01:52:50.307 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:52:50.307 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-17T01:52:50.307 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:52:50.308 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.cephadm.log: 89.9% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:52:50.308 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:52:50.308 INFO:teuthology.orchestra.run.smithi145.stderr: 81.4% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:52:50.308 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 87.1% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:52:50.308 INFO:teuthology.orchestra.run.smithi145.stderr: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:52:50.308 INFO:teuthology.orchestra.run.smithi145.stderr: 91.0% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:52:50.309 INFO:teuthology.orchestra.run.smithi094.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-17T01:52:50.310 INFO:teuthology.orchestra.run.smithi094.stderr:: No such file or directory 2024-09-17T01:52:50.310 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:52:50.310 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-17T01:52:50.310 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-osd.1.log: /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:52:50.312 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:52:50.312 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:52:50.312 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-17T01:52:50.312 INFO:teuthology.orchestra.run.smithi094.stderr: 89.7% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:52:50.312 INFO:teuthology.orchestra.run.smithi094.stderr: 81.5% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:52:50.312 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:52:50.312 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 87.1% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:52:50.312 INFO:teuthology.orchestra.run.smithi094.stderr: 88.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:52:50.312 INFO:teuthology.orchestra.run.smithi094.stderr: 90.9% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:52:50.312 INFO:teuthology.orchestra.run.smithi094.stderr: 91.0% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-17T01:52:50.333 INFO:teuthology.orchestra.run.smithi145.stderr: 93.9% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-17T01:52:50.340 INFO:teuthology.orchestra.run.smithi077.stderr: 93.8% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-17T01:52:50.353 INFO:teuthology.orchestra.run.smithi077.stderr: 90.3% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-17T01:52:50.358 INFO:teuthology.orchestra.run.smithi145.stderr: 93.1% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-17T01:52:50.360 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-09-17T01:52:50.360 INFO:teuthology.orchestra.run.smithi145.stderr:real 0m0.068s 2024-09-17T01:52:50.360 INFO:teuthology.orchestra.run.smithi145.stderr:user 0m0.089s 2024-09-17T01:52:50.360 INFO:teuthology.orchestra.run.smithi145.stderr:sys 0m0.026s 2024-09-17T01:52:50.364 INFO:teuthology.orchestra.run.smithi094.stderr: 94.1% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-17T01:52:50.367 INFO:teuthology.orchestra.run.smithi094.stderr: 92.6% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-17T01:52:50.368 INFO:teuthology.orchestra.run.smithi094.stderr: 2024-09-17T01:52:50.369 INFO:teuthology.orchestra.run.smithi094.stderr:real 0m0.077s 2024-09-17T01:52:50.369 INFO:teuthology.orchestra.run.smithi094.stderr:user 0m0.136s 2024-09-17T01:52:50.369 INFO:teuthology.orchestra.run.smithi094.stderr:sys 0m0.025s 2024-09-17T01:52:50.487 INFO:teuthology.orchestra.run.smithi077.stderr: 91.2% -- replaced with /var/log/ceph/6be27e82-7496-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-17T01:52:50.489 INFO:teuthology.orchestra.run.smithi077.stderr: 2024-09-17T01:52:50.489 INFO:teuthology.orchestra.run.smithi077.stderr:real 0m0.201s 2024-09-17T01:52:50.489 INFO:teuthology.orchestra.run.smithi077.stderr:user 0m0.288s 2024-09-17T01:52:50.489 INFO:teuthology.orchestra.run.smithi077.stderr:sys 0m0.027s 2024-09-17T01:52:50.490 INFO:tasks.cephadm:Archiving logs... 2024-09-17T01:52:50.490 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908057/remote/smithi077/log 2024-09-17T01:52:50.491 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:52:50.611 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908057/remote/smithi094/log 2024-09-17T01:52:50.612 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:52:50.662 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908057/remote/smithi145/log 2024-09-17T01:52:50.663 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:52:50.706 INFO:tasks.cephadm:Removing cluster... 2024-09-17T01:52:50.706 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6be27e82-7496-11ef-bceb-c7b262605968 --force 2024-09-17T01:52:50.898 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:52:51.141 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6be27e82-7496-11ef-bceb-c7b262605968 --force 2024-09-17T01:52:51.340 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:52:51.588 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6be27e82-7496-11ef-bceb-c7b262605968 --force 2024-09-17T01:52:51.789 INFO:teuthology.orchestra.run.smithi145.stdout:Deleting cluster with fsid: 6be27e82-7496-11ef-bceb-c7b262605968 2024-09-17T01:52:52.040 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T01:52:52.040 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:52:52.059 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:52:52.075 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:52:52.091 INFO:tasks.cephadm:Teardown complete 2024-09-17T01:52:52.091 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-17T01:52:52.104 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-17T01:52:52.104 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:52:52.107 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:52:52.118 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:52:52.230 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T01:52:52.241 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T01:52:52.241 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:52:52.244 DEBUG:teuthology.orchestra.run.smithi094:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:52:52.246 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:52:52.258 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-09-17T01:52:52.259 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-09-17T01:52:52.260 INFO:teuthology.orchestra.run.smithi145.stderr:bash: line 1: ntpq: command not found 2024-09-17T01:52:52.263 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T01:52:52.263 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-09-17T01:52:52.263 INFO:teuthology.orchestra.run.smithi094.stdout:^* hv01.front.sepia.ceph.com 3 6 377 42 +3193us[+3232us] +/- 55ms 2024-09-17T01:52:52.263 INFO:teuthology.orchestra.run.smithi094.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 43 -2874us[-2836us] +/- 69ms 2024-09-17T01:52:52.263 INFO:teuthology.orchestra.run.smithi094.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 -1913us[-1913us] +/- 90ms 2024-09-17T01:52:52.263 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:52:52.265 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T01:52:52.265 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2024-09-17T01:52:52.265 INFO:teuthology.orchestra.run.smithi145.stdout:^* hv01.front.sepia.ceph.com 3 6 377 44 +3299us[+3378us] +/- 55ms 2024-09-17T01:52:52.265 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 43 -2776us[-2776us] +/- 69ms 2024-09-17T01:52:52.265 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 43 -1813us[-1813us] +/- 90ms 2024-09-17T01:52:52.265 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:52:52.265 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T01:52:52.265 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-09-17T01:52:52.265 INFO:teuthology.orchestra.run.smithi077.stdout:^* hv01.front.sepia.ceph.com 3 6 377 42 +3338us[+3351us] +/- 55ms 2024-09-17T01:52:52.266 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 43 -2741us[-2729us] +/- 69ms 2024-09-17T01:52:52.266 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 -1771us[-1759us] +/- 90ms 2024-09-17T01:52:52.266 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:52:52.266 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T01:52:52.277 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T01:52:52.277 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T01:52:52.292 DEBUG:teuthology.orchestra.run.smithi077:> 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-17T01:52:52.380 DEBUG:teuthology.orchestra.run.smithi094:> 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-17T01:52:52.443 DEBUG:teuthology.orchestra.run.smithi145:> 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-17T01:52:52.509 DEBUG:teuthology.orchestra.run.smithi077:> 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-17T01:52:52.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:52:52.540 DEBUG:teuthology.orchestra.run.smithi094:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T01:52:52.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:52:52.567 DEBUG:teuthology.orchestra.run.smithi145:> 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-17T01:52:52.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:52:52.595 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T01:52:52.606 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T01:52:52.620 INFO:teuthology.task.internal:Duration was 863.686708 seconds 2024-09-17T01:52:52.621 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T01:52:52.635 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T01:52:52.635 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:52:52.638 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:52:52.640 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:52:52.677 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T01:52:52.677 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T01:52:52.678 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T01:52:53.182 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T01:52:53.183 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T01:52:53.183 DEBUG:teuthology.orchestra.run.smithi077:> 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-17T01:52:53.203 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi094.front.sepia.ceph.com 2024-09-17T01:52:53.204 DEBUG:teuthology.orchestra.run.smithi094:> 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-17T01:52:53.248 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2024-09-17T01:52:53.248 DEBUG:teuthology.orchestra.run.smithi145:> 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-17T01:52:53.276 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T01:52:53.277 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:52:53.280 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:52:53.291 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:52:53.344 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T01:52:53.344 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:52:53.346 DEBUG:teuthology.orchestra.run.smithi094:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:52:53.359 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:52:53.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T01:52:53.550 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T01:52:53.551 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:52:53.576 DEBUG:teuthology.orchestra.run.smithi094:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:52:53.602 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:52:53.628 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T01:52:53.640 DEBUG:teuthology.orchestra.run.smithi077:> 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-17T01:52:53.643 DEBUG:teuthology.orchestra.run.smithi094:> 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-17T01:52:53.645 DEBUG:teuthology.orchestra.run.smithi145:> 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-17T01:52:53.664 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2024-09-17T01:52:53.666 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = core 2024-09-17T01:52:53.692 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2024-09-17T01:52:53.719 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:52:53.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:52:53.741 DEBUG:teuthology.orchestra.run.smithi094:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:52:53.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:52:53.756 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:52:53.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:52:53.774 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T01:52:53.786 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T01:52:53.788 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908057/remote/smithi077 2024-09-17T01:52:53.788 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:52:53.827 DEBUG:teuthology.misc:Transferring archived files from smithi094:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908057/remote/smithi094 2024-09-17T01:52:53.828 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:52:53.862 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908057/remote/smithi145 2024-09-17T01:52:53.862 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:52:53.896 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T01:52:53.896 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:52:53.899 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:52:53.901 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:52:53.946 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T01:52:53.960 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T01:52:53.960 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T01:52:53.975 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T01:52:53.975 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:52:53.977 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:52:53.979 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:52:53.990 INFO:teuthology.orchestra.run.smithi077.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:52 /home/ubuntu/cephtest 2024-09-17T01:52:53.991 INFO:teuthology.orchestra.run.smithi094.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:52 /home/ubuntu/cephtest 2024-09-17T01:52:54.001 INFO:teuthology.orchestra.run.smithi145.stdout: 265329 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:52 /home/ubuntu/cephtest 2024-09-17T01:52:54.002 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T01:52:54.015 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T01:52:54.081 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: 863.6867082118988 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-09-17T01:52:54.081 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T01:52:54.170 INFO:teuthology.run:pass