2024-02-11T08:54:52.878 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-11T08:54:52.878 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7556052 --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_set_mon_crush_locations} --owner scheduled_yuriw@teuthology --name yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7556052/orig.config.yaml 2024-02-11T08:54:52.910 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T08:54:52.993 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7556052 branch: wip-yuri6-testing-2024-02-09-1422 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7556052' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri6-testing-2024-02-09-1422 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri6-testing-2024-02-09-1422 sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.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: 3672 sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2024-02-09-1422 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 targets: smithi006.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKRKmB7va4obZ47uCnXykHmkxpmEQUVyaA8ZOLBK1m+rl9MnsQTmFc1q+UHdYhOJBfzjBVWRF0gf7BVAZMP0Too= smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOLFu8H2y3W24ZNOu0+QAWdtrQsZSAiKiHuzGd4NfKhYKjKClFJiIpmlSp6r/PkXDTQ6uJgLrtC4U2V2bUMIU8A= smithi165.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD/WdjCAIUf3e+U0EuYxFFMBqh8enc7zFVWGGtLpEjDMXqsGlBDYROaTqs8crWoEbO1uDJU1BhKHNvxeTLYaRKU= tasks: - 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 0x7fcfcce87f70>, signals=[15]) 2024-02-11T08:54:53.533 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-11T08:54:53.539 INFO:teuthology.task.internal:Opening connections... 2024-02-11T08:54:53.539 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi006.front.sepia.ceph.com 2024-02-11T08:54:53.541 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:54:53.648 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2024-02-11T08:54:53.649 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:54:53.739 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi165.front.sepia.ceph.com 2024-02-11T08:54:53.740 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:54:53.829 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-11T08:54:53.836 DEBUG:teuthology.orchestra.run.smithi006:> uname -m 2024-02-11T08:54:53.854 INFO:teuthology.orchestra.run.smithi006.stdout:x86_64 2024-02-11T08:54:53.854 DEBUG:teuthology.orchestra.run.smithi006:> cat /etc/os-release 2024-02-11T08:54:53.912 INFO:teuthology.orchestra.run.smithi006.stdout:NAME="CentOS Stream" 2024-02-11T08:54:53.912 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION="9" 2024-02-11T08:54:53.912 INFO:teuthology.orchestra.run.smithi006.stdout:ID="centos" 2024-02-11T08:54:53.912 INFO:teuthology.orchestra.run.smithi006.stdout:ID_LIKE="rhel fedora" 2024-02-11T08:54:53.912 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION_ID="9" 2024-02-11T08:54:53.912 INFO:teuthology.orchestra.run.smithi006.stdout:PLATFORM_ID="platform:el9" 2024-02-11T08:54:53.912 INFO:teuthology.orchestra.run.smithi006.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-11T08:54:53.912 INFO:teuthology.orchestra.run.smithi006.stdout:ANSI_COLOR="0;31" 2024-02-11T08:54:53.913 INFO:teuthology.orchestra.run.smithi006.stdout:LOGO="fedora-logo-icon" 2024-02-11T08:54:53.913 INFO:teuthology.orchestra.run.smithi006.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-11T08:54:53.913 INFO:teuthology.orchestra.run.smithi006.stdout:HOME_URL="https://centos.org/" 2024-02-11T08:54:53.913 INFO:teuthology.orchestra.run.smithi006.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T08:54:53.913 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-11T08:54:53.913 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-11T08:54:53.913 INFO:teuthology.lock.ops:Updating smithi006.front.sepia.ceph.com on lock server 2024-02-11T08:54:53.938 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2024-02-11T08:54:53.956 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2024-02-11T08:54:53.956 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2024-02-11T08:54:54.013 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="CentOS Stream" 2024-02-11T08:54:54.013 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="9" 2024-02-11T08:54:54.013 INFO:teuthology.orchestra.run.smithi134.stdout:ID="centos" 2024-02-11T08:54:54.014 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE="rhel fedora" 2024-02-11T08:54:54.014 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="9" 2024-02-11T08:54:54.014 INFO:teuthology.orchestra.run.smithi134.stdout:PLATFORM_ID="platform:el9" 2024-02-11T08:54:54.014 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-11T08:54:54.014 INFO:teuthology.orchestra.run.smithi134.stdout:ANSI_COLOR="0;31" 2024-02-11T08:54:54.014 INFO:teuthology.orchestra.run.smithi134.stdout:LOGO="fedora-logo-icon" 2024-02-11T08:54:54.014 INFO:teuthology.orchestra.run.smithi134.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-11T08:54:54.014 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://centos.org/" 2024-02-11T08:54:54.014 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T08:54:54.014 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-11T08:54:54.014 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-11T08:54:54.014 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2024-02-11T08:54:54.038 DEBUG:teuthology.orchestra.run.smithi165:> uname -m 2024-02-11T08:54:54.056 INFO:teuthology.orchestra.run.smithi165.stdout:x86_64 2024-02-11T08:54:54.056 DEBUG:teuthology.orchestra.run.smithi165:> cat /etc/os-release 2024-02-11T08:54:54.114 INFO:teuthology.orchestra.run.smithi165.stdout:NAME="CentOS Stream" 2024-02-11T08:54:54.114 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION="9" 2024-02-11T08:54:54.114 INFO:teuthology.orchestra.run.smithi165.stdout:ID="centos" 2024-02-11T08:54:54.114 INFO:teuthology.orchestra.run.smithi165.stdout:ID_LIKE="rhel fedora" 2024-02-11T08:54:54.114 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION_ID="9" 2024-02-11T08:54:54.114 INFO:teuthology.orchestra.run.smithi165.stdout:PLATFORM_ID="platform:el9" 2024-02-11T08:54:54.114 INFO:teuthology.orchestra.run.smithi165.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-11T08:54:54.114 INFO:teuthology.orchestra.run.smithi165.stdout:ANSI_COLOR="0;31" 2024-02-11T08:54:54.114 INFO:teuthology.orchestra.run.smithi165.stdout:LOGO="fedora-logo-icon" 2024-02-11T08:54:54.114 INFO:teuthology.orchestra.run.smithi165.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-11T08:54:54.115 INFO:teuthology.orchestra.run.smithi165.stdout:HOME_URL="https://centos.org/" 2024-02-11T08:54:54.115 INFO:teuthology.orchestra.run.smithi165.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T08:54:54.115 INFO:teuthology.orchestra.run.smithi165.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-11T08:54:54.115 INFO:teuthology.orchestra.run.smithi165.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-11T08:54:54.115 INFO:teuthology.lock.ops:Updating smithi165.front.sepia.ceph.com on lock server 2024-02-11T08:54:54.138 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-11T08:54:54.146 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-11T08:54:54.162 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-11T08:54:54.162 DEBUG:teuthology.orchestra.run.smithi006:> test '!' -e /home/ubuntu/cephtest 2024-02-11T08:54:54.165 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2024-02-11T08:54:54.167 DEBUG:teuthology.orchestra.run.smithi165:> test '!' -e /home/ubuntu/cephtest 2024-02-11T08:54:54.184 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-11T08:54:54.189 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-11T08:54:54.190 DEBUG:teuthology.orchestra.run.smithi006:> test -z $(ls -A /var/lib/ceph) 2024-02-11T08:54:54.222 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2024-02-11T08:54:54.225 DEBUG:teuthology.orchestra.run.smithi165:> test -z $(ls -A /var/lib/ceph) 2024-02-11T08:54:54.450 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-11T08:54:54.525 INFO:teuthology.run_tasks:Running task kernel... 2024-02-11T08:54:54.539 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-11T08:54:54.539 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-11T08:54:54.539 DEBUG:teuthology.orchestra.run.smithi006:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T08:54:54.540 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T08:54:54.540 DEBUG:teuthology.orchestra.run.smithi165:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T08:54:54.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:54:54.557 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-02-11T08:54:54.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:54:54.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:54:54.559 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-02-11T08:54:54.559 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2024-02-11T08:54:54.614 INFO:teuthology.orchestra.run.smithi134.stdout:5.14.0-361.el9.x86_64 2024-02-11T08:54:54.615 INFO:teuthology.task.kernel:Running kernel on smithi134: 5.14.0-361.el9.x86_64 2024-02-11T08:54:54.615 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum install -y kernel 2024-02-11T08:54:54.616 INFO:teuthology.orchestra.run.smithi165.stdout:5.14.0-361.el9.x86_64 2024-02-11T08:54:54.617 INFO:teuthology.task.kernel:Running kernel on smithi165: 5.14.0-361.el9.x86_64 2024-02-11T08:54:54.617 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum install -y kernel 2024-02-11T08:54:54.618 INFO:teuthology.orchestra.run.smithi006.stdout:5.14.0-361.el9.x86_64 2024-02-11T08:54:54.618 INFO:teuthology.task.kernel:Running kernel on smithi006: 5.14.0-361.el9.x86_64 2024-02-11T08:54:54.618 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum install -y kernel 2024-02-11T08:54:56.679 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-02-11T08:54:56.698 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-02-11T08:54:56.789 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-02-11T08:54:58.037 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS-9 - BaseOS 7.8 MB/s | 2.0 MB 00:00 2024-02-11T08:54:58.140 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-9 - BaseOS 6.8 MB/s | 2.0 MB 00:00 2024-02-11T08:54:58.431 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS-9 - BaseOS 3.7 MB/s | 2.0 MB 00:00 2024-02-11T08:55:01.521 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - BaseOS 2.9 MB/s | 8.0 MB 00:02 2024-02-11T08:55:02.194 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - BaseOS 2.0 MB/s | 8.0 MB 00:04 2024-02-11T08:55:04.020 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-02-11T08:55:09.404 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 5.9 MB 00:01 2024-02-11T08:55:10.780 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 15 kB 00:00 2024-02-11T08:55:14.479 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - BaseOS 513 kB/s | 8.0 MB 00:15 2024-02-11T08:55:16.755 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-02-11T08:55:21.390 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - CRB 5.8 MB/s | 5.9 MB 00:01 2024-02-11T08:55:22.974 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 15 kB 00:00 2024-02-11T08:55:23.969 INFO:teuthology.orchestra.run.smithi006.stdout:Extra Packages for Enterprise Linux 24 MB/s | 20 MB 00:00 2024-02-11T08:55:25.753 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - AppStream 829 kB/s | 19 MB 00:23 2024-02-11T08:55:26.247 INFO:teuthology.orchestra.run.smithi165.stdout:Extra Packages for Enterprise Linux 1.3 MB/s | 20 MB 00:15 2024-02-11T08:55:29.025 INFO:teuthology.orchestra.run.smithi006.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-02-11T08:55:31.103 INFO:teuthology.orchestra.run.smithi165.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-02-11T08:55:31.324 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-11T08:55:31.324 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-11T08:55:31.414 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T08:55:31.420 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T08:55:31.420 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-02-11T08:55:31.420 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T08:55:31.420 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T08:55:31.420 INFO:teuthology.orchestra.run.smithi006.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-11T08:55:31.420 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-02-11T08:55:31.420 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-11T08:55:31.420 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-11T08:55:31.421 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-11T08:55:31.421 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T08:55:31.421 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T08:55:31.421 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T08:55:31.421 INFO:teuthology.orchestra.run.smithi006.stdout:Install 4 Packages 2024-02-11T08:55:31.421 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T08:55:31.421 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 99 M 2024-02-11T08:55:31.422 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 122 M 2024-02-11T08:55:31.422 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T08:55:31.743 INFO:teuthology.orchestra.run.smithi006.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 19 MB/s | 6.0 MB 00:00 2024-02-11T08:55:32.419 INFO:teuthology.orchestra.run.smithi006.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 21 MB/s | 21 MB 00:00 2024-02-11T08:55:32.978 INFO:teuthology.orchestra.run.smithi006.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 27 MB/s | 33 MB 00:01 2024-02-11T08:55:33.444 INFO:teuthology.orchestra.run.smithi006.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 19 MB/s | 39 MB 00:02 2024-02-11T08:55:33.448 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:55:33.448 INFO:teuthology.orchestra.run.smithi006.stdout:Total 49 MB/s | 99 MB 00:02 2024-02-11T08:55:33.448 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T08:55:33.476 INFO:teuthology.orchestra.run.smithi165.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-11T08:55:33.476 INFO:teuthology.orchestra.run.smithi165.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-11T08:55:33.573 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T08:55:33.577 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T08:55:33.577 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-02-11T08:55:33.577 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T08:55:33.577 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T08:55:33.577 INFO:teuthology.orchestra.run.smithi165.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-11T08:55:33.577 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-02-11T08:55:33.577 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-11T08:55:33.578 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-11T08:55:33.578 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-11T08:55:33.578 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T08:55:33.578 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T08:55:33.578 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T08:55:33.578 INFO:teuthology.orchestra.run.smithi165.stdout:Install 4 Packages 2024-02-11T08:55:33.578 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T08:55:33.579 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - CRB 1.4 MB/s | 5.9 MB 00:04 2024-02-11T08:55:33.579 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 99 M 2024-02-11T08:55:33.579 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 122 M 2024-02-11T08:55:33.579 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T08:55:33.896 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T08:55:33.897 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T08:55:33.946 INFO:teuthology.orchestra.run.smithi165.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 16 MB/s | 6.0 MB 00:00 2024-02-11T08:55:34.488 INFO:teuthology.orchestra.run.smithi165.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 23 MB/s | 21 MB 00:00 2024-02-11T08:55:34.956 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T08:55:34.956 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T08:55:35.229 INFO:teuthology.orchestra.run.smithi165.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 26 MB/s | 33 MB 00:01 2024-02-11T08:55:35.671 INFO:teuthology.orchestra.run.smithi165.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 19 MB/s | 39 MB 00:02 2024-02-11T08:55:35.675 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:55:35.676 INFO:teuthology.orchestra.run.smithi165.stdout:Total 47 MB/s | 99 MB 00:02 2024-02-11T08:55:35.676 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T08:55:35.962 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 15 kB 00:01 2024-02-11T08:55:36.079 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T08:55:36.080 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T08:55:37.137 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T08:55:37.137 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T08:55:37.507 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T08:55:37.899 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 11 MB/s | 20 MB 00:01 2024-02-11T08:55:38.206 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-11T08:55:38.328 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T08:55:39.600 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T08:55:40.266 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-11T08:55:40.404 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T08:55:41.223 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T08:55:41.397 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T08:55:42.771 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-02-11T08:55:43.256 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T08:55:43.447 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T08:55:45.053 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-11T08:55:45.053 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-11T08:55:45.155 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T08:55:45.164 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T08:55:45.164 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-11T08:55:45.164 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T08:55:45.164 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T08:55:45.165 INFO:teuthology.orchestra.run.smithi134.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-11T08:55:45.165 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-11T08:55:45.165 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-11T08:55:45.165 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-11T08:55:45.165 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-11T08:55:45.165 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T08:55:45.165 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T08:55:45.165 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T08:55:45.165 INFO:teuthology.orchestra.run.smithi134.stdout:Install 4 Packages 2024-02-11T08:55:45.165 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T08:55:45.166 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 99 M 2024-02-11T08:55:45.166 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 122 M 2024-02-11T08:55:45.166 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T08:55:45.497 INFO:teuthology.orchestra.run.smithi134.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 18 MB/s | 6.0 MB 00:00 2024-02-11T08:55:45.931 INFO:teuthology.orchestra.run.smithi134.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 27 MB/s | 21 MB 00:00 2024-02-11T08:55:46.460 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T08:55:46.564 INFO:teuthology.orchestra.run.smithi134.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 31 MB/s | 33 MB 00:01 2024-02-11T08:55:46.568 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:55:47.039 INFO:teuthology.orchestra.run.smithi134.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 21 MB/s | 39 MB 00:01 2024-02-11T08:55:47.043 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:55:47.043 INFO:teuthology.orchestra.run.smithi134.stdout:Total 53 MB/s | 99 MB 00:01 2024-02-11T08:55:47.043 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T08:55:47.402 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T08:55:47.402 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T08:55:48.156 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T08:55:48.367 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:55:48.410 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T08:55:48.411 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T08:55:50.811 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T08:55:51.456 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-11T08:55:51.589 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T08:55:51.654 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:55:53.125 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:55:54.320 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T08:55:54.492 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T08:55:59.165 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T08:55:59.371 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:04.102 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:22.346 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:22.346 INFO:teuthology.orchestra.run.smithi165.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-11T08:56:22.346 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T08:56:22.415 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:22.461 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:22.461 INFO:teuthology.orchestra.run.smithi006.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-11T08:56:22.461 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T08:56:22.534 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:22.866 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:22.866 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-11T08:56:22.866 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T08:56:22.866 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T08:56:22.906 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:22.906 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-11T08:56:22.906 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T08:56:22.906 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T08:56:23.309 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:23.309 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T08:56:23.310 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T08:56:23.310 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-11T08:56:23.310 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-11T08:56:23.310 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-11T08:56:23.310 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-11T08:56:23.310 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T08:56:23.310 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T08:56:23.344 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:23.344 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T08:56:23.344 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T08:56:23.344 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-11T08:56:23.344 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-11T08:56:23.344 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-11T08:56:23.345 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-11T08:56:23.345 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T08:56:23.345 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T08:56:23.823 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T08:56:23.845 DEBUG:teuthology.orchestra.run.smithi165:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T08:56:23.959 INFO:teuthology.orchestra.run.smithi006.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T08:56:23.959 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T08:56:23.960 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-419.el9.x86_64 2024-02-11T08:56:23.960 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T08:56:23.960 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T08:56:23.960 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-11T08:56:23.960 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi006.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T08:56:23.960 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T08:56:23.977 INFO:teuthology.orchestra.run.smithi165.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T08:56:23.977 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T08:56:23.977 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-419.el9.x86_64 2024-02-11T08:56:23.977 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T08:56:23.977 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T08:56:23.977 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-11T08:56:23.978 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi165.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T08:56:23.978 DEBUG:teuthology.orchestra.run.smithi165:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T08:56:24.073 INFO:teuthology.orchestra.run.smithi006.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T08:56:24.073 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T08:56:24.073 DEBUG:teuthology.orchestra.run.smithi006:> sudo rpm -qi grub2-tools 2024-02-11T08:56:24.086 INFO:teuthology.orchestra.run.smithi165.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T08:56:24.086 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T08:56:24.086 DEBUG:teuthology.orchestra.run.smithi165:> sudo rpm -qi grub2-tools 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Name : grub2-tools 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Epoch : 1 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Version : 2.06 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Release : 68.el9 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Architecture: x86_64 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Group : Unspecified 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Size : 8264254 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:License : GPLv3+ 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-11T08:56:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout:Packager : builder@centos.org 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout:Vendor : CentOS 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout:Summary : Support tools for GRUB. 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout:Description : 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout:hardware devices. 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T08:56:24.122 INFO:teuthology.orchestra.run.smithi006.stdout:This subpackage provides tools for support of all platforms. 2024-02-11T08:56:24.123 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-11T08:56:24.123 INFO:teuthology.task.kernel:Updating grub on smithi006 to boot 5.14.0-419.el9.x86_64 2024-02-11T08:56:24.123 DEBUG:teuthology.orchestra.run.smithi006:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-11T08:56:24.128 INFO:teuthology.orchestra.run.smithi165.stdout:Name : grub2-tools 2024-02-11T08:56:24.128 INFO:teuthology.orchestra.run.smithi165.stdout:Epoch : 1 2024-02-11T08:56:24.128 INFO:teuthology.orchestra.run.smithi165.stdout:Version : 2.06 2024-02-11T08:56:24.128 INFO:teuthology.orchestra.run.smithi165.stdout:Release : 68.el9 2024-02-11T08:56:24.128 INFO:teuthology.orchestra.run.smithi165.stdout:Architecture: x86_64 2024-02-11T08:56:24.128 INFO:teuthology.orchestra.run.smithi165.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-11T08:56:24.128 INFO:teuthology.orchestra.run.smithi165.stdout:Group : Unspecified 2024-02-11T08:56:24.128 INFO:teuthology.orchestra.run.smithi165.stdout:Size : 8264254 2024-02-11T08:56:24.128 INFO:teuthology.orchestra.run.smithi165.stdout:License : GPLv3+ 2024-02-11T08:56:24.128 INFO:teuthology.orchestra.run.smithi165.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:Packager : builder@centos.org 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:Vendor : CentOS 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:Summary : Support tools for GRUB. 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:Description : 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:hardware devices. 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T08:56:24.129 INFO:teuthology.orchestra.run.smithi165.stdout:This subpackage provides tools for support of all platforms. 2024-02-11T08:56:24.130 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-11T08:56:24.130 INFO:teuthology.task.kernel:Updating grub on smithi165 to boot 5.14.0-419.el9.x86_64 2024-02-11T08:56:24.130 DEBUG:teuthology.orchestra.run.smithi165:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-11T08:56:24.657 INFO:teuthology.orchestra.run.smithi006.stderr:Generating grub configuration file ... 2024-02-11T08:56:24.780 INFO:teuthology.orchestra.run.smithi165.stderr:Generating grub configuration file ... 2024-02-11T08:56:26.118 INFO:teuthology.orchestra.run.smithi165.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-11T08:56:26.149 INFO:teuthology.orchestra.run.smithi006.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-11T08:56:26.150 INFO:teuthology.orchestra.run.smithi165.stderr:done 2024-02-11T08:56:26.153 DEBUG:teuthology.orchestra.run.smithi165:> mktemp 2024-02-11T08:56:26.169 INFO:teuthology.orchestra.run.smithi165.stdout:/tmp/tmp.W6W30r3wHX 2024-02-11T08:56:26.169 DEBUG:teuthology.orchestra.run.smithi165:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.W6W30r3wHX 2024-02-11T08:56:26.193 INFO:teuthology.orchestra.run.smithi006.stderr:done 2024-02-11T08:56:26.195 DEBUG:teuthology.orchestra.run.smithi006:> mktemp 2024-02-11T08:56:26.211 INFO:teuthology.orchestra.run.smithi006.stdout:/tmp/tmp.DFI10nZPit 2024-02-11T08:56:26.211 DEBUG:teuthology.orchestra.run.smithi006:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.DFI10nZPit 2024-02-11T08:56:26.237 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 0666 /tmp/tmp.W6W30r3wHX 2024-02-11T08:56:26.283 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod 0666 /tmp/tmp.DFI10nZPit 2024-02-11T08:56:26.372 DEBUG:teuthology.orchestra.remote:smithi165:/tmp/tmp.W6W30r3wHX is 6KB 2024-02-11T08:56:26.421 DEBUG:teuthology.orchestra.run.smithi165:> rm -fr /tmp/tmp.W6W30r3wHX 2024-02-11T08:56:26.432 DEBUG:teuthology.orchestra.remote:smithi006:/tmp/tmp.DFI10nZPit is 6KB 2024-02-11T08:56:26.436 DEBUG:teuthology.orchestra.run.smithi165:> sudo /bin/ls /boot/loader/entries || true 2024-02-11T08:56:26.482 DEBUG:teuthology.orchestra.run.smithi006:> rm -fr /tmp/tmp.DFI10nZPit 2024-02-11T08:56:26.497 DEBUG:teuthology.orchestra.run.smithi006:> sudo /bin/ls /boot/loader/entries || true 2024-02-11T08:56:26.500 INFO:teuthology.orchestra.run.smithi165.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-11T08:56:26.501 INFO:teuthology.orchestra.run.smithi165.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-11T08:56:26.501 INFO:teuthology.orchestra.run.smithi165.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-11T08:56:26.501 INFO:teuthology.orchestra.run.smithi165.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-11T08:56:26.502 DEBUG:teuthology.orchestra.run.smithi165:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-11T08:56:26.566 INFO:teuthology.orchestra.run.smithi006.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-11T08:56:26.566 INFO:teuthology.orchestra.run.smithi006.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-11T08:56:26.566 INFO:teuthology.orchestra.run.smithi006.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-11T08:56:26.566 INFO:teuthology.orchestra.run.smithi006.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-11T08:56:26.567 DEBUG:teuthology.orchestra.run.smithi006:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-11T08:56:26.657 DEBUG:teuthology.orchestra.run.smithi165:> sudo shutdown -r now 2024-02-11T08:56:26.723 DEBUG:teuthology.orchestra.run.smithi006:> sudo shutdown -r now 2024-02-11T08:56:33.318 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:33.318 INFO:teuthology.orchestra.run.smithi134.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-11T08:56:33.319 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T08:56:33.389 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:33.772 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:33.773 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-11T08:56:33.773 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T08:56:33.773 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T08:56:34.158 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T08:56:34.159 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T08:56:34.159 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T08:56:34.159 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-11T08:56:34.159 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-11T08:56:34.159 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-11T08:56:34.159 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-11T08:56:34.159 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T08:56:34.159 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T08:56:34.660 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T08:56:34.796 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T08:56:34.797 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T08:56:34.797 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-419.el9.x86_64 2024-02-11T08:56:34.797 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T08:56:34.797 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T08:56:34.797 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-11T08:56:34.798 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T08:56:34.798 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T08:56:34.905 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T08:56:34.905 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T08:56:34.906 DEBUG:teuthology.orchestra.run.smithi134:> sudo rpm -qi grub2-tools 2024-02-11T08:56:34.939 INFO:teuthology.orchestra.run.smithi134.stdout:Name : grub2-tools 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Epoch : 1 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Version : 2.06 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Release : 68.el9 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: x86_64 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Group : Unspecified 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Size : 8264254 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:License : GPLv3+ 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Packager : builder@centos.org 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:Vendor : CentOS 2024-02-11T08:56:34.940 INFO:teuthology.orchestra.run.smithi134.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-11T08:56:34.941 INFO:teuthology.orchestra.run.smithi134.stdout:Summary : Support tools for GRUB. 2024-02-11T08:56:34.941 INFO:teuthology.orchestra.run.smithi134.stdout:Description : 2024-02-11T08:56:34.941 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T08:56:34.941 INFO:teuthology.orchestra.run.smithi134.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-11T08:56:34.941 INFO:teuthology.orchestra.run.smithi134.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-11T08:56:34.941 INFO:teuthology.orchestra.run.smithi134.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-11T08:56:34.941 INFO:teuthology.orchestra.run.smithi134.stdout:hardware devices. 2024-02-11T08:56:34.941 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T08:56:34.941 INFO:teuthology.orchestra.run.smithi134.stdout:This subpackage provides tools for support of all platforms. 2024-02-11T08:56:34.942 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-11T08:56:34.942 INFO:teuthology.task.kernel:Updating grub on smithi134 to boot 5.14.0-419.el9.x86_64 2024-02-11T08:56:34.942 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-11T08:56:35.514 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2024-02-11T08:56:36.896 INFO:teuthology.orchestra.run.smithi134.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-11T08:56:36.917 INFO:teuthology.orchestra.run.smithi134.stderr:done 2024-02-11T08:56:36.919 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2024-02-11T08:56:36.934 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.bOofD1II6v 2024-02-11T08:56:36.935 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.bOofD1II6v 2024-02-11T08:56:37.002 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.bOofD1II6v 2024-02-11T08:56:37.145 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.bOofD1II6v is 6KB 2024-02-11T08:56:37.193 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.bOofD1II6v 2024-02-11T08:56:37.207 DEBUG:teuthology.orchestra.run.smithi134:> sudo /bin/ls /boot/loader/entries || true 2024-02-11T08:56:37.281 INFO:teuthology.orchestra.run.smithi134.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-11T08:56:37.281 INFO:teuthology.orchestra.run.smithi134.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-11T08:56:37.281 INFO:teuthology.orchestra.run.smithi134.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-11T08:56:37.281 INFO:teuthology.orchestra.run.smithi134.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-11T08:56:37.282 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-11T08:56:37.431 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2024-02-11T08:56:56.679 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-11T08:56:56.680 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-02-11T08:56:56.681 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:56:56.726 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-11T08:56:56.726 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-02-11T08:56:56.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:57:07.437 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-11T08:57:07.438 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-11T08:57:07.439 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:57:15.068 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-02-11T08:57:15.069 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.6 2024-02-11T08:57:24.077 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-02-11T08:57:24.078 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:57:24.080 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-02-11T08:57:24.080 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:57:25.820 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-02-11T08:57:27.132 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-02-11T08:57:34.829 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-11T08:57:34.829 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:57:37.884 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-02-11T08:57:39.135 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-02-11T08:57:39.136 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:57:49.892 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-11T08:57:49.893 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:57:57.564 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-02-11T08:58:12.576 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-02-11T08:58:12.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:58:13.000 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-02-11T08:58:13.448 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-02-11T08:58:13.448 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-419.el9.x86_64"... 2024-02-11T08:58:13.449 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-02-11T08:58:13.463 INFO:teuthology.orchestra.run.smithi165.stdout:5.14.0-419.el9.x86_64 2024-02-11T08:58:13.463 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-419.el9.x86_64 vs 5.14.0-419.el9.x86_64 2024-02-11T08:58:13.463 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T08:58:13.463 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-11T08:58:14.464 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-11T08:58:14.464 DEBUG:teuthology.orchestra.run.smithi165:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T08:58:14.521 INFO:teuthology.orchestra.run.smithi165.stdout:ttyS1 2024-02-11T08:58:14.558 DEBUG:teuthology.parallel:result is None 2024-02-11T08:58:21.749 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-02-11T08:58:22.190 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-11T08:58:22.190 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-419.el9.x86_64"... 2024-02-11T08:58:22.190 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-02-11T08:58:22.204 INFO:teuthology.orchestra.run.smithi134.stdout:5.14.0-419.el9.x86_64 2024-02-11T08:58:22.205 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-419.el9.x86_64 vs 5.14.0-419.el9.x86_64 2024-02-11T08:58:22.205 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T08:58:22.205 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-11T08:58:23.205 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-11T08:58:23.206 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T08:58:23.267 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2024-02-11T08:58:23.324 DEBUG:teuthology.parallel:result is None 2024-02-11T08:58:24.082 DEBUG:teuthology.orchestra.remote:timed out 2024-02-11T08:58:36.083 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-02-11T08:58:36.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:58:36.465 DEBUG:teuthology.orchestra.run.smithi006:> true 2024-02-11T08:58:36.849 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-02-11T08:58:36.849 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-419.el9.x86_64"... 2024-02-11T08:58:36.849 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2024-02-11T08:58:36.864 INFO:teuthology.orchestra.run.smithi006.stdout:5.14.0-419.el9.x86_64 2024-02-11T08:58:36.864 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-419.el9.x86_64 vs 5.14.0-419.el9.x86_64 2024-02-11T08:58:36.864 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T08:58:36.864 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-11T08:58:37.865 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-11T08:58:37.865 DEBUG:teuthology.orchestra.run.smithi006:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T08:58:37.941 INFO:teuthology.orchestra.run.smithi006.stdout:ttyS1 2024-02-11T08:58:37.983 DEBUG:teuthology.parallel:result is None 2024-02-11T08:58:37.983 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-11T08:58:37.990 INFO:teuthology.task.internal:Creating test directory... 2024-02-11T08:58:37.990 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T08:58:37.993 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T08:58:37.995 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T08:58:38.015 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-11T08:58:38.035 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-11T08:58:38.068 INFO:teuthology.task.internal:Creating archive directory... 2024-02-11T08:58:38.069 DEBUG:teuthology.orchestra.run.smithi006:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T08:58:38.071 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T08:58:38.073 DEBUG:teuthology.orchestra.run.smithi165:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T08:58:38.135 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-11T08:58:38.142 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-11T08:58:38.142 DEBUG:teuthology.orchestra.run.smithi006:> 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-02-11T08:58:38.145 DEBUG:teuthology.orchestra.run.smithi134:> 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-02-11T08:58:38.155 DEBUG:teuthology.orchestra.run.smithi165:> 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-02-11T08:58:38.178 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:58:38.188 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:58:38.192 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:58:38.195 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:58:38.202 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:58:38.209 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:58:38.211 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-11T08:58:38.218 INFO:teuthology.task.internal:Configuring sudo... 2024-02-11T08:58:38.218 DEBUG:teuthology.orchestra.run.smithi006:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T08:58:38.237 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T08:58:38.254 DEBUG:teuthology.orchestra.run.smithi165:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T08:58:38.283 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-11T08:58:38.293 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-11T08:58:38.293 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T08:58:38.306 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T08:58:38.323 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T08:58:38.340 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:58:38.405 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:58:38.453 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:58:38.536 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:58:38.580 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-02-11T08:58:38.580 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T08:58:38.648 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:58:38.692 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:58:38.743 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:58:38.825 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:58:38.870 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-11T08:58:38.870 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T08:58:38.939 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:58:38.977 DEBUG:teuthology.orchestra.run.smithi165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:58:39.047 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:58:39.090 DEBUG:teuthology.orchestra.run.smithi165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:58:39.136 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-02-11T08:58:39.136 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T08:58:39.206 DEBUG:teuthology.orchestra.run.smithi006:> sudo service rsyslog restart 2024-02-11T08:58:39.208 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2024-02-11T08:58:39.210 DEBUG:teuthology.orchestra.run.smithi165:> sudo service rsyslog restart 2024-02-11T08:58:39.254 INFO:teuthology.orchestra.run.smithi006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T08:58:39.258 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T08:58:39.306 INFO:teuthology.orchestra.run.smithi165.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T08:58:39.771 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-11T08:58:39.779 INFO:teuthology.task.internal:Starting timer... 2024-02-11T08:58:39.779 INFO:teuthology.run_tasks:Running task pcp... 2024-02-11T08:58:39.813 INFO:teuthology.run_tasks:Running task selinux... 2024-02-11T08:58:39.845 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-11T08:58:39.846 DEBUG:teuthology.orchestra.run.smithi006:> sudo service auditd rotate 2024-02-11T08:58:39.905 INFO:teuthology.orchestra.run.smithi006.stdout:Rotating logs: 2024-02-11T08:58:39.907 DEBUG:teuthology.orchestra.run.smithi134:> sudo service auditd rotate 2024-02-11T08:58:39.960 INFO:teuthology.orchestra.run.smithi134.stdout:Rotating logs: 2024-02-11T08:58:39.962 DEBUG:teuthology.orchestra.run.smithi165:> sudo service auditd rotate 2024-02-11T08:58:40.025 INFO:teuthology.orchestra.run.smithi165.stdout:Rotating logs: 2024-02-11T08:58:40.026 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-11T08:58:40.026 DEBUG:teuthology.orchestra.run.smithi006:> /usr/sbin/getenforce 2024-02-11T08:58:40.045 INFO:teuthology.orchestra.run.smithi006.stdout:Permissive 2024-02-11T08:58:40.045 DEBUG:teuthology.orchestra.run.smithi134:> /usr/sbin/getenforce 2024-02-11T08:58:40.064 INFO:teuthology.orchestra.run.smithi134.stdout:Permissive 2024-02-11T08:58:40.064 DEBUG:teuthology.orchestra.run.smithi165:> /usr/sbin/getenforce 2024-02-11T08:58:40.084 INFO:teuthology.orchestra.run.smithi165.stdout:Permissive 2024-02-11T08:58:40.084 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi006.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi134.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi165.front.sepia.ceph.com': 'permissive'} 2024-02-11T08:58:40.084 DEBUG:teuthology.orchestra.run.smithi006:> 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 2024-02-11T08:58:40.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:58:40.113 DEBUG:teuthology.orchestra.run.smithi134:> 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 2024-02-11T08:58:40.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:58:40.142 DEBUG:teuthology.orchestra.run.smithi165:> 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 2024-02-11T08:58:40.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:58:40.170 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-11T08:58:40.170 DEBUG:teuthology.orchestra.run.smithi006:> sudo /usr/sbin/setenforce permissive 2024-02-11T08:58:40.205 DEBUG:teuthology.orchestra.run.smithi134:> sudo /usr/sbin/setenforce permissive 2024-02-11T08:58:40.242 DEBUG:teuthology.orchestra.run.smithi165:> sudo /usr/sbin/setenforce permissive 2024-02-11T08:58:40.277 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-11T08:58:40.287 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-11T08:58:40.291 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-11T08:58:40.450 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-11T08:58:40.466 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-02-11T08:58:40.467 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi006.front.sepia.ceph.com,smithi134.front.sepia.ceph.com,smithi165.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-11T09:02:50.791 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi006.front.sepia.ceph.com'), Remote(name='ubuntu@smithi134.front.sepia.ceph.com'), Remote(name='ubuntu@smithi165.front.sepia.ceph.com')] 2024-02-11T09:02:50.792 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-02-11T09:02:50.793 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T09:02:50.885 DEBUG:teuthology.orchestra.run.smithi006:> true 2024-02-11T09:02:50.966 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-02-11T09:02:50.967 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-11T09:02:50.967 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T09:02:51.054 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-02-11T09:02:51.133 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-11T09:02:51.134 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-02-11T09:02:51.134 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T09:02:51.224 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-02-11T09:02:51.298 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-02-11T09:02:51.299 INFO:teuthology.run_tasks:Running task clock... 2024-02-11T09:02:51.309 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-11T09:02:51.310 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T09:02:51.310 DEBUG:teuthology.orchestra.run.smithi006:> 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-02-11T09:02:51.313 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T09:02:51.313 DEBUG:teuthology.orchestra.run.smithi134:> 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-02-11T09:02:51.315 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T09:02:51.315 DEBUG:teuthology.orchestra.run.smithi165:> 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-02-11T09:02:51.345 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T09:02:51.345 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T09:02:51.363 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T09:02:51.364 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T09:02:51.368 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T09:02:51.385 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T09:02:51.394 INFO:teuthology.orchestra.run.smithi006.stderr:sudo: ntpd: command not found 2024-02-11T09:02:51.397 INFO:teuthology.orchestra.run.smithi134.stderr:sudo: ntpd: command not found 2024-02-11T09:02:51.408 INFO:teuthology.orchestra.run.smithi006.stdout:506 Cannot talk to daemon 2024-02-11T09:02:51.411 INFO:teuthology.orchestra.run.smithi134.stdout:506 Cannot talk to daemon 2024-02-11T09:02:51.415 INFO:teuthology.orchestra.run.smithi165.stderr:sudo: ntpd: command not found 2024-02-11T09:02:51.425 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T09:02:51.427 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T09:02:51.430 INFO:teuthology.orchestra.run.smithi165.stdout:506 Cannot talk to daemon 2024-02-11T09:02:51.442 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T09:02:51.443 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T09:02:51.449 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T09:02:51.468 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T09:02:51.494 INFO:teuthology.orchestra.run.smithi134.stderr:bash: line 1: ntpq: command not found 2024-02-11T09:02:51.498 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T09:02:51.498 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-02-11T09:02:51.499 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.499 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.499 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.499 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.504 INFO:teuthology.orchestra.run.smithi006.stderr:bash: line 1: ntpq: command not found 2024-02-11T09:02:51.508 INFO:teuthology.orchestra.run.smithi006.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T09:02:51.508 INFO:teuthology.orchestra.run.smithi006.stdout:=============================================================================== 2024-02-11T09:02:51.508 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.508 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.508 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.509 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.530 INFO:teuthology.orchestra.run.smithi165.stderr:bash: line 1: ntpq: command not found 2024-02-11T09:02:51.534 INFO:teuthology.orchestra.run.smithi165.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T09:02:51.534 INFO:teuthology.orchestra.run.smithi165.stdout:=============================================================================== 2024-02-11T09:02:51.534 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.534 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.534 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.534 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T09:02:51.535 INFO:teuthology.run_tasks:Running task install... 2024-02-11T09:02:51.543 DEBUG:teuthology.task.install:project ceph 2024-02-11T09:02:51.543 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'}} 2024-02-11T09:02:51.544 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-11T09:02:51.544 INFO:teuthology.task.install:Using flavor: default 2024-02-11T09:02:51.550 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-02-11T09:02:51.550 INFO:teuthology.task.install:extra packages: [] 2024-02-11T09:02:51.550 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': '14aa01b918f09661ae41e4c41d1de99d6ac08228', 'tag': None, 'wait_for_package': False} 2024-02-11T09:02:51.551 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:02:51.553 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': '14aa01b918f09661ae41e4c41d1de99d6ac08228', 'tag': None, 'wait_for_package': False} 2024-02-11T09:02:51.553 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:02:51.554 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': '14aa01b918f09661ae41e4c41d1de99d6ac08228', 'tag': None, 'wait_for_package': False} 2024-02-11T09:02:51.554 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:02:51.788 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/ 2024-02-11T09:02:51.788 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-11T09:02:51.801 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/ 2024-02-11T09:02:51.801 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-11T09:02:51.802 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/ 2024-02-11T09:02:51.802 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-11T09:02:51.986 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-11T09:02:51.986 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-02-11T09:02:51.986 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-11T09:02:51.988 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-11T09:02:51.989 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-11T09:02:51.989 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-11T09:02:51.991 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-11T09:02:51.991 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-02-11T09:02:51.991 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-11T09:02:52.018 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-02-11T09:02:52.019 DEBUG:teuthology.orchestra.run.smithi165:> 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/14aa01b918f09661ae41e4c41d1de99d6ac08228/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-11T09:02:52.020 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-02-11T09:02:52.020 DEBUG:teuthology.orchestra.run.smithi134:> 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/14aa01b918f09661ae41e4c41d1de99d6ac08228/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-11T09:02:52.021 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-02-11T09:02:52.021 DEBUG:teuthology.orchestra.run.smithi006:> 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/14aa01b918f09661ae41e4c41d1de99d6ac08228/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-11T09:02:52.086 DEBUG:teuthology.orchestra.run.smithi165:> 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-02-11T09:02:52.088 DEBUG:teuthology.orchestra.run.smithi134:> 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-02-11T09:02:52.089 DEBUG:teuthology.orchestra.run.smithi006:> 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-02-11T09:02:52.166 DEBUG:teuthology.orchestra.run.smithi165:> 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-02-11T09:02:52.168 DEBUG:teuthology.orchestra.run.smithi134:> 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-02-11T09:02:52.170 DEBUG:teuthology.orchestra.run.smithi006:> 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-02-11T09:02:52.233 INFO:teuthology.orchestra.run.smithi165.stdout:check_obsoletes = 1 2024-02-11T09:02:52.234 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum clean all 2024-02-11T09:02:52.234 INFO:teuthology.orchestra.run.smithi134.stdout:check_obsoletes = 1 2024-02-11T09:02:52.236 INFO:teuthology.orchestra.run.smithi006.stdout:check_obsoletes = 1 2024-02-11T09:02:52.237 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum clean all 2024-02-11T09:02:52.238 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum clean all 2024-02-11T09:02:52.468 INFO:teuthology.orchestra.run.smithi165.stdout:74 files removed 2024-02-11T09:02:52.480 INFO:teuthology.orchestra.run.smithi006.stdout:74 files removed 2024-02-11T09:02:52.490 INFO:teuthology.orchestra.run.smithi134.stdout:74 files removed 2024-02-11T09:02:52.495 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-radosgw 2024-02-11T09:02:52.506 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-radosgw 2024-02-11T09:02:52.518 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-radosgw 2024-02-11T09:02:53.288 INFO:teuthology.orchestra.run.smithi006.stdout:ceph packages for x86_64 178 kB/s | 82 kB 00:00 2024-02-11T09:02:53.293 INFO:teuthology.orchestra.run.smithi134.stdout:ceph packages for x86_64 180 kB/s | 82 kB 00:00 2024-02-11T09:02:53.304 INFO:teuthology.orchestra.run.smithi165.stdout:ceph packages for x86_64 169 kB/s | 82 kB 00:00 2024-02-11T09:02:53.722 INFO:teuthology.orchestra.run.smithi006.stdout:ceph noarch packages 26 kB/s | 10 kB 00:00 2024-02-11T09:02:53.735 INFO:teuthology.orchestra.run.smithi134.stdout:ceph noarch packages 25 kB/s | 10 kB 00:00 2024-02-11T09:02:53.746 INFO:teuthology.orchestra.run.smithi165.stdout:ceph noarch packages 25 kB/s | 10 kB 00:00 2024-02-11T09:02:54.156 INFO:teuthology.orchestra.run.smithi006.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-02-11T09:02:54.169 INFO:teuthology.orchestra.run.smithi134.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-02-11T09:02:54.172 INFO:teuthology.orchestra.run.smithi165.stdout:ceph source packages 4.9 kB/s | 1.9 kB 00:00 2024-02-11T09:02:54.692 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-02-11T09:02:54.707 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-02-11T09:02:54.971 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS-9 - AppStream 8.8 MB/s | 6.7 MB 00:00 2024-02-11T09:02:56.149 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS-9 - BaseOS 6.0 MB/s | 2.0 MB 00:00 2024-02-11T09:02:56.208 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-9 - BaseOS 5.8 MB/s | 2.0 MB 00:00 2024-02-11T09:02:56.380 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS-9 - BaseOS 7.3 MB/s | 2.0 MB 00:00 2024-02-11T09:02:57.215 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-02-11T09:02:57.433 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - BaseOS 9.2 MB/s | 8.0 MB 00:00 2024-02-11T09:02:57.546 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - BaseOS 9.6 MB/s | 8.0 MB 00:00 2024-02-11T09:02:59.174 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-02-11T09:02:59.859 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - AppStream 14 MB/s | 19 MB 00:01 2024-02-11T09:03:01.822 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - AppStream 5.9 MB/s | 19 MB 00:03 2024-02-11T09:03:03.633 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - CRB 6.2 MB/s | 5.9 MB 00:00 2024-02-11T09:03:04.827 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 5.9 MB 00:01 2024-02-11T09:03:05.951 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 15 kB 00:01 2024-02-11T09:03:06.411 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 15 kB 00:00 2024-02-11T09:03:07.735 INFO:teuthology.orchestra.run.smithi165.stdout:Extra Packages for Enterprise Linux 12 MB/s | 20 MB 00:01 2024-02-11T09:03:10.840 INFO:teuthology.orchestra.run.smithi006.stdout:Extra Packages for Enterprise Linux 4.7 MB/s | 20 MB 00:04 2024-02-11T09:03:12.568 INFO:teuthology.orchestra.run.smithi165.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-02-11T09:03:15.257 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:03:15.267 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:03:15.267 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-02-11T09:03:15.267 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:03:15.267 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:03:15.267 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-11T09:03:15.267 INFO:teuthology.orchestra.run.smithi165.stdout:Upgrading: 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: boost-program-options 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-11T09:03:15.268 INFO:teuthology.orchestra.run.smithi165.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-argparse 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-11T09:03:15.269 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout:Installing weak dependencies: 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout:Install 30 Packages 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout:Upgrade 2 Packages 2024-02-11T09:03:15.270 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:15.271 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 58 M 2024-02-11T09:03:15.271 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:03:15.913 INFO:teuthology.orchestra.run.smithi006.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-02-11T09:03:16.752 INFO:teuthology.orchestra.run.smithi165.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 4.0 MB/s | 5.3 MB 00:01 2024-02-11T09:03:16.811 INFO:teuthology.orchestra.run.smithi165.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 434 kB/s | 25 kB 00:00 2024-02-11T09:03:16.952 INFO:teuthology.orchestra.run.smithi165.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 5.1 MB/s | 742 kB 00:00 2024-02-11T09:03:17.078 INFO:teuthology.orchestra.run.smithi165.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 3.9 MB/s | 499 kB 00:00 2024-02-11T09:03:17.286 INFO:teuthology.orchestra.run.smithi165.stdout:(5/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 5.2 MB/s | 9.7 MB 00:01 2024-02-11T09:03:17.378 INFO:teuthology.orchestra.run.smithi165.stdout:(6/32): python3-ceph-argparse-19.0.0-1367.g14aa 494 kB/s | 45 kB 00:00 2024-02-11T09:03:17.446 INFO:teuthology.orchestra.run.smithi165.stdout:(7/32): python3-ceph-common-19.0.0-1367.g14aa01 1.9 MB/s | 131 kB 00:00 2024-02-11T09:03:17.520 INFO:teuthology.orchestra.run.smithi165.stdout:(8/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 2.1 MB/s | 161 kB 00:00 2024-02-11T09:03:17.613 INFO:teuthology.orchestra.run.smithi165.stdout:(9/32): python3-rados-19.0.0-1367.g14aa01b9.el9 3.4 MB/s | 320 kB 00:00 2024-02-11T09:03:17.729 INFO:teuthology.orchestra.run.smithi165.stdout:(10/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_ 7.8 MB/s | 5.1 MB 00:00 2024-02-11T09:03:17.754 INFO:teuthology.orchestra.run.smithi165.stdout:(11/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 2.1 MB/s | 297 kB 00:00 2024-02-11T09:03:17.955 INFO:teuthology.orchestra.run.smithi165.stdout:(12/32): ceph-common-19.0.0-1367.g14aa01b9.el9. 7.8 MB/s | 20 MB 00:02 2024-02-11T09:03:17.963 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - CRB 479 kB/s | 5.9 MB 00:12 2024-02-11T09:03:17.980 INFO:teuthology.orchestra.run.smithi165.stdout:(13/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 397 kB/s | 99 kB 00:00 2024-02-11T09:03:18.114 INFO:teuthology.orchestra.run.smithi165.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 295 kB/s | 106 kB 00:00 2024-02-11T09:03:18.139 INFO:teuthology.orchestra.run.smithi165.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 867 kB/s | 159 kB 00:00 2024-02-11T09:03:18.164 INFO:teuthology.orchestra.run.smithi165.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 327 kB/s | 44 kB 00:00 2024-02-11T09:03:18.272 INFO:teuthology.orchestra.run.smithi165.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 661 kB 00:00 2024-02-11T09:03:18.298 INFO:teuthology.orchestra.run.smithi165.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 309 kB/s | 41 kB 00:00 2024-02-11T09:03:18.323 INFO:teuthology.orchestra.run.smithi165.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.7 MB/s | 282 kB 00:00 2024-02-11T09:03:18.348 INFO:teuthology.orchestra.run.smithi165.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 2.8 MB/s | 215 kB 00:00 2024-02-11T09:03:18.374 INFO:teuthology.orchestra.run.smithi165.stdout:(21/32): qatlib-service-23.11.0-1.el9.x86_64.rp 450 kB/s | 34 kB 00:00 2024-02-11T09:03:18.399 INFO:teuthology.orchestra.run.smithi165.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 868 kB/s | 43 kB 00:00 2024-02-11T09:03:18.524 INFO:teuthology.orchestra.run.smithi165.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 208 kB/s | 26 kB 00:00 2024-02-11T09:03:18.625 INFO:teuthology.orchestra.run.smithi165.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 486 kB/s | 49 kB 00:00 2024-02-11T09:03:18.650 INFO:teuthology.orchestra.run.smithi165.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2024-02-11T09:03:18.695 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:03:18.698 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:03:18.698 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout:Upgrading: 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout: boost-program-options 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-11T09:03:18.699 INFO:teuthology.orchestra.run.smithi006.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-argparse 2024-02-11T09:03:18.700 INFO:teuthology.orchestra.run.smithi006.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-11T09:03:18.701 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-11T09:03:18.701 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-11T09:03:18.701 INFO:teuthology.orchestra.run.smithi006.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-11T09:03:18.701 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-11T09:03:18.701 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-11T09:03:18.701 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-11T09:03:18.701 INFO:teuthology.orchestra.run.smithi006.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-11T09:03:18.701 INFO:teuthology.orchestra.run.smithi006.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-11T09:03:18.701 INFO:teuthology.orchestra.run.smithi006.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-11T09:03:18.701 INFO:teuthology.orchestra.run.smithi006.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-11T09:03:18.701 INFO:teuthology.orchestra.run.smithi006.stdout:Installing weak dependencies: 2024-02-11T09:03:18.702 INFO:teuthology.orchestra.run.smithi006.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-11T09:03:18.702 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:18.702 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:03:18.702 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:03:18.702 INFO:teuthology.orchestra.run.smithi006.stdout:Install 30 Packages 2024-02-11T09:03:18.702 INFO:teuthology.orchestra.run.smithi006.stdout:Upgrade 2 Packages 2024-02-11T09:03:18.702 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:18.703 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 58 M 2024-02-11T09:03:18.703 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:03:18.708 INFO:teuthology.orchestra.run.smithi165.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 809 kB/s | 67 kB 00:00 2024-02-11T09:03:18.784 INFO:teuthology.orchestra.run.smithi165.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 6.1 MB/s | 838 kB 00:00 2024-02-11T09:03:18.809 INFO:teuthology.orchestra.run.smithi165.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.9 MB/s | 192 kB 00:00 2024-02-11T09:03:18.876 INFO:teuthology.orchestra.run.smithi165.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.8 MB/s | 4.4 MB 00:00 2024-02-11T09:03:18.918 INFO:teuthology.orchestra.run.smithi165.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-02-11T09:03:19.226 INFO:teuthology.orchestra.run.smithi165.stdout:(31/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 8.9 MB/s | 3.1 MB 00:00 2024-02-11T09:03:19.276 INFO:teuthology.orchestra.run.smithi165.stdout:(32/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 7.2 MB/s | 3.4 MB 00:00 2024-02-11T09:03:19.281 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:03:19.281 INFO:teuthology.orchestra.run.smithi165.stdout:Total 14 MB/s | 58 MB 00:04 2024-02-11T09:03:19.281 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:03:19.319 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:03:19.319 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:03:19.448 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 15 kB 00:00 2024-02-11T09:03:19.786 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:03:19.787 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:03:20.224 INFO:teuthology.orchestra.run.smithi006.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 4.0 MB/s | 5.3 MB 00:01 2024-02-11T09:03:20.291 INFO:teuthology.orchestra.run.smithi006.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 378 kB/s | 25 kB 00:00 2024-02-11T09:03:20.433 INFO:teuthology.orchestra.run.smithi006.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 5.1 MB/s | 742 kB 00:00 2024-02-11T09:03:20.550 INFO:teuthology.orchestra.run.smithi006.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 4.2 MB/s | 499 kB 00:00 2024-02-11T09:03:20.700 INFO:teuthology.orchestra.run.smithi006.stdout:(5/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 5.4 MB/s | 9.7 MB 00:01 2024-02-11T09:03:20.775 INFO:teuthology.orchestra.run.smithi006.stdout:(6/32): python3-ceph-argparse-19.0.0-1367.g14aa 604 kB/s | 45 kB 00:00 2024-02-11T09:03:20.842 INFO:teuthology.orchestra.run.smithi006.stdout:(7/32): python3-ceph-common-19.0.0-1367.g14aa01 1.9 MB/s | 131 kB 00:00 2024-02-11T09:03:20.901 INFO:teuthology.orchestra.run.smithi006.stdout:(8/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 2.7 MB/s | 161 kB 00:00 2024-02-11T09:03:20.984 INFO:teuthology.orchestra.run.smithi006.stdout:(9/32): python3-rados-19.0.0-1367.g14aa01b9.el9 3.8 MB/s | 320 kB 00:00 2024-02-11T09:03:21.068 INFO:teuthology.orchestra.run.smithi006.stdout:(10/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 3.5 MB/s | 297 kB 00:00 2024-02-11T09:03:21.168 INFO:teuthology.orchestra.run.smithi006.stdout:(11/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_ 8.2 MB/s | 5.1 MB 00:00 2024-02-11T09:03:21.193 INFO:teuthology.orchestra.run.smithi006.stdout:(12/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 793 kB/s | 99 kB 00:00 2024-02-11T09:03:21.264 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:03:21.311 INFO:teuthology.orchestra.run.smithi006.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 746 kB/s | 106 kB 00:00 2024-02-11T09:03:21.327 INFO:teuthology.orchestra.run.smithi006.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.4 MB/s | 159 kB 00:00 2024-02-11T09:03:21.332 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-11T09:03:21.344 INFO:teuthology.orchestra.run.smithi006.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.3 MB/s | 44 kB 00:00 2024-02-11T09:03:21.364 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-11T09:03:21.389 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-11T09:03:21.395 INFO:teuthology.orchestra.run.smithi006.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 9.7 MB/s | 661 kB 00:00 2024-02-11T09:03:21.404 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T09:03:21.415 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 11 MB/s | 20 MB 00:01 2024-02-11T09:03:21.420 INFO:teuthology.orchestra.run.smithi006.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-02-11T09:03:21.421 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T09:03:21.437 INFO:teuthology.orchestra.run.smithi006.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 992 kB/s | 41 kB 00:00 2024-02-11T09:03:21.462 INFO:teuthology.orchestra.run.smithi006.stdout:(19/32): qatlib-23.11.0-1.el9.x86_64.rpm 5.0 MB/s | 215 kB 00:00 2024-02-11T09:03:21.479 INFO:teuthology.orchestra.run.smithi006.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 809 kB/s | 34 kB 00:00 2024-02-11T09:03:21.504 INFO:teuthology.orchestra.run.smithi006.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 1.0 MB/s | 43 kB 00:00 2024-02-11T09:03:21.589 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T09:03:21.642 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T09:03:21.984 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-11T09:03:22.005 INFO:teuthology.orchestra.run.smithi006.stdout:(22/32): ceph-common-19.0.0-1367.g14aa01b9.el9. 6.4 MB/s | 20 MB 00:03 2024-02-11T09:03:22.033 INFO:teuthology.orchestra.run.smithi165.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T09:03:22.124 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T09:03:22.211 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-11T09:03:22.234 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T09:03:22.289 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T09:03:22.325 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-11T09:03:22.368 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-11T09:03:22.436 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T09:03:22.469 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T09:03:22.514 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T09:03:22.542 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-11T09:03:22.650 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-11T09:03:22.685 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-11T09:03:22.725 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-11T09:03:22.758 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-11T09:03:22.796 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-11T09:03:22.829 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-11T09:03:23.039 INFO:teuthology.orchestra.run.smithi006.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 25 kB/s | 26 kB 00:01 2024-02-11T09:03:23.139 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-11T09:03:23.166 INFO:teuthology.orchestra.run.smithi165.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T09:03:23.239 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T09:03:23.263 INFO:teuthology.orchestra.run.smithi006.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 173 kB/s | 309 kB 00:01 2024-02-11T09:03:23.271 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-11T09:03:23.314 INFO:teuthology.orchestra.run.smithi006.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 176 kB/s | 49 kB 00:00 2024-02-11T09:03:23.314 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-11T09:03:23.522 INFO:teuthology.orchestra.run.smithi006.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 261 kB/s | 67 kB 00:00 2024-02-11T09:03:23.765 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-11T09:03:23.802 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T09:03:23.856 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T09:03:23.906 INFO:teuthology.orchestra.run.smithi006.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.4 MB/s | 838 kB 00:00 2024-02-11T09:03:23.924 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-11T09:03:23.939 INFO:teuthology.orchestra.run.smithi006.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 460 kB/s | 192 kB 00:00 2024-02-11T09:03:23.954 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-11T09:03:24.015 INFO:teuthology.orchestra.run.smithi006.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 1.8 MB/s | 4.4 MB 00:02 2024-02-11T09:03:24.382 INFO:teuthology.orchestra.run.smithi006.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 3.3 MB/s | 1.6 MB 00:00 2024-02-11T09:03:24.432 INFO:teuthology.orchestra.run.smithi006.stdout:(31/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 6.9 MB/s | 3.4 MB 00:00 2024-02-11T09:03:24.482 INFO:teuthology.orchestra.run.smithi006.stdout:(32/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 6.7 MB/s | 3.1 MB 00:00 2024-02-11T09:03:24.489 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:03:24.489 INFO:teuthology.orchestra.run.smithi006.stdout:Total 10 MB/s | 58 MB 00:05 2024-02-11T09:03:24.489 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:03:24.530 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:03:24.530 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:03:25.035 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:03:25.035 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:03:26.066 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T09:03:26.108 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T09:03:26.407 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 21 kB/s | 1.7 kB 00:00 2024-02-11T09:03:26.535 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:03:26.616 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-11T09:03:26.654 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-11T09:03:26.668 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T09:03:26.679 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-11T09:03:26.703 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T09:03:26.710 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T09:03:26.727 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T09:03:26.795 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T09:03:26.795 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-11T09:03:26.795 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-11T09:03:26.796 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:26.838 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T09:03:26.927 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T09:03:26.983 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T09:03:27.326 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-11T09:03:27.381 INFO:teuthology.orchestra.run.smithi006.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T09:03:27.492 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T09:03:27.597 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-11T09:03:27.624 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T09:03:27.670 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T09:03:27.699 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-11T09:03:27.743 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-11T09:03:27.813 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T09:03:27.835 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T09:03:27.881 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T09:03:27.917 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-11T09:03:28.027 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-11T09:03:28.068 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-11T09:03:28.108 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-11T09:03:28.141 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-11T09:03:28.170 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-11T09:03:28.203 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-11T09:03:28.527 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-11T09:03:28.558 INFO:teuthology.orchestra.run.smithi006.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T09:03:28.632 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T09:03:28.662 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-11T09:03:28.708 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-11T09:03:29.086 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:03:29.090 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:03:29.090 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-11T09:03:29.090 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:03:29.090 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:03:29.090 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-11T09:03:29.090 INFO:teuthology.orchestra.run.smithi134.stdout:Upgrading: 2024-02-11T09:03:29.090 INFO:teuthology.orchestra.run.smithi134.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-11T09:03:29.090 INFO:teuthology.orchestra.run.smithi134.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T09:03:29.090 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-11T09:03:29.090 INFO:teuthology.orchestra.run.smithi134.stdout: boost-program-options 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-11T09:03:29.091 INFO:teuthology.orchestra.run.smithi134.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-argparse 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-11T09:03:29.092 INFO:teuthology.orchestra.run.smithi134.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-11T09:03:29.093 INFO:teuthology.orchestra.run.smithi134.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-11T09:03:29.093 INFO:teuthology.orchestra.run.smithi134.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-11T09:03:29.093 INFO:teuthology.orchestra.run.smithi134.stdout:Installing weak dependencies: 2024-02-11T09:03:29.093 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-11T09:03:29.093 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:03:29.093 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:03:29.093 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:03:29.093 INFO:teuthology.orchestra.run.smithi134.stdout:Install 30 Packages 2024-02-11T09:03:29.093 INFO:teuthology.orchestra.run.smithi134.stdout:Upgrade 2 Packages 2024-02-11T09:03:29.093 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:03:29.094 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 58 M 2024-02-11T09:03:29.094 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:03:29.187 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-11T09:03:29.218 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T09:03:29.273 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T09:03:29.344 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-11T09:03:29.379 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-11T09:03:30.225 INFO:teuthology.orchestra.run.smithi134.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 6.9 MB/s | 5.3 MB 00:00 2024-02-11T09:03:30.283 INFO:teuthology.orchestra.run.smithi134.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 432 kB/s | 25 kB 00:00 2024-02-11T09:03:30.392 INFO:teuthology.orchestra.run.smithi134.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 6.7 MB/s | 742 kB 00:00 2024-02-11T09:03:30.492 INFO:teuthology.orchestra.run.smithi134.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 4.9 MB/s | 499 kB 00:00 2024-02-11T09:03:31.019 INFO:teuthology.orchestra.run.smithi134.stdout:(5/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_6 9.7 MB/s | 5.1 MB 00:00 2024-02-11T09:03:31.110 INFO:teuthology.orchestra.run.smithi134.stdout:(6/32): python3-ceph-argparse-19.0.0-1367.g14aa 492 kB/s | 45 kB 00:00 2024-02-11T09:03:31.218 INFO:teuthology.orchestra.run.smithi134.stdout:(7/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 5.5 MB/s | 9.7 MB 00:01 2024-02-11T09:03:31.243 INFO:teuthology.orchestra.run.smithi134.stdout:(8/32): python3-ceph-common-19.0.0-1367.g14aa01 982 kB/s | 131 kB 00:00 2024-02-11T09:03:31.302 INFO:teuthology.orchestra.run.smithi134.stdout:(9/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 1.9 MB/s | 161 kB 00:00 2024-02-11T09:03:31.328 INFO:teuthology.orchestra.run.smithi134.stdout:(10/32): python3-rados-19.0.0-1367.g14aa01b9.el 3.7 MB/s | 320 kB 00:00 2024-02-11T09:03:31.519 INFO:teuthology.orchestra.run.smithi134.stdout:(11/32): ceph-common-19.0.0-1367.g14aa01b9.el9. 9.6 MB/s | 20 MB 00:02 2024-02-11T09:03:31.545 INFO:teuthology.orchestra.run.smithi134.stdout:(12/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 459 kB/s | 99 kB 00:00 2024-02-11T09:03:31.570 INFO:teuthology.orchestra.run.smithi134.stdout:(13/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 1.1 MB/s | 297 kB 00:00 2024-02-11T09:03:31.661 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T09:03:31.692 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T09:03:31.695 INFO:teuthology.orchestra.run.smithi134.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 603 kB/s | 106 kB 00:00 2024-02-11T09:03:31.721 INFO:teuthology.orchestra.run.smithi134.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 906 kB/s | 159 kB 00:00 2024-02-11T09:03:31.745 INFO:teuthology.orchestra.run.smithi134.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 348 kB/s | 44 kB 00:00 2024-02-11T09:03:31.771 INFO:teuthology.orchestra.run.smithi134.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-02-11T09:03:31.796 INFO:teuthology.orchestra.run.smithi134.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 838 kB/s | 41 kB 00:00 2024-02-11T09:03:31.821 INFO:teuthology.orchestra.run.smithi134.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-02-11T09:03:31.847 INFO:teuthology.orchestra.run.smithi134.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 2.8 MB/s | 215 kB 00:00 2024-02-11T09:03:31.872 INFO:teuthology.orchestra.run.smithi134.stdout:(21/32): qatlib-service-23.11.0-1.el9.x86_64.rp 451 kB/s | 34 kB 00:00 2024-02-11T09:03:31.897 INFO:teuthology.orchestra.run.smithi134.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 868 kB/s | 43 kB 00:00 2024-02-11T09:03:32.014 INFO:teuthology.orchestra.run.smithi134.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 223 kB/s | 26 kB 00:00 2024-02-11T09:03:32.114 INFO:teuthology.orchestra.run.smithi134.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 486 kB/s | 49 kB 00:00 2024-02-11T09:03:32.140 INFO:teuthology.orchestra.run.smithi134.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2024-02-11T09:03:32.198 INFO:teuthology.orchestra.run.smithi134.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 805 kB/s | 67 kB 00:00 2024-02-11T09:03:32.266 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T09:03:32.282 INFO:teuthology.orchestra.run.smithi134.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 5.8 MB/s | 838 kB 00:00 2024-02-11T09:03:32.304 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T09:03:32.307 INFO:teuthology.orchestra.run.smithi134.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.7 MB/s | 192 kB 00:00 2024-02-11T09:03:32.374 INFO:teuthology.orchestra.run.smithi134.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.8 MB/s | 4.4 MB 00:00 2024-02-11T09:03:32.375 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T09:03:32.375 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-11T09:03:32.375 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-11T09:03:32.375 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:32.406 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T09:03:32.425 INFO:teuthology.orchestra.run.smithi134.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-02-11T09:03:32.625 INFO:teuthology.orchestra.run.smithi134.stdout:(31/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 11 MB/s | 3.4 MB 00:00 2024-02-11T09:03:32.725 INFO:teuthology.orchestra.run.smithi134.stdout:(32/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 8.9 MB/s | 3.1 MB 00:00 2024-02-11T09:03:32.729 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:03:32.729 INFO:teuthology.orchestra.run.smithi134.stdout:Total 16 MB/s | 58 MB 00:03 2024-02-11T09:03:32.729 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:03:32.761 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:03:32.762 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:03:33.242 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:03:33.242 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:03:34.738 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:03:34.820 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-11T09:03:34.855 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-11T09:03:34.880 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-11T09:03:34.911 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T09:03:34.928 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T09:03:35.122 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T09:03:35.175 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T09:03:35.496 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-11T09:03:35.549 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T09:03:35.641 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T09:03:35.730 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-11T09:03:35.767 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T09:03:35.813 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T09:03:35.842 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-11T09:03:35.886 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-11T09:03:35.955 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T09:03:35.978 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T09:03:36.032 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T09:03:36.060 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-11T09:03:36.171 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-11T09:03:36.211 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-11T09:03:36.251 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-11T09:03:36.284 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-11T09:03:36.313 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-11T09:03:36.346 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-11T09:03:36.496 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T09:03:36.496 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /sys 2024-02-11T09:03:36.496 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /proc 2024-02-11T09:03:36.497 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /mnt 2024-02-11T09:03:36.497 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /var/tmp 2024-02-11T09:03:36.497 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /home 2024-02-11T09:03:36.497 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /root 2024-02-11T09:03:36.497 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /tmp 2024-02-11T09:03:36.497 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:36.679 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-11T09:03:36.709 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T09:03:36.808 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T09:03:36.839 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-11T09:03:36.879 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-11T09:03:37.330 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-11T09:03:37.362 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T09:03:37.412 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T09:03:37.416 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T09:03:37.436 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T09:03:37.436 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:03:37.437 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-11T09:03:37.437 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:03:37.437 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:03:37.437 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:37.438 INFO:teuthology.orchestra.run.smithi165.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T09:03:37.484 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-11T09:03:37.514 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-11T09:03:37.522 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T09:03:37.522 INFO:teuthology.orchestra.run.smithi165.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-11T09:03:38.642 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-11T09:03:38.643 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-11T09:03:38.644 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-11T09:03:38.644 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-11T09:03:38.644 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-11T09:03:38.644 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T09:03:38.645 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-11T09:03:38.645 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-11T09:03:39.670 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T09:03:39.695 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T09:03:39.695 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:39.695 INFO:teuthology.orchestra.run.smithi165.stdout:Upgraded: 2024-02-11T09:03:39.695 INFO:teuthology.orchestra.run.smithi165.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.695 INFO:teuthology.orchestra.run.smithi165.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.695 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:03:39.695 INFO:teuthology.orchestra.run.smithi165.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-11T09:03:39.695 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.695 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-11T09:03:39.696 INFO:teuthology.orchestra.run.smithi165.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: re2-1:20211101-3.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:39.697 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:03:39.711 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T09:03:40.067 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-test 2024-02-11T09:03:40.272 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T09:03:40.323 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T09:03:40.416 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T09:03:40.416 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-11T09:03:40.416 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-11T09:03:40.416 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:03:40.458 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T09:03:40.644 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:00:28 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:03:40.811 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:03:40.811 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:40.812 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:03:40.813 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:03:40.813 INFO:teuthology.orchestra.run.smithi165.stdout:Install 6 Packages 2024-02-11T09:03:40.813 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:40.813 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 48 M 2024-02-11T09:03:40.813 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 204 M 2024-02-11T09:03:40.813 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:03:40.998 INFO:teuthology.orchestra.run.smithi165.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.6 MB/s | 300 kB 00:00 2024-02-11T09:03:41.032 INFO:teuthology.orchestra.run.smithi165.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-02-11T09:03:41.074 INFO:teuthology.orchestra.run.smithi165.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.4 MB/s | 186 kB 00:00 2024-02-11T09:03:41.115 INFO:teuthology.orchestra.run.smithi165.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-11T09:03:41.199 INFO:teuthology.orchestra.run.smithi165.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 424 kB/s | 163 kB 00:00 2024-02-11T09:03:42.463 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T09:03:42.463 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /sys 2024-02-11T09:03:42.463 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /proc 2024-02-11T09:03:42.463 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /mnt 2024-02-11T09:03:42.464 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /var/tmp 2024-02-11T09:03:42.464 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /home 2024-02-11T09:03:42.464 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /root 2024-02-11T09:03:42.464 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /tmp 2024-02-11T09:03:42.464 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:43.341 INFO:teuthology.orchestra.run.smithi165.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 19 MB/s | 47 MB 00:02 2024-02-11T09:03:43.344 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:03:43.344 INFO:teuthology.orchestra.run.smithi165.stdout:Total 19 MB/s | 48 MB 00:02 2024-02-11T09:03:43.345 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:03:43.365 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:03:43.365 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:03:43.394 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T09:03:43.416 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T09:03:43.416 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:03:43.417 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-11T09:03:43.417 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:03:43.417 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:03:43.417 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:43.419 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T09:03:43.489 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T09:03:43.489 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T09:03:43.745 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:03:43.745 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:03:44.324 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:03:44.401 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-11T09:03:44.432 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-11T09:03:44.476 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-11T09:03:44.518 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-11T09:03:44.546 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T09:03:44.612 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T09:03:44.612 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-11T09:03:44.612 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-11T09:03:44.612 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-11T09:03:44.613 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-11T09:03:44.614 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-11T09:03:44.615 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-11T09:03:44.615 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-11T09:03:44.615 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-11T09:03:44.615 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T09:03:44.615 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-11T09:03:44.615 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout:Upgraded: 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-11T09:03:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout: re2-1:20211101-3.el9.x86_64 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:45.693 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:03:46.098 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-test 2024-02-11T09:03:46.685 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:31 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:03:46.853 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:03:46.853 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:03:46.854 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-02-11T09:03:46.854 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:03:46.854 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:03:46.854 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-11T09:03:46.854 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-02-11T09:03:46.854 INFO:teuthology.orchestra.run.smithi006.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-11T09:03:46.854 INFO:teuthology.orchestra.run.smithi006.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-11T09:03:46.854 INFO:teuthology.orchestra.run.smithi006.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-11T09:03:46.854 INFO:teuthology.orchestra.run.smithi006.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-11T09:03:46.854 INFO:teuthology.orchestra.run.smithi006.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-11T09:03:46.854 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:46.855 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:03:46.855 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:03:46.855 INFO:teuthology.orchestra.run.smithi006.stdout:Install 6 Packages 2024-02-11T09:03:46.855 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:46.855 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 48 M 2024-02-11T09:03:46.855 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 204 M 2024-02-11T09:03:46.856 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:03:47.021 INFO:teuthology.orchestra.run.smithi006.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 300 kB 00:00 2024-02-11T09:03:47.063 INFO:teuthology.orchestra.run.smithi006.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 63 kB 00:00 2024-02-11T09:03:47.105 INFO:teuthology.orchestra.run.smithi006.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.3 MB/s | 186 kB 00:00 2024-02-11T09:03:47.147 INFO:teuthology.orchestra.run.smithi006.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-11T09:03:47.231 INFO:teuthology.orchestra.run.smithi006.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 435 kB/s | 163 kB 00:00 2024-02-11T09:03:49.063 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T09:03:49.137 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T09:03:49.339 INFO:teuthology.orchestra.run.smithi006.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 19 MB/s | 47 MB 00:02 2024-02-11T09:03:49.343 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:03:49.343 INFO:teuthology.orchestra.run.smithi006.stdout:Total 19 MB/s | 48 MB 00:02 2024-02-11T09:03:49.343 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:03:49.365 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:03:49.365 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:03:49.759 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:03:49.759 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:03:49.784 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T09:03:49.784 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /sys 2024-02-11T09:03:49.784 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /proc 2024-02-11T09:03:49.784 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /mnt 2024-02-11T09:03:49.784 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /var/tmp 2024-02-11T09:03:49.784 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /home 2024-02-11T09:03:49.784 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /root 2024-02-11T09:03:49.784 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /tmp 2024-02-11T09:03:49.784 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:03:50.385 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:03:50.454 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-11T09:03:50.489 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-11T09:03:50.533 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-11T09:03:50.574 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-11T09:03:50.601 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T09:03:50.717 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T09:03:50.742 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T09:03:50.742 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:03:50.742 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-11T09:03:50.742 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:03:50.742 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:03:50.742 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:03:50.744 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T09:03:50.830 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T09:03:50.830 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T09:03:51.505 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T09:03:51.505 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-11T09:03:51.505 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-11T09:03:51.505 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-11T09:03:51.505 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-11T09:03:51.505 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-11T09:03:51.881 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-11T09:03:51.882 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:51.882 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:03:51.882 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:51.882 INFO:teuthology.orchestra.run.smithi165.stdout: jq-1.6-16.el9.x86_64 2024-02-11T09:03:51.882 INFO:teuthology.orchestra.run.smithi165.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:51.882 INFO:teuthology.orchestra.run.smithi165.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-11T09:03:51.882 INFO:teuthology.orchestra.run.smithi165.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-11T09:03:51.882 INFO:teuthology.orchestra.run.smithi165.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-11T09:03:51.882 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:51.882 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:03:51.928 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-11T09:03:51.929 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-11T09:03:51.930 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-11T09:03:51.931 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-11T09:03:51.931 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T09:03:51.931 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-11T09:03:51.931 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-11T09:03:52.205 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph 2024-02-11T09:03:52.808 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:00:40 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:03:52.981 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:03:52.983 INFO:teuthology.orchestra.run.smithi165.stdout:========================================================================================= 2024-02-11T09:03:52.983 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-02-11T09:03:52.983 INFO:teuthology.orchestra.run.smithi165.stdout:========================================================================================= 2024-02-11T09:03:52.983 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:03:52.983 INFO:teuthology.orchestra.run.smithi165.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-11T09:03:52.984 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-11T09:03:52.985 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout:========================================================================================= 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout:Install 36 Packages 2024-02-11T09:03:52.986 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:52.987 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 30 M 2024-02-11T09:03:52.987 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 107 M 2024-02-11T09:03:52.987 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:03:53.181 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T09:03:53.181 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:03:53.181 INFO:teuthology.orchestra.run.smithi134.stdout:Upgraded: 2024-02-11T09:03:53.181 INFO:teuthology.orchestra.run.smithi134.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.181 INFO:teuthology.orchestra.run.smithi134.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.181 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:03:53.181 INFO:teuthology.orchestra.run.smithi134.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-11T09:03:53.181 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.181 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-11T09:03:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: re2-1:20211101-3.el9.x86_64 2024-02-11T09:03:53.183 INFO:teuthology.orchestra.run.smithi134.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-11T09:03:53.184 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:03:53.184 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:03:53.372 INFO:teuthology.orchestra.run.smithi165.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 27 kB/s | 6.6 kB 00:00 2024-02-11T09:03:53.457 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-test 2024-02-11T09:03:53.639 INFO:teuthology.orchestra.run.smithi165.stdout:(2/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 4.2 MB/s | 2.1 MB 00:00 2024-02-11T09:03:53.697 INFO:teuthology.orchestra.run.smithi165.stdout:(3/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.7 MB/s | 1.5 MB 00:00 2024-02-11T09:03:54.014 INFO:teuthology.orchestra.run.smithi165.stdout:(4/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86_ 7.3 MB/s | 4.7 MB 00:00 2024-02-11T09:03:54.035 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:28 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:03:54.123 INFO:teuthology.orchestra.run.smithi165.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2024-02-11T09:03:54.165 INFO:teuthology.orchestra.run.smithi165.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-02-11T09:03:54.190 INFO:teuthology.orchestra.run.smithi165.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-02-11T09:03:54.194 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:03:54.195 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:03:54.195 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-11T09:03:54.195 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:03:54.195 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:03:54.195 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-11T09:03:54.196 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-11T09:03:54.196 INFO:teuthology.orchestra.run.smithi134.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-11T09:03:54.196 INFO:teuthology.orchestra.run.smithi134.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-11T09:03:54.196 INFO:teuthology.orchestra.run.smithi134.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-11T09:03:54.196 INFO:teuthology.orchestra.run.smithi134.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-11T09:03:54.196 INFO:teuthology.orchestra.run.smithi134.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-11T09:03:54.196 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:03:54.196 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:03:54.196 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:03:54.196 INFO:teuthology.orchestra.run.smithi134.stdout:Install 6 Packages 2024-02-11T09:03:54.196 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:03:54.197 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 48 M 2024-02-11T09:03:54.197 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 204 M 2024-02-11T09:03:54.197 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:03:54.215 INFO:teuthology.orchestra.run.smithi165.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.8 MB/s | 47 kB 00:00 2024-02-11T09:03:54.240 INFO:teuthology.orchestra.run.smithi165.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 39 kB 00:00 2024-02-11T09:03:54.282 INFO:teuthology.orchestra.run.smithi165.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-02-11T09:03:54.350 INFO:teuthology.orchestra.run.smithi165.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-02-11T09:03:54.376 INFO:teuthology.orchestra.run.smithi134.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.6 MB/s | 300 kB 00:00 2024-02-11T09:03:54.383 INFO:teuthology.orchestra.run.smithi165.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-02-11T09:03:54.409 INFO:teuthology.orchestra.run.smithi134.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 63 kB 00:00 2024-02-11T09:03:54.417 INFO:teuthology.orchestra.run.smithi165.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2024-02-11T09:03:54.442 INFO:teuthology.orchestra.run.smithi165.stdout:(14/36): ceph-mgr-modules-core-19.0.0-1367.g14a 332 kB/s | 247 kB 00:00 2024-02-11T09:03:54.451 INFO:teuthology.orchestra.run.smithi134.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.4 MB/s | 186 kB 00:00 2024-02-11T09:03:54.459 INFO:teuthology.orchestra.run.smithi165.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.6 MB/s | 113 kB 00:00 2024-02-11T09:03:54.476 INFO:teuthology.orchestra.run.smithi165.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.4 MB/s | 187 kB 00:00 2024-02-11T09:03:54.494 INFO:teuthology.orchestra.run.smithi134.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.0 MB/s | 217 kB 00:00 2024-02-11T09:03:54.627 INFO:teuthology.orchestra.run.smithi134.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 380 kB/s | 163 kB 00:00 2024-02-11T09:03:54.635 INFO:teuthology.orchestra.run.smithi165.stdout:(17/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 17 MB/s | 17 MB 00:00 2024-02-11T09:03:54.702 INFO:teuthology.orchestra.run.smithi165.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 92 kB/s | 22 kB 00:00 2024-02-11T09:03:54.786 INFO:teuthology.orchestra.run.smithi165.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 290 kB/s | 43 kB 00:00 2024-02-11T09:03:54.844 INFO:teuthology.orchestra.run.smithi165.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 411 kB/s | 151 kB 00:00 2024-02-11T09:03:54.903 INFO:teuthology.orchestra.run.smithi165.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 184 kB/s | 11 kB 00:00 2024-02-11T09:03:54.937 INFO:teuthology.orchestra.run.smithi165.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 733 kB/s | 172 kB 00:00 2024-02-11T09:03:54.962 INFO:teuthology.orchestra.run.smithi165.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 301 kB/s | 18 kB 00:00 2024-02-11T09:03:54.987 INFO:teuthology.orchestra.run.smithi165.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-02-11T09:03:55.012 INFO:teuthology.orchestra.run.smithi165.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-02-11T09:03:55.037 INFO:teuthology.orchestra.run.smithi165.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-02-11T09:03:55.063 INFO:teuthology.orchestra.run.smithi165.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-02-11T09:03:55.088 INFO:teuthology.orchestra.run.smithi165.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 613 kB/s | 46 kB 00:00 2024-02-11T09:03:55.113 INFO:teuthology.orchestra.run.smithi165.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-02-11T09:03:55.147 INFO:teuthology.orchestra.run.smithi165.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.2 MB/s | 272 kB 00:00 2024-02-11T09:03:55.172 INFO:teuthology.orchestra.run.smithi165.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-02-11T09:03:55.197 INFO:teuthology.orchestra.run.smithi165.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-02-11T09:03:55.223 INFO:teuthology.orchestra.run.smithi165.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 473 kB/s | 36 kB 00:00 2024-02-11T09:03:55.281 INFO:teuthology.orchestra.run.smithi165.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 344 kB/s | 20 kB 00:00 2024-02-11T09:03:55.307 INFO:teuthology.orchestra.run.smithi165.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-02-11T09:03:55.308 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T09:03:55.341 INFO:teuthology.orchestra.run.smithi165.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.9 MB/s | 427 kB 00:00 2024-02-11T09:03:55.344 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:03:55.344 INFO:teuthology.orchestra.run.smithi165.stdout:Total 13 MB/s | 30 MB 00:02 2024-02-11T09:03:55.359 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:03:55.395 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T09:03:55.402 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:03:55.402 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:03:55.804 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:03:55.804 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:03:56.699 INFO:teuthology.orchestra.run.smithi134.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 19 MB/s | 47 MB 00:02 2024-02-11T09:03:56.702 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:03:56.703 INFO:teuthology.orchestra.run.smithi134.stdout:Total 19 MB/s | 48 MB 00:02 2024-02-11T09:03:56.703 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:03:56.723 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:03:56.723 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:03:57.102 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:03:57.103 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:03:57.148 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:03:57.201 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-11T09:03:57.234 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-11T09:03:57.262 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-11T09:03:57.341 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-11T09:03:57.378 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-11T09:03:57.419 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-11T09:03:57.511 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-11T09:03:57.581 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-11T09:03:57.622 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-11T09:03:57.680 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:03:57.694 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-11T09:03:57.748 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-11T09:03:57.749 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-11T09:03:57.781 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-11T09:03:57.823 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-11T09:03:57.825 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T09:03:57.825 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-11T09:03:57.825 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-11T09:03:57.825 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-11T09:03:57.825 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-11T09:03:57.825 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-11T09:03:57.826 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-11T09:03:57.866 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-11T09:03:57.885 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-11T09:03:57.893 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T09:03:57.952 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-11T09:03:58.136 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-11T09:03:58.183 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-11T09:03:58.221 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-11T09:03:58.238 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-11T09:03:58.239 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:58.239 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:03:58.239 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:58.239 INFO:teuthology.orchestra.run.smithi006.stdout: jq-1.6-16.el9.x86_64 2024-02-11T09:03:58.239 INFO:teuthology.orchestra.run.smithi006.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:03:58.239 INFO:teuthology.orchestra.run.smithi006.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-11T09:03:58.239 INFO:teuthology.orchestra.run.smithi006.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-11T09:03:58.239 INFO:teuthology.orchestra.run.smithi006.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-11T09:03:58.239 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:58.239 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:03:58.265 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-11T09:03:58.294 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-11T09:03:58.370 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-11T09:03:58.405 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T09:03:58.438 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-11T09:03:58.479 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-11T09:03:58.514 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-11T09:03:58.548 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-11T09:03:58.560 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph 2024-02-11T09:03:58.637 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-11T09:03:58.689 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-11T09:03:58.777 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-11T09:03:58.916 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-11T09:03:59.039 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T09:03:59.164 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:44 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:03:59.198 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-11T09:03:59.227 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T09:03:59.255 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T09:03:59.255 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:03:59.255 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-11T09:03:59.256 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T09:03:59.256 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T09:03:59.256 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:03:59.338 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:03:59.341 INFO:teuthology.orchestra.run.smithi006.stdout:========================================================================================= 2024-02-11T09:03:59.341 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-02-11T09:03:59.341 INFO:teuthology.orchestra.run.smithi006.stdout:========================================================================================= 2024-02-11T09:03:59.341 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:03:59.341 INFO:teuthology.orchestra.run.smithi006.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-11T09:03:59.341 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-02-11T09:03:59.341 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-11T09:03:59.341 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-11T09:03:59.341 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-11T09:03:59.341 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-11T09:03:59.341 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-11T09:03:59.342 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-11T09:03:59.343 INFO:teuthology.orchestra.run.smithi006.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-11T09:03:59.344 INFO:teuthology.orchestra.run.smithi006.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-11T09:03:59.344 INFO:teuthology.orchestra.run.smithi006.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-11T09:03:59.344 INFO:teuthology.orchestra.run.smithi006.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-11T09:03:59.344 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:59.344 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:03:59.344 INFO:teuthology.orchestra.run.smithi006.stdout:========================================================================================= 2024-02-11T09:03:59.344 INFO:teuthology.orchestra.run.smithi006.stdout:Install 36 Packages 2024-02-11T09:03:59.344 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:03:59.345 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 30 M 2024-02-11T09:03:59.345 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 107 M 2024-02-11T09:03:59.345 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:04:00.010 INFO:teuthology.orchestra.run.smithi006.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-02-11T09:04:00.302 INFO:teuthology.orchestra.run.smithi006.stdout:(2/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.9 MB/s | 1.5 MB 00:00 2024-02-11T09:04:00.377 INFO:teuthology.orchestra.run.smithi006.stdout:(3/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 3.5 MB/s | 2.1 MB 00:00 2024-02-11T09:04:00.486 INFO:teuthology.orchestra.run.smithi006.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 2.2 MB/s | 247 kB 00:00 2024-02-11T09:04:00.603 INFO:teuthology.orchestra.run.smithi006.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-02-11T09:04:00.645 INFO:teuthology.orchestra.run.smithi006.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-02-11T09:04:00.670 INFO:teuthology.orchestra.run.smithi006.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-02-11T09:04:00.694 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T09:04:00.712 INFO:teuthology.orchestra.run.smithi006.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-02-11T09:04:00.721 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T09:04:00.721 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:00.721 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-11T09:04:00.721 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T09:04:00.721 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T09:04:00.721 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:00.771 INFO:teuthology.orchestra.run.smithi006.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 661 kB/s | 39 kB 00:00 2024-02-11T09:04:00.821 INFO:teuthology.orchestra.run.smithi006.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-02-11T09:04:00.938 INFO:teuthology.orchestra.run.smithi006.stdout:(11/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86 5.0 MB/s | 4.7 MB 00:00 2024-02-11T09:04:00.972 INFO:teuthology.orchestra.run.smithi006.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 7.6 MB/s | 1.1 MB 00:00 2024-02-11T09:04:00.997 INFO:teuthology.orchestra.run.smithi006.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.7 MB/s | 103 kB 00:00 2024-02-11T09:04:01.022 INFO:teuthology.orchestra.run.smithi006.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-11T09:04:01.073 INFO:teuthology.orchestra.run.smithi006.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 1.5 MB/s | 113 kB 00:00 2024-02-11T09:04:01.098 INFO:teuthology.orchestra.run.smithi006.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.4 MB/s | 187 kB 00:00 2024-02-11T09:04:01.162 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T09:04:01.185 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T09:04:01.185 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:01.185 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-11T09:04:01.185 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T09:04:01.185 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T09:04:01.185 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:01.332 INFO:teuthology.orchestra.run.smithi006.stdout:(17/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 16 MB/s | 17 MB 00:01 2024-02-11T09:04:01.395 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T09:04:01.418 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T09:04:01.419 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:01.419 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-11T09:04:01.419 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T09:04:01.419 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T09:04:01.419 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:01.432 INFO:teuthology.orchestra.run.smithi006.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 453 kB/s | 151 kB 00:00 2024-02-11T09:04:01.457 INFO:teuthology.orchestra.run.smithi006.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 348 kB/s | 43 kB 00:00 2024-02-11T09:04:01.485 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T09:04:01.516 INFO:teuthology.orchestra.run.smithi006.stdout:(20/36): lua-devel-5.4.4-4.el9.x86_64.rpm 50 kB/s | 22 kB 00:00 2024-02-11T09:04:01.574 INFO:teuthology.orchestra.run.smithi006.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.0 MB/s | 358 kB 00:00 2024-02-11T09:04:01.600 INFO:teuthology.orchestra.run.smithi006.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 128 kB/s | 11 kB 00:00 2024-02-11T09:04:01.625 INFO:teuthology.orchestra.run.smithi006.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 891 kB/s | 172 kB 00:00 2024-02-11T09:04:01.650 INFO:teuthology.orchestra.run.smithi006.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 234 kB/s | 18 kB 00:00 2024-02-11T09:04:01.675 INFO:teuthology.orchestra.run.smithi006.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-02-11T09:04:01.701 INFO:teuthology.orchestra.run.smithi006.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-02-11T09:04:01.726 INFO:teuthology.orchestra.run.smithi006.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-02-11T09:04:01.751 INFO:teuthology.orchestra.run.smithi006.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 613 kB/s | 46 kB 00:00 2024-02-11T09:04:01.793 INFO:teuthology.orchestra.run.smithi006.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 857 kB/s | 79 kB 00:00 2024-02-11T09:04:01.820 INFO:teuthology.orchestra.run.smithi006.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 237 kB/s | 16 kB 00:00 2024-02-11T09:04:01.871 INFO:teuthology.orchestra.run.smithi006.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-02-11T09:04:01.896 INFO:teuthology.orchestra.run.smithi006.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 876 kB/s | 90 kB 00:00 2024-02-11T09:04:01.913 INFO:teuthology.orchestra.run.smithi006.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 388 kB/s | 36 kB 00:00 2024-02-11T09:04:01.955 INFO:teuthology.orchestra.run.smithi006.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 481 kB/s | 20 kB 00:00 2024-02-11T09:04:01.980 INFO:teuthology.orchestra.run.smithi006.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-02-11T09:04:02.005 INFO:teuthology.orchestra.run.smithi006.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-02-11T09:04:02.009 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:02.009 INFO:teuthology.orchestra.run.smithi006.stdout:Total 11 MB/s | 30 MB 00:02 2024-02-11T09:04:02.032 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:04:02.080 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:04:02.080 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:04:02.362 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T09:04:02.451 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T09:04:02.519 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:04:02.519 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:04:03.323 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T09:04:03.323 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-11T09:04:03.323 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-11T09:04:03.323 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-11T09:04:03.323 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-11T09:04:03.323 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-11T09:04:03.323 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T09:04:03.324 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-11T09:04:03.325 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-11T09:04:03.325 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-11T09:04:03.325 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-11T09:04:03.325 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-11T09:04:03.325 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-11T09:04:03.325 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-11T09:04:03.326 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-11T09:04:03.326 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T09:04:03.326 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-11T09:04:03.326 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-11T09:04:03.326 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-11T09:04:03.326 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-11T09:04:03.326 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-11T09:04:03.848 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:04:03.908 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-11T09:04:03.941 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-11T09:04:03.969 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-11T09:04:04.042 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-11T09:04:04.084 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-11T09:04:04.128 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-11T09:04:04.129 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:04.129 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:04.129 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:04.129 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:04.129 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:04.129 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:04.129 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:04.129 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:04.129 INFO:teuthology.orchestra.run.smithi165.stdout: lua-5.4.4-4.el9.x86_64 2024-02-11T09:04:04.129 INFO:teuthology.orchestra.run.smithi165.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-11T09:04:04.129 INFO:teuthology.orchestra.run.smithi165.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-11T09:04:04.130 INFO:teuthology.orchestra.run.smithi165.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ply-3.11-14.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:04.131 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:04.146 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-11T09:04:04.244 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-11T09:04:04.314 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-11T09:04:04.362 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-11T09:04:04.403 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-base 2024-02-11T09:04:04.435 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-11T09:04:04.487 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-11T09:04:04.526 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-11T09:04:04.575 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-11T09:04:04.633 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-11T09:04:04.781 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T09:04:04.781 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-11T09:04:04.781 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-11T09:04:04.781 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-11T09:04:04.782 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-11T09:04:04.782 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-11T09:04:04.831 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-11T09:04:04.879 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-11T09:04:04.918 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-11T09:04:04.953 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-11T09:04:04.983 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-11T09:04:04.990 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:00:52 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:05.052 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-11T09:04:05.093 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T09:04:05.098 INFO:teuthology.orchestra.run.smithi165.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:05.126 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-11T09:04:05.151 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:05.152 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-02-11T09:04:05.152 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:05.175 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-11T09:04:05.191 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-11T09:04:05.191 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:05.191 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:04:05.191 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:05.191 INFO:teuthology.orchestra.run.smithi134.stdout: jq-1.6-16.el9.x86_64 2024-02-11T09:04:05.191 INFO:teuthology.orchestra.run.smithi134.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:05.191 INFO:teuthology.orchestra.run.smithi134.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-11T09:04:05.191 INFO:teuthology.orchestra.run.smithi134.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-11T09:04:05.191 INFO:teuthology.orchestra.run.smithi134.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-11T09:04:05.191 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:05.191 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:05.210 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-11T09:04:05.228 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install cephadm 2024-02-11T09:04:05.244 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-11T09:04:05.338 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-11T09:04:05.376 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-11T09:04:05.450 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-11T09:04:05.511 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph 2024-02-11T09:04:05.591 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-11T09:04:05.716 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T09:04:05.810 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:00:53 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:05.897 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-11T09:04:05.922 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T09:04:05.947 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T09:04:05.947 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:05.947 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-11T09:04:05.948 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T09:04:05.948 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T09:04:05.948 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:05.970 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:05.971 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:05.971 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-02-11T09:04:05.971 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:05.971 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:05.971 INFO:teuthology.orchestra.run.smithi165.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-11T09:04:05.971 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:05.972 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:05.972 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:05.972 INFO:teuthology.orchestra.run.smithi165.stdout:Install 1 Package 2024-02-11T09:04:05.972 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:05.972 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 748 k 2024-02-11T09:04:05.972 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 754 k 2024-02-11T09:04:05.972 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:06.130 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:40 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:06.305 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:06.307 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================= 2024-02-11T09:04:06.307 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================= 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-11T09:04:06.308 INFO:teuthology.orchestra.run.smithi134.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-11T09:04:06.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:06.310 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:04:06.311 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================= 2024-02-11T09:04:06.311 INFO:teuthology.orchestra.run.smithi134.stdout:Install 36 Packages 2024-02-11T09:04:06.311 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:06.311 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 30 M 2024-02-11T09:04:06.311 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 107 M 2024-02-11T09:04:06.311 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:04:06.396 INFO:teuthology.orchestra.run.smithi165.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 1.7 MB/s | 748 kB 00:00 2024-02-11T09:04:06.396 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:06.396 INFO:teuthology.orchestra.run.smithi165.stdout:Total 1.7 MB/s | 748 kB 00:00 2024-02-11T09:04:06.396 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:06.401 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:06.402 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:06.407 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:06.408 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:06.483 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:06.792 INFO:teuthology.orchestra.run.smithi134.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-02-11T09:04:06.912 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:06.992 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:07.143 INFO:teuthology.orchestra.run.smithi134.stdout:(2/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.7 MB/s | 1.5 MB 00:00 2024-02-11T09:04:07.192 INFO:teuthology.orchestra.run.smithi134.stdout:(3/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 3.5 MB/s | 2.1 MB 00:00 2024-02-11T09:04:07.293 INFO:teuthology.orchestra.run.smithi134.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 2.4 MB/s | 247 kB 00:00 2024-02-11T09:04:07.411 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:07.435 INFO:teuthology.orchestra.run.smithi134.stdout:(5/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86_ 7.3 MB/s | 4.7 MB 00:00 2024-02-11T09:04:07.456 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T09:04:07.460 INFO:teuthology.orchestra.run.smithi134.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2024-02-11T09:04:07.481 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T09:04:07.482 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:07.482 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-11T09:04:07.482 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T09:04:07.482 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T09:04:07.482 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:07.485 INFO:teuthology.orchestra.run.smithi134.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.8 MB/s | 144 kB 00:00 2024-02-11T09:04:07.510 INFO:teuthology.orchestra.run.smithi134.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 632 kB/s | 32 kB 00:00 2024-02-11T09:04:07.535 INFO:teuthology.orchestra.run.smithi134.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 946 kB/s | 47 kB 00:00 2024-02-11T09:04:07.561 INFO:teuthology.orchestra.run.smithi134.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 770 kB/s | 39 kB 00:00 2024-02-11T09:04:07.586 INFO:teuthology.orchestra.run.smithi134.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-02-11T09:04:07.645 INFO:teuthology.orchestra.run.smithi134.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 14 MB/s | 1.1 MB 00:00 2024-02-11T09:04:07.670 INFO:teuthology.orchestra.run.smithi134.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-02-11T09:04:07.696 INFO:teuthology.orchestra.run.smithi134.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-11T09:04:07.698 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:07.698 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:07.699 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:07.699 INFO:teuthology.orchestra.run.smithi165.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:07.699 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:07.699 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:07.721 INFO:teuthology.orchestra.run.smithi134.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.2 MB/s | 113 kB 00:00 2024-02-11T09:04:07.746 INFO:teuthology.orchestra.run.smithi134.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-02-11T09:04:07.821 INFO:teuthology.orchestra.run.smithi134.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 223 kB/s | 22 kB 00:00 2024-02-11T09:04:07.909 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-immutable-object-cache 2024-02-11T09:04:07.940 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T09:04:07.963 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T09:04:07.963 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:07.963 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-11T09:04:07.963 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T09:04:07.963 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T09:04:07.963 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:08.130 INFO:teuthology.orchestra.run.smithi134.stdout:(18/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 17 MB/s | 17 MB 00:00 2024-02-11T09:04:08.182 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T09:04:08.204 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T09:04:08.205 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:08.205 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-11T09:04:08.205 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T09:04:08.205 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T09:04:08.205 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:08.205 INFO:teuthology.orchestra.run.smithi134.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 113 kB/s | 43 kB 00:00 2024-02-11T09:04:08.273 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T09:04:08.405 INFO:teuthology.orchestra.run.smithi134.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 229 kB/s | 151 kB 00:00 2024-02-11T09:04:08.497 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:00:56 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:08.514 INFO:teuthology.orchestra.run.smithi134.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 98 kB/s | 11 kB 00:00 2024-02-11T09:04:08.631 INFO:teuthology.orchestra.run.smithi134.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-02-11T09:04:08.660 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:08.661 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:08.661 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repo Size 2024-02-11T09:04:08.661 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:08.661 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:08.661 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-11T09:04:08.661 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:08.661 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:08.661 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:08.662 INFO:teuthology.orchestra.run.smithi165.stdout:Install 1 Package 2024-02-11T09:04:08.662 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:08.662 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 145 k 2024-02-11T09:04:08.662 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 436 k 2024-02-11T09:04:08.662 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:08.748 INFO:teuthology.orchestra.run.smithi134.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-02-11T09:04:08.848 INFO:teuthology.orchestra.run.smithi134.stdout:(24/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 239 kB/s | 172 kB 00:00 2024-02-11T09:04:08.873 INFO:teuthology.orchestra.run.smithi134.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 155 kB/s | 19 kB 00:00 2024-02-11T09:04:08.982 INFO:teuthology.orchestra.run.smithi134.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 147 kB/s | 20 kB 00:00 2024-02-11T09:04:08.999 INFO:teuthology.orchestra.run.smithi134.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 370 kB/s | 46 kB 00:00 2024-02-11T09:04:09.091 INFO:teuthology.orchestra.run.smithi165.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 338 kB/s | 145 kB 00:00 2024-02-11T09:04:09.092 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:09.092 INFO:teuthology.orchestra.run.smithi165.stdout:Total 337 kB/s | 145 kB 00:00 2024-02-11T09:04:09.092 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:09.100 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:09.100 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:09.149 INFO:teuthology.orchestra.run.smithi134.stdout:(28/36): python3-cherrypy-18.6.1-2.el9.noarch.r 380 kB/s | 358 kB 00:00 2024-02-11T09:04:09.151 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:09.152 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:09.191 INFO:teuthology.orchestra.run.smithi134.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 377 kB/s | 79 kB 00:00 2024-02-11T09:04:09.275 INFO:teuthology.orchestra.run.smithi134.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 131 kB/s | 16 kB 00:00 2024-02-11T09:04:09.288 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:09.350 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T09:04:09.375 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T09:04:09.375 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:09.375 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-11T09:04:09.375 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:09.391 INFO:teuthology.orchestra.run.smithi134.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 307 kB/s | 36 kB 00:00 2024-02-11T09:04:09.425 INFO:teuthology.orchestra.run.smithi134.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 639 kB/s | 272 kB 00:00 2024-02-11T09:04:09.450 INFO:teuthology.orchestra.run.smithi134.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 347 kB/s | 90 kB 00:00 2024-02-11T09:04:09.576 INFO:teuthology.orchestra.run.smithi134.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 160 kB/s | 20 kB 00:00 2024-02-11T09:04:09.743 INFO:teuthology.orchestra.run.smithi134.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 655 kB/s | 230 kB 00:00 2024-02-11T09:04:10.056 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T09:04:10.056 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-11T09:04:10.056 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-11T09:04:10.056 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-11T09:04:10.057 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-11T09:04:10.058 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-11T09:04:10.058 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-11T09:04:10.058 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-11T09:04:10.058 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T09:04:10.058 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-11T09:04:10.058 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-11T09:04:10.058 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-11T09:04:10.058 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-11T09:04:10.058 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-11T09:04:10.058 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-11T09:04:10.059 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-11T09:04:10.059 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-11T09:04:10.059 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T09:04:10.059 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-11T09:04:10.060 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-11T09:04:10.060 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-11T09:04:10.060 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-11T09:04:10.060 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-11T09:04:10.076 INFO:teuthology.orchestra.run.smithi134.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 656 kB/s | 427 kB 00:00 2024-02-11T09:04:10.080 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:10.080 INFO:teuthology.orchestra.run.smithi134.stdout:Total 7.9 MB/s | 30 MB 00:03 2024-02-11T09:04:10.098 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:04:10.141 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:04:10.141 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:04:10.456 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T09:04:10.456 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:10.456 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:10.456 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:10.456 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:10.456 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:10.558 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:04:10.559 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:04:10.716 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-mgr 2024-02-11T09:04:11.013 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-11T09:04:11.013 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:11.013 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:04:11.013 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:11.013 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:11.013 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:11.013 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:11.013 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:11.013 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:11.013 INFO:teuthology.orchestra.run.smithi006.stdout: lua-5.4.4-4.el9.x86_64 2024-02-11T09:04:11.013 INFO:teuthology.orchestra.run.smithi006.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-11T09:04:11.014 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ply-3.11-14.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:11.015 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:11.315 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:00:59 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:11.318 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-base 2024-02-11T09:04:11.422 INFO:teuthology.orchestra.run.smithi165.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:11.474 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:11.475 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-02-11T09:04:11.475 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:11.538 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-mgr-dashboard 2024-02-11T09:04:11.905 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:56 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:11.907 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:04:11.978 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-11T09:04:12.011 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-11T09:04:12.016 INFO:teuthology.orchestra.run.smithi006.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:12.039 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-11T09:04:12.071 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:12.072 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-02-11T09:04:12.072 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:12.110 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-11T09:04:12.121 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:00 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:12.132 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install cephadm 2024-02-11T09:04:12.154 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-11T09:04:12.187 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-11T09:04:12.279 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-11T09:04:12.279 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:12.280 INFO:teuthology.orchestra.run.smithi165.stdout:====================================================================================== 2024-02-11T09:04:12.280 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout:====================================================================================== 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-11T09:04:12.281 INFO:teuthology.orchestra.run.smithi165.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-11T09:04:12.282 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:12.282 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:12.282 INFO:teuthology.orchestra.run.smithi165.stdout:====================================================================================== 2024-02-11T09:04:12.282 INFO:teuthology.orchestra.run.smithi165.stdout:Install 12 Packages 2024-02-11T09:04:12.282 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:12.282 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 6.8 M 2024-02-11T09:04:12.282 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 26 M 2024-02-11T09:04:12.282 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:12.349 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-11T09:04:12.390 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-11T09:04:12.461 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-11T09:04:12.514 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-11T09:04:12.554 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-11T09:04:12.611 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-11T09:04:12.666 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-11T09:04:12.718 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:57 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:12.738 INFO:teuthology.orchestra.run.smithi165.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 116 kB/s | 28 kB 00:00 2024-02-11T09:04:12.771 INFO:teuthology.orchestra.run.smithi165.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 55 kB/s | 15 kB 00:00 2024-02-11T09:04:12.850 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-11T09:04:12.884 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:12.885 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:12.885 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-02-11T09:04:12.885 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:12.885 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:04:12.885 INFO:teuthology.orchestra.run.smithi006.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-11T09:04:12.885 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:12.885 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:04:12.885 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:12.885 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-02-11T09:04:12.885 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:12.886 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 748 k 2024-02-11T09:04:12.886 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 754 k 2024-02-11T09:04:12.886 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:04:12.899 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-11T09:04:12.913 INFO:teuthology.orchestra.run.smithi165.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.0 MB/s | 238 kB 00:00 2024-02-11T09:04:12.930 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-11T09:04:12.947 INFO:teuthology.orchestra.run.smithi165.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.8 MB/s | 1.0 MB 00:00 2024-02-11T09:04:12.964 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-11T09:04:12.994 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-11T09:04:13.064 INFO:teuthology.orchestra.run.smithi165.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01b 3.1 MB/s | 1.8 MB 00:00 2024-02-11T09:04:13.069 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-11T09:04:13.112 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T09:04:13.146 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-11T09:04:13.194 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-11T09:04:13.229 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-11T09:04:13.264 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-11T09:04:13.339 INFO:teuthology.orchestra.run.smithi165.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.0 MB/s | 863 kB 00:00 2024-02-11T09:04:13.351 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-11T09:04:13.353 INFO:teuthology.orchestra.run.smithi006.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 1.6 MB/s | 748 kB 00:00 2024-02-11T09:04:13.353 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:13.354 INFO:teuthology.orchestra.run.smithi006.stdout:Total 1.6 MB/s | 748 kB 00:00 2024-02-11T09:04:13.354 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:04:13.359 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:04:13.359 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:04:13.365 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:04:13.366 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:04:13.387 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-11T09:04:13.445 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:04:13.458 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-11T09:04:13.464 INFO:teuthology.orchestra.run.smithi165.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 52 kB/s | 19 kB 00:00 2024-02-11T09:04:13.594 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-11T09:04:13.721 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T09:04:13.740 INFO:teuthology.orchestra.run.smithi165.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 692 kB/s | 548 kB 00:00 2024-02-11T09:04:13.782 INFO:teuthology.orchestra.run.smithi165.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 456 kB/s | 144 kB 00:00 2024-02-11T09:04:13.840 INFO:teuthology.orchestra.run.smithi165.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 307 kB/s | 31 kB 00:00 2024-02-11T09:04:13.863 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:13.880 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-11T09:04:13.907 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T09:04:13.933 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T09:04:13.933 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:13.933 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-11T09:04:13.933 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T09:04:13.933 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T09:04:13.933 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:13.955 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:13.975 INFO:teuthology.orchestra.run.smithi165.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 983 kB/s | 188 kB 00:00 2024-02-11T09:04:14.241 INFO:teuthology.orchestra.run.smithi165.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.3 MB/s | 2.0 MB 00:00 2024-02-11T09:04:14.246 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:14.246 INFO:teuthology.orchestra.run.smithi165.stdout:Total 3.5 MB/s | 6.8 MB 00:01 2024-02-11T09:04:14.264 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:14.281 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:14.282 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:14.366 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:14.455 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:14.456 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:14.630 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:14.630 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:14.630 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:04:14.630 INFO:teuthology.orchestra.run.smithi006.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:14.630 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:14.630 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:14.842 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-immutable-object-cache 2024-02-11T09:04:14.983 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:15.067 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-11T09:04:15.110 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-11T09:04:15.157 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-11T09:04:15.237 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-11T09:04:15.356 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-11T09:04:15.375 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T09:04:15.402 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T09:04:15.402 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:15.402 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-11T09:04:15.402 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T09:04:15.402 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T09:04:15.402 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:15.431 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:00 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:15.479 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-11T09:04:15.565 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-11T09:04:15.598 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:15.598 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:15.598 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2024-02-11T09:04:15.598 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:15.598 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:04:15.599 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-11T09:04:15.599 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:15.599 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:04:15.599 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:15.599 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-02-11T09:04:15.599 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:15.599 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 145 k 2024-02-11T09:04:15.599 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 436 k 2024-02-11T09:04:15.600 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:04:15.609 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-11T09:04:15.646 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-11T09:04:15.676 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-11T09:04:15.842 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T09:04:15.865 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T09:04:15.865 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:15.865 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-11T09:04:15.865 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T09:04:15.865 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T09:04:15.865 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:15.918 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-11T09:04:15.953 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T09:04:15.970 INFO:teuthology.orchestra.run.smithi006.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 392 kB/s | 145 kB 00:00 2024-02-11T09:04:15.970 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:15.971 INFO:teuthology.orchestra.run.smithi006.stdout:Total 390 kB/s | 145 kB 00:00 2024-02-11T09:04:15.971 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:04:15.979 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:04:15.979 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:04:16.034 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:04:16.034 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:04:16.067 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T09:04:16.090 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T09:04:16.090 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:16.091 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-11T09:04:16.091 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T09:04:16.091 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T09:04:16.091 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:16.148 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T09:04:16.179 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:04:16.229 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T09:04:16.253 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T09:04:16.253 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:16.253 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-11T09:04:16.253 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:16.732 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T09:04:16.732 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-11T09:04:16.732 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-11T09:04:16.732 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-11T09:04:16.732 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-11T09:04:16.733 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-11T09:04:16.733 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-11T09:04:16.733 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-11T09:04:16.733 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-11T09:04:16.733 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-11T09:04:16.733 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-11T09:04:16.733 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-11T09:04:17.108 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-11T09:04:17.108 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:17.108 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:17.108 INFO:teuthology.orchestra.run.smithi165.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-11T09:04:17.108 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:17.108 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:17.108 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:17.108 INFO:teuthology.orchestra.run.smithi165.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-11T09:04:17.108 INFO:teuthology.orchestra.run.smithi165.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-11T09:04:17.109 INFO:teuthology.orchestra.run.smithi165.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-11T09:04:17.109 INFO:teuthology.orchestra.run.smithi165.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-11T09:04:17.109 INFO:teuthology.orchestra.run.smithi165.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-11T09:04:17.109 INFO:teuthology.orchestra.run.smithi165.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-11T09:04:17.109 INFO:teuthology.orchestra.run.smithi165.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-11T09:04:17.109 INFO:teuthology.orchestra.run.smithi165.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-11T09:04:17.109 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:17.109 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:17.377 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-11T09:04:17.395 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T09:04:17.395 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:17.395 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:04:17.395 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:17.395 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:17.395 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:17.632 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr 2024-02-11T09:04:17.970 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:05 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:18.020 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T09:04:18.020 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-11T09:04:18.021 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-11T09:04:18.022 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-11T09:04:18.023 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-11T09:04:18.023 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T09:04:18.023 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-11T09:04:18.023 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-11T09:04:18.024 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-11T09:04:18.024 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-11T09:04:18.024 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-11T09:04:18.132 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:18.133 INFO:teuthology.orchestra.run.smithi165.stdout:============================================================================================ 2024-02-11T09:04:18.133 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-02-11T09:04:18.133 INFO:teuthology.orchestra.run.smithi165.stdout:============================================================================================ 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-11T09:04:18.134 INFO:teuthology.orchestra.run.smithi165.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-11T09:04:18.135 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:18.135 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:18.135 INFO:teuthology.orchestra.run.smithi165.stdout:============================================================================================ 2024-02-11T09:04:18.135 INFO:teuthology.orchestra.run.smithi165.stdout:Install 12 Packages 2024-02-11T09:04:18.135 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:18.135 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 37 M 2024-02-11T09:04:18.135 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 209 M 2024-02-11T09:04:18.135 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:18.226 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:03 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:18.332 INFO:teuthology.orchestra.run.smithi165.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 205 kB/s | 32 kB 00:00 2024-02-11T09:04:18.337 INFO:teuthology.orchestra.run.smithi006.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:18.365 INFO:teuthology.orchestra.run.smithi165.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 536 kB/s | 17 kB 00:00 2024-02-11T09:04:18.392 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:18.393 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-02-11T09:04:18.393 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:18.407 INFO:teuthology.orchestra.run.smithi165.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 846 kB/s | 34 kB 00:00 2024-02-11T09:04:18.453 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-dashboard 2024-02-11T09:04:18.466 INFO:teuthology.orchestra.run.smithi165.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 10 MB/s | 3.0 MB 00:00 2024-02-11T09:04:18.641 INFO:teuthology.orchestra.run.smithi165.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-02-11T09:04:18.700 INFO:teuthology.orchestra.run.smithi165.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 21 MB/s | 4.8 MB 00:00 2024-02-11T09:04:18.725 INFO:teuthology.orchestra.run.smithi165.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.6 MB/s | 217 kB 00:00 2024-02-11T09:04:18.884 INFO:teuthology.orchestra.run.smithi165.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.0 MB/s | 802 kB 00:00 2024-02-11T09:04:19.043 INFO:teuthology.orchestra.run.smithi165.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 46 MB/s | 16 MB 00:00 2024-02-11T09:04:19.046 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:04 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:19.068 INFO:teuthology.orchestra.run.smithi165.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 194 kB 00:00 2024-02-11T09:04:19.135 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-11T09:04:19.135 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:19.135 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:04:19.135 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:19.135 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:19.135 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:19.135 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:19.135 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:19.135 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:19.136 INFO:teuthology.orchestra.run.smithi134.stdout: lua-5.4.4-4.el9.x86_64 2024-02-11T09:04:19.136 INFO:teuthology.orchestra.run.smithi134.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-11T09:04:19.136 INFO:teuthology.orchestra.run.smithi134.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-11T09:04:19.136 INFO:teuthology.orchestra.run.smithi134.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-11T09:04:19.136 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-11T09:04:19.136 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-11T09:04:19.136 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-11T09:04:19.136 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-11T09:04:19.136 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-11T09:04:19.136 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ply-3.11-14.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-11T09:04:19.137 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-11T09:04:19.138 INFO:teuthology.orchestra.run.smithi134.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-11T09:04:19.138 INFO:teuthology.orchestra.run.smithi134.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-11T09:04:19.138 INFO:teuthology.orchestra.run.smithi134.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-11T09:04:19.138 INFO:teuthology.orchestra.run.smithi134.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-11T09:04:19.138 INFO:teuthology.orchestra.run.smithi134.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-11T09:04:19.138 INFO:teuthology.orchestra.run.smithi134.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-11T09:04:19.138 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:19.138 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:19.202 INFO:teuthology.orchestra.run.smithi165.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.5 MB/s | 245 kB 00:00 2024-02-11T09:04:19.213 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:19.214 INFO:teuthology.orchestra.run.smithi006.stdout:====================================================================================== 2024-02-11T09:04:19.214 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-02-11T09:04:19.214 INFO:teuthology.orchestra.run.smithi006.stdout:====================================================================================== 2024-02-11T09:04:19.214 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:04:19.214 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-11T09:04:19.214 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-02-11T09:04:19.214 INFO:teuthology.orchestra.run.smithi006.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:19.215 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:04:19.216 INFO:teuthology.orchestra.run.smithi006.stdout:====================================================================================== 2024-02-11T09:04:19.216 INFO:teuthology.orchestra.run.smithi006.stdout:Install 12 Packages 2024-02-11T09:04:19.216 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:19.216 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 6.8 M 2024-02-11T09:04:19.216 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 26 M 2024-02-11T09:04:19.216 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:04:19.515 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-base 2024-02-11T09:04:19.760 INFO:teuthology.orchestra.run.smithi165.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 4.7 MB/s | 7.4 MB 00:01 2024-02-11T09:04:19.763 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:19.763 INFO:teuthology.orchestra.run.smithi165.stdout:Total 23 MB/s | 37 MB 00:01 2024-02-11T09:04:19.776 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:19.799 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:19.799 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:19.941 INFO:teuthology.orchestra.run.smithi006.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 109 kB/s | 28 kB 00:00 2024-02-11T09:04:19.958 INFO:teuthology.orchestra.run.smithi006.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 56 kB/s | 15 kB 00:00 2024-02-11T09:04:20.100 INFO:teuthology.orchestra.run.smithi006.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-02-11T09:04:20.101 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:54 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:20.133 INFO:teuthology.orchestra.run.smithi006.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.2 MB/s | 1.0 MB 00:00 2024-02-11T09:04:20.171 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:20.171 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:20.210 INFO:teuthology.orchestra.run.smithi134.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:20.242 INFO:teuthology.orchestra.run.smithi006.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01b 3.1 MB/s | 1.8 MB 00:00 2024-02-11T09:04:20.263 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:20.264 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-02-11T09:04:20.264 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:20.341 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install cephadm 2024-02-11T09:04:20.484 INFO:teuthology.orchestra.run.smithi006.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.2 MB/s | 863 kB 00:00 2024-02-11T09:04:20.717 INFO:teuthology.orchestra.run.smithi006.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 43 kB/s | 19 kB 00:00 2024-02-11T09:04:20.872 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:20.925 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:54 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:20.950 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-11T09:04:20.981 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-11T09:04:21.068 INFO:teuthology.orchestra.run.smithi006.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 413 kB/s | 144 kB 00:00 2024-02-11T09:04:21.083 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-11T09:04:21.086 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:21.087 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:21.087 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-11T09:04:21.087 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:21.087 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:04:21.087 INFO:teuthology.orchestra.run.smithi134.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-11T09:04:21.087 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:21.087 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:04:21.087 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:21.088 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-02-11T09:04:21.088 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:21.088 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 748 k 2024-02-11T09:04:21.088 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 754 k 2024-02-11T09:04:21.088 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:04:21.118 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-11T09:04:21.176 INFO:teuthology.orchestra.run.smithi006.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 284 kB/s | 31 kB 00:00 2024-02-11T09:04:21.287 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T09:04:21.293 INFO:teuthology.orchestra.run.smithi006.stdout:(10/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 473 kB/s | 548 kB 00:01 2024-02-11T09:04:21.325 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T09:04:21.409 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-11T09:04:21.485 INFO:teuthology.orchestra.run.smithi006.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 611 kB/s | 188 kB 00:00 2024-02-11T09:04:21.509 INFO:teuthology.orchestra.run.smithi134.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 1.7 MB/s | 748 kB 00:00 2024-02-11T09:04:21.510 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:21.510 INFO:teuthology.orchestra.run.smithi134.stdout:Total 1.7 MB/s | 748 kB 00:00 2024-02-11T09:04:21.510 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:04:21.515 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:04:21.515 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:04:21.521 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:04:21.521 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:04:21.592 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:04:22.033 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:22.051 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-11T09:04:22.121 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:22.162 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-11T09:04:22.559 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:22.867 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T09:04:22.867 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:22.867 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:04:22.867 INFO:teuthology.orchestra.run.smithi134.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:22.867 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:22.867 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:23.085 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-immutable-object-cache 2024-02-11T09:04:23.404 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-11T09:04:23.518 INFO:teuthology.orchestra.run.smithi006.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 688 kB/s | 2.0 MB 00:03 2024-02-11T09:04:23.524 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:23.525 INFO:teuthology.orchestra.run.smithi006.stdout:Total 1.6 MB/s | 6.8 MB 00:04 2024-02-11T09:04:23.544 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:04:23.565 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:04:23.565 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:04:23.676 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:57 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:23.746 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:04:23.747 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:04:23.839 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:23.840 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:23.840 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-02-11T09:04:23.841 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:23.841 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:04:23.841 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-11T09:04:23.841 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:23.841 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:04:23.841 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:23.841 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-02-11T09:04:23.841 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:23.841 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 145 k 2024-02-11T09:04:23.841 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 436 k 2024-02-11T09:04:23.841 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:04:24.196 INFO:teuthology.orchestra.run.smithi134.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 409 kB/s | 145 kB 00:00 2024-02-11T09:04:24.197 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:24.197 INFO:teuthology.orchestra.run.smithi134.stdout:Total 407 kB/s | 145 kB 00:00 2024-02-11T09:04:24.197 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:04:24.204 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:04:24.204 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:04:24.255 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:04:24.255 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:04:24.385 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:04:24.399 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:04:24.426 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-11T09:04:24.459 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T09:04:24.461 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-11T09:04:24.471 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T09:04:24.495 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T09:04:24.495 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:24.495 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-11T09:04:24.496 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:24.504 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-11T09:04:24.551 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-11T09:04:24.589 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-11T09:04:24.702 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-11T09:04:24.828 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-11T09:04:24.921 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-11T09:04:24.969 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-11T09:04:24.997 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-11T09:04:25.028 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-11T09:04:25.282 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-11T09:04:25.312 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T09:04:25.505 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T09:04:25.505 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:25.506 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:04:25.506 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:25.506 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:25.506 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:25.783 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr 2024-02-11T09:04:26.135 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T09:04:26.135 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-11T09:04:26.136 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-11T09:04:26.136 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-11T09:04:26.136 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-11T09:04:26.136 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-11T09:04:26.136 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-11T09:04:26.136 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-11T09:04:26.136 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-11T09:04:26.136 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-11T09:04:26.136 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-11T09:04:26.136 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-11T09:04:26.379 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:00 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:26.487 INFO:teuthology.orchestra.run.smithi134.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:26.495 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-11T09:04:26.496 INFO:teuthology.orchestra.run.smithi006.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-11T09:04:26.497 INFO:teuthology.orchestra.run.smithi006.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-11T09:04:26.497 INFO:teuthology.orchestra.run.smithi006.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-11T09:04:26.497 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:26.497 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:26.539 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:26.540 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-02-11T09:04:26.540 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:26.613 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-dashboard 2024-02-11T09:04:26.747 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-11T09:04:27.063 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T09:04:27.063 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-11T09:04:27.063 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-11T09:04:27.063 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-11T09:04:27.063 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-11T09:04:27.063 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T09:04:27.064 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T09:04:27.064 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-11T09:04:27.064 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-11T09:04:27.064 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-11T09:04:27.064 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-11T09:04:27.064 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-11T09:04:27.198 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:01 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:27.339 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:12 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:27.359 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:27.360 INFO:teuthology.orchestra.run.smithi134.stdout:====================================================================================== 2024-02-11T09:04:27.360 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-11T09:04:27.360 INFO:teuthology.orchestra.run.smithi134.stdout:====================================================================================== 2024-02-11T09:04:27.360 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:04:27.360 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-11T09:04:27.360 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:04:27.361 INFO:teuthology.orchestra.run.smithi134.stdout:====================================================================================== 2024-02-11T09:04:27.362 INFO:teuthology.orchestra.run.smithi134.stdout:Install 12 Packages 2024-02-11T09:04:27.362 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:27.362 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 6.8 M 2024-02-11T09:04:27.362 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 26 M 2024-02-11T09:04:27.362 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:04:27.507 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:27.508 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================ 2024-02-11T09:04:27.508 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-02-11T09:04:27.508 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================ 2024-02-11T09:04:27.508 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:04:27.508 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-11T09:04:27.508 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-02-11T09:04:27.508 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================ 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout:Install 12 Packages 2024-02-11T09:04:27.509 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:27.510 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 37 M 2024-02-11T09:04:27.510 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 209 M 2024-02-11T09:04:27.510 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:04:27.566 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-11T09:04:27.566 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:27.566 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:27.567 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:27.691 INFO:teuthology.orchestra.run.smithi006.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 228 kB/s | 32 kB 00:00 2024-02-11T09:04:27.725 INFO:teuthology.orchestra.run.smithi006.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 536 kB/s | 17 kB 00:00 2024-02-11T09:04:27.767 INFO:teuthology.orchestra.run.smithi006.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 842 kB/s | 34 kB 00:00 2024-02-11T09:04:27.826 INFO:teuthology.orchestra.run.smithi006.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-02-11T09:04:27.961 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-mgr-rook 2024-02-11T09:04:27.984 INFO:teuthology.orchestra.run.smithi006.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 22 MB/s | 4.7 MB 00:00 2024-02-11T09:04:28.051 INFO:teuthology.orchestra.run.smithi006.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 21 MB/s | 4.8 MB 00:00 2024-02-11T09:04:28.065 INFO:teuthology.orchestra.run.smithi134.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 105 kB/s | 28 kB 00:00 2024-02-11T09:04:28.076 INFO:teuthology.orchestra.run.smithi006.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-02-11T09:04:28.090 INFO:teuthology.orchestra.run.smithi134.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 52 kB/s | 15 kB 00:00 2024-02-11T09:04:28.277 INFO:teuthology.orchestra.run.smithi006.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.0 MB/s | 802 kB 00:00 2024-02-11T09:04:28.316 INFO:teuthology.orchestra.run.smithi134.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.0 MB/s | 238 kB 00:00 2024-02-11T09:04:28.366 INFO:teuthology.orchestra.run.smithi134.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.4 MB/s | 1.0 MB 00:00 2024-02-11T09:04:28.436 INFO:teuthology.orchestra.run.smithi006.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 41 MB/s | 16 MB 00:00 2024-02-11T09:04:28.461 INFO:teuthology.orchestra.run.smithi006.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 194 kB 00:00 2024-02-11T09:04:28.550 INFO:teuthology.orchestra.run.smithi134.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.6 MB/s | 863 kB 00:00 2024-02-11T09:04:28.554 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:16 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:28.600 INFO:teuthology.orchestra.run.smithi134.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.3 MB/s | 548 kB 00:00 2024-02-11T09:04:28.625 INFO:teuthology.orchestra.run.smithi134.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 259 kB/s | 19 kB 00:00 2024-02-11T09:04:28.717 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:28.717 INFO:teuthology.orchestra.run.smithi134.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 17 MB/s | 2.0 MB 00:00 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout:======================================================================================== 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout:======================================================================================== 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-11T09:04:28.718 INFO:teuthology.orchestra.run.smithi165.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-11T09:04:28.719 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-11T09:04:28.719 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-11T09:04:28.719 INFO:teuthology.orchestra.run.smithi165.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-11T09:04:28.719 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-11T09:04:28.719 INFO:teuthology.orchestra.run.smithi165.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-11T09:04:28.719 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:28.719 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:28.719 INFO:teuthology.orchestra.run.smithi165.stdout:======================================================================================== 2024-02-11T09:04:28.719 INFO:teuthology.orchestra.run.smithi165.stdout:Install 13 Packages 2024-02-11T09:04:28.719 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:28.720 INFO:teuthology.orchestra.run.smithi006.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 868 kB/s | 245 kB 00:00 2024-02-11T09:04:28.720 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 2.0 M 2024-02-11T09:04:28.720 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 26 M 2024-02-11T09:04:28.720 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:28.742 INFO:teuthology.orchestra.run.smithi134.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.2 MB/s | 144 kB 00:00 2024-02-11T09:04:28.784 INFO:teuthology.orchestra.run.smithi134.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 460 kB/s | 31 kB 00:00 2024-02-11T09:04:28.809 INFO:teuthology.orchestra.run.smithi134.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-02-11T09:04:28.887 INFO:teuthology.orchestra.run.smithi165.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 202 kB/s | 24 kB 00:00 2024-02-11T09:04:28.912 INFO:teuthology.orchestra.run.smithi165.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 124 kB/s | 18 kB 00:00 2024-02-11T09:04:28.970 INFO:teuthology.orchestra.run.smithi165.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.3 MB/s | 132 kB 00:00 2024-02-11T09:04:28.996 INFO:teuthology.orchestra.run.smithi165.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.1 MB/s | 174 kB 00:00 2024-02-11T09:04:29.021 INFO:teuthology.orchestra.run.smithi165.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-11T09:04:29.043 INFO:teuthology.orchestra.run.smithi134.stdout:(12/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01 1.4 MB/s | 1.8 MB 00:01 2024-02-11T09:04:29.046 INFO:teuthology.orchestra.run.smithi165.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 858 kB/s | 43 kB 00:00 2024-02-11T09:04:29.047 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:29.048 INFO:teuthology.orchestra.run.smithi134.stdout:Total 4.1 MB/s | 6.8 MB 00:01 2024-02-11T09:04:29.066 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:04:29.082 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:04:29.082 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:04:29.105 INFO:teuthology.orchestra.run.smithi165.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 154 kB/s | 52 kB 00:00 2024-02-11T09:04:29.194 INFO:teuthology.orchestra.run.smithi006.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 4.5 MB/s | 7.4 MB 00:01 2024-02-11T09:04:29.197 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:29.198 INFO:teuthology.orchestra.run.smithi006.stdout:Total 22 MB/s | 37 MB 00:01 2024-02-11T09:04:29.211 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:04:29.238 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:04:29.238 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:04:29.261 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:04:29.262 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:04:29.389 INFO:teuthology.orchestra.run.smithi165.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 44 kB/s | 15 kB 00:00 2024-02-11T09:04:29.447 INFO:teuthology.orchestra.run.smithi165.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 76 kB/s | 32 kB 00:00 2024-02-11T09:04:29.609 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:04:29.609 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:04:29.647 INFO:teuthology.orchestra.run.smithi165.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 295 kB/s | 59 kB 00:00 2024-02-11T09:04:29.723 INFO:teuthology.orchestra.run.smithi165.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 328 kB/s | 203 kB 00:00 2024-02-11T09:04:29.778 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:04:29.798 INFO:teuthology.orchestra.run.smithi165.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 598 kB/s | 90 kB 00:00 2024-02-11T09:04:29.852 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-11T09:04:29.887 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-11T09:04:29.933 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-11T09:04:29.964 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-11T09:04:29.973 INFO:teuthology.orchestra.run.smithi165.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.7 MB/s | 1.0 MB 00:00 2024-02-11T09:04:29.977 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:29.977 INFO:teuthology.orchestra.run.smithi165.stdout:Total 1.6 MB/s | 2.0 MB 00:01 2024-02-11T09:04:29.978 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:29.990 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:29.991 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:30.075 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-11T09:04:30.090 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:30.091 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:30.197 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-11T09:04:30.282 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-11T09:04:30.334 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:04:30.335 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-11T09:04:30.415 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-11T09:04:30.417 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-11T09:04:30.451 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-11T09:04:30.457 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-11T09:04:30.563 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-11T09:04:30.603 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-11T09:04:30.606 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:30.693 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-11T09:04:30.720 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T09:04:30.762 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-11T09:04:30.786 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T09:04:30.816 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-11T09:04:30.817 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T09:04:30.872 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-11T09:04:30.905 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-11T09:04:30.909 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-11T09:04:30.950 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-11T09:04:31.045 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-11T09:04:31.144 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-11T09:04:31.194 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-11T09:04:31.529 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T09:04:31.530 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-11T09:04:31.530 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-11T09:04:31.530 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-11T09:04:31.530 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-11T09:04:31.530 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-11T09:04:31.530 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-11T09:04:31.530 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-11T09:04:31.530 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-11T09:04:31.530 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-11T09:04:31.530 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-11T09:04:31.530 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-11T09:04:31.577 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-11T09:04:31.693 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-11T09:04:31.897 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-11T09:04:31.897 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-11T09:04:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:31.899 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:31.914 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-11T09:04:31.966 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-11T09:04:32.000 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-11T09:04:32.048 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-11T09:04:32.070 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T09:04:32.133 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-11T09:04:32.718 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:06 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:32.860 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T09:04:32.860 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-11T09:04:32.860 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-11T09:04:32.860 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-11T09:04:32.860 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-11T09:04:32.860 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-11T09:04:32.861 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-11T09:04:32.861 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-11T09:04:32.861 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-11T09:04:32.861 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-11T09:04:32.861 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-11T09:04:32.861 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-11T09:04:32.861 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-11T09:04:32.879 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:32.880 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================================ 2024-02-11T09:04:32.880 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-11T09:04:32.880 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================================ 2024-02-11T09:04:32.880 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:04:32.880 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================================ 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout:Install 12 Packages 2024-02-11T09:04:32.881 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:32.882 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 37 M 2024-02-11T09:04:32.882 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 209 M 2024-02-11T09:04:32.882 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:04:33.003 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-11T09:04:33.132 INFO:teuthology.orchestra.run.smithi134.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 242 kB/s | 32 kB 00:00 2024-02-11T09:04:33.166 INFO:teuthology.orchestra.run.smithi134.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 535 kB/s | 17 kB 00:00 2024-02-11T09:04:33.207 INFO:teuthology.orchestra.run.smithi134.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 853 kB/s | 34 kB 00:00 2024-02-11T09:04:33.253 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-11T09:04:33.253 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-11T09:04:33.254 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:33.255 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:33.257 INFO:teuthology.orchestra.run.smithi134.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-02-11T09:04:33.441 INFO:teuthology.orchestra.run.smithi134.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-02-11T09:04:33.488 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-mgr-cephadm 2024-02-11T09:04:33.508 INFO:teuthology.orchestra.run.smithi134.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-02-11T09:04:33.533 INFO:teuthology.orchestra.run.smithi134.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-02-11T09:04:33.725 INFO:teuthology.orchestra.run.smithi134.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.1 MB/s | 802 kB 00:00 2024-02-11T09:04:33.876 INFO:teuthology.orchestra.run.smithi134.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 43 MB/s | 16 MB 00:00 2024-02-11T09:04:33.901 INFO:teuthology.orchestra.run.smithi134.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 194 kB 00:00 2024-02-11T09:04:34.051 INFO:teuthology.orchestra.run.smithi134.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.4 MB/s | 245 kB 00:00 2024-02-11T09:04:34.073 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:22 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:34.075 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-11T09:04:34.099 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T09:04:34.236 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:34.236 INFO:teuthology.orchestra.run.smithi165.stdout:======================================================================================== 2024-02-11T09:04:34.236 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-02-11T09:04:34.236 INFO:teuthology.orchestra.run.smithi165.stdout:======================================================================================== 2024-02-11T09:04:34.236 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:34.236 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-11T09:04:34.236 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-02-11T09:04:34.236 INFO:teuthology.orchestra.run.smithi165.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-11T09:04:34.236 INFO:teuthology.orchestra.run.smithi165.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-11T09:04:34.236 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-11T09:04:34.237 INFO:teuthology.orchestra.run.smithi165.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-11T09:04:34.237 INFO:teuthology.orchestra.run.smithi165.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-11T09:04:34.237 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:34.237 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:34.237 INFO:teuthology.orchestra.run.smithi165.stdout:======================================================================================== 2024-02-11T09:04:34.237 INFO:teuthology.orchestra.run.smithi165.stdout:Install 6 Packages 2024-02-11T09:04:34.237 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:34.237 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 6.8 M 2024-02-11T09:04:34.237 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 33 M 2024-02-11T09:04:34.237 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:34.568 INFO:teuthology.orchestra.run.smithi134.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 4.7 MB/s | 7.4 MB 00:01 2024-02-11T09:04:34.571 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:34.571 INFO:teuthology.orchestra.run.smithi134.stdout:Total 22 MB/s | 37 MB 00:01 2024-02-11T09:04:34.583 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:04:34.595 INFO:teuthology.orchestra.run.smithi165.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 227 kB 00:00 2024-02-11T09:04:34.607 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:04:34.607 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:04:34.737 INFO:teuthology.orchestra.run.smithi165.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 5.8 MB 00:00 2024-02-11T09:04:34.854 INFO:teuthology.orchestra.run.smithi165.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 319 kB/s | 138 kB 00:00 2024-02-11T09:04:34.929 INFO:teuthology.orchestra.run.smithi165.stdout:(4/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.6 MB/s | 548 kB 00:00 2024-02-11T09:04:34.954 INFO:teuthology.orchestra.run.smithi165.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 267 kB/s | 58 kB 00:00 2024-02-11T09:04:34.959 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:04:34.960 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:04:34.979 INFO:teuthology.orchestra.run.smithi165.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 408 kB/s | 51 kB 00:00 2024-02-11T09:04:34.982 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:34.983 INFO:teuthology.orchestra.run.smithi165.stdout:Total 9.1 MB/s | 6.8 MB 00:00 2024-02-11T09:04:34.983 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:34.992 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:34.992 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:35.083 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:35.083 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:35.373 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:35.536 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-11T09:04:35.582 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-11T09:04:35.663 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:04:35.741 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-11T09:04:35.772 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-11T09:04:35.864 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-11T09:04:35.908 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-11T09:04:36.094 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T09:04:36.105 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-11T09:04:36.153 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T09:04:36.185 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-11T09:04:36.240 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-11T09:04:36.255 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-11T09:04:36.286 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T09:04:36.654 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T09:04:36.654 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-11T09:04:36.654 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-11T09:04:36.654 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-11T09:04:36.655 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-11T09:04:36.655 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T09:04:36.655 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T09:04:36.655 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-11T09:04:36.655 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-11T09:04:36.655 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-11T09:04:36.655 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-11T09:04:36.655 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-11T09:04:36.883 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-11T09:04:36.984 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-11T09:04:37.093 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T09:04:37.093 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-11T09:04:37.093 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-11T09:04:37.094 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-11T09:04:37.094 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-11T09:04:37.094 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-11T09:04:37.122 INFO:teuthology.orchestra.run.smithi006.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-11T09:04:37.123 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-11T09:04:37.123 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-11T09:04:37.123 INFO:teuthology.orchestra.run.smithi006.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-11T09:04:37.123 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:37.123 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:37.397 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-11T09:04:37.397 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:37.397 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:37.397 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:37.397 INFO:teuthology.orchestra.run.smithi165.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-11T09:04:37.399 INFO:teuthology.orchestra.run.smithi165.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-11T09:04:37.399 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-11T09:04:37.399 INFO:teuthology.orchestra.run.smithi165.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-11T09:04:37.399 INFO:teuthology.orchestra.run.smithi165.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-11T09:04:37.399 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:37.399 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:37.446 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-rook 2024-02-11T09:04:37.644 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-fuse 2024-02-11T09:04:38.044 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:23 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:38.203 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-11T09:04:38.211 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:38.213 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================== 2024-02-11T09:04:38.213 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-02-11T09:04:38.213 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================== 2024-02-11T09:04:38.213 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:04:38.213 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-11T09:04:38.213 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-02-11T09:04:38.213 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-11T09:04:38.213 INFO:teuthology.orchestra.run.smithi006.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-11T09:04:38.213 INFO:teuthology.orchestra.run.smithi006.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================== 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout:Install 13 Packages 2024-02-11T09:04:38.214 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:38.216 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 2.0 M 2024-02-11T09:04:38.216 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 26 M 2024-02-11T09:04:38.216 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:04:38.232 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:26 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:38.392 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout:Install 2 Packages 2024-02-11T09:04:38.393 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:38.394 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 965 k 2024-02-11T09:04:38.394 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 2.8 M 2024-02-11T09:04:38.394 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:38.426 INFO:teuthology.orchestra.run.smithi006.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 180 kB/s | 24 kB 00:00 2024-02-11T09:04:38.443 INFO:teuthology.orchestra.run.smithi006.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 119 kB/s | 18 kB 00:00 2024-02-11T09:04:38.502 INFO:teuthology.orchestra.run.smithi006.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 3.0 MB/s | 174 kB 00:00 2024-02-11T09:04:38.515 INFO:teuthology.orchestra.run.smithi165.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 647 kB/s | 79 kB 00:00 2024-02-11T09:04:38.527 INFO:teuthology.orchestra.run.smithi006.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.6 MB/s | 132 kB 00:00 2024-02-11T09:04:38.552 INFO:teuthology.orchestra.run.smithi006.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-11T09:04:38.569 INFO:teuthology.orchestra.run.smithi006.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 43 kB 00:00 2024-02-11T09:04:38.628 INFO:teuthology.orchestra.run.smithi006.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 155 kB/s | 52 kB 00:00 2024-02-11T09:04:38.645 INFO:teuthology.orchestra.run.smithi006.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 199 kB/s | 15 kB 00:00 2024-02-11T09:04:38.661 INFO:teuthology.orchestra.run.smithi006.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 296 kB/s | 32 kB 00:00 2024-02-11T09:04:38.737 INFO:teuthology.orchestra.run.smithi006.stdout:(10/13): python3-google-auth-2.27.0-1.el9.noarc 1.8 MB/s | 203 kB 00:00 2024-02-11T09:04:38.753 INFO:teuthology.orchestra.run.smithi006.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 642 kB/s | 59 kB 00:00 2024-02-11T09:04:38.787 INFO:teuthology.orchestra.run.smithi006.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-02-11T09:04:38.813 INFO:teuthology.orchestra.run.smithi006.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-02-11T09:04:38.814 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:38.815 INFO:teuthology.orchestra.run.smithi006.stdout:Total 3.4 MB/s | 2.0 MB 00:00 2024-02-11T09:04:38.815 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:04:38.828 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:04:38.829 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:04:38.840 INFO:teuthology.orchestra.run.smithi165.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.9 MB/s | 886 kB 00:00 2024-02-11T09:04:38.842 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:38.842 INFO:teuthology.orchestra.run.smithi165.stdout:Total 2.1 MB/s | 965 kB 00:00 2024-02-11T09:04:38.842 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:38.862 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:38.862 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:38.934 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:04:38.934 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:04:38.939 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:38.939 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:39.128 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:39.226 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-11T09:04:39.256 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T09:04:39.267 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-11T09:04:39.340 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T09:04:39.478 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:04:39.651 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-11T09:04:39.707 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-11T09:04:39.763 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-11T09:04:39.807 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-11T09:04:39.849 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-11T09:04:39.947 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-11T09:04:40.056 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-11T09:04:40.109 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-11T09:04:40.136 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T09:04:40.136 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-11T09:04:40.426 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-11T09:04:40.426 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:40.426 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:40.426 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-11T09:04:40.427 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:40.427 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:40.723 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-volume 2024-02-11T09:04:40.880 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-11T09:04:40.930 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-11T09:04:40.964 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-11T09:04:41.013 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-11T09:04:41.042 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T09:04:41.326 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:29 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:41.489 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout:Install 2 Packages 2024-02-11T09:04:41.490 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:41.491 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 332 k 2024-02-11T09:04:41.491 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 1.5 M 2024-02-11T09:04:41.491 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:41.613 INFO:teuthology.orchestra.run.smithi165.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 566 kB/s | 69 kB 00:00 2024-02-11T09:04:41.804 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T09:04:41.804 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-11T09:04:41.804 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-11T09:04:41.804 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-11T09:04:41.804 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-11T09:04:41.804 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T09:04:41.804 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T09:04:41.804 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-11T09:04:41.804 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-11T09:04:41.804 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-11T09:04:41.804 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-11T09:04:41.805 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-11T09:04:41.828 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-11T09:04:41.829 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-11T09:04:41.855 INFO:teuthology.orchestra.run.smithi165.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 726 kB/s | 264 kB 00:00 2024-02-11T09:04:41.856 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:41.856 INFO:teuthology.orchestra.run.smithi165.stdout:Total 909 kB/s | 332 kB 00:00 2024-02-11T09:04:41.856 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:41.864 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:41.864 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:41.905 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:41.905 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:42.056 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:42.203 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-11T09:04:42.203 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:42.203 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:04:42.203 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:42.203 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:42.204 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:42.229 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-11T09:04:42.267 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-11T09:04:42.267 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:42.267 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:04:42.267 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:42.267 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-11T09:04:42.267 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-11T09:04:42.267 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-11T09:04:42.267 INFO:teuthology.orchestra.run.smithi134.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-11T09:04:42.267 INFO:teuthology.orchestra.run.smithi134.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-11T09:04:42.267 INFO:teuthology.orchestra.run.smithi134.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-11T09:04:42.268 INFO:teuthology.orchestra.run.smithi134.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-11T09:04:42.268 INFO:teuthology.orchestra.run.smithi134.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-11T09:04:42.268 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-11T09:04:42.268 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-11T09:04:42.268 INFO:teuthology.orchestra.run.smithi134.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-11T09:04:42.268 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:42.268 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:42.274 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T09:04:42.290 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T09:04:42.290 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:42.290 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-11T09:04:42.290 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:42.447 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-cephadm 2024-02-11T09:04:42.686 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-rook 2024-02-11T09:04:43.037 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:28 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:43.069 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-11T09:04:43.204 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:43.204 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================== 2024-02-11T09:04:43.204 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-02-11T09:04:43.204 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================== 2024-02-11T09:04:43.204 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================== 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout:Install 6 Packages 2024-02-11T09:04:43.205 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:43.206 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 6.8 M 2024-02-11T09:04:43.206 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 33 M 2024-02-11T09:04:43.206 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:04:43.270 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:17 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:43.410 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-11T09:04:43.410 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:43.410 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:43.410 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:43.410 INFO:teuthology.orchestra.run.smithi165.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-11T09:04:43.410 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:43.410 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:43.431 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:43.432 INFO:teuthology.orchestra.run.smithi134.stdout:======================================================================================== 2024-02-11T09:04:43.432 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-11T09:04:43.432 INFO:teuthology.orchestra.run.smithi134.stdout:======================================================================================== 2024-02-11T09:04:43.432 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:04:43.432 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-11T09:04:43.432 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-11T09:04:43.432 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:04:43.433 INFO:teuthology.orchestra.run.smithi134.stdout:======================================================================================== 2024-02-11T09:04:43.434 INFO:teuthology.orchestra.run.smithi134.stdout:Install 13 Packages 2024-02-11T09:04:43.434 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:43.434 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 2.0 M 2024-02-11T09:04:43.434 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 26 M 2024-02-11T09:04:43.434 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:04:43.723 INFO:teuthology.orchestra.run.smithi006.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 227 kB 00:00 2024-02-11T09:04:43.746 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install librados-devel 2024-02-11T09:04:43.748 INFO:teuthology.orchestra.run.smithi134.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 147 kB/s | 18 kB 00:00 2024-02-11T09:04:43.772 INFO:teuthology.orchestra.run.smithi134.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 165 kB/s | 24 kB 00:00 2024-02-11T09:04:43.831 INFO:teuthology.orchestra.run.smithi134.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.1 MB/s | 174 kB 00:00 2024-02-11T09:04:43.848 INFO:teuthology.orchestra.run.smithi134.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-11T09:04:43.873 INFO:teuthology.orchestra.run.smithi134.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.9 MB/s | 211 kB 00:00 2024-02-11T09:04:43.889 INFO:teuthology.orchestra.run.smithi006.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 5.8 MB 00:00 2024-02-11T09:04:43.899 INFO:teuthology.orchestra.run.smithi134.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 855 kB/s | 43 kB 00:00 2024-02-11T09:04:43.932 INFO:teuthology.orchestra.run.smithi134.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 170 kB/s | 52 kB 00:00 2024-02-11T09:04:44.015 INFO:teuthology.orchestra.run.smithi006.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 304 kB/s | 138 kB 00:00 2024-02-11T09:04:44.025 INFO:teuthology.orchestra.run.smithi134.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 119 kB/s | 15 kB 00:00 2024-02-11T09:04:44.031 INFO:teuthology.orchestra.run.smithi006.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 411 kB/s | 58 kB 00:00 2024-02-11T09:04:44.049 INFO:teuthology.orchestra.run.smithi134.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 183 kB/s | 32 kB 00:00 2024-02-11T09:04:44.082 INFO:teuthology.orchestra.run.smithi006.stdout:(5/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.5 MB/s | 548 kB 00:00 2024-02-11T09:04:44.148 INFO:teuthology.orchestra.run.smithi006.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 382 kB/s | 51 kB 00:00 2024-02-11T09:04:44.152 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:44.153 INFO:teuthology.orchestra.run.smithi006.stdout:Total 7.2 MB/s | 6.8 MB 00:00 2024-02-11T09:04:44.153 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:04:44.158 INFO:teuthology.orchestra.run.smithi134.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 545 kB/s | 59 kB 00:00 2024-02-11T09:04:44.162 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:04:44.162 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:04:44.183 INFO:teuthology.orchestra.run.smithi134.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 808 kB/s | 203 kB 00:00 2024-02-11T09:04:44.250 INFO:teuthology.orchestra.run.smithi134.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 976 kB/s | 90 kB 00:00 2024-02-11T09:04:44.256 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:04:44.257 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:04:44.284 INFO:teuthology.orchestra.run.smithi134.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.9 MB/s | 1.0 MB 00:00 2024-02-11T09:04:44.286 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:44.286 INFO:teuthology.orchestra.run.smithi134.stdout:Total 2.4 MB/s | 2.0 MB 00:00 2024-02-11T09:04:44.286 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:04:44.299 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:04:44.299 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:04:44.344 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:32 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:44.400 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:04:44.400 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:04:44.507 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:44.507 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repo Size 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout:Install 1 Package 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 127 k 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 456 k 2024-02-11T09:04:44.508 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:44.681 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:04:44.847 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-11T09:04:44.853 INFO:teuthology.orchestra.run.smithi165.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 368 kB/s | 127 kB 00:00 2024-02-11T09:04:44.854 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:44.854 INFO:teuthology.orchestra.run.smithi165.stdout:Total 367 kB/s | 127 kB 00:00 2024-02-11T09:04:44.854 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:44.859 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:44.859 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:44.901 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-11T09:04:44.914 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:44.915 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:44.915 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:04:45.057 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:45.077 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-11T09:04:45.134 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-11T09:04:45.161 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:45.198 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-11T09:04:45.236 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-11T09:04:45.276 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-11T09:04:45.369 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-11T09:04:45.462 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-11T09:04:45.478 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-11T09:04:45.528 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-11T09:04:45.548 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-11T09:04:45.624 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-11T09:04:45.633 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:45.654 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T09:04:45.978 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:45.978 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:45.979 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:45.979 INFO:teuthology.orchestra.run.smithi165.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:45.979 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:45.979 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:46.214 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install libcephfs2 2024-02-11T09:04:46.237 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-11T09:04:46.283 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-11T09:04:46.317 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-11T09:04:46.366 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-11T09:04:46.396 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T09:04:46.485 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T09:04:46.485 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-11T09:04:46.485 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-11T09:04:46.485 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-11T09:04:46.486 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-11T09:04:46.486 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-11T09:04:46.794 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-11T09:04:46.794 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:46.794 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:04:46.794 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:46.794 INFO:teuthology.orchestra.run.smithi006.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-11T09:04:46.794 INFO:teuthology.orchestra.run.smithi006.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-11T09:04:46.794 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-11T09:04:46.794 INFO:teuthology.orchestra.run.smithi006.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-11T09:04:46.794 INFO:teuthology.orchestra.run.smithi006.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-11T09:04:46.794 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:46.795 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:46.817 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:34 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:46.926 INFO:teuthology.orchestra.run.smithi165.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:46.979 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:46.980 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-02-11T09:04:46.980 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:47.025 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-fuse 2024-02-11T09:04:47.049 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install libcephfs-devel 2024-02-11T09:04:47.232 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T09:04:47.232 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-11T09:04:47.232 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-11T09:04:47.232 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-11T09:04:47.232 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-11T09:04:47.232 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-11T09:04:47.232 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-11T09:04:47.232 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-11T09:04:47.233 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-11T09:04:47.233 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-11T09:04:47.233 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-11T09:04:47.233 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-11T09:04:47.233 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-11T09:04:47.620 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:32 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:47.629 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-11T09:04:47.629 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:47.629 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:04:47.629 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:47.629 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-11T09:04:47.629 INFO:teuthology.orchestra.run.smithi134.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-11T09:04:47.629 INFO:teuthology.orchestra.run.smithi134.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-11T09:04:47.629 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-11T09:04:47.629 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-11T09:04:47.630 INFO:teuthology.orchestra.run.smithi134.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-11T09:04:47.630 INFO:teuthology.orchestra.run.smithi134.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-11T09:04:47.630 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-11T09:04:47.630 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-11T09:04:47.630 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-11T09:04:47.630 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-11T09:04:47.630 INFO:teuthology.orchestra.run.smithi134.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-11T09:04:47.630 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:47.630 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:47.637 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:35 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:47.785 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout:Install 2 Packages 2024-02-11T09:04:47.786 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:47.787 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 965 k 2024-02-11T09:04:47.787 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 2.8 M 2024-02-11T09:04:47.787 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:04:47.801 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:47.801 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:47.802 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repo Size 2024-02-11T09:04:47.802 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:47.802 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:47.802 INFO:teuthology.orchestra.run.smithi165.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-11T09:04:47.802 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:47.802 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:47.802 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:47.802 INFO:teuthology.orchestra.run.smithi165.stdout:Install 1 Package 2024-02-11T09:04:47.802 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:47.803 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 31 k 2024-02-11T09:04:47.803 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 140 k 2024-02-11T09:04:47.803 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:47.879 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-cephadm 2024-02-11T09:04:47.917 INFO:teuthology.orchestra.run.smithi006.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 606 kB/s | 79 kB 00:00 2024-02-11T09:04:48.048 INFO:teuthology.orchestra.run.smithi165.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 127 kB/s | 31 kB 00:00 2024-02-11T09:04:48.049 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:48.049 INFO:teuthology.orchestra.run.smithi165.stdout:Total 126 kB/s | 31 kB 00:00 2024-02-11T09:04:48.049 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:48.053 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:48.053 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:48.093 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:48.093 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:48.226 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:48.242 INFO:teuthology.orchestra.run.smithi006.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.9 MB/s | 886 kB 00:00 2024-02-11T09:04:48.243 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:48.244 INFO:teuthology.orchestra.run.smithi006.stdout:Total 2.1 MB/s | 965 kB 00:00 2024-02-11T09:04:48.244 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:04:48.265 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:04:48.265 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:04:48.330 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:48.345 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:04:48.346 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:04:48.463 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:22 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:48.546 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:04:48.623 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:48.624 INFO:teuthology.orchestra.run.smithi134.stdout:======================================================================================== 2024-02-11T09:04:48.624 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-11T09:04:48.624 INFO:teuthology.orchestra.run.smithi134.stdout:======================================================================================== 2024-02-11T09:04:48.624 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:04:48.624 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-11T09:04:48.624 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-11T09:04:48.625 INFO:teuthology.orchestra.run.smithi134.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-11T09:04:48.625 INFO:teuthology.orchestra.run.smithi134.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-11T09:04:48.625 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-11T09:04:48.625 INFO:teuthology.orchestra.run.smithi134.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-11T09:04:48.625 INFO:teuthology.orchestra.run.smithi134.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-11T09:04:48.625 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:48.625 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:04:48.625 INFO:teuthology.orchestra.run.smithi134.stdout:======================================================================================== 2024-02-11T09:04:48.625 INFO:teuthology.orchestra.run.smithi134.stdout:Install 6 Packages 2024-02-11T09:04:48.625 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:48.626 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 6.8 M 2024-02-11T09:04:48.626 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 33 M 2024-02-11T09:04:48.626 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:04:48.698 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-11T09:04:48.734 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:48.771 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T09:04:48.901 INFO:teuthology.orchestra.run.smithi134.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 227 kB 00:00 2024-02-11T09:04:49.017 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:49.017 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:49.017 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:49.017 INFO:teuthology.orchestra.run.smithi165.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:49.017 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:49.017 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:49.026 INFO:teuthology.orchestra.run.smithi134.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-02-11T09:04:49.143 INFO:teuthology.orchestra.run.smithi134.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 495 kB/s | 58 kB 00:00 2024-02-11T09:04:49.169 INFO:teuthology.orchestra.run.smithi134.stdout:(4/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 318 kB/s | 138 kB 00:00 2024-02-11T09:04:49.179 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install librados2 2024-02-11T09:04:49.211 INFO:teuthology.orchestra.run.smithi134.stdout:(5/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.7 MB/s | 548 kB 00:00 2024-02-11T09:04:49.227 INFO:teuthology.orchestra.run.smithi134.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 609 kB/s | 51 kB 00:00 2024-02-11T09:04:49.229 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:49.230 INFO:teuthology.orchestra.run.smithi134.stdout:Total 11 MB/s | 6.8 MB 00:00 2024-02-11T09:04:49.230 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:04:49.239 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:04:49.239 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:04:49.329 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:04:49.329 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:04:49.490 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T09:04:49.490 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-11T09:04:49.632 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:04:49.765 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:37 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:49.791 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-11T09:04:49.808 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-11T09:04:49.809 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:49.809 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:04:49.809 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-11T09:04:49.809 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:49.809 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:49.846 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-11T09:04:49.872 INFO:teuthology.orchestra.run.smithi165.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:49.924 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:49.925 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-02-11T09:04:49.926 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:49.971 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install librbd1 2024-02-11T09:04:50.080 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-volume 2024-02-11T09:04:50.377 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-11T09:04:50.456 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-11T09:04:50.518 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-11T09:04:50.541 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T09:04:50.571 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:38 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:50.677 INFO:teuthology.orchestra.run.smithi165.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:50.683 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:35 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:50.730 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:50.731 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-02-11T09:04:50.731 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:50.780 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install python3-rados 2024-02-11T09:04:50.851 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:50.851 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:50.852 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-02-11T09:04:50.852 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:50.852 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:04:50.852 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-11T09:04:50.852 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-02-11T09:04:50.852 INFO:teuthology.orchestra.run.smithi006.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-11T09:04:50.852 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:50.852 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:04:50.852 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:50.852 INFO:teuthology.orchestra.run.smithi006.stdout:Install 2 Packages 2024-02-11T09:04:50.852 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:50.853 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 332 k 2024-02-11T09:04:50.853 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 1.5 M 2024-02-11T09:04:50.853 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:04:50.963 INFO:teuthology.orchestra.run.smithi006.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 629 kB/s | 69 kB 00:00 2024-02-11T09:04:51.246 INFO:teuthology.orchestra.run.smithi006.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 672 kB/s | 264 kB 00:00 2024-02-11T09:04:51.247 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:51.247 INFO:teuthology.orchestra.run.smithi006.stdout:Total 841 kB/s | 332 kB 00:00 2024-02-11T09:04:51.248 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:04:51.257 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:04:51.257 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:04:51.301 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:04:51.301 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:04:51.388 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:39 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:51.399 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T09:04:51.399 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-11T09:04:51.400 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-11T09:04:51.400 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-11T09:04:51.400 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-11T09:04:51.400 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-11T09:04:51.456 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:04:51.507 INFO:teuthology.orchestra.run.smithi165.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:51.559 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:51.560 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-02-11T09:04:51.560 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:51.607 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install python3-rgw 2024-02-11T09:04:51.637 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-11T09:04:51.674 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T09:04:51.690 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T09:04:51.690 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:51.690 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-11T09:04:51.690 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:51.711 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-11T09:04:51.711 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:51.711 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:04:51.711 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:51.711 INFO:teuthology.orchestra.run.smithi134.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-11T09:04:51.712 INFO:teuthology.orchestra.run.smithi134.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-11T09:04:51.712 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-11T09:04:51.712 INFO:teuthology.orchestra.run.smithi134.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-11T09:04:51.712 INFO:teuthology.orchestra.run.smithi134.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-11T09:04:51.712 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:51.712 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:51.960 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-fuse 2024-02-11T09:04:52.199 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:40 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:52.307 INFO:teuthology.orchestra.run.smithi165.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:52.359 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:52.360 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-02-11T09:04:52.360 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:52.408 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install python3-cephfs 2024-02-11T09:04:52.532 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-11T09:04:52.546 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:26 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:52.706 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:52.707 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:52.707 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-11T09:04:52.707 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:52.707 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:04:52.707 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-11T09:04:52.707 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-11T09:04:52.707 INFO:teuthology.orchestra.run.smithi134.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-11T09:04:52.707 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:52.707 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:04:52.707 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:52.707 INFO:teuthology.orchestra.run.smithi134.stdout:Install 2 Packages 2024-02-11T09:04:52.708 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:52.708 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 965 k 2024-02-11T09:04:52.708 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 2.8 M 2024-02-11T09:04:52.708 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:04:52.837 INFO:teuthology.orchestra.run.smithi134.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 613 kB/s | 79 kB 00:00 2024-02-11T09:04:52.916 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-11T09:04:52.916 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:52.916 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:04:52.917 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:52.917 INFO:teuthology.orchestra.run.smithi006.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-11T09:04:52.917 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:52.917 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:52.997 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:40 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:53.106 INFO:teuthology.orchestra.run.smithi165.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:53.158 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:53.159 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-02-11T09:04:53.159 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:53.187 INFO:teuthology.orchestra.run.smithi134.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.8 MB/s | 886 kB 00:00 2024-02-11T09:04:53.188 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:53.189 INFO:teuthology.orchestra.run.smithi134.stdout:Total 2.0 MB/s | 965 kB 00:00 2024-02-11T09:04:53.189 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:04:53.208 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install python3-rbd 2024-02-11T09:04:53.209 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:04:53.209 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:04:53.247 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install librados-devel 2024-02-11T09:04:53.287 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:04:53.288 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:04:53.471 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:04:53.604 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-11T09:04:53.678 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T09:04:53.798 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:41 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:53.847 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:38 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:53.905 INFO:teuthology.orchestra.run.smithi165.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:53.958 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:53.959 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-02-11T09:04:53.959 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:54.012 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install rbd-fuse 2024-02-11T09:04:54.015 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:54.015 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:54.015 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2024-02-11T09:04:54.015 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:54.015 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:04:54.015 INFO:teuthology.orchestra.run.smithi006.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-11T09:04:54.015 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:54.015 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:04:54.015 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:54.016 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-02-11T09:04:54.016 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:54.016 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 127 k 2024-02-11T09:04:54.016 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 456 k 2024-02-11T09:04:54.016 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:04:54.335 INFO:teuthology.orchestra.run.smithi006.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 398 kB/s | 127 kB 00:00 2024-02-11T09:04:54.336 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:54.336 INFO:teuthology.orchestra.run.smithi006.stdout:Total 396 kB/s | 127 kB 00:00 2024-02-11T09:04:54.336 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:04:54.342 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:04:54.343 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:04:54.365 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T09:04:54.365 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-11T09:04:54.399 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:04:54.400 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:04:54.549 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:04:54.612 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:42 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:54.661 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:54.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-11T09:04:54.678 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:54.678 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:04:54.678 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-11T09:04:54.678 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:54.678 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:54.782 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:54.782 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:54.782 INFO:teuthology.orchestra.run.smithi165.stdout: Package Architecture Version Repository Size 2024-02-11T09:04:54.783 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:54.783 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:54.783 INFO:teuthology.orchestra.run.smithi165.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-11T09:04:54.783 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:54.783 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:54.783 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:54.783 INFO:teuthology.orchestra.run.smithi165.stdout:Install 1 Package 2024-02-11T09:04:54.783 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:54.783 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 85 k 2024-02-11T09:04:54.784 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 231 k 2024-02-11T09:04:54.784 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:54.952 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-volume 2024-02-11T09:04:55.102 INFO:teuthology.orchestra.run.smithi165.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 268 kB/s | 85 kB 00:00 2024-02-11T09:04:55.103 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:55.103 INFO:teuthology.orchestra.run.smithi165.stdout:Total 266 kB/s | 85 kB 00:00 2024-02-11T09:04:55.103 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:55.108 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:55.111 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:55.111 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:55.168 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:55.169 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:55.320 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:55.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:55.398 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:55.398 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:04:55.399 INFO:teuthology.orchestra.run.smithi006.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:55.399 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:55.399 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:55.411 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:55.551 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:29 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:55.623 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install libcephfs2 2024-02-11T09:04:55.714 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:55.715 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:55.715 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-11T09:04:55.715 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:55.715 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:04:55.715 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-11T09:04:55.715 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-11T09:04:55.715 INFO:teuthology.orchestra.run.smithi134.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-11T09:04:55.715 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:55.716 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:04:55.716 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:55.716 INFO:teuthology.orchestra.run.smithi134.stdout:Install 2 Packages 2024-02-11T09:04:55.716 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:55.716 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 332 k 2024-02-11T09:04:55.716 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 1.5 M 2024-02-11T09:04:55.716 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:04:55.843 INFO:teuthology.orchestra.run.smithi134.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 542 kB/s | 69 kB 00:00 2024-02-11T09:04:55.859 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:56.151 INFO:teuthology.orchestra.run.smithi134.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 606 kB/s | 264 kB 00:00 2024-02-11T09:04:56.152 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:56.153 INFO:teuthology.orchestra.run.smithi134.stdout:Total 759 kB/s | 332 kB 00:00 2024-02-11T09:04:56.153 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:04:56.161 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:04:56.161 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:04:56.192 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:56.192 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:56.192 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:56.192 INFO:teuthology.orchestra.run.smithi165.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:56.192 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:56.192 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:56.204 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:04:56.204 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:04:56.220 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:41 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:56.332 INFO:teuthology.orchestra.run.smithi006.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:56.358 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:04:56.388 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:56.389 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-02-11T09:04:56.389 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:56.396 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install rbd-mirror 2024-02-11T09:04:56.453 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install libcephfs-devel 2024-02-11T09:04:56.543 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-11T09:04:56.578 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T09:04:56.594 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T09:04:56.594 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:56.594 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-11T09:04:56.594 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:56.993 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:44 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:04:57.047 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:42 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:57.159 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:04:57.160 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:57.160 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repo Size 2024-02-11T09:04:57.160 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:57.160 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:04:57.160 INFO:teuthology.orchestra.run.smithi165.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T09:04:57.160 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:57.160 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:04:57.160 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:04:57.160 INFO:teuthology.orchestra.run.smithi165.stdout:Install 1 Package 2024-02-11T09:04:57.160 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:57.161 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 3.1 M 2024-02-11T09:04:57.161 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 13 M 2024-02-11T09:04:57.161 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:04:57.213 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:57.214 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:57.214 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2024-02-11T09:04:57.214 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:57.214 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:04:57.214 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-11T09:04:57.214 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:57.214 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:04:57.215 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:04:57.215 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-02-11T09:04:57.215 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:57.215 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 31 k 2024-02-11T09:04:57.215 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 140 k 2024-02-11T09:04:57.215 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:04:57.330 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-11T09:04:57.455 INFO:teuthology.orchestra.run.smithi006.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 130 kB/s | 31 kB 00:00 2024-02-11T09:04:57.456 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:57.456 INFO:teuthology.orchestra.run.smithi006.stdout:Total 129 kB/s | 31 kB 00:00 2024-02-11T09:04:57.456 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:04:57.460 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:04:57.460 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:04:57.492 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:04:57.492 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:04:57.609 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:04:57.692 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-11T09:04:57.692 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:57.692 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:04:57.693 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T09:04:57.693 INFO:teuthology.orchestra.run.smithi134.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-11T09:04:57.693 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:57.693 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:04:57.706 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:57.735 INFO:teuthology.orchestra.run.smithi165.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 5.4 MB/s | 3.1 MB 00:00 2024-02-11T09:04:57.736 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:57.736 INFO:teuthology.orchestra.run.smithi165.stdout:Total 5.4 MB/s | 3.1 MB 00:00 2024-02-11T09:04:57.737 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:04:57.746 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:04:57.746 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:04:57.821 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:04:57.822 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:04:57.998 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install librados-devel 2024-02-11T09:04:58.120 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:58.245 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:04:58.298 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:58.323 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:58.323 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:04:58.324 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-11T09:04:58.324 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T09:04:58.324 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T09:04:58.324 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:58.406 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:58.406 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:58.406 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:04:58.407 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:58.407 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:04:58.407 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:58.586 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install librados2 2024-02-11T09:04:58.595 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:32 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:04:58.757 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:04:58.758 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:58.758 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-02-11T09:04:58.758 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:58.758 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:04:58.758 INFO:teuthology.orchestra.run.smithi134.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-11T09:04:58.758 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:58.759 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:04:58.759 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:04:58.759 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-02-11T09:04:58.759 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:04:58.759 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 127 k 2024-02-11T09:04:58.759 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 456 k 2024-02-11T09:04:58.759 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:04:59.081 INFO:teuthology.orchestra.run.smithi134.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 393 kB/s | 127 kB 00:00 2024-02-11T09:04:59.082 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:04:59.082 INFO:teuthology.orchestra.run.smithi134.stdout:Total 392 kB/s | 127 kB 00:00 2024-02-11T09:04:59.082 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:04:59.088 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:04:59.088 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:04:59.145 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:04:59.145 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:04:59.181 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:44 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:04:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:04:59.292 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:04:59.345 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:04:59.346 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-02-11T09:04:59.346 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:04:59.405 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:59.426 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install librbd1 2024-02-11T09:04:59.517 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:04:59.517 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:59.517 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:04:59.517 INFO:teuthology.orchestra.run.smithi165.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:04:59.518 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:04:59.518 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:04:59.781 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install rbd-nbd 2024-02-11T09:04:59.886 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:00.021 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:45 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:05:00.130 INFO:teuthology.orchestra.run.smithi006.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:00.185 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:05:00.186 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-02-11T09:05:00.186 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:05:00.218 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:00.218 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:00.218 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:05:00.218 INFO:teuthology.orchestra.run.smithi134.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:05:00.219 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:00.219 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:00.236 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-rados 2024-02-11T09:05:00.386 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:48 ago on Sun 11 Feb 2024 09:03:12 AM UTC. 2024-02-11T09:05:00.459 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install libcephfs2 2024-02-11T09:05:00.544 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout: Package Architecture Version Repository Size 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout:Install 1 Package 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 171 k 2024-02-11T09:05:00.545 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 494 k 2024-02-11T09:05:00.546 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-02-11T09:05:00.828 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:45 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:05:00.885 INFO:teuthology.orchestra.run.smithi165.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 503 kB/s | 171 kB 00:00 2024-02-11T09:05:00.886 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:05:00.886 INFO:teuthology.orchestra.run.smithi165.stdout:Total 501 kB/s | 171 kB 00:00 2024-02-11T09:05:00.886 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-02-11T09:05:00.894 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-02-11T09:05:00.894 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-02-11T09:05:00.939 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:00.955 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-02-11T09:05:00.955 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-02-11T09:05:00.993 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:05:00.994 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-02-11T09:05:00.994 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:05:01.041 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-rgw 2024-02-11T09:05:01.055 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:35 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:05:01.108 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-02-11T09:05:01.167 INFO:teuthology.orchestra.run.smithi134.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:01.201 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:01.220 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:05:01.221 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-02-11T09:05:01.222 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:01.289 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install libcephfs-devel 2024-02-11T09:05:01.637 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:46 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:05:01.644 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:01.748 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:01.803 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:05:01.804 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-02-11T09:05:01.804 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:05:01.855 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-cephfs 2024-02-11T09:05:01.879 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:35 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:05:01.938 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:01.938 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:05:01.938 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-02-11T09:05:01.938 INFO:teuthology.orchestra.run.smithi165.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:05:01.938 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-02-11T09:05:01.938 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-02-11T09:05:02.039 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:05:02.040 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:02.040 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-02-11T09:05:02.040 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:02.040 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:05:02.040 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-11T09:05:02.041 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:02.041 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:05:02.041 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:02.041 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-02-11T09:05:02.041 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:02.041 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 31 k 2024-02-11T09:05:02.041 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 140 k 2024-02-11T09:05:02.041 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:05:02.198 DEBUG:teuthology.parallel:result is None 2024-02-11T09:05:02.283 INFO:teuthology.orchestra.run.smithi134.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 129 kB/s | 31 kB 00:00 2024-02-11T09:05:02.284 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:05:02.284 INFO:teuthology.orchestra.run.smithi134.stdout:Total 128 kB/s | 31 kB 00:00 2024-02-11T09:05:02.284 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:05:02.287 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:05:02.288 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:05:02.314 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:05:02.314 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:05:02.439 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:05:02.449 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:47 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:05:02.532 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:02.561 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:02.615 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:05:02.616 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-02-11T09:05:02.617 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:05:02.667 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-rbd 2024-02-11T09:05:02.913 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:03.190 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:03.190 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:03.190 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:05:03.190 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:05:03.190 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:03.191 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:03.262 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:48 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:05:03.356 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install librados2 2024-02-11T09:05:03.373 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:03.428 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:05:03.429 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-02-11T09:05:03.429 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:05:03.479 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install rbd-fuse 2024-02-11T09:05:03.944 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:37 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:05:04.051 INFO:teuthology.orchestra.run.smithi134.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:04.071 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:49 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:05:04.103 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:05:04.104 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-02-11T09:05:04.104 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:04.159 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install librbd1 2024-02-11T09:05:04.236 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:05:04.236 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:05:04.236 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2024-02-11T09:05:04.236 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:05:04.236 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:05:04.236 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-11T09:05:04.236 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:04.237 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:05:04.237 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:05:04.237 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-02-11T09:05:04.237 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:04.237 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 85 k 2024-02-11T09:05:04.237 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 231 k 2024-02-11T09:05:04.237 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:05:04.560 INFO:teuthology.orchestra.run.smithi006.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 266 kB/s | 85 kB 00:00 2024-02-11T09:05:04.560 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:05:04.560 INFO:teuthology.orchestra.run.smithi006.stdout:Total 265 kB/s | 85 kB 00:00 2024-02-11T09:05:04.560 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:05:04.567 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:05:04.567 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:05:04.625 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:05:04.626 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:05:04.743 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:38 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:05:04.776 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:05:04.848 INFO:teuthology.orchestra.run.smithi134.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:04.878 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:04.902 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:05:04.903 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-02-11T09:05:04.903 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:04.955 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-rados 2024-02-11T09:05:05.297 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:05.541 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:39 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:05:05.608 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:05.608 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:05.608 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:05:05.609 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:05:05.609 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:05.609 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:05:05.648 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:05.700 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:05:05.701 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-02-11T09:05:05.702 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:05.757 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-rgw 2024-02-11T09:05:05.878 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install rbd-mirror 2024-02-11T09:05:06.343 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:40 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:05:06.449 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:06.480 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:51 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:05:06.500 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:05:06.502 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-02-11T09:05:06.502 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:06.546 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-cephfs 2024-02-11T09:05:06.647 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:05:06.648 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:05:06.648 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2024-02-11T09:05:06.648 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:05:06.648 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:05:06.648 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T09:05:06.649 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:06.649 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:05:06.649 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:05:06.649 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-02-11T09:05:06.649 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:06.649 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 3.1 M 2024-02-11T09:05:06.649 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 13 M 2024-02-11T09:05:06.649 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:05:07.138 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:41 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:05:07.172 INFO:teuthology.orchestra.run.smithi006.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 5.9 MB/s | 3.1 MB 00:00 2024-02-11T09:05:07.173 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:05:07.173 INFO:teuthology.orchestra.run.smithi006.stdout:Total 5.9 MB/s | 3.1 MB 00:00 2024-02-11T09:05:07.173 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:05:07.183 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:05:07.184 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:05:07.245 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:07.260 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:05:07.261 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:05:07.297 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:05:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-02-11T09:05:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:07.355 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-rbd 2024-02-11T09:05:07.705 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:05:07.756 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:07.781 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:07.781 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:05:07.782 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-11T09:05:07.782 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T09:05:07.782 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T09:05:07.782 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:07.940 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:41 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:05:08.048 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T09:05:08.099 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:05:08.100 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-02-11T09:05:08.100 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:08.154 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install rbd-fuse 2024-02-11T09:05:08.738 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:42 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:05:08.897 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:05:08.897 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:08.897 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-02-11T09:05:08.897 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:08.897 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:05:08.898 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-11T09:05:08.898 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:08.898 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:05:08.898 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:08.898 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-02-11T09:05:08.898 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:08.898 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 85 k 2024-02-11T09:05:08.898 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 231 k 2024-02-11T09:05:08.898 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:05:09.113 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:09.113 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:09.113 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:05:09.114 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:05:09.114 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:09.114 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:05:09.211 INFO:teuthology.orchestra.run.smithi134.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 272 kB/s | 85 kB 00:00 2024-02-11T09:05:09.212 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:05:09.212 INFO:teuthology.orchestra.run.smithi134.stdout:Total 271 kB/s | 85 kB 00:00 2024-02-11T09:05:09.212 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:05:09.219 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:05:09.219 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:05:09.274 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:05:09.274 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:05:09.366 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install rbd-nbd 2024-02-11T09:05:09.428 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:05:09.526 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:09.964 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:54 ago on Sun 11 Feb 2024 09:03:15 AM UTC. 2024-02-11T09:05:09.984 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:10.129 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 171 k 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 494 k 2024-02-11T09:05:10.130 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-02-11T09:05:10.372 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:10.372 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:10.372 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:05:10.372 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:05:10.372 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:10.373 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:10.476 INFO:teuthology.orchestra.run.smithi006.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 496 kB/s | 171 kB 00:00 2024-02-11T09:05:10.476 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:05:10.476 INFO:teuthology.orchestra.run.smithi006.stdout:Total 493 kB/s | 171 kB 00:00 2024-02-11T09:05:10.477 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-02-11T09:05:10.485 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-02-11T09:05:10.485 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-02-11T09:05:10.548 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-02-11T09:05:10.548 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-02-11T09:05:10.583 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install rbd-mirror 2024-02-11T09:05:10.700 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-02-11T09:05:10.794 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:11.196 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:45 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:05:11.216 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:11.356 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:05:11.357 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:11.357 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-02-11T09:05:11.357 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:11.358 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:05:11.358 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T09:05:11.358 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:11.358 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:05:11.358 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:11.358 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-02-11T09:05:11.358 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:11.358 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 3.1 M 2024-02-11T09:05:11.358 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 13 M 2024-02-11T09:05:11.358 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:05:11.523 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:11.523 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:11.523 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-02-11T09:05:11.523 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:05:11.523 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:05:11.523 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-02-11T09:05:11.758 DEBUG:teuthology.parallel:result is None 2024-02-11T09:05:11.906 INFO:teuthology.orchestra.run.smithi134.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-02-11T09:05:11.907 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:05:11.907 INFO:teuthology.orchestra.run.smithi134.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-02-11T09:05:11.907 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:05:11.916 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:05:11.916 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:05:11.989 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:05:11.990 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:05:12.406 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:05:12.465 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:12.490 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:12.490 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T09:05:12.490 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-11T09:05:12.490 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T09:05:12.490 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T09:05:12.490 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:13.682 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:13.682 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:13.682 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:05:13.682 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:05:13.682 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:13.682 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:13.968 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install rbd-nbd 2024-02-11T09:05:14.567 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:48 ago on Sun 11 Feb 2024 09:03:26 AM UTC. 2024-02-11T09:05:14.724 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-11T09:05:14.724 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:14.724 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-02-11T09:05:14.725 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:14.725 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-11T09:05:14.725 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-11T09:05:14.725 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:14.725 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-11T09:05:14.725 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-11T09:05:14.725 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-02-11T09:05:14.725 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:14.726 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 171 k 2024-02-11T09:05:14.726 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 494 k 2024-02-11T09:05:14.726 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-11T09:05:15.066 INFO:teuthology.orchestra.run.smithi134.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 502 kB/s | 171 kB 00:00 2024-02-11T09:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:Total 499 kB/s | 171 kB 00:00 2024-02-11T09:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-11T09:05:15.075 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-11T09:05:15.075 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-11T09:05:15.136 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-11T09:05:15.137 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-11T09:05:15.288 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-11T09:05:15.383 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:15.839 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:16.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T09:05:16.173 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:16.174 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-11T09:05:16.174 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T09:05:16.174 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-11T09:05:16.174 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-11T09:05:16.394 DEBUG:teuthology.parallel:result is None 2024-02-11T09:05:16.395 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:05:16.617 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-11T09:05:16.642 INFO:teuthology.orchestra.run.smithi006.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-11T09:05:16.643 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-11T09:05:16.643 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-11T09:05:16.645 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:05:16.868 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-11T09:05:16.889 INFO:teuthology.orchestra.run.smithi134.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-11T09:05:16.889 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-11T09:05:16.890 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-11T09:05:16.891 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:05:17.108 DEBUG:teuthology.orchestra.run.smithi165:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-11T09:05:17.133 INFO:teuthology.orchestra.run.smithi165.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-11T09:05:17.134 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-11T09:05:17.134 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-11T09:05:17.135 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-11T09:05:17.136 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-02-11T09:05:17.136 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T09:05:17.168 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-11T09:05:17.168 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T09:05:17.198 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-02-11T09:05:17.198 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T09:05:17.230 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-11T09:05:17.230 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-02-11T09:05:17.231 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T09:05:17.261 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T09:05:17.329 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-11T09:05:17.330 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T09:05:17.359 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T09:05:17.429 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-02-11T09:05:17.429 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T09:05:17.460 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T09:05:17.530 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-11T09:05:17.531 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-02-11T09:05:17.531 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T09:05:17.560 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T09:05:17.629 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-11T09:05:17.629 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T09:05:17.658 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T09:05:17.725 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-02-11T09:05:17.726 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T09:05:17.756 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T09:05:17.825 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-11T09:05:17.825 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-02-11T09:05:17.825 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T09:05:17.855 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T09:05:17.927 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-11T09:05:17.927 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T09:05:17.957 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T09:05:18.025 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-02-11T09:05:18.025 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T09:05:18.054 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T09:05:18.123 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-11T09:05:18.239 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-11T09:05:18.239 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:05:18.240 INFO:tasks.cephadm:Cluster fsid is ad538770-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:05:18.240 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-11T09:05:18.240 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.6', 'mon.b': '172.21.15.134', 'mon.c': '172.21.15.165'} 2024-02-11T09:05:18.240 INFO:tasks.cephadm:First mon is mon.a on smithi006 2024-02-11T09:05:18.240 INFO:tasks.cephadm:First mgr is a 2024-02-11T09:05:18.241 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-11T09:05:18.241 DEBUG:teuthology.orchestra.run.smithi006:> sudo hostname $(hostname -s) 2024-02-11T09:05:18.272 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2024-02-11T09:05:18.301 DEBUG:teuthology.orchestra.run.smithi165:> sudo hostname $(hostname -s) 2024-02-11T09:05:18.330 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-11T09:05:18.331 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:05:18.558 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/76648/', 'root_build_cause': 'MANUALTRIGGER', 'version': '19.0.0-1367-g14aa01b9', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-1367.g14aa01b9'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-02-10 17:03:58.858994', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri6-testing-2024-02-09-1422', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-02-11T09:05:18.783 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-yuri6-testing-2024-02-09-1422, sha1 14aa01b918f09661ae41e4c41d1de99d6ac08228 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:05:18.786 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/x86_64/flavors/default/cephadm 2024-02-11T09:05:18.786 DEBUG:teuthology.orchestra.run.smithi006:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-11T09:05:19.360 INFO:teuthology.orchestra.run.smithi006.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 11 09:05 /home/ubuntu/cephtest/cephadm 2024-02-11T09:05:19.361 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-11T09:05:19.968 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 11 09:05 /home/ubuntu/cephtest/cephadm 2024-02-11T09:05:19.969 DEBUG:teuthology.orchestra.run.smithi165:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-11T09:05:20.592 INFO:teuthology.orchestra.run.smithi165.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 11 09:05 /home/ubuntu/cephtest/cephadm 2024-02-11T09:05:20.593 DEBUG:teuthology.orchestra.run.smithi006:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T09:05:20.612 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T09:05:20.630 DEBUG:teuthology.orchestra.run.smithi165:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T09:05:20.659 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 on all hosts... 2024-02-11T09:05:20.659 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T09:05:20.662 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T09:05:20.674 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T09:05:21.544 INFO:teuthology.orchestra.run.smithi165.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T09:05:21.603 INFO:teuthology.orchestra.run.smithi006.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T09:05:21.634 INFO:teuthology.orchestra.run.smithi134.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T09:05:47.218 INFO:teuthology.orchestra.run.smithi165.stdout:{ 2024-02-11T09:05:47.218 INFO:teuthology.orchestra.run.smithi165.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T09:05:47.218 INFO:teuthology.orchestra.run.smithi165.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T09:05:47.218 INFO:teuthology.orchestra.run.smithi165.stdout: "repo_digests": [ 2024-02-11T09:05:47.218 INFO:teuthology.orchestra.run.smithi165.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T09:05:47.218 INFO:teuthology.orchestra.run.smithi165.stdout: ] 2024-02-11T09:05:47.218 INFO:teuthology.orchestra.run.smithi165.stdout:} 2024-02-11T09:05:55.945 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-11T09:05:55.945 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T09:05:55.945 INFO:teuthology.orchestra.run.smithi134.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T09:05:55.945 INFO:teuthology.orchestra.run.smithi134.stdout: "repo_digests": [ 2024-02-11T09:05:55.946 INFO:teuthology.orchestra.run.smithi134.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T09:05:55.946 INFO:teuthology.orchestra.run.smithi134.stdout: ] 2024-02-11T09:05:55.946 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-11T09:05:56.748 INFO:teuthology.orchestra.run.smithi006.stdout:{ 2024-02-11T09:05:56.748 INFO:teuthology.orchestra.run.smithi006.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T09:05:56.748 INFO:teuthology.orchestra.run.smithi006.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T09:05:56.748 INFO:teuthology.orchestra.run.smithi006.stdout: "repo_digests": [ 2024-02-11T09:05:56.748 INFO:teuthology.orchestra.run.smithi006.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T09:05:56.748 INFO:teuthology.orchestra.run.smithi006.stdout: ] 2024-02-11T09:05:56.748 INFO:teuthology.orchestra.run.smithi006.stdout:} 2024-02-11T09:05:56.773 DEBUG:teuthology.orchestra.run.smithi006:> sudo mkdir -p /etc/ceph 2024-02-11T09:05:56.828 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2024-02-11T09:05:56.863 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /etc/ceph 2024-02-11T09:05:56.899 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod 777 /etc/ceph 2024-02-11T09:05:56.928 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2024-02-11T09:05:56.959 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 777 /etc/ceph 2024-02-11T09:05:56.989 INFO:tasks.cephadm:Writing seed config... 2024-02-11T09:05:56.990 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-02-11T09:05:56.991 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-11T09:05:56.991 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-11T09:05:56.991 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-02-11T09:05:56.991 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-11T09:05:56.991 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-11T09:05:56.991 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-11T09:05:56.991 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-11T09:05:56.991 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-11T09:05:56.992 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-02-11T09:05:56.992 DEBUG:teuthology.orchestra.run.smithi006:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-11T09:05:57.007 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 = ad538770-c8bc-11ee-95b9-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-11T09:05:57.008 DEBUG:teuthology.orchestra.run.smithi006:mon.a> sudo journalctl -f -n 0 -u ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mon.a.service 2024-02-11T09:05:57.050 DEBUG:teuthology.orchestra.run.smithi006:mgr.a> sudo journalctl -f -n 0 -u ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service 2024-02-11T09:05:57.092 INFO:tasks.cephadm:Bootstrapping... 2024-02-11T09:05:57.092 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 -v bootstrap --fsid ad538770-c8bc-11ee-95b9-87774f69a715 --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.6 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-11T09:05:57.288 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:05:57.288 INFO:teuthology.orchestra.run.smithi006.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228', '-v', 'bootstrap', '--fsid', 'ad538770-c8bc-11ee-95b9-87774f69a715', '--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.6', '--skip-admin-label'] 2024-02-11T09:05:57.312 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-11T09:05:57.312 INFO:teuthology.orchestra.run.smithi006.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-11T09:05:57.313 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying podman|docker is present... 2024-02-11T09:05:57.336 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-11T09:05:57.337 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying lvm2 is present... 2024-02-11T09:05:57.337 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying time synchronization is in place... 2024-02-11T09:05:57.344 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-11T09:05:57.344 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T09:05:57.350 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-11T09:05:57.350 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-02-11T09:05:57.356 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout enabled 2024-02-11T09:05:57.362 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout active 2024-02-11T09:05:57.362 INFO:teuthology.orchestra.run.smithi006.stdout:Unit chronyd.service is enabled and running 2024-02-11T09:05:57.362 INFO:teuthology.orchestra.run.smithi006.stdout:Repeating the final host check... 2024-02-11T09:05:57.386 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-11T09:05:57.386 INFO:teuthology.orchestra.run.smithi006.stdout:podman (/bin/podman) version 4.9.3 is present 2024-02-11T09:05:57.386 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl is present 2024-02-11T09:05:57.387 INFO:teuthology.orchestra.run.smithi006.stdout:lvcreate is present 2024-02-11T09:05:57.392 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-11T09:05:57.393 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T09:05:57.398 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-11T09:05:57.398 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-02-11T09:05:57.404 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout enabled 2024-02-11T09:05:57.410 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout active 2024-02-11T09:05:57.410 INFO:teuthology.orchestra.run.smithi006.stdout:Unit chronyd.service is enabled and running 2024-02-11T09:05:57.410 INFO:teuthology.orchestra.run.smithi006.stdout:Host looks OK 2024-02-11T09:05:57.411 INFO:teuthology.orchestra.run.smithi006.stdout:Cluster fsid: ad538770-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:05:57.411 INFO:teuthology.orchestra.run.smithi006.stdout:Acquiring lock 140604757958608 on /run/cephadm/ad538770-c8bc-11ee-95b9-87774f69a715.lock 2024-02-11T09:05:57.411 INFO:teuthology.orchestra.run.smithi006.stdout:Lock 140604757958608 acquired on /run/cephadm/ad538770-c8bc-11ee-95b9-87774f69a715.lock 2024-02-11T09:05:57.412 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying IP 172.21.15.6 port 3300 ... 2024-02-11T09:05:57.412 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying IP 172.21.15.6 port 6789 ... 2024-02-11T09:05:57.412 INFO:teuthology.orchestra.run.smithi006.stdout:Base mon IP(s) is [172.21.15.6:3300, 172.21.15.6:6789], mon addrv is [v2:172.21.15.6:3300,v1:172.21.15.6:6789] 2024-02-11T09:05:57.414 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.6 metric 100 2024-02-11T09:05:57.414 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.6 metric 100 2024-02-11T09:05:57.417 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-11T09:05:57.417 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-02-11T09:05:57.417 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-02-11T09:05:57.420 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-11T09:05:57.420 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-11T09:05:57.420 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-11T09:05:57.420 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-11T09:05:57.421 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15e4/64 scope link noprefixroute 2024-02-11T09:05:57.421 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-11T09:05:57.421 INFO:teuthology.orchestra.run.smithi006.stdout:Mon IP `172.21.15.6` is in CIDR network `172.21.0.0/20` 2024-02-11T09:05:57.421 INFO:teuthology.orchestra.run.smithi006.stdout:Mon IP `172.21.15.6` is in CIDR network `172.21.0.0/20` 2024-02-11T09:05:57.421 INFO:teuthology.orchestra.run.smithi006.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-11T09:05:57.421 INFO:teuthology.orchestra.run.smithi006.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-11T09:05:57.421 INFO:teuthology.orchestra.run.smithi006.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T09:05:57.932 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stdout e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af 2024-02-11T09:05:57.932 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T09:05:57.932 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Getting image source signatures 2024-02-11T09:05:57.933 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Copying blob sha256:2b15a9adfde249d431bc7c06cfdb8b2d442acb2cd7bcfbcbecc9baa734633e5f 2024-02-11T09:05:57.933 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-11T09:05:57.933 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Copying config sha256:e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af 2024-02-11T09:05:57.933 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Writing manifest to image destination 2024-02-11T09:05:58.872 INFO:teuthology.orchestra.run.smithi006.stdout:ceph: stdout ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:05:58.872 INFO:teuthology.orchestra.run.smithi006.stdout:Ceph version: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:05:58.872 INFO:teuthology.orchestra.run.smithi006.stdout:Extracting ceph user uid/gid from container image... 2024-02-11T09:05:59.844 INFO:teuthology.orchestra.run.smithi006.stdout:stat: stdout 167 167 2024-02-11T09:05:59.845 INFO:teuthology.orchestra.run.smithi006.stdout:Creating initial keys... 2024-02-11T09:06:00.767 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-authtool: stdout AQD4jchl7KMaChAA9PsgxrY366KROBe9+u+3Og== 2024-02-11T09:06:10.208 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-authtool: stdout AQD7jchlPtM0FRAAu/+w4cod+L7mPaH5pMHRjQ== 2024-02-11T09:06:11.783 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-authtool: stdout AQADjshlz4CiChAAfy4FQE1tUgN1Ech+oShD/A== 2024-02-11T09:06:11.783 INFO:teuthology.orchestra.run.smithi006.stdout:Creating initial monmap... 2024-02-11T09:06:12.716 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T09:06:12.717 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-11T09:06:12.717 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to ad538770-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:06:12.717 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T09:06:12.717 INFO:teuthology.orchestra.run.smithi006.stdout:monmaptool for a [v2:172.21.15.6:3300,v1:172.21.15.6:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T09:06:12.717 INFO:teuthology.orchestra.run.smithi006.stdout:setting min_mon_release = quincy 2024-02-11T09:06:12.717 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: set fsid to ad538770-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:06:12.717 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T09:06:12.717 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-02-11T09:06:12.717 INFO:teuthology.orchestra.run.smithi006.stdout:Creating mon... 2024-02-11T09:06:13.572 INFO:teuthology.orchestra.run.smithi006.stdout:create mon.a on 2024-02-11T09:06:13.794 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-02-11T09:06:13.929 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-11T09:06:14.197 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ad538770-c8bc-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-ad538770-c8bc-11ee-95b9-87774f69a715.target. 2024-02-11T09:06:14.198 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-ad538770-c8bc-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-ad538770-c8bc-11ee-95b9-87774f69a715.target. 2024-02-11T09:06:14.440 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mon.a 2024-02-11T09:06:14.440 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mon.a.service: Unit ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mon.a.service not loaded. 2024-02-11T09:06:14.608 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ad538770-c8bc-11ee-95b9-87774f69a715.target.wants/ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mon.a.service → /etc/systemd/system/ceph-ad538770-c8bc-11ee-95b9-87774f69a715@.service. 2024-02-11T09:06:15.154 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-11T09:06:15.154 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout disabled 2024-02-11T09:06:15.161 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-11T09:06:15.161 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-02-11T09:06:15.161 INFO:teuthology.orchestra.run.smithi006.stdout:firewalld.service is not enabled 2024-02-11T09:06:15.161 INFO:teuthology.orchestra.run.smithi006.stdout:Not possible to enable service . firewalld.service is not available 2024-02-11T09:06:15.161 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mon to start... 2024-02-11T09:06:15.161 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mon... 2024-02-11T09:06:16.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:16 smithi006 ceph-mon[29224]: from='client.? 172.21.15.6:0/39731220' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-11T09:06:19.476 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout cluster: 2024-02-11T09:06:19.476 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout id: ad538770-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:06:19.476 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-11T09:06:19.476 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:19.476 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout services: 2024-02-11T09:06:19.476 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.546999s) 2024-02-11T09:06:19.476 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-11T09:06:19.476 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-11T09:06:19.476 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:19.477 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout data: 2024-02-11T09:06:19.477 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-11T09:06:19.477 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-11T09:06:19.477 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-11T09:06:19.477 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout pgs: 2024-02-11T09:06:19.477 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:19.477 INFO:teuthology.orchestra.run.smithi006.stdout:mon is available 2024-02-11T09:06:19.477 INFO:teuthology.orchestra.run.smithi006.stdout:Assimilating anything we can from ceph.conf... 2024-02-11T09:06:20.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:20 smithi006 ceph-mon[29224]: from='client.? 172.21.15.6:0/3148283511' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T09:06:20.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:20 smithi006 ceph-mon[29224]: from='client.? 172.21.15.6:0/3148283511' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T09:06:20.581 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:20.581 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [global] 2024-02-11T09:06:20.581 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout fsid = ad538770-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.6:3300,v1:172.21.15.6:6789] 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [osd] 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-11T09:06:20.582 INFO:teuthology.orchestra.run.smithi006.stdout:Generating new minimal ceph.conf... 2024-02-11T09:06:21.558 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:21 smithi006 ceph-mon[29224]: from='client.? 172.21.15.6:0/2831442555' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T09:06:21.561 INFO:teuthology.orchestra.run.smithi006.stdout:Restarting the monitor... 2024-02-11T09:06:21.821 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:21 smithi006 systemd[1]: Stopping Ceph mon.a for ad538770-c8bc-11ee-95b9-87774f69a715... 2024-02-11T09:06:22.107 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:21 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mon-a[29220]: 2024-02-11T09:06:21.819+0000 7f2d25395700 -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-02-11T09:06:22.108 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:21 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mon-a[29220]: 2024-02-11T09:06:21.819+0000 7f2d25395700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-11T09:06:22.108 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:22 smithi006 podman[29467]: 2024-02-11 09:06:22.024039488 +0000 UTC m=+0.299181717 container died d951b12a69882cf49532e79b03eddff6b9adc7e7325fec438240e48ca2cafb38 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-11T09:06:22.607 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:22 smithi006 podman[29467]: 2024-02-11 09:06:22.344747488 +0000 UTC m=+0.619889716 container cleanup d951b12a69882cf49532e79b03eddff6b9adc7e7325fec438240e48ca2cafb38 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mon-a, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS) 2024-02-11T09:06:22.607 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:22 smithi006 bash[29467]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mon-a 2024-02-11T09:06:22.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:22 smithi006 podman[29482]: 2024-02-11 09:06:22.520661299 +0000 UTC m=+0.496624285 container remove d951b12a69882cf49532e79b03eddff6b9adc7e7325fec438240e48ca2cafb38 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mon-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-02-11T09:06:23.060 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:22 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-11T09:06:23.061 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:22 smithi006 systemd[1]: Stopped Ceph mon.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:06:23.061 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:22 smithi006 systemd[1]: Starting Ceph mon.a for ad538770-c8bc-11ee-95b9-87774f69a715... 2024-02-11T09:06:23.061 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:22 smithi006 podman[29579]: 2024-02-11 09:06:22.863894626 +0000 UTC m=+0.017067215 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:06:23.061 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:22 smithi006 podman[29579]: 2024-02-11 09:06:22.971689405 +0000 UTC m=+0.124862020 container create e1c42f827a0084c8064fc9b7d11505aa40a54d7ad5d44ac9e689100433b332d8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mon-a, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-02-11T09:06:23.228 INFO:teuthology.orchestra.run.smithi006.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-11T09:06:23.351 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 podman[29579]: 2024-02-11 09:06:23.140626582 +0000 UTC m=+0.293799164 container init e1c42f827a0084c8064fc9b7d11505aa40a54d7ad5d44ac9e689100433b332d8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mon-a, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-02-11T09:06:23.351 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 podman[29579]: 2024-02-11 09:06:23.143688058 +0000 UTC m=+0.296860628 container start e1c42f827a0084c8064fc9b7d11505aa40a54d7ad5d44ac9e689100433b332d8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mon-a, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-02-11T09:06:23.351 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: set uid:gid to 167:167 (ceph:ceph) 2024-02-11T09:06:23.351 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev), process ceph-mon, pid 2 2024-02-11T09:06:23.351 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: pidfile_write: ignore empty --pid-file 2024-02-11T09:06:23.352 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: load: jerasure load: lrc 2024-02-11T09:06:23.352 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: RocksDB version: 7.9.2 2024-02-11T09:06:23.352 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Git sha 0 2024-02-11T09:06:23.352 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Compile date 2024-02-10 16:03:39 2024-02-11T09:06:23.352 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: DB SUMMARY 2024-02-11T09:06:23.352 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: DB Session ID: Z7ZNUAIK8ZPAQLORECC0 2024-02-11T09:06:23.352 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: CURRENT file: CURRENT 2024-02-11T09:06:23.352 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: IDENTITY file: IDENTITY 2024-02-11T09:06:23.352 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-11T09:06:23.352 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-11T09:06:23.352 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 85092 ; 2024-02-11T09:06:23.353 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.error_if_exists: 0 2024-02-11T09:06:23.353 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.create_if_missing: 0 2024-02-11T09:06:23.353 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.paranoid_checks: 1 2024-02-11T09:06:23.353 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-11T09:06:23.353 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-11T09:06:23.353 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-11T09:06:23.353 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.env: 0x564808b8cae0 2024-02-11T09:06:23.353 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.fs: PosixFileSystem 2024-02-11T09:06:23.353 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.info_log: 0x56480ae8b9c0 2024-02-11T09:06:23.353 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_file_opening_threads: 16 2024-02-11T09:06:23.355 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.statistics: (nil) 2024-02-11T09:06:23.355 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.use_fsync: 0 2024-02-11T09:06:23.355 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_log_file_size: 0 2024-02-11T09:06:23.355 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T09:06:23.355 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T09:06:23.355 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.keep_log_file_num: 1000 2024-02-11T09:06:23.355 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.recycle_log_file_num: 0 2024-02-11T09:06:23.355 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.allow_fallocate: 1 2024-02-11T09:06:23.355 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.allow_mmap_reads: 0 2024-02-11T09:06:23.355 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.allow_mmap_writes: 0 2024-02-11T09:06:23.355 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.use_direct_reads: 0 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.create_missing_column_families: 0 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.db_log_dir: 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.wal_dir: 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.advise_random_on_open: 1 2024-02-11T09:06:23.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.db_write_buffer_size: 0 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.write_buffer_manager: 0x56480ae5f400 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.rate_limiter: (nil) 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.wal_recovery_mode: 2 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.enable_thread_tracking: 0 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.enable_pipelined_write: 0 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.unordered_write: 0 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T09:06:23.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.row_cache: None 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.wal_filter: None 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.allow_ingest_behind: 0 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.two_write_queues: 0 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.manual_wal_flush: 0 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.wal_compression: 0 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.atomic_flush: 0 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T09:06:23.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.log_readahead_size: 0 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.best_efforts_recovery: 0 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.allow_data_in_errors: 0 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.db_host_id: __hostname__ 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_background_jobs: 2 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_background_compactions: -1 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_subcompactions: 1 2024-02-11T09:06:23.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_total_wal_size: 0 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_open_files: -1 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bytes_per_sync: 0 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_readahead_size: 0 2024-02-11T09:06:23.360 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_background_flushes: -1 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Compression algorithms supported: 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: kZSTD supported: 0 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: kXpressCompression supported: 0 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: kLZ4HCCompression supported: 1 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: kZlibCompression supported: 1 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: kSnappyCompression supported: 1 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: kLZ4Compression supported: 1 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: kBZip2Compression supported: 0 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-11T09:06:23.361 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-11T09:06:23.362 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T09:06:23.362 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.merge_operator: 2024-02-11T09:06:23.362 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_filter: None 2024-02-11T09:06:23.362 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_filter_factory: None 2024-02-11T09:06:23.362 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.sst_partitioner_factory: None 2024-02-11T09:06:23.362 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T09:06:23.362 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T09:06:23.362 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56480ae8bac0) 2024-02-11T09:06:23.362 INFO:journalctl@ceph.mon.a.smithi006.stdout: cache_index_and_filter_blocks: 1 2024-02-11T09:06:23.362 INFO:journalctl@ceph.mon.a.smithi006.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T09:06:23.362 INFO:journalctl@ceph.mon.a.smithi006.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: pin_top_level_index_and_filter: 1 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: index_type: 0 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: data_block_index_type: 0 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: index_shortening: 1 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: checksum: 4 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: no_block_cache: 0 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_cache: 0x56480ae911f0 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_cache_name: BinnedLRUCache 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_cache_options: 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: capacity : 536870912 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: num_shard_bits : 4 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: strict_capacity_limit : 0 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: high_pri_pool_ratio: 0.000 2024-02-11T09:06:23.363 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_cache_compressed: (nil) 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: persistent_cache: (nil) 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_size: 4096 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_size_deviation: 10 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_restart_interval: 16 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: index_block_restart_interval: 1 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: metadata_block_size: 4096 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: partition_filters: 0 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: use_delta_encoding: 1 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: filter_policy: bloomfilter 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: whole_key_filtering: 1 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: verify_compression: 0 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: read_amp_bytes_per_bit: 0 2024-02-11T09:06:23.364 INFO:journalctl@ceph.mon.a.smithi006.stdout: format_version: 5 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout: enable_index_compression: 1 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_align: 0 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout: max_auto_readahead_size: 262144 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout: prepopulate_block_cache: 0 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout: initial_auto_readahead_size: 8192 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout: num_file_reads_for_auto_readahead: 2 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.write_buffer_size: 33554432 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_write_buffer_number: 2 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compression: NoCompression 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bottommost_compression: Disabled 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.prefix_extractor: nullptr 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.num_levels: 7 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T09:06:23.365 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compression_opts.level: 32767 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compression_opts.strategy: 0 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T09:06:23.366 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compression_opts.enabled: false 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.target_file_size_base: 67108864 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T09:06:23.367 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.arena_block_size: 1048576 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.disable_auto_compactions: 0 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T09:06:23.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.table_properties_collectors: 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.inplace_update_support: 0 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.bloom_locality: 0 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.max_successive_merges: 0 2024-02-11T09:06:23.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.paranoid_file_checks: 0 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.force_consistency_checks: 1 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.report_bg_io_stats: 0 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.ttl: 2592000 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.enable_blob_files: false 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.min_blob_size: 0 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.blob_file_size: 268435456 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-11T09:06:23.370 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.blob_file_starting_level: 0 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: 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-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 77da9637-5c1a-46a1-a12e-16f219854706 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707642383172042, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707642383172893, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81510, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 261, "table_properties": {"data_size": 79679, "index_size": 241, "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": 10043, "raw_average_key_size": 47, "raw_value_size": 73956, "raw_average_value_size": 348, "num_data_blocks": 11, "num_entries": 212, "num_filter_entries": 212, "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": "[]", "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": 1707642383, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "77da9637-5c1a-46a1-a12e-16f219854706", "db_session_id": "Z7ZNUAIK8ZPAQLORECC0", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707642383172978, "job": 1, "event": "recovery_finished"} 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: 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-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56480af84000 2024-02-11T09:06:23.371 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: DB pointer 0x56480af6e000 2024-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.stdout: ** DB Stats ** 2024-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.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-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.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-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.stdout: ** Compaction Stats [default] ** 2024-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.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-02-11T09:06:23.372 INFO:journalctl@ceph.mon.a.smithi006.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: L0 2/0 81.43 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: Sum 2/0 81.43 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.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 144.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: ** Compaction Stats [default] ** 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.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-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.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 144.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T09:06:23.373 INFO:journalctl@ceph.mon.a.smithi006.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout: Cumulative compaction: 0.00 GB write, 27.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout: Interval compaction: 0.00 GB write, 27.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.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-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout: Block cache BinnedLRUCache@0x56480ae911f0#2 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: starting mon.a rank 0 at public addrs [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] at bind addrs [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid ad538770-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: mon.a@-1(???) e1 preinit fsid ad538770-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: mon.a@-1(???).mds e1 new map 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: mon.a@-1(???).mds e1 print_map 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout: e1 2024-02-11T09:06:23.374 INFO:journalctl@ceph.mon.a.smithi006.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.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} 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout: legacy client fscid: -1 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout: No filesystems configured 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 bash[29579]: e1c42f827a0084c8064fc9b7d11505aa40a54d7ad5d44ac9e689100433b332d8 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 systemd[1]: Started Ceph mon.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: monmap e1: 1 mons at {a=[v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: fsmap 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: osdmap e1: 0 total, 0 up, 0 in 2024-02-11T09:06:23.375 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:23 smithi006 ceph-mon[29598]: mgrmap e1: no daemons active 2024-02-11T09:06:24.484 INFO:teuthology.orchestra.run.smithi006.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-11T09:06:24.756 INFO:teuthology.orchestra.run.smithi006.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-11T09:06:24.757 INFO:teuthology.orchestra.run.smithi006.stdout:Creating mgr... 2024-02-11T09:06:24.757 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-11T09:06:24.757 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-11T09:06:25.049 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:24 smithi006 ceph-mon[29598]: from='client.? 172.21.15.6:0/1444857955' entity='client.admin' 2024-02-11T09:06:25.216 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a 2024-02-11T09:06:25.216 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Unit ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service not loaded. 2024-02-11T09:06:25.363 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ad538770-c8bc-11ee-95b9-87774f69a715.target.wants/ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-ad538770-c8bc-11ee-95b9-87774f69a715@.service. 2024-02-11T09:06:25.859 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-11T09:06:25.859 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout disabled 2024-02-11T09:06:25.866 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-11T09:06:25.866 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-02-11T09:06:25.866 INFO:teuthology.orchestra.run.smithi006.stdout:firewalld.service is not enabled 2024-02-11T09:06:25.867 INFO:teuthology.orchestra.run.smithi006.stdout:Not possible to enable service . firewalld.service is not available 2024-02-11T09:06:25.875 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-11T09:06:25.875 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout disabled 2024-02-11T09:06:25.882 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-11T09:06:25.882 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-02-11T09:06:25.882 INFO:teuthology.orchestra.run.smithi006.stdout:firewalld.service is not enabled 2024-02-11T09:06:25.882 INFO:teuthology.orchestra.run.smithi006.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-11T09:06:25.882 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mgr to start... 2024-02-11T09:06:25.882 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mgr... 2024-02-11T09:06:26.007 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:25 smithi006 systemd[1]: Started Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:06:26.607 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:26 smithi006 ceph-mon[29598]: from='client.? 172.21.15.6:0/86135153' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T09:06:26.608 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:26.346+0000 7faa68678200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:06:26.608 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:26.464+0000 7faa68678200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsid": "ad538770-c8bc-11ee-95b9-87774f69a715", 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 0 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T09:06:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T09:06:26.953 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T09:06:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T09:06:15.136377+0000", 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-02-11T09:06:26.955 INFO:teuthology.orchestra.run.smithi006.stdout:mgr not available, waiting (1/15)... 2024-02-11T09:06:27.469 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:27 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:27.134+0000 7faa68678200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:06:27.469 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:27 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:27.228+0000 7faa68678200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:06:27.469 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:27 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:27.371+0000 7faa68678200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:06:27.469 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:27 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:27.468+0000 7faa68678200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:06:27.818 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:27 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:27.552+0000 7faa68678200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:06:28.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:27 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:27.817+0000 7faa68678200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:06:28.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:27 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:27.929+0000 7faa68678200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:06:28.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:28 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:28.016+0000 7faa68678200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:06:28.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:28 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:28.113+0000 7faa68678200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:06:28.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:28 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:28.290+0000 7faa68678200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:06:29.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:29 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:29.293+0000 7faa68678200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:06:29.775 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:29 smithi006 ceph-mon[29598]: from='client.? 172.21.15.6:0/2844447514' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T09:06:29.775 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:29 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:29.429+0000 7faa68678200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsid": "ad538770-c8bc-11ee-95b9-87774f69a715", 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 0 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:30.026 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T09:06:30.027 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T09:06:30.028 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T09:06:30.028 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T09:06:30.028 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:30.028 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T09:06:30.028 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T09:06:30.028 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T09:06:30.028 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T09:06:30.028 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T09:06:30.028 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T09:06:30.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T09:06:30.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T09:06:30.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T09:06:30.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:30.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T09:06:30.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:30.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T09:06:30.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T09:06:30.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:30.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T09:06:30.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T09:06:15.136377+0000", 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T09:06:30.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-02-11T09:06:30.031 INFO:teuthology.orchestra.run.smithi006.stdout:mgr not available, waiting (2/15)... 2024-02-11T09:06:30.065 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:29 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:29.774+0000 7faa68678200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:06:30.066 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:29 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:29.866+0000 7faa68678200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:06:30.066 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:30 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:30.065+0000 7faa68678200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:06:30.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:30 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:30.251+0000 7faa68678200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:06:30.802 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:30 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:30.539+0000 7faa68678200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:06:30.802 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:30 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:30.801+0000 7faa68678200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:06:31.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:31 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:31.040+0000 7faa68678200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:06:32.134 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:31 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:31.858+0000 7faa68678200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:06:32.770 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:32 smithi006 ceph-mon[29598]: from='client.? 172.21.15.6:0/738805340' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T09:06:32.770 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:32 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:32.446+0000 7faa68678200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:06:32.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:32 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:32.550+0000 7faa68678200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:06:32.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:32 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:32.769+0000 7faa68678200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:06:33.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:33.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-02-11T09:06:33.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsid": "ad538770-c8bc-11ee-95b9-87774f69a715", 2024-02-11T09:06:33.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T09:06:33.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T09:06:33.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 0 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T09:06:33.071 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:33.072 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T09:06:33.072 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:33.072 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T09:06:33.072 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T09:06:33.072 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T09:06:33.072 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T09:06:33.072 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T09:06:33.072 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T09:06:33.076 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:33.077 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T09:06:33.077 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T09:06:33.077 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T09:06:33.077 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T09:06:33.077 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T09:06:33.077 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T09:06:33.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T09:06:33.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T09:06:33.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T09:06:33.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:33.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T09:06:33.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:33.079 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T09:06:33.079 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T09:06:33.079 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:33.079 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T09:06:33.079 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T09:06:33.079 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T09:06:33.079 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T09:06:33.080 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T09:06:33.080 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T09:06:33.080 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T09:06:33.080 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:33.080 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:06:33.080 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:33.080 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T09:06:33.080 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:33.080 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T09:06:15.136377+0000", 2024-02-11T09:06:33.080 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:06:33.080 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:33.081 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T09:06:33.081 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-02-11T09:06:33.081 INFO:teuthology.orchestra.run.smithi006.stdout:mgr not available, waiting (3/15)... 2024-02-11T09:06:33.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: Activating manager daemon a 2024-02-11T09:06:33.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: mgrmap e2: a(active, starting, since 0.00326012s) 2024-02-11T09:06:33.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: from='mgr.14100 172.21.15.6:0/1581123508' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:06:33.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: from='mgr.14100 172.21.15.6:0/1581123508' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:06:33.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: from='mgr.14100 172.21.15.6:0/1581123508' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:06:33.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: from='mgr.14100 172.21.15.6:0/1581123508' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:06:33.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: from='mgr.14100 172.21.15.6:0/1581123508' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:06:33.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: Manager daemon a is now available 2024-02-11T09:06:33.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: from='mgr.14100 172.21.15.6:0/1581123508' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:06:33.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: from='mgr.14100 172.21.15.6:0/1581123508' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:06:33.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: from='mgr.14100 172.21.15.6:0/1581123508' entity='mgr.a' 2024-02-11T09:06:33.859 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: from='mgr.14100 172.21.15.6:0/1581123508' entity='mgr.a' 2024-02-11T09:06:33.859 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:33 smithi006 ceph-mon[29598]: from='mgr.14100 172.21.15.6:0/1581123508' entity='mgr.a' 2024-02-11T09:06:35.107 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:34 smithi006 ceph-mon[29598]: mgrmap e3: a(active, since 1.00698s) 2024-02-11T09:06:36.107 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:35 smithi006 ceph-mon[29598]: from='client.? 172.21.15.6:0/719229785' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsid": "ad538770-c8bc-11ee-95b9-87774f69a715", 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 0 2024-02-11T09:06:36.381 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T09:06:36.382 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:36.383 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:06:36.384 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T09:06:15.136377+0000", 2024-02-11T09:06:36.385 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:06:36.385 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:06:36.385 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T09:06:36.385 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-02-11T09:06:36.385 INFO:teuthology.orchestra.run.smithi006.stdout:mgr is available 2024-02-11T09:06:37.048 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:36 smithi006 ceph-mon[29598]: mgrmap e4: a(active, since 3s) 2024-02-11T09:06:37.857 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:37 smithi006 ceph-mon[29598]: from='client.? 172.21.15.6:0/2112225861' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T09:06:37.857 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:37 smithi006 ceph-mon[29598]: from='client.? 172.21.15.6:0/2112225861' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T09:06:37.899 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [global] 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout fsid = ad538770-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [osd] 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-11T09:06:37.900 INFO:teuthology.orchestra.run.smithi006.stdout:Enabling cephadm module... 2024-02-11T09:06:39.500 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:39 smithi006 ceph-mon[29598]: from='client.? 172.21.15.6:0/4238380774' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-11T09:06:39.501 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:39 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: ignoring --setuser ceph since I am not root 2024-02-11T09:06:39.501 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:39 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: ignoring --setgroup ceph since I am not root 2024-02-11T09:06:40.020 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:39 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:39.758+0000 7f77c80dd200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:06:40.021 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:39 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:39.862+0000 7f77c80dd200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:06:40.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:40 smithi006 ceph-mon[29598]: from='client.? 172.21.15.6:0/4238380774' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-11T09:06:40.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:40 smithi006 ceph-mon[29598]: mgrmap e5: a(active, since 6s) 2024-02-11T09:06:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:40 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:40.532+0000 7f77c80dd200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:06:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:40 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:40.627+0000 7f77c80dd200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:06:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:40 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:40.770+0000 7f77c80dd200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:06:41.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:40 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:40.869+0000 7f77c80dd200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:06:41.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:40 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:40.954+0000 7f77c80dd200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:06:41.154 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-02-11T09:06:41.154 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-11T09:06:41.154 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-11T09:06:41.154 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-11T09:06:41.154 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-11T09:06:41.155 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-02-11T09:06:41.155 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for the mgr to restart... 2024-02-11T09:06:41.155 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mgr epoch 5... 2024-02-11T09:06:41.433 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:41 smithi006 ceph-mon[29598]: from='client.? 172.21.15.6:0/1618864247' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T09:06:41.433 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:41 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:41.228+0000 7f77c80dd200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:06:41.433 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:41 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:41.341+0000 7f77c80dd200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:06:41.433 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:41 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:41.432+0000 7f77c80dd200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:06:41.720 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:41 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:41.534+0000 7f77c80dd200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:06:41.720 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:41 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:41.719+0000 7f77c80dd200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:06:43.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:42 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:42.738+0000 7f77c80dd200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:06:43.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:42 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:42.871+0000 7f77c80dd200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:06:43.501 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:43 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:43.208+0000 7f77c80dd200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:06:43.501 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:43 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:43.300+0000 7f77c80dd200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:06:43.501 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:43 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:43.500+0000 7f77c80dd200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:06:43.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:43 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:43.688+0000 7f77c80dd200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:06:44.239 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:43 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:43.977+0000 7f77c80dd200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:06:44.239 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:44 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:44.238+0000 7f77c80dd200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:06:44.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:44 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:44.478+0000 7f77c80dd200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:06:45.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:45.297+0000 7f77c80dd200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:06:46.200 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:45.879+0000 7f77c80dd200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:06:46.200 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:45.979+0000 7f77c80dd200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:06:46.200 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:46.199+0000 7f77c80dd200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:06:46.607 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: Active manager daemon a restarted 2024-02-11T09:06:46.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: Activating manager daemon a 2024-02-11T09:06:46.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: osdmap e2: 0 total, 0 up, 0 in 2024-02-11T09:06:46.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: mgrmap e6: a(active, starting, since 0.00310936s) 2024-02-11T09:06:46.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:06:46.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:06:46.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:06:46.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:06:46.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:06:46.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: Manager daemon a is now available 2024-02-11T09:06:46.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' 2024-02-11T09:06:46.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' 2024-02-11T09:06:46.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' 2024-02-11T09:06:46.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:06:46.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:46 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:06:47.583 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:06:47.583 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:06:47.583 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:06:47.583 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' 2024-02-11T09:06:47.583 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-mon[29598]: from='mgr.14120 172.21.15.6:0/3160267011' entity='mgr.a' 2024-02-11T09:06:47.583 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-mon[29598]: mgrmap e7: a(active, since 1.00496s) 2024-02-11T09:06:47.584 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-11T09:06:47.584 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: *** Caught signal (Aborted) ** 2024-02-11T09:06:47.584 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: in thread 7f77be2ff700 thread_name:admin_socket 2024-02-11T09:06:47.584 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:06:47.584 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f77c569bd20] 2024-02-11T09:06:47.584 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2: gsignal() 2024-02-11T09:06:47.584 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 3: abort() 2024-02-11T09:06:47.584 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 4: /lib64/libc.so.6(+0x21d39) [0x7f77c3b76d39] 2024-02-11T09:06:47.584 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 5: /lib64/libc.so.6(+0x46e86) [0x7f77c3b9be86] 2024-02-11T09:06:47.584 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f77c67e7785] 2024-02-11T09:06:47.584 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f77c67e8f75] 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f77c67e7baf] 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f77c67f3b6d] 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f77c67edf69] 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f77c67efa4b] 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 12: (AdminSocket::entry()+0x4de) [0x7f77c67f02ae] 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f77c4587b23] 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f77c56911ca] 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 15: clone() 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:47.218+0000 7f77be2ff700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: in thread 7f77be2ff700 thread_name:admin_socket 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f77c569bd20] 2024-02-11T09:06:47.585 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2: gsignal() 2024-02-11T09:06:47.586 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 3: abort() 2024-02-11T09:06:47.586 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 4: /lib64/libc.so.6(+0x21d39) [0x7f77c3b76d39] 2024-02-11T09:06:47.586 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 5: /lib64/libc.so.6(+0x46e86) [0x7f77c3b9be86] 2024-02-11T09:06:47.586 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f77c67e7785] 2024-02-11T09:06:47.586 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f77c67e8f75] 2024-02-11T09:06:47.586 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f77c67e7baf] 2024-02-11T09:06:47.586 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f77c67f3b6d] 2024-02-11T09:06:47.586 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f77c67edf69] 2024-02-11T09:06:47.586 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f77c67efa4b] 2024-02-11T09:06:47.587 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 12: (AdminSocket::entry()+0x4de) [0x7f77c67f02ae] 2024-02-11T09:06:47.587 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f77c4587b23] 2024-02-11T09:06:47.587 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f77c56911ca] 2024-02-11T09:06:47.588 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 15: clone() 2024-02-11T09:06:47.588 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:06:47.588 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:47.588 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -3240> 2024-02-11T09:06:39.758+0000 7f77c80dd200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:06:47.588 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -3219> 2024-02-11T09:06:39.862+0000 7f77c80dd200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:06:47.588 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2977> 2024-02-11T09:06:40.532+0000 7f77c80dd200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:06:47.588 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2935> 2024-02-11T09:06:40.627+0000 7f77c80dd200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:06:47.588 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2908> 2024-02-11T09:06:40.770+0000 7f77c80dd200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:06:47.588 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2886> 2024-02-11T09:06:40.869+0000 7f77c80dd200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:06:47.588 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2874> 2024-02-11T09:06:40.954+0000 7f77c80dd200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:06:47.588 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2855> 2024-02-11T09:06:41.228+0000 7f77c80dd200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2823> 2024-02-11T09:06:41.341+0000 7f77c80dd200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2803> 2024-02-11T09:06:41.432+0000 7f77c80dd200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2785> 2024-02-11T09:06:41.534+0000 7f77c80dd200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2758> 2024-02-11T09:06:41.719+0000 7f77c80dd200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2705> 2024-02-11T09:06:42.738+0000 7f77c80dd200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2691> 2024-02-11T09:06:42.871+0000 7f77c80dd200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2632> 2024-02-11T09:06:43.208+0000 7f77c80dd200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2611> 2024-02-11T09:06:43.300+0000 7f77c80dd200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2599> 2024-02-11T09:06:43.500+0000 7f77c80dd200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2559> 2024-02-11T09:06:43.688+0000 7f77c80dd200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2464> 2024-02-11T09:06:43.977+0000 7f77c80dd200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:06:47.589 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2448> 2024-02-11T09:06:44.238+0000 7f77c80dd200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2389> 2024-02-11T09:06:44.478+0000 7f77c80dd200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2236> 2024-02-11T09:06:45.297+0000 7f77c80dd200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2212> 2024-02-11T09:06:45.879+0000 7f77c80dd200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2198> 2024-02-11T09:06:45.979+0000 7f77c80dd200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2171> 2024-02-11T09:06:46.199+0000 7f77c80dd200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 0> 2024-02-11T09:06:47.218+0000 7f77be2ff700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: in thread 7f77be2ff700 thread_name:admin_socket 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f77c569bd20] 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2: gsignal() 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 3: abort() 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 4: /lib64/libc.so.6(+0x21d39) [0x7f77c3b76d39] 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 5: /lib64/libc.so.6(+0x46e86) [0x7f77c3b9be86] 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f77c67e7785] 2024-02-11T09:06:47.590 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f77c67e8f75] 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f77c67e7baf] 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f77c67f3b6d] 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f77c67edf69] 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f77c67efa4b] 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 12: (AdminSocket::entry()+0x4de) [0x7f77c67f02ae] 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f77c4587b23] 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f77c56911ca] 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 15: clone() 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -3240> 2024-02-11T09:06:39.758+0000 7f77c80dd200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -3219> 2024-02-11T09:06:39.862+0000 7f77c80dd200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2977> 2024-02-11T09:06:40.532+0000 7f77c80dd200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:06:47.591 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2935> 2024-02-11T09:06:40.627+0000 7f77c80dd200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2908> 2024-02-11T09:06:40.770+0000 7f77c80dd200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2886> 2024-02-11T09:06:40.869+0000 7f77c80dd200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2874> 2024-02-11T09:06:40.954+0000 7f77c80dd200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2855> 2024-02-11T09:06:41.228+0000 7f77c80dd200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2823> 2024-02-11T09:06:41.341+0000 7f77c80dd200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2803> 2024-02-11T09:06:41.432+0000 7f77c80dd200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2785> 2024-02-11T09:06:41.534+0000 7f77c80dd200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2758> 2024-02-11T09:06:41.719+0000 7f77c80dd200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2705> 2024-02-11T09:06:42.738+0000 7f77c80dd200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2691> 2024-02-11T09:06:42.871+0000 7f77c80dd200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2632> 2024-02-11T09:06:43.208+0000 7f77c80dd200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2611> 2024-02-11T09:06:43.300+0000 7f77c80dd200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2599> 2024-02-11T09:06:43.500+0000 7f77c80dd200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2559> 2024-02-11T09:06:43.688+0000 7f77c80dd200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:06:47.592 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2464> 2024-02-11T09:06:43.977+0000 7f77c80dd200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2448> 2024-02-11T09:06:44.238+0000 7f77c80dd200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2389> 2024-02-11T09:06:44.478+0000 7f77c80dd200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2236> 2024-02-11T09:06:45.297+0000 7f77c80dd200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2212> 2024-02-11T09:06:45.879+0000 7f77c80dd200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2198> 2024-02-11T09:06:45.979+0000 7f77c80dd200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: -2171> 2024-02-11T09:06:46.199+0000 7f77c80dd200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 0> 2024-02-11T09:06:47.218+0000 7f77be2ff700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: in thread 7f77be2ff700 thread_name:admin_socket 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f77c569bd20] 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2: gsignal() 2024-02-11T09:06:47.593 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 3: abort() 2024-02-11T09:06:47.594 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 4: /lib64/libc.so.6(+0x21d39) [0x7f77c3b76d39] 2024-02-11T09:06:47.594 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 5: /lib64/libc.so.6(+0x46e86) [0x7f77c3b9be86] 2024-02-11T09:06:47.594 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f77c67e7785] 2024-02-11T09:06:47.594 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f77c67e8f75] 2024-02-11T09:06:47.594 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f77c67e7baf] 2024-02-11T09:06:47.594 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f77c67f3b6d] 2024-02-11T09:06:47.594 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f77c67edf69] 2024-02-11T09:06:47.594 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f77c67efa4b] 2024-02-11T09:06:47.594 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 12: (AdminSocket::entry()+0x4de) [0x7f77c67f02ae] 2024-02-11T09:06:47.594 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f77c4587b23] 2024-02-11T09:06:47.594 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f77c56911ca] 2024-02-11T09:06:47.595 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 15: clone() 2024-02-11T09:06:47.595 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:06:47.595 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[29835]: 2024-02-11T09:06:47.595 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 podman[30669]: 2024-02-11 09:06:47.283201407 +0000 UTC m=+0.019720755 container died 5f25cdd339d3596288d9ab38c4b2daa4274f24502b3f26ce6209d254c0ae1a82 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-02-11T09:06:47.835 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 podman[30669]: 2024-02-11 09:06:47.832534636 +0000 UTC m=+0.569053982 container remove 5f25cdd339d3596288d9ab38c4b2daa4274f24502b3f26ce6209d254c0ae1a82 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-11T09:06:47.835 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:47 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T09:06:48.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:48 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:06:48.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:48 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Consumed 16.715s CPU time. 2024-02-11T09:06:58.429 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:58 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 1. 2024-02-11T09:06:58.429 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:58 smithi006 systemd[1]: Stopped Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:06:58.429 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:58 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Consumed 16.715s CPU time. 2024-02-11T09:06:58.429 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:58 smithi006 systemd[1]: Starting Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715... 2024-02-11T09:06:58.429 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:58 smithi006 podman[30767]: 2024-02-11 09:06:58.333342416 +0000 UTC m=+0.106738231 container create ebda3078067a58dfde69e0d5d61094a4e946a80133650586487c057823f3eafa (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2) 2024-02-11T09:06:58.429 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:58 smithi006 podman[30767]: 2024-02-11 09:06:58.244615701 +0000 UTC m=+0.018011476 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:06:58.690 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:58 smithi006 podman[30767]: 2024-02-11 09:06:58.527217514 +0000 UTC m=+0.300613301 container init ebda3078067a58dfde69e0d5d61094a4e946a80133650586487c057823f3eafa (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-11T09:06:58.690 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:58 smithi006 podman[30767]: 2024-02-11 09:06:58.529790745 +0000 UTC m=+0.303186518 container start ebda3078067a58dfde69e0d5d61094a4e946a80133650586487c057823f3eafa (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, ceph=True) 2024-02-11T09:06:58.690 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:58 smithi006 bash[30767]: ebda3078067a58dfde69e0d5d61094a4e946a80133650586487c057823f3eafa 2024-02-11T09:06:58.690 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:58 smithi006 systemd[1]: Started Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:06:59.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:59 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:06:59.091+0000 7f7400fc2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:06:59.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:59 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:06:59.188+0000 7f7400fc2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:06:59.948 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:59 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:06:59.853+0000 7f7400fc2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:07:00.272 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:06:59 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:06:59.947+0000 7f7400fc2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:07:00.272 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:00 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:00.090+0000 7f7400fc2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:07:00.272 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:00 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:00.187+0000 7f7400fc2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:07:00.273 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:00 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:00.271+0000 7f7400fc2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:07:00.833 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:00 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:00.537+0000 7f7400fc2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:07:00.834 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:00 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:00.649+0000 7f7400fc2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:00.834 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:00 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:00.736+0000 7f7400fc2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:07:00.834 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:00 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:00.832+0000 7f7400fc2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:07:01.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:01 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:01.009+0000 7f7400fc2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:07:02.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:02 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:02.002+0000 7f7400fc2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:07:02.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:02 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:02.136+0000 7f7400fc2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:07:02.774 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:02 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:02.484+0000 7f7400fc2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:07:02.774 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:02 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:02.576+0000 7f7400fc2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:07:02.774 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:02 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:02.773+0000 7f7400fc2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:03.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:02 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:02.961+0000 7f7400fc2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:07:03.512 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:03 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:03.251+0000 7f7400fc2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:03.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:03 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:03.511+0000 7f7400fc2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:03.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:03 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:03.751+0000 7f7400fc2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:07:04.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:04.573+0000 7f7400fc2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:07:05.472 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:05.152+0000 7f7400fc2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:07:05.472 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:05.252+0000 7f7400fc2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:07:05.472 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:05.471+0000 7f7400fc2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:07:05.857 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: Active manager daemon a restarted 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: Activating manager daemon a 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: osdmap e3: 0 total, 0 up, 0 in 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: mgrmap e8: a(active, starting, since 0.00325819s) 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: Manager daemon a is now available 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:05.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:05 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:06.857 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:06.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:07:06.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:07:06.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-mon[29598]: from='mgr.14132 172.21.15.6:0/643148207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:06.858 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-mon[29598]: mgrmap e9: a(active, since 1.00583s) 2024-02-11T09:07:06.859 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-11T09:07:06.859 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: *** Caught signal (Aborted) ** 2024-02-11T09:07:06.859 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: in thread 7f73f6dc6700 thread_name:admin_socket 2024-02-11T09:07:06.859 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:06.859 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f73fe580d20] 2024-02-11T09:07:06.859 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2: gsignal() 2024-02-11T09:07:06.859 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 3: abort() 2024-02-11T09:07:06.859 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 4: /lib64/libc.so.6(+0x21d39) [0x7f73fca5bd39] 2024-02-11T09:07:06.859 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 5: /lib64/libc.so.6(+0x46e86) [0x7f73fca80e86] 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f73ff6cc785] 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f73ff6cdf75] 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f73ff6ccbaf] 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f73ff6d8b6d] 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f73ff6d2f69] 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f73ff6d4a4b] 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 12: (AdminSocket::entry()+0x4de) [0x7f73ff6d52ae] 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f73fd46cb23] 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f73fe5761ca] 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 15: clone() 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:06.490+0000 7f73f6dc6700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: in thread 7f73f6dc6700 thread_name:admin_socket 2024-02-11T09:07:06.860 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f73fe580d20] 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2: gsignal() 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 3: abort() 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 4: /lib64/libc.so.6(+0x21d39) [0x7f73fca5bd39] 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 5: /lib64/libc.so.6(+0x46e86) [0x7f73fca80e86] 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f73ff6cc785] 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f73ff6cdf75] 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f73ff6ccbaf] 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f73ff6d8b6d] 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f73ff6d2f69] 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f73ff6d4a4b] 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 12: (AdminSocket::entry()+0x4de) [0x7f73ff6d52ae] 2024-02-11T09:07:06.861 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f73fd46cb23] 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f73fe5761ca] 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 15: clone() 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -3137> 2024-02-11T09:06:59.091+0000 7f7400fc2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -3116> 2024-02-11T09:06:59.188+0000 7f7400fc2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2874> 2024-02-11T09:06:59.853+0000 7f7400fc2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2832> 2024-02-11T09:06:59.947+0000 7f7400fc2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2805> 2024-02-11T09:07:00.090+0000 7f7400fc2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2783> 2024-02-11T09:07:00.187+0000 7f7400fc2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2771> 2024-02-11T09:07:00.271+0000 7f7400fc2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2752> 2024-02-11T09:07:00.537+0000 7f7400fc2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:07:06.862 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2720> 2024-02-11T09:07:00.649+0000 7f7400fc2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2700> 2024-02-11T09:07:00.736+0000 7f7400fc2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2682> 2024-02-11T09:07:00.832+0000 7f7400fc2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2655> 2024-02-11T09:07:01.009+0000 7f7400fc2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2602> 2024-02-11T09:07:02.002+0000 7f7400fc2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2588> 2024-02-11T09:07:02.136+0000 7f7400fc2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2529> 2024-02-11T09:07:02.484+0000 7f7400fc2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2508> 2024-02-11T09:07:02.576+0000 7f7400fc2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2496> 2024-02-11T09:07:02.773+0000 7f7400fc2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2456> 2024-02-11T09:07:02.961+0000 7f7400fc2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2361> 2024-02-11T09:07:03.251+0000 7f7400fc2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2350> 2024-02-11T09:07:03.511+0000 7f7400fc2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2286> 2024-02-11T09:07:03.751+0000 7f7400fc2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2133> 2024-02-11T09:07:04.573+0000 7f7400fc2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2109> 2024-02-11T09:07:05.152+0000 7f7400fc2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:07:06.863 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2095> 2024-02-11T09:07:05.252+0000 7f7400fc2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2068> 2024-02-11T09:07:05.471+0000 7f7400fc2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 0> 2024-02-11T09:07:06.490+0000 7f73f6dc6700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: in thread 7f73f6dc6700 thread_name:admin_socket 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f73fe580d20] 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2: gsignal() 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 3: abort() 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 4: /lib64/libc.so.6(+0x21d39) [0x7f73fca5bd39] 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 5: /lib64/libc.so.6(+0x46e86) [0x7f73fca80e86] 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f73ff6cc785] 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f73ff6cdf75] 2024-02-11T09:07:06.864 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f73ff6ccbaf] 2024-02-11T09:07:06.867 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f73ff6d8b6d] 2024-02-11T09:07:06.867 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f73ff6d2f69] 2024-02-11T09:07:06.867 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f73ff6d4a4b] 2024-02-11T09:07:06.867 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 12: (AdminSocket::entry()+0x4de) [0x7f73ff6d52ae] 2024-02-11T09:07:06.867 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f73fd46cb23] 2024-02-11T09:07:06.867 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f73fe5761ca] 2024-02-11T09:07:06.867 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 15: clone() 2024-02-11T09:07:06.867 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:07:06.867 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:06.867 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -3137> 2024-02-11T09:06:59.091+0000 7f7400fc2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:07:06.868 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -3116> 2024-02-11T09:06:59.188+0000 7f7400fc2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:07:06.868 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2874> 2024-02-11T09:06:59.853+0000 7f7400fc2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:07:06.868 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2832> 2024-02-11T09:06:59.947+0000 7f7400fc2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:07:06.868 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2805> 2024-02-11T09:07:00.090+0000 7f7400fc2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:07:06.868 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2783> 2024-02-11T09:07:00.187+0000 7f7400fc2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:07:06.868 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2771> 2024-02-11T09:07:00.271+0000 7f7400fc2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:07:06.868 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2752> 2024-02-11T09:07:00.537+0000 7f7400fc2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:07:06.868 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2720> 2024-02-11T09:07:00.649+0000 7f7400fc2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2700> 2024-02-11T09:07:00.736+0000 7f7400fc2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2682> 2024-02-11T09:07:00.832+0000 7f7400fc2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2655> 2024-02-11T09:07:01.009+0000 7f7400fc2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2602> 2024-02-11T09:07:02.002+0000 7f7400fc2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2588> 2024-02-11T09:07:02.136+0000 7f7400fc2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2529> 2024-02-11T09:07:02.484+0000 7f7400fc2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2508> 2024-02-11T09:07:02.576+0000 7f7400fc2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2496> 2024-02-11T09:07:02.773+0000 7f7400fc2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2456> 2024-02-11T09:07:02.961+0000 7f7400fc2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2361> 2024-02-11T09:07:03.251+0000 7f7400fc2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2350> 2024-02-11T09:07:03.511+0000 7f7400fc2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:06.869 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2286> 2024-02-11T09:07:03.751+0000 7f7400fc2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2133> 2024-02-11T09:07:04.573+0000 7f7400fc2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2109> 2024-02-11T09:07:05.152+0000 7f7400fc2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2095> 2024-02-11T09:07:05.252+0000 7f7400fc2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: -2068> 2024-02-11T09:07:05.471+0000 7f7400fc2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 0> 2024-02-11T09:07:06.490+0000 7f73f6dc6700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: in thread 7f73f6dc6700 thread_name:admin_socket 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f73fe580d20] 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2: gsignal() 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 3: abort() 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 4: /lib64/libc.so.6(+0x21d39) [0x7f73fca5bd39] 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 5: /lib64/libc.so.6(+0x46e86) [0x7f73fca80e86] 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f73ff6cc785] 2024-02-11T09:07:06.870 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f73ff6cdf75] 2024-02-11T09:07:06.871 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f73ff6ccbaf] 2024-02-11T09:07:06.871 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f73ff6d8b6d] 2024-02-11T09:07:06.871 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f73ff6d2f69] 2024-02-11T09:07:06.871 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f73ff6d4a4b] 2024-02-11T09:07:06.871 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 12: (AdminSocket::entry()+0x4de) [0x7f73ff6d52ae] 2024-02-11T09:07:06.871 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f73fd46cb23] 2024-02-11T09:07:06.871 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f73fe5761ca] 2024-02-11T09:07:06.871 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 15: clone() 2024-02-11T09:07:06.871 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:07:06.871 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[30782]: 2024-02-11T09:07:06.871 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:06 smithi006 podman[31024]: 2024-02-11 09:07:06.555491929 +0000 UTC m=+0.019822484 container died ebda3078067a58dfde69e0d5d61094a4e946a80133650586487c057823f3eafa (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-02-11T09:07:07.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:07 smithi006 podman[31024]: 2024-02-11 09:07:07.23127133 +0000 UTC m=+0.695601959 container remove ebda3078067a58dfde69e0d5d61094a4e946a80133650586487c057823f3eafa (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131) 2024-02-11T09:07:07.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:07 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T09:07:07.608 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:07 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:07:07.608 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:07 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.829s CPU time. 2024-02-11T09:07:17.919 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:17 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 2. 2024-02-11T09:07:17.919 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:17 smithi006 systemd[1]: Stopped Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:07:17.919 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:17 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.829s CPU time. 2024-02-11T09:07:17.920 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:17 smithi006 systemd[1]: Starting Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715... 2024-02-11T09:07:17.920 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:17 smithi006 podman[31120]: 2024-02-11 09:07:17.823109234 +0000 UTC m=+0.097686047 container create afd63446ea685576697875b14d0f09db269601707a15ac9bf021b7d6ad142d80 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-11T09:07:17.920 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:17 smithi006 podman[31120]: 2024-02-11 09:07:17.743587958 +0000 UTC m=+0.018164783 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:07:18.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:18 smithi006 podman[31120]: 2024-02-11 09:07:18.017290653 +0000 UTC m=+0.291867466 container init afd63446ea685576697875b14d0f09db269601707a15ac9bf021b7d6ad142d80 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-02-11T09:07:18.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:18 smithi006 podman[31120]: 2024-02-11 09:07:18.020383117 +0000 UTC m=+0.294959938 container start afd63446ea685576697875b14d0f09db269601707a15ac9bf021b7d6ad142d80 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131) 2024-02-11T09:07:18.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:18 smithi006 bash[31120]: afd63446ea685576697875b14d0f09db269601707a15ac9bf021b7d6ad142d80 2024-02-11T09:07:18.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:18 smithi006 systemd[1]: Started Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:07:18.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:18 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:18.570+0000 7f65cef15200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:07:18.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:18 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:18.667+0000 7f65cef15200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:07:19.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:19 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:19.341+0000 7f65cef15200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:07:19.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:19 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:19.436+0000 7f65cef15200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:07:19.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:19 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:19.580+0000 7f65cef15200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:07:20.033 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:19 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:19.678+0000 7f65cef15200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:07:20.034 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:19 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:19.763+0000 7f65cef15200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:07:20.034 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:20 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:20.032+0000 7f65cef15200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:07:20.335 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:20 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:20.144+0000 7f65cef15200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:20.335 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:20 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:20.234+0000 7f65cef15200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:07:20.335 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:20 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:20.333+0000 7f65cef15200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:07:20.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:20 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:20.512+0000 7f65cef15200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:07:21.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:21 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:21.519+0000 7f65cef15200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:07:21.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:21 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:21.654+0000 7f65cef15200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:07:22.286 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:21 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:21.993+0000 7f65cef15200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:07:22.286 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:22 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:22.085+0000 7f65cef15200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:07:22.286 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:22 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:22.284+0000 7f65cef15200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:22.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:22 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:22.473+0000 7f65cef15200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:07:23.029 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:22 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:22.765+0000 7f65cef15200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:23.029 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:23 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:23.027+0000 7f65cef15200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:23.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:23 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:23.269+0000 7f65cef15200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:07:24.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:24 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:24.097+0000 7f65cef15200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:07:25.005 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:24 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:24.681+0000 7f65cef15200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:07:25.005 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:24 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:24.782+0000 7f65cef15200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:07:25.005 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:25.003+0000 7f65cef15200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: Active manager daemon a restarted 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: Activating manager daemon a 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: osdmap e4: 0 total, 0 up, 0 in 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: mgrmap e10: a(active, starting, since 0.00315123s) 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: Manager daemon a is now available 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' 2024-02-11T09:07:25.358 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:25.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:25.359 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:25 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:26.356 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:07:26.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:07:26.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-mon[29598]: from='mgr.14140 172.21.15.6:0/2988042376' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:26.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-mon[29598]: mgrmap e11: a(active, since 1.00683s) 2024-02-11T09:07:26.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-11T09:07:26.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: *** Caught signal (Aborted) ** 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: in thread 7f65c4d19700 thread_name:admin_socket 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f65cc4d3d20] 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2: gsignal() 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 3: abort() 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 4: /lib64/libc.so.6(+0x21d39) [0x7f65ca9aed39] 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 5: /lib64/libc.so.6(+0x46e86) [0x7f65ca9d3e86] 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f65cd61f785] 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f65cd620f75] 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f65cd61fbaf] 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f65cd62bb6d] 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f65cd625f69] 2024-02-11T09:07:26.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f65cd627a4b] 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 12: (AdminSocket::entry()+0x4de) [0x7f65cd6282ae] 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f65cb3bfb23] 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f65cc4c91ca] 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 15: clone() 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:26.025+0000 7f65c4d19700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: in thread 7f65c4d19700 thread_name:admin_socket 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f65cc4d3d20] 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2: gsignal() 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 3: abort() 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 4: /lib64/libc.so.6(+0x21d39) [0x7f65ca9aed39] 2024-02-11T09:07:26.359 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 5: /lib64/libc.so.6(+0x46e86) [0x7f65ca9d3e86] 2024-02-11T09:07:26.360 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f65cd61f785] 2024-02-11T09:07:26.360 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f65cd620f75] 2024-02-11T09:07:26.360 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f65cd61fbaf] 2024-02-11T09:07:26.360 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f65cd62bb6d] 2024-02-11T09:07:26.360 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f65cd625f69] 2024-02-11T09:07:26.360 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f65cd627a4b] 2024-02-11T09:07:26.361 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 12: (AdminSocket::entry()+0x4de) [0x7f65cd6282ae] 2024-02-11T09:07:26.361 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f65cb3bfb23] 2024-02-11T09:07:26.361 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f65cc4c91ca] 2024-02-11T09:07:26.361 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 15: clone() 2024-02-11T09:07:26.361 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:07:26.361 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:26.361 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -3137> 2024-02-11T09:07:18.570+0000 7f65cef15200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -3116> 2024-02-11T09:07:18.667+0000 7f65cef15200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2874> 2024-02-11T09:07:19.341+0000 7f65cef15200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2832> 2024-02-11T09:07:19.436+0000 7f65cef15200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2805> 2024-02-11T09:07:19.580+0000 7f65cef15200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2783> 2024-02-11T09:07:19.678+0000 7f65cef15200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2771> 2024-02-11T09:07:19.763+0000 7f65cef15200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2752> 2024-02-11T09:07:20.032+0000 7f65cef15200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2720> 2024-02-11T09:07:20.144+0000 7f65cef15200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2700> 2024-02-11T09:07:20.234+0000 7f65cef15200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2682> 2024-02-11T09:07:20.333+0000 7f65cef15200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2655> 2024-02-11T09:07:20.512+0000 7f65cef15200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:07:26.362 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2602> 2024-02-11T09:07:21.519+0000 7f65cef15200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2588> 2024-02-11T09:07:21.654+0000 7f65cef15200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2529> 2024-02-11T09:07:21.993+0000 7f65cef15200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2508> 2024-02-11T09:07:22.085+0000 7f65cef15200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2496> 2024-02-11T09:07:22.284+0000 7f65cef15200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2456> 2024-02-11T09:07:22.473+0000 7f65cef15200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2361> 2024-02-11T09:07:22.765+0000 7f65cef15200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2350> 2024-02-11T09:07:23.027+0000 7f65cef15200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2286> 2024-02-11T09:07:23.269+0000 7f65cef15200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2133> 2024-02-11T09:07:24.097+0000 7f65cef15200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2109> 2024-02-11T09:07:24.681+0000 7f65cef15200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2095> 2024-02-11T09:07:24.782+0000 7f65cef15200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:07:26.363 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2068> 2024-02-11T09:07:25.003+0000 7f65cef15200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 0> 2024-02-11T09:07:26.025+0000 7f65c4d19700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: in thread 7f65c4d19700 thread_name:admin_socket 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f65cc4d3d20] 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2: gsignal() 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 3: abort() 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 4: /lib64/libc.so.6(+0x21d39) [0x7f65ca9aed39] 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 5: /lib64/libc.so.6(+0x46e86) [0x7f65ca9d3e86] 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f65cd61f785] 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f65cd620f75] 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f65cd61fbaf] 2024-02-11T09:07:26.364 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f65cd62bb6d] 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f65cd625f69] 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f65cd627a4b] 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 12: (AdminSocket::entry()+0x4de) [0x7f65cd6282ae] 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f65cb3bfb23] 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f65cc4c91ca] 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 15: clone() 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -3137> 2024-02-11T09:07:18.570+0000 7f65cef15200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -3116> 2024-02-11T09:07:18.667+0000 7f65cef15200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2874> 2024-02-11T09:07:19.341+0000 7f65cef15200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2832> 2024-02-11T09:07:19.436+0000 7f65cef15200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2805> 2024-02-11T09:07:19.580+0000 7f65cef15200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:07:26.365 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2783> 2024-02-11T09:07:19.678+0000 7f65cef15200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2771> 2024-02-11T09:07:19.763+0000 7f65cef15200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2752> 2024-02-11T09:07:20.032+0000 7f65cef15200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2720> 2024-02-11T09:07:20.144+0000 7f65cef15200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2700> 2024-02-11T09:07:20.234+0000 7f65cef15200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2682> 2024-02-11T09:07:20.333+0000 7f65cef15200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2655> 2024-02-11T09:07:20.512+0000 7f65cef15200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2602> 2024-02-11T09:07:21.519+0000 7f65cef15200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2588> 2024-02-11T09:07:21.654+0000 7f65cef15200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2529> 2024-02-11T09:07:21.993+0000 7f65cef15200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2508> 2024-02-11T09:07:22.085+0000 7f65cef15200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2496> 2024-02-11T09:07:22.284+0000 7f65cef15200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2456> 2024-02-11T09:07:22.473+0000 7f65cef15200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2361> 2024-02-11T09:07:22.765+0000 7f65cef15200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2350> 2024-02-11T09:07:23.027+0000 7f65cef15200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:26.366 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2286> 2024-02-11T09:07:23.269+0000 7f65cef15200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2133> 2024-02-11T09:07:24.097+0000 7f65cef15200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2109> 2024-02-11T09:07:24.681+0000 7f65cef15200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2095> 2024-02-11T09:07:24.782+0000 7f65cef15200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: -2068> 2024-02-11T09:07:25.003+0000 7f65cef15200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 0> 2024-02-11T09:07:26.025+0000 7f65c4d19700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: in thread 7f65c4d19700 thread_name:admin_socket 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f65cc4d3d20] 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2: gsignal() 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 3: abort() 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 4: /lib64/libc.so.6(+0x21d39) [0x7f65ca9aed39] 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 5: /lib64/libc.so.6(+0x46e86) [0x7f65ca9d3e86] 2024-02-11T09:07:26.367 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f65cd61f785] 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f65cd620f75] 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f65cd61fbaf] 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f65cd62bb6d] 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f65cd625f69] 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f65cd627a4b] 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 12: (AdminSocket::entry()+0x4de) [0x7f65cd6282ae] 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f65cb3bfb23] 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f65cc4c91ca] 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 15: clone() 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31136]: 2024-02-11T09:07:26.368 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 podman[31364]: 2024-02-11 09:07:26.091484399 +0000 UTC m=+0.019337542 container died afd63446ea685576697875b14d0f09db269601707a15ac9bf021b7d6ad142d80 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b) 2024-02-11T09:07:27.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 podman[31364]: 2024-02-11 09:07:26.612604163 +0000 UTC m=+0.540457349 container remove afd63446ea685576697875b14d0f09db269601707a15ac9bf021b7d6ad142d80 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-02-11T09:07:27.108 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T09:07:27.108 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:07:27.108 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:26 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.399s CPU time. 2024-02-11T09:07:37.121 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:36 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 3. 2024-02-11T09:07:37.121 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:36 smithi006 systemd[1]: Stopped Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:07:37.121 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:36 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.399s CPU time. 2024-02-11T09:07:37.121 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:36 smithi006 systemd[1]: Starting Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715... 2024-02-11T09:07:37.121 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:37 smithi006 podman[31458]: 2024-02-11 09:07:36.99310626 +0000 UTC m=+0.018221590 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:07:37.121 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:37 smithi006 podman[31458]: 2024-02-11 09:07:37.120986662 +0000 UTC m=+0.146101991 container create a4bc170ec30bcc316d5eeac08d3e4d50becbde33df1ed1972e72ddfe15c235c2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2) 2024-02-11T09:07:37.415 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:37 smithi006 podman[31458]: 2024-02-11 09:07:37.340000677 +0000 UTC m=+0.365116007 container init a4bc170ec30bcc316d5eeac08d3e4d50becbde33df1ed1972e72ddfe15c235c2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-02-11T09:07:37.415 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:37 smithi006 podman[31458]: 2024-02-11 09:07:37.342352298 +0000 UTC m=+0.367467627 container start a4bc170ec30bcc316d5eeac08d3e4d50becbde33df1ed1972e72ddfe15c235c2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-02-11T09:07:37.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:37 smithi006 bash[31458]: a4bc170ec30bcc316d5eeac08d3e4d50becbde33df1ed1972e72ddfe15c235c2 2024-02-11T09:07:37.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:37 smithi006 systemd[1]: Started Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:07:38.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:37 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:37.890+0000 7ff827579200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:07:38.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:37 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:37.985+0000 7ff827579200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:07:38.980 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:38 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:38.644+0000 7ff827579200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:07:38.981 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:38 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:38.739+0000 7ff827579200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:07:38.981 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:38 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:38.882+0000 7ff827579200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:07:39.332 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:38 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:38.979+0000 7ff827579200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:07:39.332 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:39 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:39.064+0000 7ff827579200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:07:39.332 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:39 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:39.331+0000 7ff827579200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:07:39.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:39 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:39.443+0000 7ff827579200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:39.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:39 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:39.531+0000 7ff827579200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:07:40.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:39 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:39.627+0000 7ff827579200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:07:40.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:39 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:39.805+0000 7ff827579200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:07:41.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:40 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:40.809+0000 7ff827579200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:07:41.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:40 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:40.944+0000 7ff827579200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:07:41.580 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:41 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:41.287+0000 7ff827579200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:07:41.580 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:41 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:41.379+0000 7ff827579200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:07:41.580 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:41 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:41.579+0000 7ff827579200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:41.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:41 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:41.769+0000 7ff827579200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:07:42.322 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:42 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:42.059+0000 7ff827579200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:42.322 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:42 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:42.321+0000 7ff827579200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:42.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:42 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:42.563+0000 7ff827579200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:07:43.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:43 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:43.393+0000 7ff827579200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:07:44.301 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:43 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:43.974+0000 7ff827579200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:07:44.301 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:44.075+0000 7ff827579200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:07:44.301 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:44.300+0000 7ff827579200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:07:44.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: Active manager daemon a restarted 2024-02-11T09:07:44.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: Activating manager daemon a 2024-02-11T09:07:44.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: osdmap e5: 0 total, 0 up, 0 in 2024-02-11T09:07:44.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: mgrmap e12: a(active, starting, since 0.00313391s) 2024-02-11T09:07:44.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:07:44.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:07:44.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:07:44.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:07:44.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:07:44.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: Manager daemon a is now available 2024-02-11T09:07:44.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' 2024-02-11T09:07:44.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:44.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:44.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:44 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:45.607 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:07:45.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:07:45.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-mon[29598]: from='mgr.14148 172.21.15.6:0/1096133059' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:07:45.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-mon[29598]: mgrmap e13: a(active, since 1.00686s) 2024-02-11T09:07:45.608 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-11T09:07:45.608 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: *** Caught signal (Aborted) ** 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: in thread 7ff81d37d700 thread_name:admin_socket 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7ff824b37d20] 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2: gsignal() 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 3: abort() 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 4: /lib64/libc.so.6(+0x21d39) [0x7ff823012d39] 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 5: /lib64/libc.so.6(+0x46e86) [0x7ff823037e86] 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7ff825c83785] 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7ff825c84f75] 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7ff825c83baf] 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7ff825c8fb6d] 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7ff825c89f69] 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7ff825c8ba4b] 2024-02-11T09:07:45.609 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 12: (AdminSocket::entry()+0x4de) [0x7ff825c8c2ae] 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7ff823a23b23] 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7ff824b2d1ca] 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 15: clone() 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:45.321+0000 7ff81d37d700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: in thread 7ff81d37d700 thread_name:admin_socket 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7ff824b37d20] 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2: gsignal() 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 3: abort() 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 4: /lib64/libc.so.6(+0x21d39) [0x7ff823012d39] 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 5: /lib64/libc.so.6(+0x46e86) [0x7ff823037e86] 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7ff825c83785] 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7ff825c84f75] 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7ff825c83baf] 2024-02-11T09:07:45.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7ff825c8fb6d] 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7ff825c89f69] 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7ff825c8ba4b] 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 12: (AdminSocket::entry()+0x4de) [0x7ff825c8c2ae] 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7ff823a23b23] 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7ff824b2d1ca] 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 15: clone() 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -3137> 2024-02-11T09:07:37.890+0000 7ff827579200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -3116> 2024-02-11T09:07:37.985+0000 7ff827579200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2874> 2024-02-11T09:07:38.644+0000 7ff827579200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2832> 2024-02-11T09:07:38.739+0000 7ff827579200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2805> 2024-02-11T09:07:38.882+0000 7ff827579200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2783> 2024-02-11T09:07:38.979+0000 7ff827579200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:07:45.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2771> 2024-02-11T09:07:39.064+0000 7ff827579200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:07:45.612 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2752> 2024-02-11T09:07:39.331+0000 7ff827579200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:07:45.612 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2720> 2024-02-11T09:07:39.443+0000 7ff827579200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:45.612 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2700> 2024-02-11T09:07:39.531+0000 7ff827579200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:07:45.612 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2682> 2024-02-11T09:07:39.627+0000 7ff827579200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:07:45.612 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2655> 2024-02-11T09:07:39.805+0000 7ff827579200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:07:45.612 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2602> 2024-02-11T09:07:40.809+0000 7ff827579200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:07:45.612 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2588> 2024-02-11T09:07:40.944+0000 7ff827579200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:07:45.612 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2529> 2024-02-11T09:07:41.287+0000 7ff827579200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:07:45.612 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2508> 2024-02-11T09:07:41.379+0000 7ff827579200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:07:45.612 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2496> 2024-02-11T09:07:41.579+0000 7ff827579200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2456> 2024-02-11T09:07:41.769+0000 7ff827579200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2361> 2024-02-11T09:07:42.059+0000 7ff827579200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2350> 2024-02-11T09:07:42.321+0000 7ff827579200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2286> 2024-02-11T09:07:42.563+0000 7ff827579200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2133> 2024-02-11T09:07:43.393+0000 7ff827579200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2109> 2024-02-11T09:07:43.974+0000 7ff827579200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2095> 2024-02-11T09:07:44.075+0000 7ff827579200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2068> 2024-02-11T09:07:44.300+0000 7ff827579200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 0> 2024-02-11T09:07:45.321+0000 7ff81d37d700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: in thread 7ff81d37d700 thread_name:admin_socket 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:45.613 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7ff824b37d20] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2: gsignal() 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 3: abort() 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 4: /lib64/libc.so.6(+0x21d39) [0x7ff823012d39] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 5: /lib64/libc.so.6(+0x46e86) [0x7ff823037e86] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7ff825c83785] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7ff825c84f75] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7ff825c83baf] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7ff825c8fb6d] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7ff825c89f69] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7ff825c8ba4b] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 12: (AdminSocket::entry()+0x4de) [0x7ff825c8c2ae] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7ff823a23b23] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7ff824b2d1ca] 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 15: clone() 2024-02-11T09:07:45.614 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -3137> 2024-02-11T09:07:37.890+0000 7ff827579200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -3116> 2024-02-11T09:07:37.985+0000 7ff827579200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2874> 2024-02-11T09:07:38.644+0000 7ff827579200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2832> 2024-02-11T09:07:38.739+0000 7ff827579200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2805> 2024-02-11T09:07:38.882+0000 7ff827579200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2783> 2024-02-11T09:07:38.979+0000 7ff827579200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2771> 2024-02-11T09:07:39.064+0000 7ff827579200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2752> 2024-02-11T09:07:39.331+0000 7ff827579200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2720> 2024-02-11T09:07:39.443+0000 7ff827579200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2700> 2024-02-11T09:07:39.531+0000 7ff827579200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2682> 2024-02-11T09:07:39.627+0000 7ff827579200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2655> 2024-02-11T09:07:39.805+0000 7ff827579200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2602> 2024-02-11T09:07:40.809+0000 7ff827579200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2588> 2024-02-11T09:07:40.944+0000 7ff827579200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:07:45.615 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2529> 2024-02-11T09:07:41.287+0000 7ff827579200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2508> 2024-02-11T09:07:41.379+0000 7ff827579200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2496> 2024-02-11T09:07:41.579+0000 7ff827579200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2456> 2024-02-11T09:07:41.769+0000 7ff827579200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2361> 2024-02-11T09:07:42.059+0000 7ff827579200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2350> 2024-02-11T09:07:42.321+0000 7ff827579200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2286> 2024-02-11T09:07:42.563+0000 7ff827579200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2133> 2024-02-11T09:07:43.393+0000 7ff827579200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2109> 2024-02-11T09:07:43.974+0000 7ff827579200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2095> 2024-02-11T09:07:44.075+0000 7ff827579200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: -2068> 2024-02-11T09:07:44.300+0000 7ff827579200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 0> 2024-02-11T09:07:45.321+0000 7ff81d37d700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: in thread 7ff81d37d700 thread_name:admin_socket 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:07:45.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7ff824b37d20] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2: gsignal() 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 3: abort() 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 4: /lib64/libc.so.6(+0x21d39) [0x7ff823012d39] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 5: /lib64/libc.so.6(+0x46e86) [0x7ff823037e86] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7ff825c83785] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7ff825c84f75] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7ff825c83baf] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7ff825c8fb6d] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7ff825c89f69] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7ff825c8ba4b] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 12: (AdminSocket::entry()+0x4de) [0x7ff825c8c2ae] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7ff823a23b23] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7ff824b2d1ca] 2024-02-11T09:07:45.617 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 15: clone() 2024-02-11T09:07:45.618 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:07:45.618 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31473]: 2024-02-11T09:07:45.618 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 podman[31701]: 2024-02-11 09:07:45.386130449 +0000 UTC m=+0.020651906 container died a4bc170ec30bcc316d5eeac08d3e4d50becbde33df1ed1972e72ddfe15c235c2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-11T09:07:46.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 podman[31701]: 2024-02-11 09:07:45.918132304 +0000 UTC m=+0.552653759 container remove a4bc170ec30bcc316d5eeac08d3e4d50becbde33df1ed1972e72ddfe15c235c2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, ceph=True) 2024-02-11T09:07:46.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:45 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T09:07:46.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:46 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:07:46.608 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:46 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.490s CPU time. 2024-02-11T09:07:56.610 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:56 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 4. 2024-02-11T09:07:56.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:56 smithi006 systemd[1]: Stopped Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:07:56.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:56 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.490s CPU time. 2024-02-11T09:07:56.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:56 smithi006 systemd[1]: Starting Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715... 2024-02-11T09:07:56.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:56 smithi006 podman[31794]: 2024-02-11 09:07:56.4892807 +0000 UTC m=+0.018276920 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:07:56.611 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:56 smithi006 podman[31794]: 2024-02-11 09:07:56.61026957 +0000 UTC m=+0.139265825 container create 576c9283e5ce7dc6accb15746f3e9cd4ccadcf648c2abdf989c44ca7fbad50b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-02-11T09:07:56.887 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:56 smithi006 podman[31794]: 2024-02-11 09:07:56.803921985 +0000 UTC m=+0.332918201 container init 576c9283e5ce7dc6accb15746f3e9cd4ccadcf648c2abdf989c44ca7fbad50b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-11T09:07:56.887 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:56 smithi006 podman[31794]: 2024-02-11 09:07:56.806389302 +0000 UTC m=+0.335385516 container start 576c9283e5ce7dc6accb15746f3e9cd4ccadcf648c2abdf989c44ca7fbad50b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux ) 2024-02-11T09:07:57.355 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:56 smithi006 bash[31794]: 576c9283e5ce7dc6accb15746f3e9cd4ccadcf648c2abdf989c44ca7fbad50b3 2024-02-11T09:07:57.355 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:56 smithi006 systemd[1]: Started Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:07:57.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:57 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:57.354+0000 7f4d94134200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:07:57.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:57 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:57.449+0000 7f4d94134200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:07:58.443 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:58 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:58.107+0000 7f4d94134200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:07:58.443 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:58 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:58.202+0000 7f4d94134200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:07:58.443 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:58 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:58.345+0000 7f4d94134200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:07:58.794 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:58 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:58.442+0000 7f4d94134200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:07:58.794 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:58 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:58.526+0000 7f4d94134200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:07:58.794 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:58 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:58.793+0000 7f4d94134200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:07:59.089 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:58 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:58.904+0000 7f4d94134200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:07:59.089 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:58 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:58.991+0000 7f4d94134200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:07:59.089 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:59 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:59.088+0000 7f4d94134200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:07:59.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:07:59 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:07:59.266+0000 7f4d94134200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:08:00.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:00 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:00.265+0000 7f4d94134200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:08:00.607 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:00 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:00.398+0000 7f4d94134200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:08:01.028 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:00 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:00.735+0000 7f4d94134200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:08:01.028 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:00 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:00.828+0000 7f4d94134200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:08:01.029 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:01 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:01.027+0000 7f4d94134200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:08:01.357 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:01 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:01.216+0000 7f4d94134200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:08:01.768 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:01 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:01.507+0000 7f4d94134200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:08:01.768 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:01 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:01.767+0000 7f4d94134200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:08:02.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:02 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:02.008+0000 7f4d94134200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:08:03.107 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:02 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:02.835+0000 7f4d94134200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:08:03.743 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:03 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:03.417+0000 7f4d94134200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:08:03.743 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:03 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:03.518+0000 7f4d94134200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:08:03.743 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:03 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:03.742+0000 7f4d94134200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:08:04.607 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: Active manager daemon a restarted 2024-02-11T09:08:04.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: Activating manager daemon a 2024-02-11T09:08:04.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: osdmap e6: 0 total, 0 up, 0 in 2024-02-11T09:08:04.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: mgrmap e14: a(active, starting, since 0.00329302s) 2024-02-11T09:08:04.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:08:04.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:08:04.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:08:04.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:08:04.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:08:04.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: Manager daemon a is now available 2024-02-11T09:08:04.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' 2024-02-11T09:08:04.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:08:04.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:08:04.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:08:04.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:08:04.609 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:08:05.073 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-11T09:08:05.073 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: *** Caught signal (Aborted) ** 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: in thread 7f4d89f38700 thread_name:admin_socket 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4d916f2d20] 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2: gsignal() 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 3: abort() 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4d8fbcdd39] 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4d8fbf2e86] 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4d9283e785] 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4d9283ff75] 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4d9283ebaf] 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4d9284ab6d] 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4d92844f69] 2024-02-11T09:08:05.074 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4d92846a4b] 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 12: (AdminSocket::entry()+0x4de) [0x7f4d928472ae] 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4d905deb23] 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4d916e81ca] 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 15: clone() 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:04.762+0000 7f4d89f38700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: in thread 7f4d89f38700 thread_name:admin_socket 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4d916f2d20] 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2: gsignal() 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 3: abort() 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4d8fbcdd39] 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4d8fbf2e86] 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4d9283e785] 2024-02-11T09:08:05.075 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4d9283ff75] 2024-02-11T09:08:05.076 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4d9283ebaf] 2024-02-11T09:08:05.076 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4d9284ab6d] 2024-02-11T09:08:05.076 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4d92844f69] 2024-02-11T09:08:05.076 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4d92846a4b] 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 12: (AdminSocket::entry()+0x4de) [0x7f4d928472ae] 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4d905deb23] 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4d916e81ca] 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 15: clone() 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -3137> 2024-02-11T09:07:57.354+0000 7f4d94134200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -3116> 2024-02-11T09:07:57.449+0000 7f4d94134200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2874> 2024-02-11T09:07:58.107+0000 7f4d94134200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2832> 2024-02-11T09:07:58.202+0000 7f4d94134200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2805> 2024-02-11T09:07:58.345+0000 7f4d94134200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:08:05.077 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2783> 2024-02-11T09:07:58.442+0000 7f4d94134200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2771> 2024-02-11T09:07:58.526+0000 7f4d94134200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2752> 2024-02-11T09:07:58.793+0000 7f4d94134200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2720> 2024-02-11T09:07:58.904+0000 7f4d94134200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2700> 2024-02-11T09:07:58.991+0000 7f4d94134200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2682> 2024-02-11T09:07:59.088+0000 7f4d94134200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2655> 2024-02-11T09:07:59.266+0000 7f4d94134200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2602> 2024-02-11T09:08:00.265+0000 7f4d94134200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2588> 2024-02-11T09:08:00.398+0000 7f4d94134200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2529> 2024-02-11T09:08:00.735+0000 7f4d94134200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2513> 2024-02-11T09:08:00.828+0000 7f4d94134200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2496> 2024-02-11T09:08:01.027+0000 7f4d94134200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2456> 2024-02-11T09:08:01.216+0000 7f4d94134200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2361> 2024-02-11T09:08:01.507+0000 7f4d94134200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2350> 2024-02-11T09:08:01.767+0000 7f4d94134200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2286> 2024-02-11T09:08:02.008+0000 7f4d94134200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:08:05.078 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2133> 2024-02-11T09:08:02.835+0000 7f4d94134200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2109> 2024-02-11T09:08:03.417+0000 7f4d94134200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2095> 2024-02-11T09:08:03.518+0000 7f4d94134200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2068> 2024-02-11T09:08:03.742+0000 7f4d94134200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 0> 2024-02-11T09:08:04.762+0000 7f4d89f38700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: in thread 7f4d89f38700 thread_name:admin_socket 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4d916f2d20] 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2: gsignal() 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 3: abort() 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4d8fbcdd39] 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4d8fbf2e86] 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4d9283e785] 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4d9283ff75] 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4d9283ebaf] 2024-02-11T09:08:05.079 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4d9284ab6d] 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4d92844f69] 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4d92846a4b] 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 12: (AdminSocket::entry()+0x4de) [0x7f4d928472ae] 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4d905deb23] 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4d916e81ca] 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 15: clone() 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -3139> 2024-02-11T09:07:57.354+0000 7f4d94134200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -3118> 2024-02-11T09:07:57.449+0000 7f4d94134200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2876> 2024-02-11T09:07:58.107+0000 7f4d94134200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2834> 2024-02-11T09:07:58.202+0000 7f4d94134200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2807> 2024-02-11T09:07:58.345+0000 7f4d94134200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:08:05.080 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2785> 2024-02-11T09:07:58.442+0000 7f4d94134200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:08:05.081 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2773> 2024-02-11T09:07:58.526+0000 7f4d94134200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:08:05.081 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2754> 2024-02-11T09:07:58.793+0000 7f4d94134200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:08:05.081 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2722> 2024-02-11T09:07:58.904+0000 7f4d94134200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:08:05.081 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2702> 2024-02-11T09:07:58.991+0000 7f4d94134200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:08:05.081 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2684> 2024-02-11T09:07:59.088+0000 7f4d94134200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:08:05.081 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2657> 2024-02-11T09:07:59.266+0000 7f4d94134200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:08:05.081 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2604> 2024-02-11T09:08:00.265+0000 7f4d94134200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:08:05.081 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2590> 2024-02-11T09:08:00.398+0000 7f4d94134200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:08:05.081 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2531> 2024-02-11T09:08:00.735+0000 7f4d94134200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:08:05.081 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2515> 2024-02-11T09:08:00.828+0000 7f4d94134200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:08:05.081 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2498> 2024-02-11T09:08:01.027+0000 7f4d94134200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2458> 2024-02-11T09:08:01.216+0000 7f4d94134200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2363> 2024-02-11T09:08:01.507+0000 7f4d94134200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2352> 2024-02-11T09:08:01.767+0000 7f4d94134200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2288> 2024-02-11T09:08:02.008+0000 7f4d94134200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2135> 2024-02-11T09:08:02.835+0000 7f4d94134200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2111> 2024-02-11T09:08:03.417+0000 7f4d94134200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2097> 2024-02-11T09:08:03.518+0000 7f4d94134200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2070> 2024-02-11T09:08:03.742+0000 7f4d94134200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: -2> 2024-02-11T09:08:04.762+0000 7f4d89f38700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: in thread 7f4d89f38700 thread_name:admin_socket 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4d916f2d20] 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2: gsignal() 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 3: abort() 2024-02-11T09:08:05.082 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4d8fbcdd39] 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4d8fbf2e86] 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4d9283e785] 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4d9283ff75] 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4d9283ebaf] 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4d9284ab6d] 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4d92844f69] 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4d92846a4b] 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 12: (AdminSocket::entry()+0x4de) [0x7f4d928472ae] 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4d905deb23] 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4d916e81ca] 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 15: clone() 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a[31809]: 2024-02-11T09:08:05.083 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:04 smithi006 podman[32037]: 2024-02-11 09:08:04.829362289 +0000 UTC m=+0.019040701 container died 576c9283e5ce7dc6accb15746f3e9cd4ccadcf648c2abdf989c44ca7fbad50b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, org.label-schema.license=GPLv2) 2024-02-11T09:08:05.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:05 smithi006 ceph-mon[29598]: from='mgr.14156 172.21.15.6:0/2487668878' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:08:05.357 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:05 smithi006 ceph-mon[29598]: mgrmap e15: a(active, since 1.00664s) 2024-02-11T09:08:05.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:05 smithi006 podman[32037]: 2024-02-11 09:08:05.365777635 +0000 UTC m=+0.555456057 container remove 576c9283e5ce7dc6accb15746f3e9cd4ccadcf648c2abdf989c44ca7fbad50b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-ad538770-c8bc-11ee-95b9-87774f69a715-mgr-a, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, ceph=True) 2024-02-11T09:08:05.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:05 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T09:08:05.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:05 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:08:05.857 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:05 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.531s CPU time. 2024-02-11T09:08:16.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:15 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 5. 2024-02-11T09:08:16.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:15 smithi006 systemd[1]: Stopped Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:08:16.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:15 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.531s CPU time. 2024-02-11T09:08:16.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:15 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Start request repeated too quickly. 2024-02-11T09:08:16.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:15 smithi006 systemd[1]: ceph-ad538770-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:08:16.358 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Feb 11 09:08:15 smithi006 systemd[1]: Failed to start Ceph mgr.a for ad538770-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:08:38.607 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:38 smithi006 ceph-mon[29598]: Manager daemon a is unresponsive. No standby daemons available. 2024-02-11T09:08:38.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:38 smithi006 ceph-mon[29598]: osdmap e7: 0 total, 0 up, 0 in 2024-02-11T09:08:38.608 INFO:journalctl@ceph.mon.a.smithi006.stdout:Feb 11 09:08:38 smithi006 ceph-mon[29598]: mgrmap e16: no daemons active (since 0.00303436s) 2024-02-11T20:55:35.167 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-02-11T20:55:35.191 DEBUG:teuthology.task.console_log:Killing console logger for smithi006 2024-02-11T20:55:35.193 DEBUG:teuthology.task.console_log:Killing console logger for smithi134 2024-02-11T20:55:35.193 DEBUG:teuthology.task.console_log:Killing console logger for smithi165 2024-02-11T20:55:35.193 DEBUG:teuthology.exit:Finished running handlers