2024-07-26T22:23:45.412 INFO:root:teuthology version: 0.0.1.dev379+g53ce146 2024-07-26T22:23:45.429 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-26T22:23:45.801 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820430 branch: wip-yuri-testing-2024-07-26-0628 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7820430' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri-testing-2024-07-26-0628 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri-testing-2024-07-26-0628 sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b owner: scheduled_yuriw@teuthology priority: 69 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: 7667 sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri-testing-2024-07-26-0628 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b targets: smithi076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOiYTpVIIrFoN9vjHqz2BZbNyvQFuyBtdEmAJ7mfwSLD04emU0/fsSZoNNRyw+fNDwLftBZfnpXUP6GE0Ff+yCs= smithi099.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAteIMGqO+Q63gftnczZ6HKiR+X0PQwl6AFmbRgr0rcztYW5E0KZVbevlZjR6Yz8GhLJUi1AHVvs9jAHq765fyI= smithi103.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJyZAkqyM2btm+sc1sqCOx09Z/jNLUfsxfvHaD1sSqW29EcP2mMIKTz9NvGQEXQkWfAShCJSV2VWdormZmswY3I= tasks: - pexec: all: - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7ff2ccf27be0>, signals=[15]) 2024-07-26T22:23:46.176 INFO:teuthology.run_tasks:Running task internal.connect... 2024-07-26T22:23:46.182 INFO:teuthology.task.internal:Opening connections... 2024-07-26T22:23:46.182 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi076.front.sepia.ceph.com 2024-07-26T22:23:46.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:23:46.260 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi099.front.sepia.ceph.com 2024-07-26T22:23:46.261 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:23:46.335 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi103.front.sepia.ceph.com 2024-07-26T22:23:46.336 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:23:46.410 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-07-26T22:23:46.417 DEBUG:teuthology.orchestra.run.smithi076:> uname -m 2024-07-26T22:23:46.435 INFO:teuthology.orchestra.run.smithi076.stdout:x86_64 2024-07-26T22:23:46.435 DEBUG:teuthology.orchestra.run.smithi076:> cat /etc/os-release 2024-07-26T22:23:46.492 INFO:teuthology.orchestra.run.smithi076.stdout:NAME="CentOS Stream" 2024-07-26T22:23:46.492 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION="9" 2024-07-26T22:23:46.492 INFO:teuthology.orchestra.run.smithi076.stdout:ID="centos" 2024-07-26T22:23:46.492 INFO:teuthology.orchestra.run.smithi076.stdout:ID_LIKE="rhel fedora" 2024-07-26T22:23:46.492 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_ID="9" 2024-07-26T22:23:46.492 INFO:teuthology.orchestra.run.smithi076.stdout:PLATFORM_ID="platform:el9" 2024-07-26T22:23:46.492 INFO:teuthology.orchestra.run.smithi076.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-26T22:23:46.492 INFO:teuthology.orchestra.run.smithi076.stdout:ANSI_COLOR="0;31" 2024-07-26T22:23:46.493 INFO:teuthology.orchestra.run.smithi076.stdout:LOGO="fedora-logo-icon" 2024-07-26T22:23:46.493 INFO:teuthology.orchestra.run.smithi076.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-26T22:23:46.493 INFO:teuthology.orchestra.run.smithi076.stdout:HOME_URL="https://centos.org/" 2024-07-26T22:23:46.493 INFO:teuthology.orchestra.run.smithi076.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-26T22:23:46.493 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-26T22:23:46.494 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-26T22:23:46.495 INFO:teuthology.lock.ops:Updating smithi076.front.sepia.ceph.com on lock server 2024-07-26T22:23:46.525 DEBUG:teuthology.orchestra.run.smithi099:> uname -m 2024-07-26T22:23:46.543 INFO:teuthology.orchestra.run.smithi099.stdout:x86_64 2024-07-26T22:23:46.543 DEBUG:teuthology.orchestra.run.smithi099:> cat /etc/os-release 2024-07-26T22:23:46.601 INFO:teuthology.orchestra.run.smithi099.stdout:NAME="CentOS Stream" 2024-07-26T22:23:46.601 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION="9" 2024-07-26T22:23:46.601 INFO:teuthology.orchestra.run.smithi099.stdout:ID="centos" 2024-07-26T22:23:46.601 INFO:teuthology.orchestra.run.smithi099.stdout:ID_LIKE="rhel fedora" 2024-07-26T22:23:46.602 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION_ID="9" 2024-07-26T22:23:46.602 INFO:teuthology.orchestra.run.smithi099.stdout:PLATFORM_ID="platform:el9" 2024-07-26T22:23:46.602 INFO:teuthology.orchestra.run.smithi099.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-26T22:23:46.602 INFO:teuthology.orchestra.run.smithi099.stdout:ANSI_COLOR="0;31" 2024-07-26T22:23:46.602 INFO:teuthology.orchestra.run.smithi099.stdout:LOGO="fedora-logo-icon" 2024-07-26T22:23:46.602 INFO:teuthology.orchestra.run.smithi099.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-26T22:23:46.603 INFO:teuthology.orchestra.run.smithi099.stdout:HOME_URL="https://centos.org/" 2024-07-26T22:23:46.603 INFO:teuthology.orchestra.run.smithi099.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-26T22:23:46.603 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-26T22:23:46.603 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-26T22:23:46.604 INFO:teuthology.lock.ops:Updating smithi099.front.sepia.ceph.com on lock server 2024-07-26T22:23:46.634 DEBUG:teuthology.orchestra.run.smithi103:> uname -m 2024-07-26T22:23:46.652 INFO:teuthology.orchestra.run.smithi103.stdout:x86_64 2024-07-26T22:23:46.652 DEBUG:teuthology.orchestra.run.smithi103:> cat /etc/os-release 2024-07-26T22:23:46.709 INFO:teuthology.orchestra.run.smithi103.stdout:NAME="CentOS Stream" 2024-07-26T22:23:46.710 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION="9" 2024-07-26T22:23:46.710 INFO:teuthology.orchestra.run.smithi103.stdout:ID="centos" 2024-07-26T22:23:46.710 INFO:teuthology.orchestra.run.smithi103.stdout:ID_LIKE="rhel fedora" 2024-07-26T22:23:46.710 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION_ID="9" 2024-07-26T22:23:46.710 INFO:teuthology.orchestra.run.smithi103.stdout:PLATFORM_ID="platform:el9" 2024-07-26T22:23:46.710 INFO:teuthology.orchestra.run.smithi103.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-26T22:23:46.710 INFO:teuthology.orchestra.run.smithi103.stdout:ANSI_COLOR="0;31" 2024-07-26T22:23:46.710 INFO:teuthology.orchestra.run.smithi103.stdout:LOGO="fedora-logo-icon" 2024-07-26T22:23:46.710 INFO:teuthology.orchestra.run.smithi103.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-26T22:23:46.710 INFO:teuthology.orchestra.run.smithi103.stdout:HOME_URL="https://centos.org/" 2024-07-26T22:23:46.711 INFO:teuthology.orchestra.run.smithi103.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-26T22:23:46.711 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-26T22:23:46.711 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-26T22:23:46.711 INFO:teuthology.lock.ops:Updating smithi103.front.sepia.ceph.com on lock server 2024-07-26T22:23:46.733 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-07-26T22:23:46.742 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-07-26T22:23:46.748 INFO:teuthology.task.internal:Checking for old test directory... 2024-07-26T22:23:46.748 DEBUG:teuthology.orchestra.run.smithi076:> test '!' -e /home/ubuntu/cephtest 2024-07-26T22:23:46.751 DEBUG:teuthology.orchestra.run.smithi099:> test '!' -e /home/ubuntu/cephtest 2024-07-26T22:23:46.753 DEBUG:teuthology.orchestra.run.smithi103:> test '!' -e /home/ubuntu/cephtest 2024-07-26T22:23:46.769 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-07-26T22:23:46.776 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-07-26T22:23:46.776 DEBUG:teuthology.orchestra.run.smithi076:> test -z $(ls -A /var/lib/ceph) 2024-07-26T22:23:46.807 DEBUG:teuthology.orchestra.run.smithi099:> test -z $(ls -A /var/lib/ceph) 2024-07-26T22:23:46.810 DEBUG:teuthology.orchestra.run.smithi103:> test -z $(ls -A /var/lib/ceph) 2024-07-26T22:23:46.845 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-07-26T22:23:46.924 INFO:teuthology.run_tasks:Running task kernel... 2024-07-26T22:23:46.943 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-07-26T22:23:46.943 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-07-26T22:23:46.944 DEBUG:teuthology.orchestra.run.smithi076:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-26T22:23:46.945 DEBUG:teuthology.orchestra.run.smithi099:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-26T22:23:46.945 DEBUG:teuthology.orchestra.run.smithi103:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-26T22:23:46.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:23:46.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:23:46.963 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2024-07-26T22:23:46.964 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-07-26T22:23:46.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:23:46.965 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2024-07-26T22:23:47.019 INFO:teuthology.orchestra.run.smithi076.stdout:5.14.0-437.el9.x86_64 2024-07-26T22:23:47.020 INFO:teuthology.task.kernel:Running kernel on smithi076: 5.14.0-437.el9.x86_64 2024-07-26T22:23:47.020 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum install -y kernel 2024-07-26T22:23:47.021 INFO:teuthology.orchestra.run.smithi103.stdout:5.14.0-437.el9.x86_64 2024-07-26T22:23:47.021 INFO:teuthology.task.kernel:Running kernel on smithi103: 5.14.0-437.el9.x86_64 2024-07-26T22:23:47.021 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum install -y kernel 2024-07-26T22:23:47.022 INFO:teuthology.orchestra.run.smithi099.stdout:5.14.0-437.el9.x86_64 2024-07-26T22:23:47.022 INFO:teuthology.task.kernel:Running kernel on smithi099: 5.14.0-437.el9.x86_64 2024-07-26T22:23:47.022 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum install -y kernel 2024-07-26T22:23:49.249 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.2 MB 00:00 2024-07-26T22:23:49.777 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 9 - BaseOS 7.0 MB/s | 8.2 MB 00:01 2024-07-26T22:23:50.329 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - BaseOS 4.8 MB/s | 8.2 MB 00:01 2024-07-26T22:23:52.700 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - AppStream 8.5 MB/s | 20 MB 00:02 2024-07-26T22:23:53.599 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - AppStream 9.1 MB/s | 20 MB 00:02 2024-07-26T22:23:54.161 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 9 - AppStream 6.1 MB/s | 20 MB 00:03 2024-07-26T22:23:57.984 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.5 MB 00:01 2024-07-26T22:23:58.478 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.5 MB 00:00 2024-07-26T22:23:58.989 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.5 MB 00:01 2024-07-26T22:23:59.868 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 18 kB 00:00 2024-07-26T22:24:00.137 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 9 - Extras packages 63 kB/s | 18 kB 00:00 2024-07-26T22:24:00.548 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - Extras packages 75 kB/s | 18 kB 00:00 2024-07-26T22:24:00.855 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 26 MB/s | 22 MB 00:00 2024-07-26T22:24:01.416 INFO:teuthology.orchestra.run.smithi099.stdout:Extra Packages for Enterprise Linux 19 MB/s | 22 MB 00:01 2024-07-26T22:24:01.527 INFO:teuthology.orchestra.run.smithi076.stdout:Extra Packages for Enterprise Linux 26 MB/s | 22 MB 00:00 2024-07-26T22:24:06.161 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 47 kB/s | 1.7 kB 00:00 2024-07-26T22:24:06.813 INFO:teuthology.orchestra.run.smithi099.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-07-26T22:24:06.858 INFO:teuthology.orchestra.run.smithi076.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-07-26T22:24:08.184 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-26T22:24:08.184 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-26T22:24:08.286 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:24:08.303 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:24:08.303 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-07-26T22:24:08.303 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:24:08.303 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:24:08.303 INFO:teuthology.orchestra.run.smithi103.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-07-26T22:24:08.303 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-07-26T22:24:08.303 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-07-26T22:24:08.303 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-07-26T22:24:08.303 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-07-26T22:24:08.303 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:24:08.304 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:24:08.304 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:24:08.304 INFO:teuthology.orchestra.run.smithi103.stdout:Install 4 Packages 2024-07-26T22:24:08.304 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:24:08.304 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 84 M 2024-07-26T22:24:08.304 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 126 M 2024-07-26T22:24:08.305 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:24:08.786 INFO:teuthology.orchestra.run.smithi099.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-26T22:24:08.786 INFO:teuthology.orchestra.run.smithi099.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-26T22:24:08.881 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:24:08.890 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:24:08.890 INFO:teuthology.orchestra.run.smithi099.stdout: Package Architecture Version Repository Size 2024-07-26T22:24:08.890 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:24:08.890 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:24:08.890 INFO:teuthology.orchestra.run.smithi099.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-07-26T22:24:08.890 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-07-26T22:24:08.890 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-07-26T22:24:08.890 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-07-26T22:24:08.890 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-07-26T22:24:08.890 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:24:08.891 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:24:08.891 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:24:08.891 INFO:teuthology.orchestra.run.smithi099.stdout:Install 4 Packages 2024-07-26T22:24:08.891 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:24:08.891 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 84 M 2024-07-26T22:24:08.891 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 126 M 2024-07-26T22:24:08.891 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:24:08.915 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-26T22:24:08.915 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-26T22:24:09.014 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:24:09.020 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:24:09.021 INFO:teuthology.orchestra.run.smithi076.stdout: Package Architecture Version Repository Size 2024-07-26T22:24:09.021 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:24:09.021 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:24:09.021 INFO:teuthology.orchestra.run.smithi076.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-07-26T22:24:09.021 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-07-26T22:24:09.021 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-07-26T22:24:09.021 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-07-26T22:24:09.021 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-07-26T22:24:09.021 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:24:09.021 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:24:09.021 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:24:09.022 INFO:teuthology.orchestra.run.smithi076.stdout:Install 4 Packages 2024-07-26T22:24:09.022 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:24:09.022 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 84 M 2024-07-26T22:24:09.022 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 126 M 2024-07-26T22:24:09.022 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:24:09.381 INFO:teuthology.orchestra.run.smithi099.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 3.5 MB/s | 1.5 MB 00:00 2024-07-26T22:24:09.704 INFO:teuthology.orchestra.run.smithi103.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 1.1 MB/s | 1.5 MB 00:01 2024-07-26T22:24:09.718 INFO:teuthology.orchestra.run.smithi076.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 3.5 MB/s | 1.5 MB 00:00 2024-07-26T22:24:10.371 INFO:teuthology.orchestra.run.smithi103.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 8.4 MB/s | 17 MB 00:02 2024-07-26T22:24:11.021 INFO:teuthology.orchestra.run.smithi103.stdout:(3/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 13 MB/s | 36 MB 00:02 2024-07-26T22:24:11.597 INFO:teuthology.orchestra.run.smithi099.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 6.5 MB/s | 17 MB 00:02 2024-07-26T22:24:12.055 INFO:teuthology.orchestra.run.smithi103.stdout:(4/4): kernel-modules-core-5.14.0-480.el9.x86_6 13 MB/s | 30 MB 00:02 2024-07-26T22:24:12.055 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:24:12.055 INFO:teuthology.orchestra.run.smithi103.stdout:Total 23 MB/s | 84 MB 00:03 2024-07-26T22:24:12.177 INFO:teuthology.orchestra.run.smithi076.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 5.9 MB/s | 17 MB 00:02 2024-07-26T22:24:12.789 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:24:12.964 INFO:teuthology.orchestra.run.smithi099.stdout:(3/4): kernel-modules-core-5.14.0-480.el9.x86_6 8.4 MB/s | 30 MB 00:03 2024-07-26T22:24:13.164 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:24:13.164 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:24:13.431 INFO:teuthology.orchestra.run.smithi099.stdout:(4/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 8.0 MB/s | 36 MB 00:04 2024-07-26T22:24:13.431 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:24:13.431 INFO:teuthology.orchestra.run.smithi099.stdout:Total 19 MB/s | 84 MB 00:04 2024-07-26T22:24:14.168 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:24:14.169 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:24:14.169 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:24:14.521 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:24:14.521 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:24:14.751 INFO:teuthology.orchestra.run.smithi076.stdout:(3/4): kernel-modules-core-5.14.0-480.el9.x86_6 5.9 MB/s | 30 MB 00:05 2024-07-26T22:24:15.168 INFO:teuthology.orchestra.run.smithi076.stdout:(4/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 6.1 MB/s | 36 MB 00:05 2024-07-26T22:24:15.169 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:24:15.169 INFO:teuthology.orchestra.run.smithi076.stdout:Total 14 MB/s | 84 MB 00:06 2024-07-26T22:24:15.503 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:24:15.503 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:24:15.900 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:24:16.244 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:24:16.244 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:24:16.623 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:24:17.234 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:24:17.234 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:24:17.295 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-07-26T22:24:17.463 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T22:24:17.961 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:24:18.634 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-07-26T22:24:18.732 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T22:24:19.671 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:24:20.103 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T22:24:20.263 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T22:24:20.395 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-07-26T22:24:20.489 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T22:24:21.395 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T22:24:21.547 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T22:24:23.179 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T22:24:23.323 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T22:24:25.084 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T22:24:25.181 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:24:26.422 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T22:24:26.489 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:24:28.148 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T22:24:28.207 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:24:30.041 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:24:31.351 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:24:33.055 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:24:59.840 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:24:59.881 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:25:00.229 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:25:00.229 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-07-26T22:25:00.229 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T22:25:00.229 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T22:25:00.932 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:25:00.972 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:25:01.055 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:25:01.055 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:25:01.055 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:25:01.056 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-5.14.0-480.el9.x86_64 2024-07-26T22:25:01.056 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-07-26T22:25:01.056 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-07-26T22:25:01.056 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-07-26T22:25:01.056 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:25:01.056 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:25:01.422 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:25:01.422 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-07-26T22:25:01.422 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T22:25:01.422 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T22:25:01.427 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T22:25:01.513 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T22:25:01.514 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T22:25:01.514 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-480.el9.x86_64 2024-07-26T22:25:01.514 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-26T22:25:01.514 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-26T22:25:01.514 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-07-26T22:25:01.515 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi103.front.sepia.ceph.com, path=None, version=distro) 2024-07-26T22:25:01.515 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T22:25:01.571 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T22:25:01.571 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T22:25:01.571 DEBUG:teuthology.orchestra.run.smithi103:> sudo rpm -qi grub2-tools 2024-07-26T22:25:01.604 INFO:teuthology.orchestra.run.smithi103.stdout:Name : grub2-tools 2024-07-26T22:25:01.604 INFO:teuthology.orchestra.run.smithi103.stdout:Epoch : 1 2024-07-26T22:25:01.604 INFO:teuthology.orchestra.run.smithi103.stdout:Version : 2.06 2024-07-26T22:25:01.604 INFO:teuthology.orchestra.run.smithi103.stdout:Release : 68.el9 2024-07-26T22:25:01.604 INFO:teuthology.orchestra.run.smithi103.stdout:Architecture: x86_64 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:Group : Unspecified 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:Size : 8264254 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:License : GPLv3+ 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:Packager : builder@centos.org 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:Vendor : CentOS 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:Summary : Support tools for GRUB. 2024-07-26T22:25:01.605 INFO:teuthology.orchestra.run.smithi103.stdout:Description : 2024-07-26T22:25:01.606 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:25:01.606 INFO:teuthology.orchestra.run.smithi103.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-26T22:25:01.606 INFO:teuthology.orchestra.run.smithi103.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-26T22:25:01.606 INFO:teuthology.orchestra.run.smithi103.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-26T22:25:01.606 INFO:teuthology.orchestra.run.smithi103.stdout:hardware devices. 2024-07-26T22:25:01.606 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:25:01.606 INFO:teuthology.orchestra.run.smithi103.stdout:This subpackage provides tools for support of all platforms. 2024-07-26T22:25:01.607 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-26T22:25:01.607 INFO:teuthology.task.kernel:Updating grub on smithi103 to boot 5.14.0-480.el9.x86_64 2024-07-26T22:25:01.607 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-26T22:25:02.217 INFO:teuthology.orchestra.run.smithi103.stderr:Generating grub configuration file ... 2024-07-26T22:25:02.222 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:25:02.222 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:25:02.222 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:25:02.223 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-5.14.0-480.el9.x86_64 2024-07-26T22:25:02.223 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-07-26T22:25:02.223 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-07-26T22:25:02.223 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-07-26T22:25:02.223 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:25:02.223 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:25:02.594 DEBUG:teuthology.orchestra.run.smithi099:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T22:25:02.680 INFO:teuthology.orchestra.run.smithi099.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T22:25:02.680 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T22:25:02.680 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-480.el9.x86_64 2024-07-26T22:25:02.681 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-26T22:25:02.681 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-26T22:25:02.681 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-07-26T22:25:02.681 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi099.front.sepia.ceph.com, path=None, version=distro) 2024-07-26T22:25:02.681 DEBUG:teuthology.orchestra.run.smithi099:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T22:25:02.738 INFO:teuthology.orchestra.run.smithi099.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T22:25:02.738 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T22:25:02.738 DEBUG:teuthology.orchestra.run.smithi099:> sudo rpm -qi grub2-tools 2024-07-26T22:25:02.769 INFO:teuthology.orchestra.run.smithi099.stdout:Name : grub2-tools 2024-07-26T22:25:02.769 INFO:teuthology.orchestra.run.smithi099.stdout:Epoch : 1 2024-07-26T22:25:02.769 INFO:teuthology.orchestra.run.smithi099.stdout:Version : 2.06 2024-07-26T22:25:02.769 INFO:teuthology.orchestra.run.smithi099.stdout:Release : 68.el9 2024-07-26T22:25:02.769 INFO:teuthology.orchestra.run.smithi099.stdout:Architecture: x86_64 2024-07-26T22:25:02.769 INFO:teuthology.orchestra.run.smithi099.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-26T22:25:02.770 INFO:teuthology.orchestra.run.smithi099.stdout:Group : Unspecified 2024-07-26T22:25:02.770 INFO:teuthology.orchestra.run.smithi099.stdout:Size : 8264254 2024-07-26T22:25:02.770 INFO:teuthology.orchestra.run.smithi099.stdout:License : GPLv3+ 2024-07-26T22:25:02.770 INFO:teuthology.orchestra.run.smithi099.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-26T22:25:02.770 INFO:teuthology.orchestra.run.smithi099.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-26T22:25:02.770 INFO:teuthology.orchestra.run.smithi099.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-26T22:25:02.770 INFO:teuthology.orchestra.run.smithi099.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-26T22:25:02.770 INFO:teuthology.orchestra.run.smithi099.stdout:Packager : builder@centos.org 2024-07-26T22:25:02.770 INFO:teuthology.orchestra.run.smithi099.stdout:Vendor : CentOS 2024-07-26T22:25:02.770 INFO:teuthology.orchestra.run.smithi099.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-26T22:25:02.770 INFO:teuthology.orchestra.run.smithi099.stdout:Summary : Support tools for GRUB. 2024-07-26T22:25:02.771 INFO:teuthology.orchestra.run.smithi099.stdout:Description : 2024-07-26T22:25:02.771 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:25:02.771 INFO:teuthology.orchestra.run.smithi099.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-26T22:25:02.771 INFO:teuthology.orchestra.run.smithi099.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-26T22:25:02.771 INFO:teuthology.orchestra.run.smithi099.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-26T22:25:02.771 INFO:teuthology.orchestra.run.smithi099.stdout:hardware devices. 2024-07-26T22:25:02.771 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:25:02.771 INFO:teuthology.orchestra.run.smithi099.stdout:This subpackage provides tools for support of all platforms. 2024-07-26T22:25:02.772 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-26T22:25:02.772 INFO:teuthology.task.kernel:Updating grub on smithi099 to boot 5.14.0-480.el9.x86_64 2024-07-26T22:25:02.772 DEBUG:teuthology.orchestra.run.smithi099:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-26T22:25:02.881 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:25:02.921 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:25:03.227 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:25:03.227 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-07-26T22:25:03.227 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T22:25:03.227 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T22:25:03.390 INFO:teuthology.orchestra.run.smithi099.stderr:Generating grub configuration file ... 2024-07-26T22:25:03.606 INFO:teuthology.orchestra.run.smithi103.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-26T22:25:03.635 INFO:teuthology.orchestra.run.smithi103.stderr:done 2024-07-26T22:25:03.637 DEBUG:teuthology.orchestra.run.smithi103:> mktemp 2024-07-26T22:25:03.653 INFO:teuthology.orchestra.run.smithi103.stdout:/tmp/tmp.e2y2YBNEh6 2024-07-26T22:25:03.653 DEBUG:teuthology.orchestra.run.smithi103:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.e2y2YBNEh6 2024-07-26T22:25:03.718 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0666 /tmp/tmp.e2y2YBNEh6 2024-07-26T22:25:03.875 DEBUG:teuthology.orchestra.remote:smithi103:/tmp/tmp.e2y2YBNEh6 is 6KB 2024-07-26T22:25:03.899 DEBUG:teuthology.orchestra.run.smithi103:> rm -fr /tmp/tmp.e2y2YBNEh6 2024-07-26T22:25:03.914 DEBUG:teuthology.orchestra.run.smithi103:> sudo /bin/ls /boot/loader/entries || true 2024-07-26T22:25:03.980 INFO:teuthology.orchestra.run.smithi103.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-26T22:25:03.980 INFO:teuthology.orchestra.run.smithi103.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-26T22:25:03.980 INFO:teuthology.orchestra.run.smithi103.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-26T22:25:03.980 INFO:teuthology.orchestra.run.smithi103.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-07-26T22:25:03.981 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-07-26T22:25:04.100 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T22:25:04.101 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:25:04.101 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:25:04.101 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-5.14.0-480.el9.x86_64 2024-07-26T22:25:04.101 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-07-26T22:25:04.101 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-07-26T22:25:04.101 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-07-26T22:25:04.101 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:25:04.102 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:25:04.139 DEBUG:teuthology.orchestra.run.smithi103:> sudo shutdown -r now 2024-07-26T22:25:04.479 DEBUG:teuthology.orchestra.run.smithi076:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T22:25:04.557 INFO:teuthology.orchestra.run.smithi076.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T22:25:04.557 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T22:25:04.558 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-480.el9.x86_64 2024-07-26T22:25:04.558 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-26T22:25:04.558 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-26T22:25:04.558 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-07-26T22:25:04.558 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi076.front.sepia.ceph.com, path=None, version=distro) 2024-07-26T22:25:04.558 DEBUG:teuthology.orchestra.run.smithi076:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T22:25:04.614 INFO:teuthology.orchestra.run.smithi076.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T22:25:04.615 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T22:25:04.615 DEBUG:teuthology.orchestra.run.smithi076:> sudo rpm -qi grub2-tools 2024-07-26T22:25:04.656 INFO:teuthology.orchestra.run.smithi076.stdout:Name : grub2-tools 2024-07-26T22:25:04.656 INFO:teuthology.orchestra.run.smithi076.stdout:Epoch : 1 2024-07-26T22:25:04.656 INFO:teuthology.orchestra.run.smithi076.stdout:Version : 2.06 2024-07-26T22:25:04.656 INFO:teuthology.orchestra.run.smithi076.stdout:Release : 68.el9 2024-07-26T22:25:04.656 INFO:teuthology.orchestra.run.smithi076.stdout:Architecture: x86_64 2024-07-26T22:25:04.656 INFO:teuthology.orchestra.run.smithi076.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-26T22:25:04.656 INFO:teuthology.orchestra.run.smithi076.stdout:Group : Unspecified 2024-07-26T22:25:04.656 INFO:teuthology.orchestra.run.smithi076.stdout:Size : 8264254 2024-07-26T22:25:04.656 INFO:teuthology.orchestra.run.smithi076.stdout:License : GPLv3+ 2024-07-26T22:25:04.656 INFO:teuthology.orchestra.run.smithi076.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:Packager : builder@centos.org 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:Vendor : CentOS 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:Summary : Support tools for GRUB. 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:Description : 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-26T22:25:04.657 INFO:teuthology.orchestra.run.smithi076.stdout:hardware devices. 2024-07-26T22:25:04.658 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:25:04.658 INFO:teuthology.orchestra.run.smithi076.stdout:This subpackage provides tools for support of all platforms. 2024-07-26T22:25:04.658 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-26T22:25:04.659 INFO:teuthology.task.kernel:Updating grub on smithi076 to boot 5.14.0-480.el9.x86_64 2024-07-26T22:25:04.659 DEBUG:teuthology.orchestra.run.smithi076:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-26T22:25:04.898 INFO:teuthology.orchestra.run.smithi099.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-26T22:25:04.922 INFO:teuthology.orchestra.run.smithi099.stderr:done 2024-07-26T22:25:04.924 DEBUG:teuthology.orchestra.run.smithi099:> mktemp 2024-07-26T22:25:04.942 INFO:teuthology.orchestra.run.smithi099.stdout:/tmp/tmp.4dT9kZAtwn 2024-07-26T22:25:04.946 DEBUG:teuthology.orchestra.run.smithi099:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.4dT9kZAtwn 2024-07-26T22:25:05.010 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 0666 /tmp/tmp.4dT9kZAtwn 2024-07-26T22:25:05.153 DEBUG:teuthology.orchestra.remote:smithi099:/tmp/tmp.4dT9kZAtwn is 6KB 2024-07-26T22:25:05.201 DEBUG:teuthology.orchestra.run.smithi099:> rm -fr /tmp/tmp.4dT9kZAtwn 2024-07-26T22:25:05.216 DEBUG:teuthology.orchestra.run.smithi099:> sudo /bin/ls /boot/loader/entries || true 2024-07-26T22:25:05.284 INFO:teuthology.orchestra.run.smithi099.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-26T22:25:05.285 INFO:teuthology.orchestra.run.smithi099.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-26T22:25:05.285 INFO:teuthology.orchestra.run.smithi099.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-26T22:25:05.285 INFO:teuthology.orchestra.run.smithi099.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-07-26T22:25:05.286 DEBUG:teuthology.orchestra.run.smithi099:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-07-26T22:25:05.311 INFO:teuthology.orchestra.run.smithi076.stderr:Generating grub configuration file ... 2024-07-26T22:25:05.444 DEBUG:teuthology.orchestra.run.smithi099:> sudo shutdown -r now 2024-07-26T22:25:06.626 INFO:teuthology.orchestra.run.smithi076.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-26T22:25:06.652 INFO:teuthology.orchestra.run.smithi076.stderr:done 2024-07-26T22:25:06.654 DEBUG:teuthology.orchestra.run.smithi076:> mktemp 2024-07-26T22:25:06.672 INFO:teuthology.orchestra.run.smithi076.stdout:/tmp/tmp.Pb2ouCa0BA 2024-07-26T22:25:06.672 DEBUG:teuthology.orchestra.run.smithi076:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Pb2ouCa0BA 2024-07-26T22:25:06.738 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 0666 /tmp/tmp.Pb2ouCa0BA 2024-07-26T22:25:06.873 DEBUG:teuthology.orchestra.remote:smithi076:/tmp/tmp.Pb2ouCa0BA is 6KB 2024-07-26T22:25:06.923 DEBUG:teuthology.orchestra.run.smithi076:> rm -fr /tmp/tmp.Pb2ouCa0BA 2024-07-26T22:25:06.938 DEBUG:teuthology.orchestra.run.smithi076:> sudo /bin/ls /boot/loader/entries || true 2024-07-26T22:25:07.000 INFO:teuthology.orchestra.run.smithi076.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-26T22:25:07.000 INFO:teuthology.orchestra.run.smithi076.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-26T22:25:07.000 INFO:teuthology.orchestra.run.smithi076.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-26T22:25:07.000 INFO:teuthology.orchestra.run.smithi076.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-07-26T22:25:07.002 DEBUG:teuthology.orchestra.run.smithi076:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-07-26T22:25:07.154 DEBUG:teuthology.orchestra.run.smithi076:> sudo shutdown -r now 2024-07-26T22:25:34.167 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-07-26T22:25:34.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-07-26T22:25:34.169 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:25:35.446 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-07-26T22:25:35.447 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-07-26T22:25:35.447 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:25:37.158 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-07-26T22:25:37.159 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-07-26T22:25:37.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:26:08.735 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-07-26T22:26:11.807 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2024-07-26T22:26:17.738 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-07-26T22:26:17.740 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:26:20.802 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-07-26T22:26:20.808 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-07-26T22:26:20.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:26:32.814 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-07-26T22:26:32.815 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:26:35.451 DEBUG:teuthology.orchestra.remote:timed out 2024-07-26T22:26:44.458 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-07-26T22:26:44.459 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:26:45.791 DEBUG:teuthology.orchestra.run.smithi099:> true 2024-07-26T22:26:46.288 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-07-26T22:26:46.288 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-480.el9.x86_64"... 2024-07-26T22:26:46.289 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2024-07-26T22:26:46.303 INFO:teuthology.orchestra.run.smithi099.stdout:5.14.0-480.el9.x86_64 2024-07-26T22:26:46.303 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-07-26T22:26:46.304 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-26T22:26:46.304 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-26T22:26:47.304 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-07-26T22:26:47.304 DEBUG:teuthology.orchestra.run.smithi099:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-26T22:26:47.392 INFO:teuthology.orchestra.run.smithi099.stdout:ttyS1 2024-07-26T22:26:47.428 DEBUG:teuthology.parallel:result is None 2024-07-26T22:27:04.637 DEBUG:teuthology.orchestra.run.smithi103:> true 2024-07-26T22:27:05.006 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-07-26T22:27:05.006 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-480.el9.x86_64"... 2024-07-26T22:27:05.006 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-07-26T22:27:05.021 INFO:teuthology.orchestra.run.smithi103.stdout:5.14.0-480.el9.x86_64 2024-07-26T22:27:05.021 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-07-26T22:27:05.021 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-26T22:27:05.022 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-26T22:27:06.023 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-07-26T22:27:06.023 DEBUG:teuthology.orchestra.run.smithi103:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-26T22:27:06.103 INFO:teuthology.orchestra.run.smithi103.stdout:ttyS1 2024-07-26T22:27:06.141 DEBUG:teuthology.parallel:result is None 2024-07-26T22:27:20.812 DEBUG:teuthology.orchestra.remote:timed out 2024-07-26T22:27:32.813 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-07-26T22:27:32.814 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:27:33.214 DEBUG:teuthology.orchestra.run.smithi076:> true 2024-07-26T22:27:33.591 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-07-26T22:27:33.591 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-480.el9.x86_64"... 2024-07-26T22:27:33.592 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2024-07-26T22:27:33.608 INFO:teuthology.orchestra.run.smithi076.stdout:5.14.0-480.el9.x86_64 2024-07-26T22:27:33.608 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-07-26T22:27:33.608 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-26T22:27:33.608 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-26T22:27:34.609 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-07-26T22:27:34.609 DEBUG:teuthology.orchestra.run.smithi076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-26T22:27:34.981 INFO:teuthology.orchestra.run.smithi076.stdout:ttyS1 2024-07-26T22:27:35.014 DEBUG:teuthology.parallel:result is None 2024-07-26T22:27:35.015 INFO:teuthology.run_tasks:Running task internal.base... 2024-07-26T22:27:35.022 INFO:teuthology.task.internal:Creating test directory... 2024-07-26T22:27:35.023 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-26T22:27:35.025 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-26T22:27:35.028 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-26T22:27:35.048 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-07-26T22:27:35.055 INFO:teuthology.run_tasks:Running task internal.archive... 2024-07-26T22:27:35.062 INFO:teuthology.task.internal:Creating archive directory... 2024-07-26T22:27:35.063 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-26T22:27:35.084 DEBUG:teuthology.orchestra.run.smithi099:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-26T22:27:35.088 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-26T22:27:35.196 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-07-26T22:27:35.202 INFO:teuthology.task.internal:Enabling coredump saving... 2024-07-26T22:27:35.203 DEBUG:teuthology.orchestra.run.smithi076:> 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-07-26T22:27:35.205 DEBUG:teuthology.orchestra.run.smithi099:> 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-07-26T22:27:35.207 DEBUG:teuthology.orchestra.run.smithi103:> 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-07-26T22:27:35.238 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:27:35.239 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:27:35.239 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:27:35.250 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:27:35.250 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:27:35.251 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:27:35.253 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-07-26T22:27:35.260 INFO:teuthology.task.internal:Configuring sudo... 2024-07-26T22:27:35.261 DEBUG:teuthology.orchestra.run.smithi076:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-26T22:27:35.296 DEBUG:teuthology.orchestra.run.smithi099:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-26T22:27:35.299 DEBUG:teuthology.orchestra.run.smithi103:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-26T22:27:35.327 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-07-26T22:27:35.336 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-07-26T22:27:35.337 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-26T22:27:35.363 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-26T22:27:35.367 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-26T22:27:35.384 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T22:27:35.462 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T22:27:35.511 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T22:27:35.594 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T22:27:35.635 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:27:35.635 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-26T22:27:35.700 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T22:27:35.747 DEBUG:teuthology.orchestra.run.smithi099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T22:27:35.795 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T22:27:35.881 DEBUG:teuthology.orchestra.run.smithi099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T22:27:35.926 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-07-26T22:27:35.926 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-26T22:27:35.992 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T22:27:36.037 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T22:27:36.091 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T22:27:36.176 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T22:27:36.220 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-07-26T22:27:36.220 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-26T22:27:36.287 DEBUG:teuthology.orchestra.run.smithi076:> sudo service rsyslog restart 2024-07-26T22:27:36.290 DEBUG:teuthology.orchestra.run.smithi099:> sudo service rsyslog restart 2024-07-26T22:27:36.292 DEBUG:teuthology.orchestra.run.smithi103:> sudo service rsyslog restart 2024-07-26T22:27:36.326 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T22:27:36.337 INFO:teuthology.orchestra.run.smithi099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T22:27:36.371 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T22:27:36.831 INFO:teuthology.run_tasks:Running task internal.timer... 2024-07-26T22:27:36.839 INFO:teuthology.task.internal:Starting timer... 2024-07-26T22:27:36.840 INFO:teuthology.run_tasks:Running task pcp... 2024-07-26T22:27:36.850 INFO:teuthology.run_tasks:Running task selinux... 2024-07-26T22:27:36.859 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-07-26T22:27:36.860 DEBUG:teuthology.orchestra.run.smithi076:> sudo service auditd rotate 2024-07-26T22:27:36.923 INFO:teuthology.orchestra.run.smithi076.stdout:Rotating logs: 2024-07-26T22:27:36.925 DEBUG:teuthology.orchestra.run.smithi099:> sudo service auditd rotate 2024-07-26T22:27:37.016 INFO:teuthology.orchestra.run.smithi099.stdout:Rotating logs: 2024-07-26T22:27:37.018 DEBUG:teuthology.orchestra.run.smithi103:> sudo service auditd rotate 2024-07-26T22:27:37.086 INFO:teuthology.orchestra.run.smithi103.stdout:Rotating logs: 2024-07-26T22:27:37.088 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-07-26T22:27:37.089 DEBUG:teuthology.orchestra.run.smithi076:> /usr/sbin/getenforce 2024-07-26T22:27:37.123 INFO:teuthology.orchestra.run.smithi076.stdout:Permissive 2024-07-26T22:27:37.124 DEBUG:teuthology.orchestra.run.smithi099:> /usr/sbin/getenforce 2024-07-26T22:27:37.178 INFO:teuthology.orchestra.run.smithi099.stdout:Permissive 2024-07-26T22:27:37.178 DEBUG:teuthology.orchestra.run.smithi103:> /usr/sbin/getenforce 2024-07-26T22:27:37.229 INFO:teuthology.orchestra.run.smithi103.stdout:Permissive 2024-07-26T22:27:37.229 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi076.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi099.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi103.front.sepia.ceph.com': 'permissive'} 2024-07-26T22:27:37.229 DEBUG:teuthology.orchestra.run.smithi076:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-07-26T22:27:37.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:27:37.257 DEBUG:teuthology.orchestra.run.smithi099:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-07-26T22:27:37.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:27:37.289 DEBUG:teuthology.orchestra.run.smithi103:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-07-26T22:27:37.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:27:37.319 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-07-26T22:27:37.319 DEBUG:teuthology.orchestra.run.smithi076:> sudo /usr/sbin/setenforce permissive 2024-07-26T22:27:37.348 DEBUG:teuthology.orchestra.run.smithi099:> sudo /usr/sbin/setenforce permissive 2024-07-26T22:27:37.379 DEBUG:teuthology.orchestra.run.smithi103:> sudo /usr/sbin/setenforce permissive 2024-07-26T22:27:37.407 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-07-26T22:27:37.417 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-07-26T22:27:37.441 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-07-26T22:27:37.558 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-07-26T22:27:37.581 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-07-26T22:27:37.582 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi076.front.sepia.ceph.com,smithi099.front.sepia.ceph.com,smithi103.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-07-26T22:32:08.089 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi076.front.sepia.ceph.com'), Remote(name='ubuntu@smithi099.front.sepia.ceph.com'), Remote(name='ubuntu@smithi103.front.sepia.ceph.com')] 2024-07-26T22:32:08.091 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-07-26T22:32:08.092 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:32:08.169 DEBUG:teuthology.orchestra.run.smithi076:> true 2024-07-26T22:32:08.254 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-07-26T22:32:08.254 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-07-26T22:32:08.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:32:08.334 DEBUG:teuthology.orchestra.run.smithi099:> true 2024-07-26T22:32:08.423 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-07-26T22:32:08.423 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-07-26T22:32:08.424 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:32:08.511 DEBUG:teuthology.orchestra.run.smithi103:> true 2024-07-26T22:32:08.590 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-07-26T22:32:08.591 INFO:teuthology.run_tasks:Running task clock... 2024-07-26T22:32:08.608 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-07-26T22:32:08.609 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-26T22:32:08.610 DEBUG:teuthology.orchestra.run.smithi076:> 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-07-26T22:32:08.614 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-26T22:32:08.614 DEBUG:teuthology.orchestra.run.smithi099:> 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-07-26T22:32:08.617 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-26T22:32:08.617 DEBUG:teuthology.orchestra.run.smithi103:> 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-07-26T22:32:08.641 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-26T22:32:08.646 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-26T22:32:08.655 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-26T22:32:08.659 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-26T22:32:08.662 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-26T22:32:08.673 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-26T22:32:08.678 INFO:teuthology.orchestra.run.smithi076.stderr:sudo: ntpd: command not found 2024-07-26T22:32:08.687 INFO:teuthology.orchestra.run.smithi099.stderr:sudo: ntpd: command not found 2024-07-26T22:32:08.690 INFO:teuthology.orchestra.run.smithi076.stdout:506 Cannot talk to daemon 2024-07-26T22:32:08.697 INFO:teuthology.orchestra.run.smithi103.stderr:sudo: ntpd: command not found 2024-07-26T22:32:08.698 INFO:teuthology.orchestra.run.smithi099.stdout:506 Cannot talk to daemon 2024-07-26T22:32:08.703 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-26T22:32:08.708 INFO:teuthology.orchestra.run.smithi103.stdout:506 Cannot talk to daemon 2024-07-26T22:32:08.712 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-26T22:32:08.717 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-26T22:32:08.722 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-26T22:32:08.726 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-26T22:32:08.735 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-26T22:32:08.768 INFO:teuthology.orchestra.run.smithi076.stderr:bash: line 1: ntpq: command not found 2024-07-26T22:32:08.771 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T22:32:08.771 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2024-07-26T22:32:08.771 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.771 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.772 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.772 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.788 INFO:teuthology.orchestra.run.smithi099.stderr:bash: line 1: ntpq: command not found 2024-07-26T22:32:08.792 INFO:teuthology.orchestra.run.smithi099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T22:32:08.792 INFO:teuthology.orchestra.run.smithi099.stdout:=============================================================================== 2024-07-26T22:32:08.792 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.792 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.792 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.792 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.793 INFO:teuthology.orchestra.run.smithi103.stderr:bash: line 1: ntpq: command not found 2024-07-26T22:32:08.795 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T22:32:08.795 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2024-07-26T22:32:08.795 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.795 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.795 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.795 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:32:08.796 INFO:teuthology.run_tasks:Running task pexec... 2024-07-26T22:32:08.806 INFO:teuthology.task.pexec:Executing custom commands... 2024-07-26T22:32:08.806 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi076.front.sepia.ceph.com 2024-07-26T22:32:08.806 DEBUG:teuthology.orchestra.run.smithi076:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-26T22:32:08.806 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi099.front.sepia.ceph.com 2024-07-26T22:32:08.807 DEBUG:teuthology.orchestra.run.smithi099:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-26T22:32:08.807 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi103.front.sepia.ceph.com 2024-07-26T22:32:08.807 DEBUG:teuthology.orchestra.run.smithi103:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-26T22:32:09.379 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:11 ago on Fri 26 Jul 2024 10:30:58 PM UTC. 2024-07-26T22:32:09.393 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:11 ago on Fri 26 Jul 2024 10:30:58 PM UTC. 2024-07-26T22:32:09.394 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:10 ago on Fri 26 Jul 2024 10:30:59 PM UTC. 2024-07-26T22:32:09.464 INFO:teuthology.orchestra.run.smithi076.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-26T22:32:09.477 INFO:teuthology.orchestra.run.smithi099.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-26T22:32:09.481 INFO:teuthology.orchestra.run.smithi103.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-26T22:32:09.505 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:32:09.518 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:32:09.522 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:32:09.523 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:32:09.523 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-07-26T22:32:09.523 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:32:09.523 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:32:09.523 INFO:teuthology.orchestra.run.smithi076.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout:Upgrading: 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:32:09.524 INFO:teuthology.orchestra.run.smithi076.stdout:Install 5 Packages 2024-07-26T22:32:09.525 INFO:teuthology.orchestra.run.smithi076.stdout:Upgrade 2 Packages 2024-07-26T22:32:09.525 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:32:09.527 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 5.2 M 2024-07-26T22:32:09.527 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:32:09.532 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:32:09.532 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2024-07-26T22:32:09.532 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:32:09.532 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:32:09.532 INFO:teuthology.orchestra.run.smithi099.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-26T22:32:09.532 INFO:teuthology.orchestra.run.smithi099.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-07-26T22:32:09.532 INFO:teuthology.orchestra.run.smithi099.stdout:Upgrading: 2024-07-26T22:32:09.532 INFO:teuthology.orchestra.run.smithi099.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-26T22:32:09.532 INFO:teuthology.orchestra.run.smithi099.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-07-26T22:32:09.532 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-07-26T22:32:09.533 INFO:teuthology.orchestra.run.smithi099.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-26T22:32:09.533 INFO:teuthology.orchestra.run.smithi099.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-26T22:32:09.533 INFO:teuthology.orchestra.run.smithi099.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-26T22:32:09.533 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:32:09.533 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:32:09.533 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:32:09.533 INFO:teuthology.orchestra.run.smithi099.stdout:Install 5 Packages 2024-07-26T22:32:09.533 INFO:teuthology.orchestra.run.smithi099.stdout:Upgrade 2 Packages 2024-07-26T22:32:09.533 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:32:09.538 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 5.2 M 2024-07-26T22:32:09.538 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:32:09.540 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:32:09.540 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-07-26T22:32:09.540 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:32:09.540 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:32:09.540 INFO:teuthology.orchestra.run.smithi103.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-26T22:32:09.540 INFO:teuthology.orchestra.run.smithi103.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-07-26T22:32:09.541 INFO:teuthology.orchestra.run.smithi103.stdout:Upgrading: 2024-07-26T22:32:09.541 INFO:teuthology.orchestra.run.smithi103.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-26T22:32:09.541 INFO:teuthology.orchestra.run.smithi103.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-07-26T22:32:09.541 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-07-26T22:32:09.541 INFO:teuthology.orchestra.run.smithi103.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-26T22:32:09.541 INFO:teuthology.orchestra.run.smithi103.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-26T22:32:09.541 INFO:teuthology.orchestra.run.smithi103.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-26T22:32:09.541 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:32:09.541 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:32:09.541 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:32:09.541 INFO:teuthology.orchestra.run.smithi103.stdout:Install 5 Packages 2024-07-26T22:32:09.542 INFO:teuthology.orchestra.run.smithi103.stdout:Upgrade 2 Packages 2024-07-26T22:32:09.542 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:32:09.549 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 5.2 M 2024-07-26T22:32:09.549 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:32:09.797 INFO:teuthology.orchestra.run.smithi103.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 467 kB/s | 44 kB 00:00 2024-07-26T22:32:09.822 INFO:teuthology.orchestra.run.smithi103.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 594 kB/s | 72 kB 00:00 2024-07-26T22:32:09.848 INFO:teuthology.orchestra.run.smithi103.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 577 kB/s | 84 kB 00:00 2024-07-26T22:32:09.914 INFO:teuthology.orchestra.run.smithi103.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 1.5 MB/s | 104 kB 00:00 2024-07-26T22:32:09.940 INFO:teuthology.orchestra.run.smithi103.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.7 MB/s | 837 kB 00:00 2024-07-26T22:32:09.993 INFO:teuthology.orchestra.run.smithi099.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 405 kB/s | 44 kB 00:00 2024-07-26T22:32:10.018 INFO:teuthology.orchestra.run.smithi099.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 532 kB/s | 72 kB 00:00 2024-07-26T22:32:10.032 INFO:teuthology.orchestra.run.smithi103.stdout:(6/7): nvme-cli-2.9.1-3.el9.x86_64.rpm 7.5 MB/s | 903 kB 00:00 2024-07-26T22:32:10.044 INFO:teuthology.orchestra.run.smithi099.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 527 kB/s | 84 kB 00:00 2024-07-26T22:32:10.102 INFO:teuthology.orchestra.run.smithi099.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 1.7 MB/s | 104 kB 00:00 2024-07-26T22:32:10.120 INFO:teuthology.orchestra.run.smithi076.stdout:(1/7): python3-configshell-1.1.30-1.el9.noarch. 198 kB/s | 72 kB 00:00 2024-07-26T22:32:10.137 INFO:teuthology.orchestra.run.smithi076.stdout:(2/7): nvmetcli-0.7-3.el9.noarch.rpm 118 kB/s | 44 kB 00:00 2024-07-26T22:32:10.153 INFO:teuthology.orchestra.run.smithi099.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.1 MB/s | 837 kB 00:00 2024-07-26T22:32:10.179 INFO:teuthology.orchestra.run.smithi076.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 200 kB/s | 84 kB 00:00 2024-07-26T22:32:10.220 INFO:teuthology.orchestra.run.smithi099.stdout:(6/7): nvme-cli-2.9.1-3.el9.x86_64.rpm 7.5 MB/s | 903 kB 00:00 2024-07-26T22:32:10.371 INFO:teuthology.orchestra.run.smithi076.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 544 kB/s | 104 kB 00:00 2024-07-26T22:32:10.655 INFO:teuthology.orchestra.run.smithi076.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.5 MB/s | 837 kB 00:00 2024-07-26T22:32:10.730 INFO:teuthology.orchestra.run.smithi076.stdout:(6/7): nvme-cli-2.9.1-3.el9.x86_64.rpm 2.5 MB/s | 903 kB 00:00 2024-07-26T22:32:10.773 INFO:teuthology.orchestra.run.smithi103.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.3 MB/s | 3.2 MB 00:00 2024-07-26T22:32:10.775 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:32:10.775 INFO:teuthology.orchestra.run.smithi103.stdout:Total 4.2 MB/s | 5.2 MB 00:01 2024-07-26T22:32:10.890 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:32:10.906 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:32:10.907 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:32:10.964 INFO:teuthology.orchestra.run.smithi076.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.8 MB/s | 3.2 MB 00:00 2024-07-26T22:32:10.964 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:32:10.964 INFO:teuthology.orchestra.run.smithi076.stdout:Total 3.6 MB/s | 5.2 MB 00:01 2024-07-26T22:32:11.078 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:32:11.095 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:32:11.095 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:32:11.103 INFO:teuthology.orchestra.run.smithi099.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.0 MB/s | 3.2 MB 00:01 2024-07-26T22:32:11.103 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:32:11.103 INFO:teuthology.orchestra.run.smithi099.stdout:Total 3.3 MB/s | 5.2 MB 00:01 2024-07-26T22:32:11.147 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:32:11.147 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:32:11.219 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:32:11.236 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:32:11.236 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:32:11.328 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:32:11.328 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:32:11.452 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:32:11.453 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:32:11.538 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:32:11.727 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:32:11.748 INFO:teuthology.orchestra.run.smithi103.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-07-26T22:32:11.811 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-07-26T22:32:11.842 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:32:11.852 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-07-26T22:32:11.888 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-07-26T22:32:11.921 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T22:32:11.948 INFO:teuthology.orchestra.run.smithi076.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-07-26T22:32:12.002 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-07-26T22:32:12.037 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-07-26T22:32:12.058 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-07-26T22:32:12.070 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-07-26T22:32:12.096 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T22:32:12.116 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-07-26T22:32:12.157 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-07-26T22:32:12.192 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-07-26T22:32:12.204 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T22:32:12.217 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T22:32:12.258 INFO:teuthology.orchestra.run.smithi103.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T22:32:12.368 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T22:32:12.433 INFO:teuthology.orchestra.run.smithi076.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T22:32:12.481 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T22:32:12.541 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T22:32:12.637 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T22:32:12.669 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/9 2024-07-26T22:32:12.703 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-07-26T22:32:12.762 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T22:32:12.819 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T22:32:12.845 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/9 2024-07-26T22:32:12.870 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-07-26T22:32:12.930 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T22:32:12.937 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T22:32:12.965 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/9 2024-07-26T22:32:12.999 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-07-26T22:32:13.058 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T22:32:13.698 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T22:32:13.698 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-07-26T22:32:13.698 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-07-26T22:32:13.698 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-07-26T22:32:13.698 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-07-26T22:32:13.698 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/9 2024-07-26T22:32:13.698 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-07-26T22:32:13.698 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-07-26T22:32:13.698 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 8/9 2024-07-26T22:32:13.878 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T22:32:13.878 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-07-26T22:32:13.878 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-07-26T22:32:13.879 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-07-26T22:32:13.879 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-07-26T22:32:13.879 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/9 2024-07-26T22:32:13.879 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-07-26T22:32:13.879 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-07-26T22:32:13.879 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 8/9 2024-07-26T22:32:14.020 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T22:32:14.021 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-07-26T22:32:14.021 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-07-26T22:32:14.021 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-07-26T22:32:14.021 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-07-26T22:32:14.021 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/9 2024-07-26T22:32:14.021 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-07-26T22:32:14.021 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-07-26T22:32:14.021 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 8/9 2024-07-26T22:32:14.057 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-07-26T22:32:14.057 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:32:14.057 INFO:teuthology.orchestra.run.smithi103.stdout:Upgraded: 2024-07-26T22:32:14.057 INFO:teuthology.orchestra.run.smithi103.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-07-26T22:32:14.057 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:32:14.057 INFO:teuthology.orchestra.run.smithi103.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-26T22:32:14.057 INFO:teuthology.orchestra.run.smithi103.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-26T22:32:14.058 INFO:teuthology.orchestra.run.smithi103.stdout: runc-4:1.1.13-4.el9.x86_64 2024-07-26T22:32:14.058 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:32:14.058 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:32:14.194 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-07-26T22:32:14.194 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:32:14.194 INFO:teuthology.orchestra.run.smithi076.stdout:Upgraded: 2024-07-26T22:32:14.194 INFO:teuthology.orchestra.run.smithi076.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-07-26T22:32:14.194 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:32:14.195 INFO:teuthology.orchestra.run.smithi076.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-26T22:32:14.195 INFO:teuthology.orchestra.run.smithi076.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-26T22:32:14.195 INFO:teuthology.orchestra.run.smithi076.stdout: runc-4:1.1.13-4.el9.x86_64 2024-07-26T22:32:14.195 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:32:14.195 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:32:14.374 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-07-26T22:32:14.375 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:32:14.375 INFO:teuthology.orchestra.run.smithi099.stdout:Upgraded: 2024-07-26T22:32:14.375 INFO:teuthology.orchestra.run.smithi099.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-07-26T22:32:14.375 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:32:14.375 INFO:teuthology.orchestra.run.smithi099.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-26T22:32:14.375 INFO:teuthology.orchestra.run.smithi099.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-26T22:32:14.375 INFO:teuthology.orchestra.run.smithi099.stdout: runc-4:1.1.13-4.el9.x86_64 2024-07-26T22:32:14.375 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:32:14.375 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:32:14.486 DEBUG:teuthology.parallel:result is None 2024-07-26T22:32:14.576 DEBUG:teuthology.parallel:result is None 2024-07-26T22:32:14.786 DEBUG:teuthology.parallel:result is None 2024-07-26T22:32:14.787 INFO:teuthology.run_tasks:Running task install... 2024-07-26T22:32:14.795 DEBUG:teuthology.task.install:project ceph 2024-07-26T22:32:14.795 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b'}} 2024-07-26T22:32:14.795 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b'} 2024-07-26T22:32:14.795 INFO:teuthology.task.install:Using flavor: default 2024-07-26T22:32:14.801 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-07-26T22:32:14.801 INFO:teuthology.task.install:extra packages: [] 2024-07-26T22:32:14.801 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': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', 'tag': None, 'wait_for_package': False} 2024-07-26T22:32:14.802 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:32:14.804 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': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', 'tag': None, 'wait_for_package': False} 2024-07-26T22:32:14.805 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:32:14.805 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': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', 'tag': None, 'wait_for_package': False} 2024-07-26T22:32:14.806 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:32:14.947 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/ 2024-07-26T22:32:14.947 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5372.g67f28c2a 2024-07-26T22:32:14.960 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/ 2024-07-26T22:32:14.960 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5372.g67f28c2a 2024-07-26T22:32:14.964 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/ 2024-07-26T22:32:14.964 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5372.g67f28c2a 2024-07-26T22:32:15.055 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-07-26T22:32:15.056 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:32:15.056 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-07-26T22:32:15.068 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-07-26T22:32:15.068 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-07-26T22:32:15.068 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-07-26T22:32:15.074 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-07-26T22:32:15.074 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-07-26T22:32:15.074 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-07-26T22:32:15.083 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-07-26T22:32:15.083 DEBUG:teuthology.orchestra.run.smithi076:> 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/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-07-26T22:32:15.094 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-07-26T22:32:15.094 DEBUG:teuthology.orchestra.run.smithi103:> 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/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-07-26T22:32:15.099 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-07-26T22:32:15.100 DEBUG:teuthology.orchestra.run.smithi099:> 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/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-07-26T22:32:15.149 DEBUG:teuthology.orchestra.run.smithi076:> 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-07-26T22:32:15.162 DEBUG:teuthology.orchestra.run.smithi103:> 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-07-26T22:32:15.165 DEBUG:teuthology.orchestra.run.smithi099:> 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-07-26T22:32:15.225 DEBUG:teuthology.orchestra.run.smithi076:> 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-07-26T22:32:15.237 DEBUG:teuthology.orchestra.run.smithi103:> 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-07-26T22:32:15.241 DEBUG:teuthology.orchestra.run.smithi099:> 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-07-26T22:32:15.289 INFO:teuthology.orchestra.run.smithi076.stdout:check_obsoletes = 1 2024-07-26T22:32:15.291 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum clean all 2024-07-26T22:32:15.301 INFO:teuthology.orchestra.run.smithi103.stdout:check_obsoletes = 1 2024-07-26T22:32:15.304 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum clean all 2024-07-26T22:32:15.305 INFO:teuthology.orchestra.run.smithi099.stdout:check_obsoletes = 1 2024-07-26T22:32:15.306 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum clean all 2024-07-26T22:32:15.521 INFO:teuthology.orchestra.run.smithi076.stdout:45 files removed 2024-07-26T22:32:15.530 INFO:teuthology.orchestra.run.smithi103.stdout:45 files removed 2024-07-26T22:32:15.545 INFO:teuthology.orchestra.run.smithi099.stdout:45 files removed 2024-07-26T22:32:15.549 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-radosgw 2024-07-26T22:32:15.556 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-radosgw 2024-07-26T22:32:15.572 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-radosgw 2024-07-26T22:32:16.152 INFO:teuthology.orchestra.run.smithi103.stdout:ceph packages for x86_64 266 kB/s | 84 kB 00:00 2024-07-26T22:32:16.155 INFO:teuthology.orchestra.run.smithi076.stdout:ceph packages for x86_64 258 kB/s | 84 kB 00:00 2024-07-26T22:32:16.165 INFO:teuthology.orchestra.run.smithi099.stdout:ceph packages for x86_64 269 kB/s | 84 kB 00:00 2024-07-26T22:32:16.499 INFO:teuthology.orchestra.run.smithi099.stdout:ceph noarch packages 85 kB/s | 24 kB 00:00 2024-07-26T22:32:16.503 INFO:teuthology.orchestra.run.smithi103.stdout:ceph noarch packages 80 kB/s | 24 kB 00:00 2024-07-26T22:32:16.505 INFO:teuthology.orchestra.run.smithi076.stdout:ceph noarch packages 80 kB/s | 24 kB 00:00 2024-07-26T22:32:16.808 INFO:teuthology.orchestra.run.smithi099.stdout:ceph source packages 7.3 kB/s | 1.9 kB 00:00 2024-07-26T22:32:16.845 INFO:teuthology.orchestra.run.smithi103.stdout:ceph source packages 6.5 kB/s | 1.9 kB 00:00 2024-07-26T22:32:16.848 INFO:teuthology.orchestra.run.smithi076.stdout:ceph source packages 6.5 kB/s | 1.9 kB 00:00 2024-07-26T22:32:17.266 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 9 - BaseOS 20 MB/s | 8.2 MB 00:00 2024-07-26T22:32:17.545 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.2 MB 00:00 2024-07-26T22:32:19.709 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 9 - AppStream 15 MB/s | 20 MB 00:01 2024-07-26T22:32:20.588 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - AppStream 10 MB/s | 20 MB 00:01 2024-07-26T22:32:20.898 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - BaseOS 2.0 MB/s | 8.2 MB 00:04 2024-07-26T22:32:22.808 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - AppStream 25 MB/s | 20 MB 00:00 2024-07-26T22:32:25.448 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - CRB 5.7 MB/s | 6.5 MB 00:01 2024-07-26T22:32:25.910 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 9 - CRB 2.6 MB/s | 6.5 MB 00:02 2024-07-26T22:32:27.600 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - Extras packages 23 kB/s | 18 kB 00:00 2024-07-26T22:32:27.885 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 18 kB 00:00 2024-07-26T22:32:28.226 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.5 MB 00:01 2024-07-26T22:32:28.469 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 30 MB/s | 22 MB 00:00 2024-07-26T22:32:28.756 INFO:teuthology.orchestra.run.smithi099.stdout:Extra Packages for Enterprise Linux 30 MB/s | 22 MB 00:00 2024-07-26T22:32:29.902 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 18 kB 00:00 2024-07-26T22:32:30.823 INFO:teuthology.orchestra.run.smithi076.stdout:Extra Packages for Enterprise Linux 28 MB/s | 22 MB 00:00 2024-07-26T22:32:33.801 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-07-26T22:32:34.261 INFO:teuthology.orchestra.run.smithi099.stdout:lab-extras 9.4 kB/s | 1.7 kB 00:00 2024-07-26T22:32:36.165 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:32:36.167 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:32:36.167 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-07-26T22:32:36.168 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:32:36.168 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:32:36.168 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-radosgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 11 M 2024-07-26T22:32:36.168 INFO:teuthology.orchestra.run.smithi103.stdout:Upgrading: 2024-07-26T22:32:36.168 INFO:teuthology.orchestra.run.smithi103.stdout: librados2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.5 M 2024-07-26T22:32:36.169 INFO:teuthology.orchestra.run.smithi103.stdout: librbd1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T22:32:36.169 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-07-26T22:32:36.169 INFO:teuthology.orchestra.run.smithi103.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-07-26T22:32:36.169 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-base x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.4 M 2024-07-26T22:32:36.169 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 22 M 2024-07-26T22:32:36.170 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-selinux x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 25 k 2024-07-26T22:32:36.170 INFO:teuthology.orchestra.run.smithi103.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-07-26T22:32:36.170 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-07-26T22:32:36.170 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-07-26T22:32:36.170 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 758 k 2024-07-26T22:32:36.170 INFO:teuthology.orchestra.run.smithi103.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-07-26T22:32:36.171 INFO:teuthology.orchestra.run.smithi103.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-07-26T22:32:36.171 INFO:teuthology.orchestra.run.smithi103.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-07-26T22:32:36.171 INFO:teuthology.orchestra.run.smithi103.stdout: libradosstriper1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 511 k 2024-07-26T22:32:36.171 INFO:teuthology.orchestra.run.smithi103.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-07-26T22:32:36.171 INFO:teuthology.orchestra.run.smithi103.stdout: librgw2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.5 M 2024-07-26T22:32:36.172 INFO:teuthology.orchestra.run.smithi103.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-07-26T22:32:36.172 INFO:teuthology.orchestra.run.smithi103.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-07-26T22:32:36.172 INFO:teuthology.orchestra.run.smithi103.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-07-26T22:32:36.172 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-argparse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 45 k 2024-07-26T22:32:36.173 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 138 k 2024-07-26T22:32:36.173 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cephfs x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 188 k 2024-07-26T22:32:36.174 INFO:teuthology.orchestra.run.smithi103.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-07-26T22:32:36.174 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rados x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 370 k 2024-07-26T22:32:36.174 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 355 k 2024-07-26T22:32:36.174 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 116 k 2024-07-26T22:32:36.174 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-07-26T22:32:36.174 INFO:teuthology.orchestra.run.smithi103.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-07-26T22:32:36.174 INFO:teuthology.orchestra.run.smithi103.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-07-26T22:32:36.174 INFO:teuthology.orchestra.run.smithi103.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-07-26T22:32:36.174 INFO:teuthology.orchestra.run.smithi103.stdout:Installing weak dependencies: 2024-07-26T22:32:36.174 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-07-26T22:32:36.174 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:32:36.175 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:32:36.175 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:32:36.175 INFO:teuthology.orchestra.run.smithi103.stdout:Install 30 Packages 2024-07-26T22:32:36.175 INFO:teuthology.orchestra.run.smithi103.stdout:Upgrade 2 Packages 2024-07-26T22:32:36.175 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:32:36.176 INFO:teuthology.orchestra.run.smithi076.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-07-26T22:32:36.176 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 62 M 2024-07-26T22:32:36.176 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:32:36.576 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:32:36.579 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:32:36.579 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2024-07-26T22:32:36.579 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:32:36.579 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:32:36.579 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-radosgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 11 M 2024-07-26T22:32:36.579 INFO:teuthology.orchestra.run.smithi099.stdout:Upgrading: 2024-07-26T22:32:36.579 INFO:teuthology.orchestra.run.smithi099.stdout: librados2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.5 M 2024-07-26T22:32:36.579 INFO:teuthology.orchestra.run.smithi099.stdout: librbd1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T22:32:36.580 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-07-26T22:32:36.580 INFO:teuthology.orchestra.run.smithi099.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-07-26T22:32:36.580 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-base x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.4 M 2024-07-26T22:32:36.580 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 22 M 2024-07-26T22:32:36.580 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-selinux x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 25 k 2024-07-26T22:32:36.580 INFO:teuthology.orchestra.run.smithi099.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-07-26T22:32:36.580 INFO:teuthology.orchestra.run.smithi099.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-07-26T22:32:36.580 INFO:teuthology.orchestra.run.smithi099.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-07-26T22:32:36.580 INFO:teuthology.orchestra.run.smithi099.stdout: libcephfs2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 758 k 2024-07-26T22:32:36.580 INFO:teuthology.orchestra.run.smithi099.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: libradosstriper1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 511 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: librgw2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.5 M 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-argparse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 45 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 138 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cephfs x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 188 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-07-26T22:32:36.581 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rados x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 370 k 2024-07-26T22:32:36.582 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 355 k 2024-07-26T22:32:36.582 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 116 k 2024-07-26T22:32:36.582 INFO:teuthology.orchestra.run.smithi099.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-07-26T22:32:36.582 INFO:teuthology.orchestra.run.smithi099.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-07-26T22:32:36.582 INFO:teuthology.orchestra.run.smithi099.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-07-26T22:32:36.582 INFO:teuthology.orchestra.run.smithi099.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-07-26T22:32:36.582 INFO:teuthology.orchestra.run.smithi099.stdout:Installing weak dependencies: 2024-07-26T22:32:36.582 INFO:teuthology.orchestra.run.smithi099.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-07-26T22:32:36.582 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:32:36.582 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:32:36.582 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:32:36.583 INFO:teuthology.orchestra.run.smithi099.stdout:Install 30 Packages 2024-07-26T22:32:36.583 INFO:teuthology.orchestra.run.smithi099.stdout:Upgrade 2 Packages 2024-07-26T22:32:36.583 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:32:36.583 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 62 M 2024-07-26T22:32:36.583 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:32:36.902 INFO:teuthology.orchestra.run.smithi103.stdout:(1/32): ceph-base-19.0.0-5372.g67f28c2a.el9.x86 12 MB/s | 5.4 MB 00:00 2024-07-26T22:32:36.952 INFO:teuthology.orchestra.run.smithi103.stdout:(2/32): ceph-selinux-19.0.0-5372.g67f28c2a.el9. 505 kB/s | 25 kB 00:00 2024-07-26T22:32:37.027 INFO:teuthology.orchestra.run.smithi103.stdout:(3/32): libcephfs2-19.0.0-5372.g67f28c2a.el9.x8 9.9 MB/s | 758 kB 00:00 2024-07-26T22:32:37.103 INFO:teuthology.orchestra.run.smithi103.stdout:(4/32): libradosstriper1-19.0.0-5372.g67f28c2a. 6.6 MB/s | 511 kB 00:00 2024-07-26T22:32:37.437 INFO:teuthology.orchestra.run.smithi103.stdout:(5/32): librgw2-19.0.0-5372.g67f28c2a.el9.x86_6 16 MB/s | 5.5 MB 00:00 2024-07-26T22:32:37.495 INFO:teuthology.orchestra.run.smithi103.stdout:(6/32): python3-ceph-argparse-19.0.0-5372.g67f2 778 kB/s | 45 kB 00:00 2024-07-26T22:32:37.570 INFO:teuthology.orchestra.run.smithi103.stdout:(7/32): python3-ceph-common-19.0.0-5372.g67f28c 1.8 MB/s | 138 kB 00:00 2024-07-26T22:32:37.654 INFO:teuthology.orchestra.run.smithi103.stdout:(8/32): python3-cephfs-19.0.0-5372.g67f28c2a.el 2.2 MB/s | 188 kB 00:00 2024-07-26T22:32:37.746 INFO:teuthology.orchestra.run.smithi099.stdout:(1/32): ceph-base-19.0.0-5372.g67f28c2a.el9.x86 5.4 MB/s | 5.4 MB 00:01 2024-07-26T22:32:37.796 INFO:teuthology.orchestra.run.smithi099.stdout:(2/32): ceph-selinux-19.0.0-5372.g67f28c2a.el9. 505 kB/s | 25 kB 00:00 2024-07-26T22:32:37.863 INFO:teuthology.orchestra.run.smithi103.stdout:(9/32): ceph-common-19.0.0-5372.g67f28c2a.el9.x 15 MB/s | 22 MB 00:01 2024-07-26T22:32:37.879 INFO:teuthology.orchestra.run.smithi099.stdout:(3/32): libcephfs2-19.0.0-5372.g67f28c2a.el9.x8 8.9 MB/s | 758 kB 00:00 2024-07-26T22:32:37.888 INFO:teuthology.orchestra.run.smithi103.stdout:(10/32): python3-rados-19.0.0-5372.g67f28c2a.el 1.5 MB/s | 370 kB 00:00 2024-07-26T22:32:37.913 INFO:teuthology.orchestra.run.smithi103.stdout:(11/32): python3-rbd-19.0.0-5372.g67f28c2a.el9. 6.9 MB/s | 355 kB 00:00 2024-07-26T22:32:37.938 INFO:teuthology.orchestra.run.smithi099.stdout:(4/32): libradosstriper1-19.0.0-5372.g67f28c2a. 8.6 MB/s | 511 kB 00:00 2024-07-26T22:32:37.939 INFO:teuthology.orchestra.run.smithi103.stdout:(12/32): python3-rgw-19.0.0-5372.g67f28c2a.el9. 2.3 MB/s | 116 kB 00:00 2024-07-26T22:32:38.056 INFO:teuthology.orchestra.run.smithi103.stdout:(13/32): ceph-radosgw-19.0.0-5372.g67f28c2a.el9 6.8 MB/s | 11 MB 00:01 2024-07-26T22:32:38.114 INFO:teuthology.orchestra.run.smithi103.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 533 kB/s | 107 kB 00:00 2024-07-26T22:32:38.140 INFO:teuthology.orchestra.run.smithi103.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 799 kB/s | 160 kB 00:00 2024-07-26T22:32:38.165 INFO:teuthology.orchestra.run.smithi103.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 417 kB/s | 45 kB 00:00 2024-07-26T22:32:38.223 INFO:teuthology.orchestra.run.smithi103.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.9 MB/s | 292 kB 00:00 2024-07-26T22:32:38.247 INFO:teuthology.orchestra.run.smithi099.stdout:(5/32): librgw2-19.0.0-5372.g67f28c2a.el9.x86_6 18 MB/s | 5.5 MB 00:00 2024-07-26T22:32:38.248 INFO:teuthology.orchestra.run.smithi103.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 508 kB/s | 42 kB 00:00 2024-07-26T22:32:38.274 INFO:teuthology.orchestra.run.smithi103.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 662 kB 00:00 2024-07-26T22:32:38.297 INFO:teuthology.orchestra.run.smithi099.stdout:(6/32): python3-ceph-argparse-19.0.0-5372.g67f2 908 kB/s | 45 kB 00:00 2024-07-26T22:32:38.299 INFO:teuthology.orchestra.run.smithi103.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 714 kB/s | 36 kB 00:00 2024-07-26T22:32:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 945 kB/s | 47 kB 00:00 2024-07-26T22:32:38.349 INFO:teuthology.orchestra.run.smithi103.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.1 MB/s | 221 kB 00:00 2024-07-26T22:32:38.355 INFO:teuthology.orchestra.run.smithi099.stdout:(7/32): python3-ceph-common-19.0.0-5372.g67f28c 2.3 MB/s | 138 kB 00:00 2024-07-26T22:32:38.414 INFO:teuthology.orchestra.run.smithi099.stdout:(8/32): python3-cephfs-19.0.0-5372.g67f28c2a.el 3.1 MB/s | 188 kB 00:00 2024-07-26T22:32:38.467 INFO:teuthology.orchestra.run.smithi103.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.8 MB/s | 309 kB 00:00 2024-07-26T22:32:38.492 INFO:teuthology.orchestra.run.smithi103.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 290 kB/s | 26 kB 00:00 2024-07-26T22:32:38.494 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:32:38.496 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-radosgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 11 M 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout:Upgrading: 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout: librados2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.5 M 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout: librbd1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-base x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.4 M 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 22 M 2024-07-26T22:32:38.497 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-selinux x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 25 k 2024-07-26T22:32:38.498 INFO:teuthology.orchestra.run.smithi076.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-07-26T22:32:38.498 INFO:teuthology.orchestra.run.smithi076.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-07-26T22:32:38.498 INFO:teuthology.orchestra.run.smithi076.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-07-26T22:32:38.498 INFO:teuthology.orchestra.run.smithi076.stdout: libcephfs2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 758 k 2024-07-26T22:32:38.498 INFO:teuthology.orchestra.run.smithi076.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-07-26T22:32:38.498 INFO:teuthology.orchestra.run.smithi076.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-07-26T22:32:38.498 INFO:teuthology.orchestra.run.smithi076.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-07-26T22:32:38.498 INFO:teuthology.orchestra.run.smithi076.stdout: libradosstriper1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 511 k 2024-07-26T22:32:38.498 INFO:teuthology.orchestra.run.smithi076.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-07-26T22:32:38.498 INFO:teuthology.orchestra.run.smithi076.stdout: librgw2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.5 M 2024-07-26T22:32:38.498 INFO:teuthology.orchestra.run.smithi076.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-argparse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 45 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 138 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cephfs x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 188 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rados x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 370 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 355 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 116 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-07-26T22:32:38.499 INFO:teuthology.orchestra.run.smithi076.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-07-26T22:32:38.500 INFO:teuthology.orchestra.run.smithi076.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-07-26T22:32:38.500 INFO:teuthology.orchestra.run.smithi076.stdout:Installing weak dependencies: 2024-07-26T22:32:38.500 INFO:teuthology.orchestra.run.smithi076.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-07-26T22:32:38.500 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:32:38.500 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:32:38.500 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:32:38.500 INFO:teuthology.orchestra.run.smithi076.stdout:Install 30 Packages 2024-07-26T22:32:38.500 INFO:teuthology.orchestra.run.smithi076.stdout:Upgrade 2 Packages 2024-07-26T22:32:38.500 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:32:38.501 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 62 M 2024-07-26T22:32:38.501 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:32:38.517 INFO:teuthology.orchestra.run.smithi103.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 1.0 MB/s | 49 kB 00:00 2024-07-26T22:32:38.542 INFO:teuthology.orchestra.run.smithi103.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-07-26T22:32:38.565 INFO:teuthology.orchestra.run.smithi099.stdout:(9/32): ceph-radosgw-19.0.0-5372.g67f28c2a.el9. 6.0 MB/s | 11 MB 00:01 2024-07-26T22:32:38.576 INFO:teuthology.orchestra.run.smithi103.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 5.6 MB/s | 192 kB 00:00 2024-07-26T22:32:38.590 INFO:teuthology.orchestra.run.smithi099.stdout:(10/32): python3-rados-19.0.0-5372.g67f28c2a.el 2.1 MB/s | 370 kB 00:00 2024-07-26T22:32:38.615 INFO:teuthology.orchestra.run.smithi099.stdout:(11/32): python3-rbd-19.0.0-5372.g67f28c2a.el9. 6.9 MB/s | 355 kB 00:00 2024-07-26T22:32:38.635 INFO:teuthology.orchestra.run.smithi103.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.0 MB/s | 839 kB 00:00 2024-07-26T22:32:38.641 INFO:teuthology.orchestra.run.smithi099.stdout:(12/32): python3-rgw-19.0.0-5372.g67f28c2a.el9. 2.3 MB/s | 116 kB 00:00 2024-07-26T22:32:38.685 INFO:teuthology.orchestra.run.smithi103.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-07-26T22:32:38.760 INFO:teuthology.orchestra.run.smithi103.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 10 MB/s | 4.4 MB 00:00 2024-07-26T22:32:38.844 INFO:teuthology.orchestra.run.smithi103.stdout:(31/32): librados2-19.0.0-5372.g67f28c2a.el9.x8 17 MB/s | 3.5 MB 00:00 2024-07-26T22:32:38.875 INFO:teuthology.orchestra.run.smithi099.stdout:(13/32): ceph-common-19.0.0-5372.g67f28c2a.el9. 10 MB/s | 22 MB 00:02 2024-07-26T22:32:38.936 INFO:teuthology.orchestra.run.smithi103.stdout:(32/32): librbd1-19.0.0-5372.g67f28c2a.el9.x86_ 13 MB/s | 3.2 MB 00:00 2024-07-26T22:32:38.941 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:32:38.941 INFO:teuthology.orchestra.run.smithi103.stdout:Total 22 MB/s | 62 MB 00:02 2024-07-26T22:32:39.037 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:32:39.073 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:32:39.073 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:32:39.216 INFO:teuthology.orchestra.run.smithi099.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 178 kB/s | 107 kB 00:00 2024-07-26T22:32:39.242 INFO:teuthology.orchestra.run.smithi099.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 123 kB/s | 45 kB 00:00 2024-07-26T22:32:39.300 INFO:teuthology.orchestra.run.smithi099.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 243 kB/s | 160 kB 00:00 2024-07-26T22:32:39.331 INFO:teuthology.orchestra.run.smithi076.stdout:(1/32): ceph-base-19.0.0-5372.g67f28c2a.el9.x86 9.3 MB/s | 5.4 MB 00:00 2024-07-26T22:32:39.389 INFO:teuthology.orchestra.run.smithi076.stdout:(2/32): ceph-selinux-19.0.0-5372.g67f28c2a.el9. 430 kB/s | 25 kB 00:00 2024-07-26T22:32:39.409 INFO:teuthology.orchestra.run.smithi099.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 390 kB/s | 42 kB 00:00 2024-07-26T22:32:39.490 INFO:teuthology.orchestra.run.smithi076.stdout:(3/32): libcephfs2-19.0.0-5372.g67f28c2a.el9.x8 7.4 MB/s | 758 kB 00:00 2024-07-26T22:32:39.568 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:32:39.569 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:32:39.584 INFO:teuthology.orchestra.run.smithi099.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 854 kB/s | 292 kB 00:00 2024-07-26T22:32:39.590 INFO:teuthology.orchestra.run.smithi076.stdout:(4/32): libradosstriper1-19.0.0-5372.g67f28c2a. 5.0 MB/s | 511 kB 00:00 2024-07-26T22:32:39.609 INFO:teuthology.orchestra.run.smithi099.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.1 MB/s | 221 kB 00:00 2024-07-26T22:32:39.685 INFO:teuthology.orchestra.run.smithi099.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 358 kB/s | 36 kB 00:00 2024-07-26T22:32:39.743 INFO:teuthology.orchestra.run.smithi099.stdout:(21/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.2 MB/s | 662 kB 00:00 2024-07-26T22:32:39.769 INFO:teuthology.orchestra.run.smithi099.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 298 kB/s | 47 kB 00:00 2024-07-26T22:32:39.815 INFO:teuthology.orchestra.run.smithi076.stdout:(5/32): ceph-common-19.0.0-5372.g67f28c2a.el9.x 20 MB/s | 22 MB 00:01 2024-07-26T22:32:39.860 INFO:teuthology.orchestra.run.smithi099.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.7 MB/s | 309 kB 00:00 2024-07-26T22:32:39.886 INFO:teuthology.orchestra.run.smithi099.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 285 kB/s | 26 kB 00:00 2024-07-26T22:32:39.919 INFO:teuthology.orchestra.run.smithi099.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 862 kB/s | 49 kB 00:00 2024-07-26T22:32:39.941 INFO:teuthology.orchestra.run.smithi076.stdout:(6/32): ceph-radosgw-19.0.0-5372.g67f28c2a.el9. 9.1 MB/s | 11 MB 00:01 2024-07-26T22:32:39.944 INFO:teuthology.orchestra.run.smithi099.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-07-26T22:32:39.966 INFO:teuthology.orchestra.run.smithi076.stdout:(7/32): python3-ceph-argparse-19.0.0-5372.g67f2 300 kB/s | 45 kB 00:00 2024-07-26T22:32:39.978 INFO:teuthology.orchestra.run.smithi099.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 5.7 MB/s | 192 kB 00:00 2024-07-26T22:32:39.991 INFO:teuthology.orchestra.run.smithi076.stdout:(8/32): python3-ceph-common-19.0.0-5372.g67f28c 2.7 MB/s | 138 kB 00:00 2024-07-26T22:32:40.017 INFO:teuthology.orchestra.run.smithi076.stdout:(9/32): python3-cephfs-19.0.0-5372.g67f28c2a.el 3.7 MB/s | 188 kB 00:00 2024-07-26T22:32:40.020 INFO:teuthology.orchestra.run.smithi099.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.1 MB/s | 839 kB 00:00 2024-07-26T22:32:40.042 INFO:teuthology.orchestra.run.smithi076.stdout:(10/32): python3-rados-19.0.0-5372.g67f28c2a.el 7.2 MB/s | 370 kB 00:00 2024-07-26T22:32:40.067 INFO:teuthology.orchestra.run.smithi076.stdout:(11/32): python3-rbd-19.0.0-5372.g67f28c2a.el9. 6.9 MB/s | 355 kB 00:00 2024-07-26T22:32:40.092 INFO:teuthology.orchestra.run.smithi076.stdout:(12/32): python3-rgw-19.0.0-5372.g67f28c2a.el9. 2.3 MB/s | 116 kB 00:00 2024-07-26T22:32:40.104 INFO:teuthology.orchestra.run.smithi099.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-07-26T22:32:40.137 INFO:teuthology.orchestra.run.smithi099.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 10 MB/s | 1.6 MB 00:00 2024-07-26T22:32:40.168 INFO:teuthology.orchestra.run.smithi076.stdout:(13/32): librgw2-19.0.0-5372.g67f28c2a.el9.x86_ 9.5 MB/s | 5.5 MB 00:00 2024-07-26T22:32:40.210 INFO:teuthology.orchestra.run.smithi076.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 751 kB/s | 107 kB 00:00 2024-07-26T22:32:40.252 INFO:teuthology.orchestra.run.smithi076.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 542 kB/s | 45 kB 00:00 2024-07-26T22:32:40.277 INFO:teuthology.orchestra.run.smithi076.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 868 kB/s | 160 kB 00:00 2024-07-26T22:32:40.304 INFO:teuthology.orchestra.run.smithi099.stdout:(31/32): librados2-19.0.0-5372.g67f28c2a.el9.x8 12 MB/s | 3.5 MB 00:00 2024-07-26T22:32:40.319 INFO:teuthology.orchestra.run.smithi076.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.9 MB/s | 662 kB 00:00 2024-07-26T22:32:40.362 INFO:teuthology.orchestra.run.smithi076.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 505 kB/s | 42 kB 00:00 2024-07-26T22:32:40.379 INFO:teuthology.orchestra.run.smithi099.stdout:(32/32): librbd1-19.0.0-5372.g67f28c2a.el9.x86_ 12 MB/s | 3.2 MB 00:00 2024-07-26T22:32:40.384 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:32:40.384 INFO:teuthology.orchestra.run.smithi099.stdout:Total 16 MB/s | 62 MB 00:03 2024-07-26T22:32:40.387 INFO:teuthology.orchestra.run.smithi076.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-07-26T22:32:40.412 INFO:teuthology.orchestra.run.smithi076.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 714 kB/s | 36 kB 00:00 2024-07-26T22:32:40.437 INFO:teuthology.orchestra.run.smithi076.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 945 kB/s | 47 kB 00:00 2024-07-26T22:32:40.463 INFO:teuthology.orchestra.run.smithi076.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.5 MB/s | 221 kB 00:00 2024-07-26T22:32:40.481 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:32:40.517 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:32:40.517 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:32:40.572 INFO:teuthology.orchestra.run.smithi076.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.9 MB/s | 309 kB 00:00 2024-07-26T22:32:40.597 INFO:teuthology.orchestra.run.smithi076.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-07-26T22:32:40.624 INFO:teuthology.orchestra.run.smithi076.stdout:(25/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 236 kB/s | 26 kB 00:00 2024-07-26T22:32:40.649 INFO:teuthology.orchestra.run.smithi076.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-07-26T22:32:40.683 INFO:teuthology.orchestra.run.smithi076.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 5.6 MB/s | 192 kB 00:00 2024-07-26T22:32:40.734 INFO:teuthology.orchestra.run.smithi076.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-07-26T22:32:40.792 INFO:teuthology.orchestra.run.smithi076.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-07-26T22:32:40.867 INFO:teuthology.orchestra.run.smithi076.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 10 MB/s | 4.4 MB 00:00 2024-07-26T22:32:41.001 INFO:teuthology.orchestra.run.smithi076.stdout:(31/32): librados2-19.0.0-5372.g67f28c2a.el9.x8 13 MB/s | 3.5 MB 00:00 2024-07-26T22:32:41.006 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:32:41.023 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:32:41.023 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:32:41.059 INFO:teuthology.orchestra.run.smithi076.stdout:(32/32): librbd1-19.0.0-5372.g67f28c2a.el9.x86_ 12 MB/s | 3.2 MB 00:00 2024-07-26T22:32:41.063 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:32:41.064 INFO:teuthology.orchestra.run.smithi076.stdout:Total 24 MB/s | 62 MB 00:02 2024-07-26T22:32:41.084 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-07-26T22:32:41.125 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-07-26T22:32:41.155 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-07-26T22:32:41.155 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:32:41.181 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T22:32:41.191 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:32:41.191 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:32:41.218 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T22:32:41.417 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T22:32:41.486 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T22:32:41.685 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:32:41.686 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:32:41.879 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-07-26T22:32:41.935 INFO:teuthology.orchestra.run.smithi103.stdout: Upgrading : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T22:32:42.032 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T22:32:42.127 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 8/34 2024-07-26T22:32:42.172 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T22:32:42.216 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T22:32:42.245 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-07-26T22:32:42.292 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 11/34 2024-07-26T22:32:42.360 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T22:32:42.389 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T22:32:42.453 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T22:32:42.475 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:32:42.538 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-07-26T22:32:42.575 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-07-26T22:32:42.599 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-07-26T22:32:42.601 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-07-26T22:32:42.627 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-07-26T22:32:42.638 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-07-26T22:32:42.649 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T22:32:42.668 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T22:32:42.680 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-07-26T22:32:42.712 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-07-26T22:32:42.741 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-07-26T22:32:42.776 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-07-26T22:32:42.834 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T22:32:42.888 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T22:32:43.103 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-07-26T22:32:43.119 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:32:43.139 INFO:teuthology.orchestra.run.smithi103.stdout: Upgrading : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T22:32:43.195 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-07-26T22:32:43.222 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-07-26T22:32:43.237 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T22:32:43.256 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-07-26T22:32:43.270 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 23/34 2024-07-26T22:32:43.274 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-07-26T22:32:43.278 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T22:32:43.296 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T22:32:43.314 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-07-26T22:32:43.337 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T22:32:43.450 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T22:32:43.505 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T22:32:43.544 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 8/34 2024-07-26T22:32:43.563 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T22:32:43.580 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T22:32:43.643 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T22:32:43.680 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-07-26T22:32:43.726 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 11/34 2024-07-26T22:32:43.795 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T22:32:43.806 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-07-26T22:32:43.824 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T22:32:43.833 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T22:32:43.872 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T22:32:43.897 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-07-26T22:32:43.906 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T22:32:43.907 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-07-26T22:32:43.982 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 27/34 2024-07-26T22:32:44.007 INFO:teuthology.orchestra.run.smithi076.stdout: Upgrading : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T22:32:44.011 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 28/34 2024-07-26T22:32:44.016 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-07-26T22:32:44.049 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-07-26T22:32:44.091 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-07-26T22:32:44.104 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T22:32:44.131 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-07-26T22:32:44.161 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-07-26T22:32:44.193 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-07-26T22:32:44.198 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 8/34 2024-07-26T22:32:44.234 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T22:32:44.288 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T22:32:44.317 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-07-26T22:32:44.355 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 11/34 2024-07-26T22:32:44.424 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T22:32:44.453 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T22:32:44.516 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T22:32:44.520 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-07-26T22:32:44.551 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-07-26T22:32:44.564 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T22:32:44.643 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T22:32:44.672 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-07-26T22:32:44.672 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 23/34 2024-07-26T22:32:44.705 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-07-26T22:32:44.710 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-07-26T22:32:44.752 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-07-26T22:32:44.784 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-07-26T22:32:44.813 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-07-26T22:32:44.845 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-07-26T22:32:45.170 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-07-26T22:32:45.198 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-07-26T22:32:45.217 INFO:teuthology.orchestra.run.smithi076.stdout: Upgrading : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T22:32:45.234 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T22:32:45.295 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T22:32:45.307 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T22:32:45.322 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 23/34 2024-07-26T22:32:45.349 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-07-26T22:32:45.382 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 27/34 2024-07-26T22:32:45.411 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 28/34 2024-07-26T22:32:45.838 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-07-26T22:32:45.869 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T22:32:45.925 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T22:32:46.001 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 27/34 2024-07-26T22:32:46.030 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 28/34 2024-07-26T22:32:46.363 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T22:32:46.399 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T22:32:46.967 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T22:32:47.002 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T22:32:47.094 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T22:32:47.094 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-07-26T22:32:47.094 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-07-26T22:32:47.094 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:32:47.128 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T22:32:47.778 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T22:32:47.816 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T22:32:48.357 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T22:32:48.389 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T22:32:48.401 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T22:32:48.420 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T22:32:48.509 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T22:32:48.509 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-07-26T22:32:48.510 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-07-26T22:32:48.510 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:32:48.537 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T22:32:48.972 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T22:32:49.013 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T22:32:49.109 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T22:32:49.109 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-07-26T22:32:49.110 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-07-26T22:32:49.110 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:32:49.138 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T22:32:57.026 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T22:32:57.027 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /sys 2024-07-26T22:32:57.027 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /proc 2024-07-26T22:32:57.027 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /mnt 2024-07-26T22:32:57.027 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /var/tmp 2024-07-26T22:32:57.027 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /home 2024-07-26T22:32:57.027 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /root 2024-07-26T22:32:57.027 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /tmp 2024-07-26T22:32:57.027 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:32:58.012 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T22:32:58.038 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T22:32:58.038 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:32:58.038 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-07-26T22:32:58.038 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:32:58.038 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:32:58.038 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:32:58.040 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T22:32:58.123 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T22:32:58.123 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T22:32:58.157 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T22:32:58.157 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /sys 2024-07-26T22:32:58.157 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /proc 2024-07-26T22:32:58.157 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /mnt 2024-07-26T22:32:58.157 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /var/tmp 2024-07-26T22:32:58.157 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /home 2024-07-26T22:32:58.158 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /root 2024-07-26T22:32:58.158 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /tmp 2024-07-26T22:32:58.158 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:32:59.040 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T22:32:59.041 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /sys 2024-07-26T22:32:59.041 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /proc 2024-07-26T22:32:59.041 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /mnt 2024-07-26T22:32:59.041 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /var/tmp 2024-07-26T22:32:59.041 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /home 2024-07-26T22:32:59.041 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /root 2024-07-26T22:32:59.041 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /tmp 2024-07-26T22:32:59.041 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:32:59.167 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T22:32:59.192 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T22:32:59.192 INFO:teuthology.orchestra.run.smithi099.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:32:59.193 INFO:teuthology.orchestra.run.smithi099.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-07-26T22:32:59.193 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:32:59.193 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:32:59.193 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:32:59.194 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T22:32:59.278 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T22:32:59.278 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T22:32:59.285 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T22:32:59.285 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/34 2024-07-26T22:32:59.285 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/34 2024-07-26T22:32:59.285 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/34 2024-07-26T22:32:59.285 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/34 2024-07-26T22:32:59.285 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/34 2024-07-26T22:32:59.285 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 6/34 2024-07-26T22:32:59.285 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T22:32:59.285 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 8/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 9/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 10/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 11/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 13/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-07-26T22:32:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-07-26T22:32:59.287 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-07-26T22:32:59.287 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-07-26T22:32:59.287 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-07-26T22:32:59.287 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-07-26T22:32:59.287 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-07-26T22:32:59.287 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-07-26T22:32:59.287 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-07-26T22:32:59.287 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-07-26T22:32:59.287 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-07-26T22:32:59.287 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-07-26T22:32:59.287 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T22:32:59.288 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-07-26T22:32:59.288 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/34 2024-07-26T22:33:00.012 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T22:33:00.037 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T22:33:00.037 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:00.037 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-07-26T22:33:00.037 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:33:00.037 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:33:00.037 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:00.039 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T22:33:00.105 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T22:33:00.105 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T22:33:00.119 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T22:33:00.120 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:00.120 INFO:teuthology.orchestra.run.smithi103.stdout:Upgraded: 2024-07-26T22:33:00.120 INFO:teuthology.orchestra.run.smithi103.stdout: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.120 INFO:teuthology.orchestra.run.smithi103.stdout: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.120 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:33:00.120 INFO:teuthology.orchestra.run.smithi103.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-07-26T22:33:00.120 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.120 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.120 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.120 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.120 INFO:teuthology.orchestra.run.smithi103.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow-9.0.0-11.el9.x86_64 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: liboath-2.6.7-2.el9.x86_64 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: libunwind-1.6.2-1.el9.x86_64 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-07-26T22:33:00.121 INFO:teuthology.orchestra.run.smithi103.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib-24.02.0-1.el9.x86_64 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: re2-1:20211101-3.el9.x86_64 2024-07-26T22:33:00.122 INFO:teuthology.orchestra.run.smithi103.stdout: thrift-0.15.0-2.el9.x86_64 2024-07-26T22:33:00.123 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:00.123 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:33:00.467 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T22:33:00.467 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/34 2024-07-26T22:33:00.467 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/34 2024-07-26T22:33:00.467 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/34 2024-07-26T22:33:00.467 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/34 2024-07-26T22:33:00.467 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/34 2024-07-26T22:33:00.467 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 6/34 2024-07-26T22:33:00.467 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T22:33:00.468 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 8/34 2024-07-26T22:33:00.468 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 9/34 2024-07-26T22:33:00.468 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 10/34 2024-07-26T22:33:00.468 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 11/34 2024-07-26T22:33:00.468 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T22:33:00.468 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 13/34 2024-07-26T22:33:00.468 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-07-26T22:33:00.469 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-07-26T22:33:00.469 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-07-26T22:33:00.469 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-07-26T22:33:00.469 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-07-26T22:33:00.469 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-07-26T22:33:00.469 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-07-26T22:33:00.469 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-07-26T22:33:00.469 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-07-26T22:33:00.469 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-07-26T22:33:00.469 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-07-26T22:33:00.470 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-07-26T22:33:00.470 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-07-26T22:33:00.470 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-07-26T22:33:00.471 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-07-26T22:33:00.471 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-07-26T22:33:00.471 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-07-26T22:33:00.471 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T22:33:00.471 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-07-26T22:33:00.471 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/34 2024-07-26T22:33:00.477 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-test 2024-07-26T22:33:01.036 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:28 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:33:01.162 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:33:01.162 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:01.163 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-07-26T22:33:01.163 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:01.163 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:33:01.163 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-test x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 50 M 2024-07-26T22:33:01.163 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-07-26T22:33:01.163 INFO:teuthology.orchestra.run.smithi103.stdout: libcephsqlite x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 163 k 2024-07-26T22:33:01.163 INFO:teuthology.orchestra.run.smithi103.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-07-26T22:33:01.163 INFO:teuthology.orchestra.run.smithi103.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-07-26T22:33:01.163 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:01.163 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:33:01.163 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:01.164 INFO:teuthology.orchestra.run.smithi103.stdout:Install 4 Packages 2024-07-26T22:33:01.164 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:01.164 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 51 M 2024-07-26T22:33:01.164 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 216 M 2024-07-26T22:33:01.165 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:33:01.316 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T22:33:01.316 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/34 2024-07-26T22:33:01.316 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/34 2024-07-26T22:33:01.316 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/34 2024-07-26T22:33:01.316 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/34 2024-07-26T22:33:01.316 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/34 2024-07-26T22:33:01.316 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 6/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 8/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 9/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 10/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 11/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 13/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-07-26T22:33:01.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-07-26T22:33:01.318 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-07-26T22:33:01.319 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T22:33:01.319 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-07-26T22:33:01.319 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/34 2024-07-26T22:33:01.349 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T22:33:01.349 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:01.349 INFO:teuthology.orchestra.run.smithi099.stdout:Upgraded: 2024-07-26T22:33:01.349 INFO:teuthology.orchestra.run.smithi099.stdout: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.349 INFO:teuthology.orchestra.run.smithi099.stdout: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout: libarrow-9.0.0-11.el9.x86_64 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout: liboath-2.6.7-2.el9.x86_64 2024-07-26T22:33:01.350 INFO:teuthology.orchestra.run.smithi099.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: libunwind-1.6.2-1.el9.x86_64 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-07-26T22:33:01.351 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.352 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.352 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:01.352 INFO:teuthology.orchestra.run.smithi099.stdout: qatlib-24.02.0-1.el9.x86_64 2024-07-26T22:33:01.352 INFO:teuthology.orchestra.run.smithi099.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-07-26T22:33:01.352 INFO:teuthology.orchestra.run.smithi099.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-07-26T22:33:01.352 INFO:teuthology.orchestra.run.smithi099.stdout: re2-1:20211101-3.el9.x86_64 2024-07-26T22:33:01.352 INFO:teuthology.orchestra.run.smithi099.stdout: thrift-0.15.0-2.el9.x86_64 2024-07-26T22:33:01.352 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:01.352 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:33:01.513 INFO:teuthology.orchestra.run.smithi103.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.3 MB/s | 304 kB 00:00 2024-07-26T22:33:01.538 INFO:teuthology.orchestra.run.smithi103.stdout:(2/4): libcephsqlite-19.0.0-5372.g67f28c2a.el9. 650 kB/s | 163 kB 00:00 2024-07-26T22:33:01.555 INFO:teuthology.orchestra.run.smithi103.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-07-26T22:33:01.733 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-test 2024-07-26T22:33:02.009 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T22:33:02.009 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:02.009 INFO:teuthology.orchestra.run.smithi076.stdout:Upgraded: 2024-07-26T22:33:02.009 INFO:teuthology.orchestra.run.smithi076.stdout: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.009 INFO:teuthology.orchestra.run.smithi076.stdout: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.009 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:33:02.009 INFO:teuthology.orchestra.run.smithi076.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-07-26T22:33:02.010 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.010 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.010 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.010 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.010 INFO:teuthology.orchestra.run.smithi076.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-07-26T22:33:02.010 INFO:teuthology.orchestra.run.smithi076.stdout: libarrow-9.0.0-11.el9.x86_64 2024-07-26T22:33:02.010 INFO:teuthology.orchestra.run.smithi076.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-07-26T22:33:02.010 INFO:teuthology.orchestra.run.smithi076.stdout: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.010 INFO:teuthology.orchestra.run.smithi076.stdout: liboath-2.6.7-2.el9.x86_64 2024-07-26T22:33:02.010 INFO:teuthology.orchestra.run.smithi076.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-07-26T22:33:02.010 INFO:teuthology.orchestra.run.smithi076.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: libunwind-1.6.2-1.el9.x86_64 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.011 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.012 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:02.012 INFO:teuthology.orchestra.run.smithi076.stdout: qatlib-24.02.0-1.el9.x86_64 2024-07-26T22:33:02.012 INFO:teuthology.orchestra.run.smithi076.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-07-26T22:33:02.012 INFO:teuthology.orchestra.run.smithi076.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-07-26T22:33:02.012 INFO:teuthology.orchestra.run.smithi076.stdout: re2-1:20211101-3.el9.x86_64 2024-07-26T22:33:02.012 INFO:teuthology.orchestra.run.smithi076.stdout: thrift-0.15.0-2.el9.x86_64 2024-07-26T22:33:02.012 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:02.012 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:33:02.278 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:28 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:33:02.391 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-test 2024-07-26T22:33:02.404 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:33:02.405 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:02.405 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2024-07-26T22:33:02.405 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:02.405 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:33:02.405 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-test x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 50 M 2024-07-26T22:33:02.405 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-07-26T22:33:02.406 INFO:teuthology.orchestra.run.smithi099.stdout: libcephsqlite x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 163 k 2024-07-26T22:33:02.406 INFO:teuthology.orchestra.run.smithi099.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-07-26T22:33:02.406 INFO:teuthology.orchestra.run.smithi099.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-07-26T22:33:02.406 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:02.406 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:33:02.406 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:02.406 INFO:teuthology.orchestra.run.smithi099.stdout:Install 4 Packages 2024-07-26T22:33:02.406 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:02.408 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 51 M 2024-07-26T22:33:02.408 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 216 M 2024-07-26T22:33:02.408 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:33:02.847 INFO:teuthology.orchestra.run.smithi103.stdout:(4/4): ceph-test-19.0.0-5372.g67f28c2a.el9.x86_ 32 MB/s | 50 MB 00:01 2024-07-26T22:33:02.849 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:02.849 INFO:teuthology.orchestra.run.smithi103.stdout:Total 30 MB/s | 51 MB 00:01 2024-07-26T22:33:02.877 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:33:02.897 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:33:02.897 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:33:02.941 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:26 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:33:02.941 INFO:teuthology.orchestra.run.smithi099.stdout:(1/4): libcephsqlite-19.0.0-5372.g67f28c2a.el9. 626 kB/s | 163 kB 00:00 2024-07-26T22:33:02.966 INFO:teuthology.orchestra.run.smithi099.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.0 MB/s | 304 kB 00:00 2024-07-26T22:33:03.068 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:33:03.068 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:03.068 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-07-26T22:33:03.068 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:03.068 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:33:03.068 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-test x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 50 M 2024-07-26T22:33:03.069 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-07-26T22:33:03.069 INFO:teuthology.orchestra.run.smithi076.stdout: libcephsqlite x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 163 k 2024-07-26T22:33:03.069 INFO:teuthology.orchestra.run.smithi076.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-07-26T22:33:03.069 INFO:teuthology.orchestra.run.smithi076.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-07-26T22:33:03.069 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:03.069 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:33:03.069 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:03.069 INFO:teuthology.orchestra.run.smithi076.stdout:Install 4 Packages 2024-07-26T22:33:03.069 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:03.070 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 51 M 2024-07-26T22:33:03.070 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 216 M 2024-07-26T22:33:03.070 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:33:03.075 INFO:teuthology.orchestra.run.smithi099.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 477 kB/s | 64 kB 00:00 2024-07-26T22:33:03.276 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:33:03.276 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:33:03.511 INFO:teuthology.orchestra.run.smithi076.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.8 MB/s | 304 kB 00:00 2024-07-26T22:33:03.586 INFO:teuthology.orchestra.run.smithi076.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 859 kB/s | 64 kB 00:00 2024-07-26T22:33:03.770 INFO:teuthology.orchestra.run.smithi076.stdout:(3/4): libcephsqlite-19.0.0-5372.g67f28c2a.el9. 385 kB/s | 163 kB 00:00 2024-07-26T22:33:03.806 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:33:03.886 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-07-26T22:33:03.937 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-07-26T22:33:03.965 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T22:33:04.250 INFO:teuthology.orchestra.run.smithi099.stdout:(4/4): ceph-test-19.0.0-5372.g67f28c2a.el9.x86_ 32 MB/s | 50 MB 00:01 2024-07-26T22:33:04.252 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:04.253 INFO:teuthology.orchestra.run.smithi099.stdout:Total 27 MB/s | 51 MB 00:01 2024-07-26T22:33:04.279 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:33:04.300 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:33:04.300 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:33:04.686 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:33:04.687 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:33:05.106 INFO:teuthology.orchestra.run.smithi076.stdout:(4/4): ceph-test-19.0.0-5372.g67f28c2a.el9.x86_ 28 MB/s | 50 MB 00:01 2024-07-26T22:33:05.106 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:05.106 INFO:teuthology.orchestra.run.smithi076.stdout:Total 25 MB/s | 51 MB 00:02 2024-07-26T22:33:05.131 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:33:05.150 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:33:05.150 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:33:05.222 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:33:05.326 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-07-26T22:33:05.407 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-07-26T22:33:05.435 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T22:33:05.528 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:33:05.528 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:33:06.054 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:33:06.138 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-07-26T22:33:06.185 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-07-26T22:33:06.213 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T22:33:08.754 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T22:33:08.831 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T22:33:10.207 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T22:33:10.293 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T22:33:10.959 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T22:33:11.045 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T22:33:11.399 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T22:33:11.400 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/4 2024-07-26T22:33:11.400 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/4 2024-07-26T22:33:11.400 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-07-26T22:33:11.688 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-07-26T22:33:11.688 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:11.688 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:33:11.688 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:11.688 INFO:teuthology.orchestra.run.smithi103.stdout: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:11.688 INFO:teuthology.orchestra.run.smithi103.stdout: socat-1.7.4.1-6.el9.x86_64 2024-07-26T22:33:11.688 INFO:teuthology.orchestra.run.smithi103.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-07-26T22:33:11.689 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:11.689 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:33:11.988 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph 2024-07-26T22:33:12.545 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:39 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:33:12.677 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:33:12.682 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:12.682 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-07-26T22:33:12.682 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:12.683 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:33:12.683 INFO:teuthology.orchestra.run.smithi103.stdout: ceph x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 6.6 k 2024-07-26T22:33:12.683 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-07-26T22:33:12.683 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mds x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 2.4 M 2024-07-26T22:33:12.683 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 1.5 M 2024-07-26T22:33:12.683 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 284 k 2024-07-26T22:33:12.683 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mon x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 4.8 M 2024-07-26T22:33:12.683 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-osd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 17 M 2024-07-26T22:33:12.683 INFO:teuthology.orchestra.run.smithi103.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-07-26T22:33:12.683 INFO:teuthology.orchestra.run.smithi103.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-07-26T22:33:12.684 INFO:teuthology.orchestra.run.smithi103.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-07-26T22:33:12.684 INFO:teuthology.orchestra.run.smithi103.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-07-26T22:33:12.684 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-07-26T22:33:12.684 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-07-26T22:33:12.684 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-07-26T22:33:12.684 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-07-26T22:33:12.684 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-07-26T22:33:12.684 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-07-26T22:33:12.685 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-collections 2024-07-26T22:33:12.685 INFO:teuthology.orchestra.run.smithi103.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-07-26T22:33:12.685 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-07-26T22:33:12.685 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-07-26T22:33:12.685 INFO:teuthology.orchestra.run.smithi103.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-07-26T22:33:12.685 INFO:teuthology.orchestra.run.smithi103.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-07-26T22:33:12.685 INFO:teuthology.orchestra.run.smithi103.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-07-26T22:33:12.685 INFO:teuthology.orchestra.run.smithi103.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-07-26T22:33:12.685 INFO:teuthology.orchestra.run.smithi103.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-07-26T22:33:12.685 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-07-26T22:33:12.686 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-07-26T22:33:12.686 INFO:teuthology.orchestra.run.smithi103.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-07-26T22:33:12.686 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-07-26T22:33:12.686 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-07-26T22:33:12.686 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-07-26T22:33:12.686 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-07-26T22:33:12.687 INFO:teuthology.orchestra.run.smithi103.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-07-26T22:33:12.687 INFO:teuthology.orchestra.run.smithi103.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-07-26T22:33:12.687 INFO:teuthology.orchestra.run.smithi103.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-07-26T22:33:12.687 INFO:teuthology.orchestra.run.smithi103.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-07-26T22:33:12.687 INFO:teuthology.orchestra.run.smithi103.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-07-26T22:33:12.687 INFO:teuthology.orchestra.run.smithi103.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-07-26T22:33:12.687 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:12.687 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:33:12.687 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:12.687 INFO:teuthology.orchestra.run.smithi103.stdout:Install 37 Packages 2024-07-26T22:33:12.687 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:12.688 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 30 M 2024-07-26T22:33:12.688 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 109 M 2024-07-26T22:33:12.688 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:33:12.779 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T22:33:12.779 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/4 2024-07-26T22:33:12.779 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/4 2024-07-26T22:33:12.780 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-07-26T22:33:13.073 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-07-26T22:33:13.073 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:13.073 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:33:13.073 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:13.073 INFO:teuthology.orchestra.run.smithi099.stdout: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:13.073 INFO:teuthology.orchestra.run.smithi099.stdout: socat-1.7.4.1-6.el9.x86_64 2024-07-26T22:33:13.073 INFO:teuthology.orchestra.run.smithi099.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-07-26T22:33:13.073 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:13.074 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:33:13.341 INFO:teuthology.orchestra.run.smithi103.stdout:(1/37): ceph-19.0.0-5372.g67f28c2a.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-07-26T22:33:13.390 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph 2024-07-26T22:33:13.499 INFO:teuthology.orchestra.run.smithi103.stdout:(2/37): ceph-mgr-19.0.0-5372.g67f28c2a.el9.x86_ 4.5 MB/s | 1.5 MB 00:00 2024-07-26T22:33:13.549 INFO:teuthology.orchestra.run.smithi103.stdout:(3/37): ceph-mds-19.0.0-5372.g67f28c2a.el9.x86_ 6.1 MB/s | 2.4 MB 00:00 2024-07-26T22:33:13.625 INFO:teuthology.orchestra.run.smithi103.stdout:(4/37): ceph-mgr-modules-core-19.0.0-5372.g67f2 3.7 MB/s | 284 kB 00:00 2024-07-26T22:33:13.630 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T22:33:13.630 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/4 2024-07-26T22:33:13.630 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/4 2024-07-26T22:33:13.630 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-07-26T22:33:13.758 INFO:teuthology.orchestra.run.smithi103.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.9 MB/s | 253 kB 00:00 2024-07-26T22:33:13.907 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-07-26T22:33:13.907 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:13.907 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:33:13.907 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:13.907 INFO:teuthology.orchestra.run.smithi076.stdout: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:13.908 INFO:teuthology.orchestra.run.smithi076.stdout: socat-1.7.4.1-6.el9.x86_64 2024-07-26T22:33:13.908 INFO:teuthology.orchestra.run.smithi076.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-07-26T22:33:13.908 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:13.908 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:33:13.955 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:39 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:33:14.050 INFO:teuthology.orchestra.run.smithi103.stdout:(6/37): ceph-osd-19.0.0-5372.g67f28c2a.el9.x86_ 31 MB/s | 17 MB 00:00 2024-07-26T22:33:14.084 INFO:teuthology.orchestra.run.smithi103.stdout:(7/37): python3-cryptography-36.0.1-4.el9.x86_6 3.8 MB/s | 1.2 MB 00:00 2024-07-26T22:33:14.093 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:33:14.095 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:14.096 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2024-07-26T22:33:14.096 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:14.096 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:33:14.096 INFO:teuthology.orchestra.run.smithi099.stdout: ceph x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 6.6 k 2024-07-26T22:33:14.096 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-07-26T22:33:14.096 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mds x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 2.4 M 2024-07-26T22:33:14.096 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 1.5 M 2024-07-26T22:33:14.096 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 284 k 2024-07-26T22:33:14.096 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mon x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 4.8 M 2024-07-26T22:33:14.096 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-osd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 17 M 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-collections 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-07-26T22:33:14.097 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-07-26T22:33:14.098 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-07-26T22:33:14.098 INFO:teuthology.orchestra.run.smithi099.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-07-26T22:33:14.098 INFO:teuthology.orchestra.run.smithi099.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-07-26T22:33:14.098 INFO:teuthology.orchestra.run.smithi099.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-07-26T22:33:14.098 INFO:teuthology.orchestra.run.smithi099.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-07-26T22:33:14.098 INFO:teuthology.orchestra.run.smithi099.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-07-26T22:33:14.098 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-07-26T22:33:14.098 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-07-26T22:33:14.098 INFO:teuthology.orchestra.run.smithi099.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-07-26T22:33:14.098 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-07-26T22:33:14.098 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout:Install 37 Packages 2024-07-26T22:33:14.099 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:14.100 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 30 M 2024-07-26T22:33:14.100 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 109 M 2024-07-26T22:33:14.100 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:33:14.159 INFO:teuthology.orchestra.run.smithi103.stdout:(8/37): ceph-mon-19.0.0-5372.g67f28c2a.el9.x86_ 5.8 MB/s | 4.8 MB 00:00 2024-07-26T22:33:14.184 INFO:teuthology.orchestra.run.smithi103.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 1.3 MB/s | 135 kB 00:00 2024-07-26T22:33:14.210 INFO:teuthology.orchestra.run.smithi103.stdout:(10/37): python3-ply-3.11-14.el9.noarch.rpm 671 kB/s | 106 kB 00:00 2024-07-26T22:33:14.235 INFO:teuthology.orchestra.run.smithi103.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-07-26T22:33:14.245 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph 2024-07-26T22:33:14.285 INFO:teuthology.orchestra.run.smithi103.stdout:(12/37): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-07-26T22:33:14.311 INFO:teuthology.orchestra.run.smithi103.stdout:(13/37): python3-requests-2.25.1-8.el9.noarch.r 826 kB/s | 125 kB 00:00 2024-07-26T22:33:14.328 INFO:teuthology.orchestra.run.smithi103.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 821 kB/s | 35 kB 00:00 2024-07-26T22:33:14.353 INFO:teuthology.orchestra.run.smithi103.stdout:(15/37): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-07-26T22:33:14.378 INFO:teuthology.orchestra.run.smithi103.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.1 MB/s | 77 kB 00:00 2024-07-26T22:33:14.395 INFO:teuthology.orchestra.run.smithi103.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 759 kB/s | 51 kB 00:00 2024-07-26T22:33:14.412 INFO:teuthology.orchestra.run.smithi103.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 709 kB/s | 42 kB 00:00 2024-07-26T22:33:14.496 INFO:teuthology.orchestra.run.smithi103.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 1.5 MB/s | 151 kB 00:00 2024-07-26T22:33:14.513 INFO:teuthology.orchestra.run.smithi103.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 166 kB/s | 22 kB 00:00 2024-07-26T22:33:14.529 INFO:teuthology.orchestra.run.smithi103.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 370 kB/s | 43 kB 00:00 2024-07-26T22:33:14.580 INFO:teuthology.orchestra.run.smithi103.stdout:(22/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2024-07-26T22:33:14.597 INFO:teuthology.orchestra.run.smithi103.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 249 kB/s | 11 kB 00:00 2024-07-26T22:33:14.614 INFO:teuthology.orchestra.run.smithi103.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 561 kB/s | 18 kB 00:00 2024-07-26T22:33:14.631 INFO:teuthology.orchestra.run.smithi103.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 692 kB/s | 23 kB 00:00 2024-07-26T22:33:14.647 INFO:teuthology.orchestra.run.smithi103.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 583 kB/s | 19 kB 00:00 2024-07-26T22:33:14.664 INFO:teuthology.orchestra.run.smithi103.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 585 kB/s | 20 kB 00:00 2024-07-26T22:33:14.681 INFO:teuthology.orchestra.run.smithi103.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 1.3 MB/s | 46 kB 00:00 2024-07-26T22:33:14.707 INFO:teuthology.orchestra.run.smithi103.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.8 MB/s | 79 kB 00:00 2024-07-26T22:33:14.719 INFO:teuthology.orchestra.run.smithi099.stdout:(1/37): ceph-19.0.0-5372.g67f28c2a.el9.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-07-26T22:33:14.734 INFO:teuthology.orchestra.run.smithi103.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 661 kB/s | 16 kB 00:00 2024-07-26T22:33:14.757 INFO:teuthology.orchestra.run.smithi103.stdout:(31/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-07-26T22:33:14.783 INFO:teuthology.orchestra.run.smithi103.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-07-26T22:33:14.799 INFO:teuthology.orchestra.run.smithi103.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 854 kB/s | 36 kB 00:00 2024-07-26T22:33:14.821 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:38 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:33:14.825 INFO:teuthology.orchestra.run.smithi103.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-07-26T22:33:14.842 INFO:teuthology.orchestra.run.smithi103.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-07-26T22:33:14.867 INFO:teuthology.orchestra.run.smithi103.stdout:(36/37): python3-webob-1.8.7-6.el9.noarch.rpm 3.3 MB/s | 230 kB 00:00 2024-07-26T22:33:14.900 INFO:teuthology.orchestra.run.smithi103.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-07-26T22:33:14.904 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:14.904 INFO:teuthology.orchestra.run.smithi103.stdout:Total 14 MB/s | 30 MB 00:02 2024-07-26T22:33:14.912 INFO:teuthology.orchestra.run.smithi099.stdout:(2/37): ceph-mgr-19.0.0-5372.g67f28c2a.el9.x86_ 4.3 MB/s | 1.5 MB 00:00 2024-07-26T22:33:14.958 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:33:14.960 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:14.960 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-07-26T22:33:14.960 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:14.960 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:33:14.960 INFO:teuthology.orchestra.run.smithi076.stdout: ceph x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 6.6 k 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mds x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 2.4 M 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 1.5 M 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 284 k 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mon x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 4.8 M 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-osd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 17 M 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-07-26T22:33:14.961 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-collections 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-07-26T22:33:14.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-07-26T22:33:14.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-07-26T22:33:14.964 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:14.964 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:33:14.964 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:14.964 INFO:teuthology.orchestra.run.smithi076.stdout:Install 37 Packages 2024-07-26T22:33:14.964 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:14.964 INFO:teuthology.orchestra.run.smithi099.stdout:(3/37): ceph-mds-19.0.0-5372.g67f28c2a.el9.x86_ 5.8 MB/s | 2.4 MB 00:00 2024-07-26T22:33:14.965 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 30 M 2024-07-26T22:33:14.965 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 109 M 2024-07-26T22:33:14.965 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:33:15.048 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:33:15.055 INFO:teuthology.orchestra.run.smithi099.stdout:(4/37): ceph-mgr-modules-core-19.0.0-5372.g67f2 3.0 MB/s | 284 kB 00:00 2024-07-26T22:33:15.089 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:33:15.089 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:33:15.121 INFO:teuthology.orchestra.run.smithi099.stdout:(5/37): ceph-mon-19.0.0-5372.g67f28c2a.el9.x86_ 12 MB/s | 4.8 MB 00:00 2024-07-26T22:33:15.280 INFO:teuthology.orchestra.run.smithi099.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-07-26T22:33:15.480 INFO:teuthology.orchestra.run.smithi099.stdout:(7/37): ceph-osd-19.0.0-5372.g67f28c2a.el9.x86_ 30 MB/s | 17 MB 00:00 2024-07-26T22:33:15.505 INFO:teuthology.orchestra.run.smithi099.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 473 kB/s | 106 kB 00:00 2024-07-26T22:33:15.521 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:33:15.522 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:33:15.555 INFO:teuthology.orchestra.run.smithi099.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-07-26T22:33:15.570 INFO:teuthology.orchestra.run.smithi076.stdout:(1/37): ceph-19.0.0-5372.g67f28c2a.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-07-26T22:33:15.589 INFO:teuthology.orchestra.run.smithi099.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 2.6 MB/s | 1.2 MB 00:00 2024-07-26T22:33:15.639 INFO:teuthology.orchestra.run.smithi099.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-07-26T22:33:15.665 INFO:teuthology.orchestra.run.smithi099.stdout:(12/37): python3-pycparser-2.20-6.el9.noarch.rp 733 kB/s | 135 kB 00:00 2024-07-26T22:33:15.762 INFO:teuthology.orchestra.run.smithi076.stdout:(2/37): ceph-mgr-19.0.0-5372.g67f28c2a.el9.x86_ 4.2 MB/s | 1.5 MB 00:00 2024-07-26T22:33:15.781 INFO:teuthology.orchestra.run.smithi099.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 298 kB/s | 35 kB 00:00 2024-07-26T22:33:15.807 INFO:teuthology.orchestra.run.smithi099.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 867 kB/s | 188 kB 00:00 2024-07-26T22:33:15.838 INFO:teuthology.orchestra.run.smithi076.stdout:(3/37): ceph-mds-19.0.0-5372.g67f28c2a.el9.x86_ 5.4 MB/s | 2.4 MB 00:00 2024-07-26T22:33:15.840 INFO:teuthology.orchestra.run.smithi099.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 858 kB/s | 172 kB 00:00 2024-07-26T22:33:15.866 INFO:teuthology.orchestra.run.smithi099.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 868 kB/s | 51 kB 00:00 2024-07-26T22:33:15.891 INFO:teuthology.orchestra.run.smithi099.stdout:(17/37): python3-packaging-20.9-5.el9.noarch.rp 706 kB/s | 77 kB 00:00 2024-07-26T22:33:15.896 INFO:teuthology.orchestra.run.smithi076.stdout:(4/37): ceph-mgr-modules-core-19.0.0-5372.g67f2 4.8 MB/s | 284 kB 00:00 2024-07-26T22:33:15.916 INFO:teuthology.orchestra.run.smithi099.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 550 kB/s | 42 kB 00:00 2024-07-26T22:33:15.991 INFO:teuthology.orchestra.run.smithi099.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 177 kB/s | 22 kB 00:00 2024-07-26T22:33:16.042 INFO:teuthology.orchestra.run.smithi099.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2024-07-26T22:33:16.055 INFO:teuthology.orchestra.run.smithi076.stdout:(5/37): ceph-mon-19.0.0-5372.g67f28c2a.el9.x86_ 9.9 MB/s | 4.8 MB 00:00 2024-07-26T22:33:16.067 INFO:teuthology.orchestra.run.smithi099.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 289 kB/s | 43 kB 00:00 2024-07-26T22:33:16.080 INFO:teuthology.orchestra.run.smithi076.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-07-26T22:33:16.092 INFO:teuthology.orchestra.run.smithi099.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 478 kB/s | 11 kB 00:00 2024-07-26T22:33:16.117 INFO:teuthology.orchestra.run.smithi099.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 708 kB/s | 18 kB 00:00 2024-07-26T22:33:16.122 INFO:teuthology.orchestra.run.smithi076.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-07-26T22:33:16.142 INFO:teuthology.orchestra.run.smithi099.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 927 kB/s | 23 kB 00:00 2024-07-26T22:33:16.169 INFO:teuthology.orchestra.run.smithi099.stdout:(25/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 988 kB/s | 172 kB 00:00 2024-07-26T22:33:16.181 INFO:teuthology.orchestra.run.smithi076.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-07-26T22:33:16.193 INFO:teuthology.orchestra.run.smithi099.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 385 kB/s | 19 kB 00:00 2024-07-26T22:33:16.219 INFO:teuthology.orchestra.run.smithi099.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 390 kB/s | 20 kB 00:00 2024-07-26T22:33:16.223 INFO:teuthology.orchestra.run.smithi076.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-07-26T22:33:16.244 INFO:teuthology.orchestra.run.smithi099.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 923 kB/s | 46 kB 00:00 2024-07-26T22:33:16.265 INFO:teuthology.orchestra.run.smithi076.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 5.9 MB/s | 1.2 MB 00:00 2024-07-26T22:33:16.277 INFO:teuthology.orchestra.run.smithi099.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-07-26T22:33:16.290 INFO:teuthology.orchestra.run.smithi076.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-07-26T22:33:16.302 INFO:teuthology.orchestra.run.smithi099.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 942 kB/s | 79 kB 00:00 2024-07-26T22:33:16.328 INFO:teuthology.orchestra.run.smithi099.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 325 kB/s | 16 kB 00:00 2024-07-26T22:33:16.353 INFO:teuthology.orchestra.run.smithi099.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-07-26T22:33:16.379 INFO:teuthology.orchestra.run.smithi099.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 716 kB/s | 36 kB 00:00 2024-07-26T22:33:16.404 INFO:teuthology.orchestra.run.smithi099.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-07-26T22:33:16.421 INFO:teuthology.orchestra.run.smithi099.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-07-26T22:33:16.424 INFO:teuthology.orchestra.run.smithi076.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-07-26T22:33:16.446 INFO:teuthology.orchestra.run.smithi099.stdout:(36/37): python3-webob-1.8.7-6.el9.noarch.rpm 3.3 MB/s | 230 kB 00:00 2024-07-26T22:33:16.449 INFO:teuthology.orchestra.run.smithi076.stdout:(13/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-07-26T22:33:16.474 INFO:teuthology.orchestra.run.smithi076.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 697 kB/s | 35 kB 00:00 2024-07-26T22:33:16.480 INFO:teuthology.orchestra.run.smithi099.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-07-26T22:33:16.483 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:16.483 INFO:teuthology.orchestra.run.smithi099.stdout:Total 13 MB/s | 30 MB 00:02 2024-07-26T22:33:16.491 INFO:teuthology.orchestra.run.smithi076.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.8 MB/s | 77 kB 00:00 2024-07-26T22:33:16.626 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:33:16.668 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:33:16.668 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:33:16.683 INFO:teuthology.orchestra.run.smithi076.stdout:(16/37): ceph-osd-19.0.0-5372.g67f28c2a.el9.x86 18 MB/s | 17 MB 00:00 2024-07-26T22:33:16.708 INFO:teuthology.orchestra.run.smithi076.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 192 kB/s | 42 kB 00:00 2024-07-26T22:33:16.734 INFO:teuthology.orchestra.run.smithi076.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 197 kB/s | 51 kB 00:00 2024-07-26T22:33:16.834 INFO:teuthology.orchestra.run.smithi076.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2024-07-26T22:33:16.859 INFO:teuthology.orchestra.run.smithi076.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 347 kB/s | 43 kB 00:00 2024-07-26T22:33:16.876 INFO:teuthology.orchestra.run.smithi076.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 4.0 MB/s | 172 kB 00:00 2024-07-26T22:33:16.899 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:33:16.901 INFO:teuthology.orchestra.run.smithi076.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 430 kB/s | 11 kB 00:00 2024-07-26T22:33:16.926 INFO:teuthology.orchestra.run.smithi076.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 778 kB/s | 18 kB 00:00 2024-07-26T22:33:16.952 INFO:teuthology.orchestra.run.smithi076.stdout:(24/37): python3-cherrypy-18.6.1-2.el9.noarch.r 3.8 MB/s | 358 kB 00:00 2024-07-26T22:33:16.970 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-07-26T22:33:16.977 INFO:teuthology.orchestra.run.smithi076.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 459 kB/s | 23 kB 00:00 2024-07-26T22:33:17.002 INFO:teuthology.orchestra.run.smithi076.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-07-26T22:33:17.005 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-07-26T22:33:17.019 INFO:teuthology.orchestra.run.smithi076.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 470 kB/s | 20 kB 00:00 2024-07-26T22:33:17.036 INFO:teuthology.orchestra.run.smithi076.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 1.3 MB/s | 46 kB 00:00 2024-07-26T22:33:17.048 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-07-26T22:33:17.061 INFO:teuthology.orchestra.run.smithi076.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.8 MB/s | 79 kB 00:00 2024-07-26T22:33:17.078 INFO:teuthology.orchestra.run.smithi076.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 983 kB/s | 16 kB 00:00 2024-07-26T22:33:17.095 INFO:teuthology.orchestra.run.smithi076.stdout:(31/37): lua-devel-5.4.4-4.el9.x86_64.rpm 54 kB/s | 22 kB 00:00 2024-07-26T22:33:17.095 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:33:17.096 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:33:17.119 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-07-26T22:33:17.120 INFO:teuthology.orchestra.run.smithi076.stdout:(32/37): python3-pecan-1.4.2-3.el9.noarch.rpm 3.2 MB/s | 272 kB 00:00 2024-07-26T22:33:17.171 INFO:teuthology.orchestra.run.smithi076.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 975 kB/s | 90 kB 00:00 2024-07-26T22:33:17.171 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-07-26T22:33:17.204 INFO:teuthology.orchestra.run.smithi076.stdout:(34/37): python3-webob-1.8.7-6.el9.noarch.rpm 3.8 MB/s | 230 kB 00:00 2024-07-26T22:33:17.205 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-07-26T22:33:17.229 INFO:teuthology.orchestra.run.smithi076.stdout:(35/37): python3-tempora-5.0.0-2.el9.noarch.rpm 266 kB/s | 36 kB 00:00 2024-07-26T22:33:17.255 INFO:teuthology.orchestra.run.smithi076.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 400 kB/s | 20 kB 00:00 2024-07-26T22:33:17.280 INFO:teuthology.orchestra.run.smithi076.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.9 MB/s | 427 kB 00:00 2024-07-26T22:33:17.284 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:17.284 INFO:teuthology.orchestra.run.smithi076.stdout:Total 13 MB/s | 30 MB 00:02 2024-07-26T22:33:17.296 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-07-26T22:33:17.367 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-07-26T22:33:17.407 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-07-26T22:33:17.428 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:33:17.450 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-07-26T22:33:17.469 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:33:17.469 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:33:17.480 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-07-26T22:33:17.515 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-07-26T22:33:17.548 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-07-26T22:33:17.588 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-07-26T22:33:17.623 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-07-26T22:33:17.658 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-07-26T22:33:17.706 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-07-26T22:33:17.739 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-07-26T22:33:17.812 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-07-26T22:33:17.911 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:33:17.911 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:33:17.951 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-07-26T22:33:18.030 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-07-26T22:33:18.091 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-07-26T22:33:18.130 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-07-26T22:33:18.187 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-07-26T22:33:18.242 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-07-26T22:33:18.438 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-07-26T22:33:18.474 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:33:18.484 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-07-26T22:33:18.532 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-07-26T22:33:18.561 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-07-26T22:33:18.578 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-07-26T22:33:18.610 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-07-26T22:33:18.660 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-07-26T22:33:18.682 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-07-26T22:33:18.703 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-07-26T22:33:18.717 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-07-26T22:33:18.750 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-07-26T22:33:18.835 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-07-26T22:33:18.843 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-07-26T22:33:18.929 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-07-26T22:33:18.970 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-07-26T22:33:18.997 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 32/37 2024-07-26T22:33:19.005 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-07-26T22:33:19.035 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-07-26T22:33:19.042 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T22:33:19.068 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T22:33:19.068 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:19.068 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-07-26T22:33:19.069 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T22:33:19.069 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T22:33:19.069 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:19.069 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-07-26T22:33:19.102 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-07-26T22:33:19.135 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-07-26T22:33:19.170 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-07-26T22:33:19.204 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-07-26T22:33:19.252 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-07-26T22:33:19.277 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:33:19.284 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-07-26T22:33:19.341 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-07-26T22:33:19.359 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-07-26T22:33:19.385 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-07-26T22:33:19.435 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-07-26T22:33:19.496 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-07-26T22:33:19.507 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-07-26T22:33:19.568 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-07-26T22:33:19.577 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-07-26T22:33:19.600 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-07-26T22:33:19.638 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-07-26T22:33:19.677 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-07-26T22:33:19.692 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-07-26T22:33:19.733 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-07-26T22:33:19.770 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-07-26T22:33:19.789 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-07-26T22:33:19.811 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-07-26T22:33:19.846 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-07-26T22:33:19.876 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-07-26T22:33:19.935 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-07-26T22:33:19.969 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-07-26T22:33:19.985 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-07-26T22:33:20.009 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-07-26T22:33:20.039 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-07-26T22:33:20.052 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-07-26T22:33:20.087 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-07-26T22:33:20.117 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-07-26T22:33:20.135 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-07-26T22:33:20.168 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-07-26T22:33:20.206 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-07-26T22:33:20.240 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-07-26T22:33:20.251 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-07-26T22:33:20.381 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-07-26T22:33:20.382 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-07-26T22:33:20.467 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-07-26T22:33:20.523 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-07-26T22:33:20.528 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T22:33:20.545 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 32/37 2024-07-26T22:33:20.555 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T22:33:20.555 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:20.555 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-07-26T22:33:20.555 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T22:33:20.555 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T22:33:20.555 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:20.567 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-07-26T22:33:20.574 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T22:33:20.600 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T22:33:20.600 INFO:teuthology.orchestra.run.smithi099.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:20.600 INFO:teuthology.orchestra.run.smithi099.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-07-26T22:33:20.600 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T22:33:20.600 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T22:33:20.600 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:20.624 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-07-26T22:33:20.680 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-07-26T22:33:20.879 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-07-26T22:33:20.929 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-07-26T22:33:20.995 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T22:33:21.007 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-07-26T22:33:21.019 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T22:33:21.019 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:21.019 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-07-26T22:33:21.019 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T22:33:21.019 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T22:33:21.019 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:21.104 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-07-26T22:33:21.149 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-07-26T22:33:21.246 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T22:33:21.269 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T22:33:21.269 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:21.269 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-07-26T22:33:21.270 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T22:33:21.270 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T22:33:21.270 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:21.280 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-07-26T22:33:21.335 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T22:33:21.442 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 32/37 2024-07-26T22:33:21.471 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T22:33:21.498 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T22:33:21.499 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:21.499 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-07-26T22:33:21.499 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T22:33:21.499 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T22:33:21.499 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:22.042 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T22:33:22.069 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T22:33:22.069 INFO:teuthology.orchestra.run.smithi099.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:22.069 INFO:teuthology.orchestra.run.smithi099.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-07-26T22:33:22.069 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T22:33:22.069 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T22:33:22.069 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:22.509 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T22:33:22.533 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T22:33:22.533 INFO:teuthology.orchestra.run.smithi099.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:22.533 INFO:teuthology.orchestra.run.smithi099.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-07-26T22:33:22.533 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T22:33:22.533 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T22:33:22.534 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:22.760 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T22:33:22.784 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T22:33:22.784 INFO:teuthology.orchestra.run.smithi099.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:22.784 INFO:teuthology.orchestra.run.smithi099.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-07-26T22:33:22.784 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T22:33:22.784 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T22:33:22.784 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:22.849 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T22:33:22.955 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T22:33:22.983 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T22:33:22.983 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:22.983 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-07-26T22:33:22.983 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T22:33:22.984 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T22:33:22.984 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:23.216 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T22:33:23.216 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/37 2024-07-26T22:33:23.216 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/37 2024-07-26T22:33:23.216 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/37 2024-07-26T22:33:23.216 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/37 2024-07-26T22:33:23.216 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/37 2024-07-26T22:33:23.216 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 6/37 2024-07-26T22:33:23.216 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-07-26T22:33:23.217 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-07-26T22:33:23.218 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-07-26T22:33:23.218 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-07-26T22:33:23.218 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-07-26T22:33:23.218 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-07-26T22:33:23.218 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-07-26T22:33:23.218 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-07-26T22:33:23.218 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-07-26T22:33:23.218 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-07-26T22:33:23.218 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-07-26T22:33:23.218 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-07-26T22:33:23.218 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-07-26T22:33:23.219 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-07-26T22:33:23.219 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-07-26T22:33:23.219 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-07-26T22:33:23.219 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-07-26T22:33:23.219 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-07-26T22:33:23.219 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-07-26T22:33:23.440 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T22:33:23.463 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T22:33:23.463 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:23.463 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-07-26T22:33:23.464 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T22:33:23.464 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T22:33:23.464 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:23.690 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T22:33:23.715 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T22:33:23.715 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:23.715 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-07-26T22:33:23.715 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T22:33:23.715 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T22:33:23.715 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:23.779 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T22:33:24.315 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-07-26T22:33:24.315 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:24.315 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:33:24.315 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:24.315 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:24.315 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:24.315 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:24.315 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:24.315 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:24.315 INFO:teuthology.orchestra.run.smithi103.stdout: lua-5.4.4-4.el9.x86_64 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: luarocks-3.9.2-5.el9.noarch 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-07-26T22:33:24.316 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-mako-1.1.4-6.el9.noarch 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-packaging-20.9-5.el9.noarch 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ply-3.11-14.el9.noarch 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-portend-3.1.0-2.el9.noarch 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pycparser-2.20-6.el9.noarch 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pytz-2021.1-5.el9.noarch 2024-07-26T22:33:24.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests-2.25.1-8.el9.noarch 2024-07-26T22:33:24.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-07-26T22:33:24.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-toml-0.10.2-6.el9.noarch 2024-07-26T22:33:24.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-07-26T22:33:24.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-webob-1.8.7-6.el9.noarch 2024-07-26T22:33:24.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-07-26T22:33:24.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-07-26T22:33:24.318 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:24.318 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:33:24.697 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-base 2024-07-26T22:33:24.729 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T22:33:24.729 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/37 2024-07-26T22:33:24.729 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/37 2024-07-26T22:33:24.729 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/37 2024-07-26T22:33:24.729 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/37 2024-07-26T22:33:24.729 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/37 2024-07-26T22:33:24.729 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 6/37 2024-07-26T22:33:24.730 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-07-26T22:33:24.730 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-07-26T22:33:24.730 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-07-26T22:33:24.730 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-07-26T22:33:24.730 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-07-26T22:33:24.730 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-07-26T22:33:24.730 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-07-26T22:33:24.730 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-07-26T22:33:24.730 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-07-26T22:33:24.730 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-07-26T22:33:24.731 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-07-26T22:33:24.731 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-07-26T22:33:24.731 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-07-26T22:33:24.731 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-07-26T22:33:24.731 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-07-26T22:33:24.731 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-07-26T22:33:24.731 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-07-26T22:33:24.731 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-07-26T22:33:24.731 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-07-26T22:33:24.731 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-07-26T22:33:24.731 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-07-26T22:33:24.732 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-07-26T22:33:24.732 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-07-26T22:33:24.732 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-07-26T22:33:24.733 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-07-26T22:33:24.733 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-07-26T22:33:24.733 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-07-26T22:33:24.733 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-07-26T22:33:24.733 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-07-26T22:33:24.733 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-07-26T22:33:25.251 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:52 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:33:25.336 INFO:teuthology.orchestra.run.smithi103.stdout:Package ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:33:25.378 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:33:25.379 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-07-26T22:33:25.379 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:33:25.439 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install cephadm 2024-07-26T22:33:25.567 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T22:33:25.567 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/37 2024-07-26T22:33:25.567 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/37 2024-07-26T22:33:25.567 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/37 2024-07-26T22:33:25.567 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/37 2024-07-26T22:33:25.567 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/37 2024-07-26T22:33:25.568 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 6/37 2024-07-26T22:33:25.568 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-07-26T22:33:25.568 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-07-26T22:33:25.568 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-07-26T22:33:25.568 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-07-26T22:33:25.568 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-07-26T22:33:25.568 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-07-26T22:33:25.568 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-07-26T22:33:25.568 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-07-26T22:33:25.568 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-07-26T22:33:25.568 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-07-26T22:33:25.569 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-07-26T22:33:25.569 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-07-26T22:33:25.569 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-07-26T22:33:25.569 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-07-26T22:33:25.569 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-07-26T22:33:25.569 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-07-26T22:33:25.569 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-07-26T22:33:25.569 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-07-26T22:33:25.569 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-07-26T22:33:25.570 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-07-26T22:33:25.570 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-07-26T22:33:25.570 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-07-26T22:33:25.570 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-07-26T22:33:25.570 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-07-26T22:33:25.570 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-07-26T22:33:25.571 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-07-26T22:33:25.571 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-07-26T22:33:25.571 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-07-26T22:33:25.571 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-07-26T22:33:25.571 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-07-26T22:33:25.650 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-07-26T22:33:25.651 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:25.651 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:33:25.651 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:25.651 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:25.651 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:25.651 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:25.651 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:25.651 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:25.651 INFO:teuthology.orchestra.run.smithi099.stdout: lua-5.4.4-4.el9.x86_64 2024-07-26T22:33:25.651 INFO:teuthology.orchestra.run.smithi099.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: luarocks-3.9.2-5.el9.noarch 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-07-26T22:33:25.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-mako-1.1.4-6.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-packaging-20.9-5.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ply-3.11-14.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-portend-3.1.0-2.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pycparser-2.20-6.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pytz-2021.1-5.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-requests-2.25.1-8.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-toml-0.10.2-6.el9.noarch 2024-07-26T22:33:25.653 INFO:teuthology.orchestra.run.smithi099.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-07-26T22:33:25.654 INFO:teuthology.orchestra.run.smithi099.stdout: python3-webob-1.8.7-6.el9.noarch 2024-07-26T22:33:25.654 INFO:teuthology.orchestra.run.smithi099.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-07-26T22:33:25.654 INFO:teuthology.orchestra.run.smithi099.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-07-26T22:33:25.654 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:25.654 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:33:25.981 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:52 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:33:26.007 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-base 2024-07-26T22:33:26.109 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:33:26.110 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:26.110 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-07-26T22:33:26.110 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:26.111 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:33:26.111 INFO:teuthology.orchestra.run.smithi103.stdout: cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 770 k 2024-07-26T22:33:26.111 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:26.111 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:33:26.111 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:26.111 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-07-26T22:33:26.111 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:26.111 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 770 k 2024-07-26T22:33:26.111 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 777 k 2024-07-26T22:33:26.111 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:33:26.405 INFO:teuthology.orchestra.run.smithi103.stdout:cephadm-19.0.0-5372.g67f28c2a.el9.noarch.rpm 2.6 MB/s | 770 kB 00:00 2024-07-26T22:33:26.405 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:26.405 INFO:teuthology.orchestra.run.smithi103.stdout:Total 2.6 MB/s | 770 kB 00:00 2024-07-26T22:33:26.406 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:33:26.411 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:33:26.411 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:33:26.417 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:33:26.417 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:33:26.494 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:33:26.563 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:52 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:33:26.585 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-07-26T22:33:26.585 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:26.585 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:33:26.586 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:26.586 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:26.586 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:26.586 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:26.586 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:26.586 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:26.586 INFO:teuthology.orchestra.run.smithi076.stdout: lua-5.4.4-4.el9.x86_64 2024-07-26T22:33:26.586 INFO:teuthology.orchestra.run.smithi076.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-07-26T22:33:26.586 INFO:teuthology.orchestra.run.smithi076.stdout: luarocks-3.9.2-5.el9.noarch 2024-07-26T22:33:26.586 INFO:teuthology.orchestra.run.smithi076.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-mako-1.1.4-6.el9.noarch 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-07-26T22:33:26.587 INFO:teuthology.orchestra.run.smithi076.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-packaging-20.9-5.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ply-3.11-14.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-portend-3.1.0-2.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pycparser-2.20-6.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pytz-2021.1-5.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-requests-2.25.1-8.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-toml-0.10.2-6.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-webob-1.8.7-6.el9.noarch 2024-07-26T22:33:26.588 INFO:teuthology.orchestra.run.smithi076.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-07-26T22:33:26.589 INFO:teuthology.orchestra.run.smithi076.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-07-26T22:33:26.589 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:26.589 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:33:26.649 INFO:teuthology.orchestra.run.smithi099.stdout:Package ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:33:26.691 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:33:26.693 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2024-07-26T22:33:26.693 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:33:26.755 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install cephadm 2024-07-26T22:33:26.914 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:26.953 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-base 2024-07-26T22:33:26.990 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:27.299 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:53 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:33:27.385 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:27.425 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:33:27.426 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:27.426 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2024-07-26T22:33:27.426 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:27.426 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:33:27.426 INFO:teuthology.orchestra.run.smithi099.stdout: cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 770 k 2024-07-26T22:33:27.427 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:27.427 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:33:27.427 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:27.427 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2024-07-26T22:33:27.427 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:27.427 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 770 k 2024-07-26T22:33:27.427 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 777 k 2024-07-26T22:33:27.427 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:33:27.507 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:51 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:33:27.592 INFO:teuthology.orchestra.run.smithi076.stdout:Package ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:33:27.633 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:27.633 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:27.633 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:33:27.633 INFO:teuthology.orchestra.run.smithi103.stdout: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:27.633 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:27.633 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:33:27.634 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:33:27.635 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-07-26T22:33:27.635 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:33:27.704 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install cephadm 2024-07-26T22:33:27.728 INFO:teuthology.orchestra.run.smithi099.stdout:cephadm-19.0.0-5372.g67f28c2a.el9.noarch.rpm 2.5 MB/s | 770 kB 00:00 2024-07-26T22:33:27.728 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:27.729 INFO:teuthology.orchestra.run.smithi099.stdout:Total 2.5 MB/s | 770 kB 00:00 2024-07-26T22:33:27.729 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:33:27.734 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:33:27.734 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:33:27.740 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:33:27.740 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:33:27.811 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:33:27.867 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-immutable-object-cache 2024-07-26T22:33:28.248 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:52 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:33:28.281 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:28.365 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:28.374 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:33:28.375 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:28.376 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-07-26T22:33:28.376 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:28.376 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:33:28.376 INFO:teuthology.orchestra.run.smithi076.stdout: cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 770 k 2024-07-26T22:33:28.376 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:28.376 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:33:28.376 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:28.376 INFO:teuthology.orchestra.run.smithi076.stdout:Install 1 Package 2024-07-26T22:33:28.376 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:28.377 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 770 k 2024-07-26T22:33:28.377 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 777 k 2024-07-26T22:33:28.377 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:33:28.416 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:55 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:33:28.546 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:33:28.546 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:28.547 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-07-26T22:33:28.547 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:28.547 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:33:28.547 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 145 k 2024-07-26T22:33:28.547 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:28.547 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:33:28.547 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:28.547 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-07-26T22:33:28.547 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:28.547 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 145 k 2024-07-26T22:33:28.548 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 436 k 2024-07-26T22:33:28.548 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:33:28.665 INFO:teuthology.orchestra.run.smithi076.stdout:cephadm-19.0.0-5372.g67f28c2a.el9.noarch.rpm 2.6 MB/s | 770 kB 00:00 2024-07-26T22:33:28.666 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:28.666 INFO:teuthology.orchestra.run.smithi076.stdout:Total 2.6 MB/s | 770 kB 00:00 2024-07-26T22:33:28.666 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:33:28.671 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:33:28.671 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:33:28.677 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:33:28.678 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:33:28.742 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:28.754 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:33:28.770 INFO:teuthology.orchestra.run.smithi103.stdout:ceph-immutable-object-cache-19.0.0-5372.g67f28c 652 kB/s | 145 kB 00:00 2024-07-26T22:33:28.771 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:28.771 INFO:teuthology.orchestra.run.smithi103.stdout:Total 646 kB/s | 145 kB 00:00 2024-07-26T22:33:28.771 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:33:28.779 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:33:28.779 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:33:28.836 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:33:28.836 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:33:28.971 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:28.971 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:28.971 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:33:28.971 INFO:teuthology.orchestra.run.smithi099.stdout: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:28.971 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:28.971 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:33:28.992 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:33:29.062 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T22:33:29.088 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T22:33:29.088 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:29.088 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-07-26T22:33:29.088 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:29.207 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-immutable-object-cache 2024-07-26T22:33:29.226 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:29.319 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:29.679 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:29.768 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:55 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:33:29.897 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:33:29.898 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:29.898 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repo Size 2024-07-26T22:33:29.898 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:29.898 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:33:29.899 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 145 k 2024-07-26T22:33:29.899 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:29.899 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:33:29.899 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:29.899 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2024-07-26T22:33:29.899 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:29.899 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 145 k 2024-07-26T22:33:29.899 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 436 k 2024-07-26T22:33:29.899 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:33:29.941 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:33:29.941 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:29.941 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:33:29.941 INFO:teuthology.orchestra.run.smithi076.stdout: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:29.941 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:29.941 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:33:29.986 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T22:33:29.986 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:29.986 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:33:29.987 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:29.987 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:29.987 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:33:30.116 INFO:teuthology.orchestra.run.smithi099.stdout:ceph-immutable-object-cache-19.0.0-5372.g67f28c 670 kB/s | 145 kB 00:00 2024-07-26T22:33:30.117 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:30.117 INFO:teuthology.orchestra.run.smithi099.stdout:Total 663 kB/s | 145 kB 00:00 2024-07-26T22:33:30.117 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:33:30.125 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:33:30.125 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:33:30.144 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-immutable-object-cache 2024-07-26T22:33:30.183 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:33:30.183 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:33:30.197 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr 2024-07-26T22:33:30.340 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:33:30.433 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T22:33:30.459 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T22:33:30.459 INFO:teuthology.orchestra.run.smithi099.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:30.459 INFO:teuthology.orchestra.run.smithi099.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-07-26T22:33:30.459 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:30.700 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:54 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:33:30.760 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:57 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:33:30.831 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:33:30.832 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:30.832 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repo Size 2024-07-26T22:33:30.832 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:30.833 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:33:30.833 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 145 k 2024-07-26T22:33:30.833 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:30.833 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:33:30.833 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:30.834 INFO:teuthology.orchestra.run.smithi076.stdout:Install 1 Package 2024-07-26T22:33:30.834 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:30.834 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 145 k 2024-07-26T22:33:30.834 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 436 k 2024-07-26T22:33:30.834 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:33:30.845 INFO:teuthology.orchestra.run.smithi103.stdout:Package ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:33:30.887 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:33:30.887 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-07-26T22:33:30.888 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:33:30.945 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-dashboard 2024-07-26T22:33:31.065 INFO:teuthology.orchestra.run.smithi076.stdout:ceph-immutable-object-cache-19.0.0-5372.g67f28c 623 kB/s | 145 kB 00:00 2024-07-26T22:33:31.065 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:31.066 INFO:teuthology.orchestra.run.smithi076.stdout:Total 619 kB/s | 145 kB 00:00 2024-07-26T22:33:31.066 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:33:31.073 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:33:31.073 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:33:31.130 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:33:31.131 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:33:31.280 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:33:31.345 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T22:33:31.345 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:31.345 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:33:31.345 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:31.345 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:31.345 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:33:31.374 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T22:33:31.399 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T22:33:31.399 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:33:31.399 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-07-26T22:33:31.399 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:31.483 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:58 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:33:31.588 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-mgr 2024-07-26T22:33:31.608 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:33:31.609 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:31.609 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-07-26T22:33:31.609 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:31.610 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:33:31.610 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 14 M 2024-07-26T22:33:31.610 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-07-26T22:33:31.610 INFO:teuthology.orchestra.run.smithi103.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-07-26T22:33:31.610 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 34 k 2024-07-26T22:33:31.610 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 16 k 2024-07-26T22:33:31.610 INFO:teuthology.orchestra.run.smithi103.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-07-26T22:33:31.610 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-07-26T22:33:31.610 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-07-26T22:33:31.610 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-07-26T22:33:31.611 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-07-26T22:33:31.611 INFO:teuthology.orchestra.run.smithi103.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-07-26T22:33:31.611 INFO:teuthology.orchestra.run.smithi103.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-07-26T22:33:31.611 INFO:teuthology.orchestra.run.smithi103.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-07-26T22:33:31.611 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:31.611 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:33:31.611 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:31.611 INFO:teuthology.orchestra.run.smithi103.stdout:Install 12 Packages 2024-07-26T22:33:31.611 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:31.612 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 19 M 2024-07-26T22:33:31.612 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 154 M 2024-07-26T22:33:31.612 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:33:32.141 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:58 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:33:32.158 INFO:teuthology.orchestra.run.smithi103.stdout:(1/12): ceph-grafana-dashboards-19.0.0-5372.g67 179 kB/s | 34 kB 00:00 2024-07-26T22:33:32.183 INFO:teuthology.orchestra.run.smithi103.stdout:(2/12): ceph-prometheus-alerts-19.0.0-5372.g67f 76 kB/s | 16 kB 00:00 2024-07-26T22:33:32.229 INFO:teuthology.orchestra.run.smithi099.stdout:Package ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:33:32.271 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:33:32.272 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2024-07-26T22:33:32.272 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:33:32.281 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T22:33:32.281 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:32.281 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:33:32.281 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:33:32.281 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:32.281 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:33:32.340 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-mgr-dashboard 2024-07-26T22:33:32.383 INFO:teuthology.orchestra.run.smithi103.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-07-26T22:33:32.442 INFO:teuthology.orchestra.run.smithi103.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.6 MB/s | 1.0 MB 00:00 2024-07-26T22:33:32.509 INFO:teuthology.orchestra.run.smithi103.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 6.7 MB/s | 863 kB 00:00 2024-07-26T22:33:32.513 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-mgr 2024-07-26T22:33:32.576 INFO:teuthology.orchestra.run.smithi103.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 4.0 MB/s | 548 kB 00:00 2024-07-26T22:33:32.610 INFO:teuthology.orchestra.run.smithi103.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 199 kB/s | 19 kB 00:00 2024-07-26T22:33:32.760 INFO:teuthology.orchestra.run.smithi103.stdout:(8/12): ceph-mgr-dashboard-19.0.0-5372.g67f28c2 18 MB/s | 14 MB 00:00 2024-07-26T22:33:32.785 INFO:teuthology.orchestra.run.smithi103.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 824 kB/s | 144 kB 00:00 2024-07-26T22:33:32.877 INFO:teuthology.orchestra.run.smithi103.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.8 MB/s | 2.0 MB 00:00 2024-07-26T22:33:32.880 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:58 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:33:32.902 INFO:teuthology.orchestra.run.smithi103.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-07-26T22:33:32.928 INFO:teuthology.orchestra.run.smithi103.stdout:(12/12): python3-repoze-lru-0.7-16.el9.noarch.r 183 kB/s | 31 kB 00:00 2024-07-26T22:33:32.932 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:32.932 INFO:teuthology.orchestra.run.smithi103.stdout:Total 14 MB/s | 19 MB 00:01 2024-07-26T22:33:32.980 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:33:32.998 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:33:32.999 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:33:33.006 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:33:33.008 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:33.008 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2024-07-26T22:33:33.008 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:33.008 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:33:33.008 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 14 M 2024-07-26T22:33:33.008 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-07-26T22:33:33.008 INFO:teuthology.orchestra.run.smithi099.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-07-26T22:33:33.009 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 34 k 2024-07-26T22:33:33.009 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 16 k 2024-07-26T22:33:33.009 INFO:teuthology.orchestra.run.smithi099.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-07-26T22:33:33.009 INFO:teuthology.orchestra.run.smithi099.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-07-26T22:33:33.009 INFO:teuthology.orchestra.run.smithi099.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-07-26T22:33:33.009 INFO:teuthology.orchestra.run.smithi099.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-07-26T22:33:33.010 INFO:teuthology.orchestra.run.smithi099.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-07-26T22:33:33.010 INFO:teuthology.orchestra.run.smithi099.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-07-26T22:33:33.010 INFO:teuthology.orchestra.run.smithi099.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-07-26T22:33:33.010 INFO:teuthology.orchestra.run.smithi099.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-07-26T22:33:33.011 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:33.011 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:33:33.011 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:33:33.011 INFO:teuthology.orchestra.run.smithi099.stdout:Install 12 Packages 2024-07-26T22:33:33.011 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:33.012 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 19 M 2024-07-26T22:33:33.012 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 154 M 2024-07-26T22:33:33.012 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:33:33.069 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:57 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:33:33.158 INFO:teuthology.orchestra.run.smithi076.stdout:Package ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:33:33.201 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:33:33.202 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-07-26T22:33:33.202 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:33:33.243 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:33:33.243 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:33:33.270 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-mgr-dashboard 2024-07-26T22:33:33.544 INFO:teuthology.orchestra.run.smithi099.stdout:(1/12): ceph-grafana-dashboards-19.0.0-5372.g67 170 kB/s | 34 kB 00:00 2024-07-26T22:33:33.569 INFO:teuthology.orchestra.run.smithi099.stdout:(2/12): ceph-prometheus-alerts-19.0.0-5372.g67f 73 kB/s | 16 kB 00:00 2024-07-26T22:33:33.769 INFO:teuthology.orchestra.run.smithi099.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-07-26T22:33:33.804 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:57 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:33:33.853 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:33:33.886 INFO:teuthology.orchestra.run.smithi099.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.0 MB/s | 1.0 MB 00:00 2024-07-26T22:33:33.929 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-07-26T22:33:33.929 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:33:33.930 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:33.930 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-07-26T22:33:33.930 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:33.930 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:33:33.930 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 14 M 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 34 k 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 16 k 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-07-26T22:33:33.931 INFO:teuthology.orchestra.run.smithi076.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-07-26T22:33:33.932 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:33.932 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:33:33.932 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:33.932 INFO:teuthology.orchestra.run.smithi076.stdout:Install 12 Packages 2024-07-26T22:33:33.932 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:33.932 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 19 M 2024-07-26T22:33:33.933 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 154 M 2024-07-26T22:33:33.933 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:33:33.953 INFO:teuthology.orchestra.run.smithi099.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.0 MB/s | 548 kB 00:00 2024-07-26T22:33:33.972 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-07-26T22:33:33.978 INFO:teuthology.orchestra.run.smithi099.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 778 kB/s | 19 kB 00:00 2024-07-26T22:33:34.019 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-07-26T22:33:34.050 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-07-26T22:33:34.120 INFO:teuthology.orchestra.run.smithi099.stdout:(7/12): ceph-mgr-dashboard-19.0.0-5372.g67f28c2 18 MB/s | 14 MB 00:00 2024-07-26T22:33:34.138 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-07-26T22:33:34.170 INFO:teuthology.orchestra.run.smithi099.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.1 MB/s | 863 kB 00:00 2024-07-26T22:33:34.229 INFO:teuthology.orchestra.run.smithi099.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.3 MB/s | 144 kB 00:00 2024-07-26T22:33:34.254 INFO:teuthology.orchestra.run.smithi099.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 379 kB/s | 31 kB 00:00 2024-07-26T22:33:34.280 INFO:teuthology.orchestra.run.smithi099.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.8 MB/s | 188 kB 00:00 2024-07-26T22:33:34.292 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-07-26T22:33:34.329 INFO:teuthology.orchestra.run.smithi099.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.8 MB/s | 2.0 MB 00:00 2024-07-26T22:33:34.334 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:34.334 INFO:teuthology.orchestra.run.smithi099.stdout:Total 14 MB/s | 19 MB 00:01 2024-07-26T22:33:34.382 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:33:34.386 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-07-26T22:33:34.400 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:33:34.401 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:33:34.455 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-07-26T22:33:34.483 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-07-26T22:33:34.516 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 10/12 2024-07-26T22:33:34.527 INFO:teuthology.orchestra.run.smithi076.stdout:(1/12): ceph-grafana-dashboards-19.0.0-5372.g67 177 kB/s | 34 kB 00:00 2024-07-26T22:33:34.552 INFO:teuthology.orchestra.run.smithi076.stdout:(2/12): ceph-prometheus-alerts-19.0.0-5372.g67f 75 kB/s | 16 kB 00:00 2024-07-26T22:33:34.640 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:33:34.640 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:33:35.044 INFO:teuthology.orchestra.run.smithi076.stdout:(3/12): ceph-mgr-dashboard-19.0.0-5372.g67f28c2 20 MB/s | 14 MB 00:00 2024-07-26T22:33:35.153 INFO:teuthology.orchestra.run.smithi076.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 448 kB/s | 269 kB 00:00 2024-07-26T22:33:35.228 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:33:35.245 INFO:teuthology.orchestra.run.smithi076.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 5.9 MB/s | 548 kB 00:00 2024-07-26T22:33:35.270 INFO:teuthology.orchestra.run.smithi076.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 777 kB/s | 19 kB 00:00 2024-07-26T22:33:35.296 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-07-26T22:33:35.312 INFO:teuthology.orchestra.run.smithi076.stdout:(7/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.3 MB/s | 1.0 MB 00:00 2024-07-26T22:33:35.332 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-07-26T22:33:35.346 INFO:teuthology.orchestra.run.smithi076.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.8 MB/s | 863 kB 00:00 2024-07-26T22:33:35.378 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-07-26T22:33:35.409 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-07-26T22:33:35.438 INFO:teuthology.orchestra.run.smithi076.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 12 MB/s | 2.0 MB 00:00 2024-07-26T22:33:35.471 INFO:teuthology.orchestra.run.smithi076.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 305 kB/s | 31 kB 00:00 2024-07-26T22:33:35.493 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-07-26T22:33:35.496 INFO:teuthology.orchestra.run.smithi076.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 785 kB/s | 144 kB 00:00 2024-07-26T22:33:35.521 INFO:teuthology.orchestra.run.smithi076.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.3 MB/s | 188 kB 00:00 2024-07-26T22:33:35.525 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:35.525 INFO:teuthology.orchestra.run.smithi076.stdout:Total 12 MB/s | 19 MB 00:01 2024-07-26T22:33:35.572 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:33:35.590 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:33:35.590 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:33:35.626 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-07-26T22:33:35.719 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-07-26T22:33:35.788 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-07-26T22:33:35.817 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-07-26T22:33:35.831 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:33:35.831 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:33:35.849 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 10/12 2024-07-26T22:33:36.421 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:33:36.497 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-07-26T22:33:36.532 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-07-26T22:33:36.579 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-07-26T22:33:36.610 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-07-26T22:33:36.703 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-07-26T22:33:36.836 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-07-26T22:33:36.938 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-07-26T22:33:36.981 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-07-26T22:33:37.018 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-07-26T22:33:37.050 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 10/12 2024-07-26T22:33:37.654 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 11/12 2024-07-26T22:33:37.712 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T22:33:38.994 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 11/12 2024-07-26T22:33:39.062 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T22:33:39.471 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T22:33:39.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 1/12 2024-07-26T22:33:39.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 2/12 2024-07-26T22:33:39.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 3/12 2024-07-26T22:33:39.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-07-26T22:33:39.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-07-26T22:33:39.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-07-26T22:33:39.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-07-26T22:33:39.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-07-26T22:33:39.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-07-26T22:33:39.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-07-26T22:33:39.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-07-26T22:33:39.825 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-07-26T22:33:39.826 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:39.826 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:33:39.826 INFO:teuthology.orchestra.run.smithi103.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-07-26T22:33:39.826 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:39.826 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:39.826 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:39.826 INFO:teuthology.orchestra.run.smithi103.stdout: grpc-data-1.46.7-10.el9.noarch 2024-07-26T22:33:39.827 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf-3.14.0-13.el9.x86_64 2024-07-26T22:33:39.827 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-07-26T22:33:39.827 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-07-26T22:33:39.827 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-07-26T22:33:39.827 INFO:teuthology.orchestra.run.smithi103.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-07-26T22:33:39.827 INFO:teuthology.orchestra.run.smithi103.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-07-26T22:33:39.827 INFO:teuthology.orchestra.run.smithi103.stdout: python3-routes-2.5.1-5.el9.noarch 2024-07-26T22:33:39.827 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:39.827 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:33:40.086 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-diskprediction-local 2024-07-26T22:33:40.187 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 11/12 2024-07-26T22:33:40.246 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T22:33:40.636 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:07 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:33:40.766 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:33:40.767 INFO:teuthology.orchestra.run.smithi103.stdout:======================================================================================= 2024-07-26T22:33:40.767 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-07-26T22:33:40.767 INFO:teuthology.orchestra.run.smithi103.stdout:======================================================================================= 2024-07-26T22:33:40.767 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:33:40.767 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 7.4 M 2024-07-26T22:33:40.767 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-07-26T22:33:40.767 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-07-26T22:33:40.767 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-07-26T22:33:40.767 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-07-26T22:33:40.767 INFO:teuthology.orchestra.run.smithi103.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-07-26T22:33:40.768 INFO:teuthology.orchestra.run.smithi103.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-07-26T22:33:40.768 INFO:teuthology.orchestra.run.smithi103.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-07-26T22:33:40.768 INFO:teuthology.orchestra.run.smithi103.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-07-26T22:33:40.768 INFO:teuthology.orchestra.run.smithi103.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-07-26T22:33:40.768 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-07-26T22:33:40.768 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-07-26T22:33:40.768 INFO:teuthology.orchestra.run.smithi103.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-07-26T22:33:40.768 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:40.768 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:33:40.768 INFO:teuthology.orchestra.run.smithi103.stdout:======================================================================================= 2024-07-26T22:33:40.769 INFO:teuthology.orchestra.run.smithi103.stdout:Install 12 Packages 2024-07-26T22:33:40.769 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:40.769 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 38 M 2024-07-26T22:33:40.769 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 209 M 2024-07-26T22:33:40.769 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:33:40.803 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T22:33:40.803 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 1/12 2024-07-26T22:33:40.803 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 2/12 2024-07-26T22:33:40.803 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 3/12 2024-07-26T22:33:40.803 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-07-26T22:33:40.803 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-07-26T22:33:40.804 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-07-26T22:33:40.804 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-07-26T22:33:40.804 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-07-26T22:33:40.804 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-07-26T22:33:40.804 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-07-26T22:33:40.804 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-07-26T22:33:41.118 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-07-26T22:33:41.118 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:41.118 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:33:41.118 INFO:teuthology.orchestra.run.smithi099.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-07-26T22:33:41.118 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout: grpc-data-1.46.7-10.el9.noarch 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout: protobuf-3.14.0-13.el9.x86_64 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout: python3-routes-2.5.1-5.el9.noarch 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:41.119 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:33:41.129 INFO:teuthology.orchestra.run.smithi103.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 957 kB/s | 195 kB 00:00 2024-07-26T22:33:41.187 INFO:teuthology.orchestra.run.smithi103.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.0 MB/s | 803 kB 00:00 2024-07-26T22:33:41.213 INFO:teuthology.orchestra.run.smithi103.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 390 kB/s | 33 kB 00:00 2024-07-26T22:33:41.263 INFO:teuthology.orchestra.run.smithi103.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-07-26T22:33:41.355 INFO:teuthology.orchestra.run.smithi103.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 18 MB/s | 3.0 MB 00:00 2024-07-26T22:33:41.373 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-mgr-diskprediction-local 2024-07-26T22:33:41.380 INFO:teuthology.orchestra.run.smithi103.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 301 kB/s | 35 kB 00:00 2024-07-26T22:33:41.539 INFO:teuthology.orchestra.run.smithi103.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 26 MB/s | 4.7 MB 00:00 2024-07-26T22:33:41.564 INFO:teuthology.orchestra.run.smithi103.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.3 MB/s | 244 kB 00:00 2024-07-26T22:33:41.681 INFO:teuthology.orchestra.run.smithi103.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-53 9.8 MB/s | 7.4 MB 00:00 2024-07-26T22:33:41.706 INFO:teuthology.orchestra.run.smithi103.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.7 MB/s | 250 kB 00:00 2024-07-26T22:33:41.782 INFO:teuthology.orchestra.run.smithi103.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 21 MB/s | 5.1 MB 00:00 2024-07-26T22:33:41.922 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:07 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:33:42.051 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:33:42.052 INFO:teuthology.orchestra.run.smithi099.stdout:======================================================================================= 2024-07-26T22:33:42.052 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2024-07-26T22:33:42.052 INFO:teuthology.orchestra.run.smithi099.stdout:======================================================================================= 2024-07-26T22:33:42.052 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:33:42.052 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 7.4 M 2024-07-26T22:33:42.052 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-07-26T22:33:42.052 INFO:teuthology.orchestra.run.smithi099.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-07-26T22:33:42.052 INFO:teuthology.orchestra.run.smithi099.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:33:42.053 INFO:teuthology.orchestra.run.smithi099.stdout:======================================================================================= 2024-07-26T22:33:42.054 INFO:teuthology.orchestra.run.smithi099.stdout:Install 12 Packages 2024-07-26T22:33:42.054 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:33:42.054 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 38 M 2024-07-26T22:33:42.054 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 209 M 2024-07-26T22:33:42.054 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:33:42.162 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T22:33:42.162 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 1/12 2024-07-26T22:33:42.162 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 2/12 2024-07-26T22:33:42.163 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 3/12 2024-07-26T22:33:42.163 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-07-26T22:33:42.163 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-07-26T22:33:42.163 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-07-26T22:33:42.163 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-07-26T22:33:42.163 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-07-26T22:33:42.163 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-07-26T22:33:42.163 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-07-26T22:33:42.163 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-07-26T22:33:42.299 INFO:teuthology.orchestra.run.smithi103.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-07-26T22:33:42.299 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:42.300 INFO:teuthology.orchestra.run.smithi103.stdout:Total 25 MB/s | 38 MB 00:01 2024-07-26T22:33:42.319 INFO:teuthology.orchestra.run.smithi099.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 195 kB 00:00 2024-07-26T22:33:42.361 INFO:teuthology.orchestra.run.smithi099.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.5 MB/s | 803 kB 00:00 2024-07-26T22:33:42.472 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-07-26T22:33:42.473 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:42.473 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:33:42.473 INFO:teuthology.orchestra.run.smithi076.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-07-26T22:33:42.473 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:42.473 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:42.473 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:42.473 INFO:teuthology.orchestra.run.smithi076.stdout: grpc-data-1.46.7-10.el9.noarch 2024-07-26T22:33:42.473 INFO:teuthology.orchestra.run.smithi076.stdout: protobuf-3.14.0-13.el9.x86_64 2024-07-26T22:33:42.473 INFO:teuthology.orchestra.run.smithi076.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-07-26T22:33:42.473 INFO:teuthology.orchestra.run.smithi076.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-07-26T22:33:42.474 INFO:teuthology.orchestra.run.smithi076.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-07-26T22:33:42.474 INFO:teuthology.orchestra.run.smithi076.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-07-26T22:33:42.474 INFO:teuthology.orchestra.run.smithi076.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-07-26T22:33:42.474 INFO:teuthology.orchestra.run.smithi076.stdout: python3-routes-2.5.1-5.el9.noarch 2024-07-26T22:33:42.474 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:42.474 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:33:42.586 INFO:teuthology.orchestra.run.smithi099.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 122 kB/s | 33 kB 00:00 2024-07-26T22:33:42.656 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:33:42.681 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:33:42.681 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:33:42.686 INFO:teuthology.orchestra.run.smithi099.stdout:(4/12): ceph-mgr-diskprediction-local-19.0.0-53 15 MB/s | 7.4 MB 00:00 2024-07-26T22:33:42.711 INFO:teuthology.orchestra.run.smithi099.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 145 kB/s | 18 kB 00:00 2024-07-26T22:33:42.738 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-mgr-diskprediction-local 2024-07-26T22:33:42.962 INFO:teuthology.orchestra.run.smithi099.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 128 kB/s | 35 kB 00:00 2024-07-26T22:33:43.115 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:33:43.115 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:33:43.287 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:07 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:33:43.396 INFO:teuthology.orchestra.run.smithi099.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 563 kB/s | 244 kB 00:00 2024-07-26T22:33:43.414 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:33:43.415 INFO:teuthology.orchestra.run.smithi076.stdout:======================================================================================= 2024-07-26T22:33:43.416 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-07-26T22:33:43.416 INFO:teuthology.orchestra.run.smithi076.stdout:======================================================================================= 2024-07-26T22:33:43.416 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:33:43.416 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 7.4 M 2024-07-26T22:33:43.416 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-07-26T22:33:43.416 INFO:teuthology.orchestra.run.smithi076.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-07-26T22:33:43.416 INFO:teuthology.orchestra.run.smithi076.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-07-26T22:33:43.416 INFO:teuthology.orchestra.run.smithi076.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-07-26T22:33:43.416 INFO:teuthology.orchestra.run.smithi076.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-07-26T22:33:43.416 INFO:teuthology.orchestra.run.smithi076.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-07-26T22:33:43.417 INFO:teuthology.orchestra.run.smithi076.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-07-26T22:33:43.417 INFO:teuthology.orchestra.run.smithi076.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-07-26T22:33:43.417 INFO:teuthology.orchestra.run.smithi076.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-07-26T22:33:43.417 INFO:teuthology.orchestra.run.smithi076.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-07-26T22:33:43.417 INFO:teuthology.orchestra.run.smithi076.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-07-26T22:33:43.417 INFO:teuthology.orchestra.run.smithi076.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-07-26T22:33:43.417 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:43.417 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:33:43.417 INFO:teuthology.orchestra.run.smithi076.stdout:======================================================================================= 2024-07-26T22:33:43.417 INFO:teuthology.orchestra.run.smithi076.stdout:Install 12 Packages 2024-07-26T22:33:43.417 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:43.418 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 38 M 2024-07-26T22:33:43.419 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 209 M 2024-07-26T22:33:43.419 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:33:43.562 INFO:teuthology.orchestra.run.smithi099.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.5 MB/s | 3.0 MB 00:01 2024-07-26T22:33:43.679 INFO:teuthology.orchestra.run.smithi099.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.1 MB/s | 250 kB 00:00 2024-07-26T22:33:43.879 INFO:teuthology.orchestra.run.smithi076.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 842 kB/s | 195 kB 00:00 2024-07-26T22:33:43.923 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:33:43.954 INFO:teuthology.orchestra.run.smithi076.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.6 MB/s | 803 kB 00:00 2024-07-26T22:33:43.979 INFO:teuthology.orchestra.run.smithi076.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 327 kB/s | 33 kB 00:00 2024-07-26T22:33:44.000 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-07-26T22:33:44.021 INFO:teuthology.orchestra.run.smithi076.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 437 kB/s | 18 kB 00:00 2024-07-26T22:33:44.038 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-07-26T22:33:44.063 INFO:teuthology.orchestra.run.smithi076.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 850 kB/s | 35 kB 00:00 2024-07-26T22:33:44.140 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-07-26T22:33:44.154 INFO:teuthology.orchestra.run.smithi099.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 6.7 MB/s | 5.1 MB 00:00 2024-07-26T22:33:44.164 INFO:teuthology.orchestra.run.smithi076.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-53 14 MB/s | 7.4 MB 00:00 2024-07-26T22:33:44.190 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-07-26T22:33:44.289 INFO:teuthology.orchestra.run.smithi076.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.9 MB/s | 244 kB 00:00 2024-07-26T22:33:44.364 INFO:teuthology.orchestra.run.smithi076.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 7.3 MB/s | 3.0 MB 00:00 2024-07-26T22:33:44.367 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-07-26T22:33:44.388 INFO:teuthology.orchestra.run.smithi099.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 2.8 MB/s | 4.7 MB 00:01 2024-07-26T22:33:44.397 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-07-26T22:33:44.406 INFO:teuthology.orchestra.run.smithi076.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 5.9 MB/s | 250 kB 00:00 2024-07-26T22:33:44.482 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-07-26T22:33:44.706 INFO:teuthology.orchestra.run.smithi076.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 7.4 MB/s | 4.7 MB 00:00 2024-07-26T22:33:45.048 INFO:teuthology.orchestra.run.smithi076.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 25 MB/s | 16 MB 00:00 2024-07-26T22:33:45.149 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-07-26T22:33:45.165 INFO:teuthology.orchestra.run.smithi076.stdout:(12/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.8 MB/s | 5.1 MB 00:00 2024-07-26T22:33:45.166 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:45.166 INFO:teuthology.orchestra.run.smithi076.stdout:Total 22 MB/s | 38 MB 00:01 2024-07-26T22:33:45.270 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-07-26T22:33:45.520 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:33:45.546 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:33:45.546 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:33:45.980 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:33:45.980 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:33:46.523 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T22:33:46.760 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:33:46.821 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-07-26T22:33:46.872 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-07-26T22:33:46.972 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-07-26T22:33:47.014 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-07-26T22:33:47.195 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-07-26T22:33:47.221 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-07-26T22:33:47.299 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-07-26T22:33:47.543 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-07-26T22:33:47.582 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T22:33:47.967 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-07-26T22:33:48.086 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-07-26T22:33:49.324 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T22:33:50.117 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T22:33:50.117 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 1/12 2024-07-26T22:33:50.117 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-07-26T22:33:50.117 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-07-26T22:33:50.117 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-07-26T22:33:50.117 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-07-26T22:33:50.117 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-07-26T22:33:50.117 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-07-26T22:33:50.117 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-07-26T22:33:50.117 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-07-26T22:33:50.118 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T22:33:50.118 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-07-26T22:33:50.356 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-07-26T22:33:50.388 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T22:33:50.562 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-07-26T22:33:50.562 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:50.562 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:33:50.562 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:50.562 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-07-26T22:33:50.562 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-07-26T22:33:50.562 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-07-26T22:33:50.562 INFO:teuthology.orchestra.run.smithi103.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-07-26T22:33:50.562 INFO:teuthology.orchestra.run.smithi103.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-07-26T22:33:50.563 INFO:teuthology.orchestra.run.smithi103.stdout: openblas-0.3.21-2.el9.x86_64 2024-07-26T22:33:50.563 INFO:teuthology.orchestra.run.smithi103.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-07-26T22:33:50.563 INFO:teuthology.orchestra.run.smithi103.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-07-26T22:33:50.563 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-07-26T22:33:50.563 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-07-26T22:33:50.563 INFO:teuthology.orchestra.run.smithi103.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-07-26T22:33:50.563 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:50.563 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:33:50.921 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-rook 2024-07-26T22:33:51.495 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:18 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:33:51.624 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:33:51.625 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-rook noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 49 k 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-07-26T22:33:51.626 INFO:teuthology.orchestra.run.smithi103.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-07-26T22:33:51.627 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-07-26T22:33:51.627 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-07-26T22:33:51.627 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-07-26T22:33:51.627 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-07-26T22:33:51.627 INFO:teuthology.orchestra.run.smithi103.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-07-26T22:33:51.627 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:51.627 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:33:51.627 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:51.627 INFO:teuthology.orchestra.run.smithi103.stdout:Install 13 Packages 2024-07-26T22:33:51.627 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:51.628 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 2.2 M 2024-07-26T22:33:51.628 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 26 M 2024-07-26T22:33:51.628 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:33:52.027 INFO:teuthology.orchestra.run.smithi103.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 231 kB/s | 26 kB 00:00 2024-07-26T22:33:52.052 INFO:teuthology.orchestra.run.smithi103.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 141 kB/s | 19 kB 00:00 2024-07-26T22:33:52.144 INFO:teuthology.orchestra.run.smithi103.stdout:(3/13): ceph-mgr-rook-19.0.0-5372.g67f28c2a.el9 216 kB/s | 49 kB 00:00 2024-07-26T22:33:52.194 INFO:teuthology.orchestra.run.smithi103.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-07-26T22:33:52.219 INFO:teuthology.orchestra.run.smithi103.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 948 kB/s | 159 kB 00:00 2024-07-26T22:33:52.270 INFO:teuthology.orchestra.run.smithi103.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 711 kB/s | 54 kB 00:00 2024-07-26T22:33:52.320 INFO:teuthology.orchestra.run.smithi103.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 321 kB/s | 32 kB 00:00 2024-07-26T22:33:52.346 INFO:teuthology.orchestra.run.smithi103.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 193 kB/s | 14 kB 00:00 2024-07-26T22:33:52.371 INFO:teuthology.orchestra.run.smithi103.stdout:(9/13): python3-google-auth-2.32.0-1.el9.noarch 4.4 MB/s | 216 kB 00:00 2024-07-26T22:33:52.404 INFO:teuthology.orchestra.run.smithi103.stdout:(10/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.0 MB/s | 279 kB 00:00 2024-07-26T22:33:52.430 INFO:teuthology.orchestra.run.smithi103.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.0 MB/s | 59 kB 00:00 2024-07-26T22:33:52.488 INFO:teuthology.orchestra.run.smithi103.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-07-26T22:33:52.513 INFO:teuthology.orchestra.run.smithi103.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 826 kB/s | 90 kB 00:00 2024-07-26T22:33:52.516 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:52.516 INFO:teuthology.orchestra.run.smithi103.stdout:Total 2.5 MB/s | 2.2 MB 00:00 2024-07-26T22:33:52.581 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:33:52.596 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:33:52.596 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:33:52.684 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:33:52.684 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:33:52.996 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T22:33:52.996 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 1/12 2024-07-26T22:33:52.997 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-07-26T22:33:52.997 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-07-26T22:33:52.997 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-07-26T22:33:52.997 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-07-26T22:33:52.997 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-07-26T22:33:52.997 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-07-26T22:33:52.997 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-07-26T22:33:52.997 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-07-26T22:33:52.997 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T22:33:52.997 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-07-26T22:33:53.188 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:33:53.355 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-07-26T22:33:53.355 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:53.355 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: openblas-0.3.21-2.el9.x86_64 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-07-26T22:33:53.356 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:53.357 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:33:53.363 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-07-26T22:33:53.416 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-07-26T22:33:53.471 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-07-26T22:33:53.509 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-07-26T22:33:53.550 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-07-26T22:33:53.652 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-07-26T22:33:53.760 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-07-26T22:33:53.771 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-mgr-rook 2024-07-26T22:33:53.816 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-07-26T22:33:54.011 INFO:teuthology.orchestra.run.smithi099.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 1.6 MB/s | 16 MB 00:10 2024-07-26T22:33:54.012 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:54.012 INFO:teuthology.orchestra.run.smithi099.stdout:Total 3.2 MB/s | 38 MB 00:11 2024-07-26T22:33:54.332 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:18 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:33:54.367 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:33:54.393 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:33:54.393 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:33:54.460 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:33:54.461 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:54.461 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-07-26T22:33:54.461 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:54.461 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:33:54.461 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-rook noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 49 k 2024-07-26T22:33:54.462 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-07-26T22:33:54.462 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-07-26T22:33:54.462 INFO:teuthology.orchestra.run.smithi076.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-07-26T22:33:54.462 INFO:teuthology.orchestra.run.smithi076.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-07-26T22:33:54.462 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-07-26T22:33:54.462 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-07-26T22:33:54.462 INFO:teuthology.orchestra.run.smithi076.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-07-26T22:33:54.462 INFO:teuthology.orchestra.run.smithi076.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-07-26T22:33:54.462 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-07-26T22:33:54.462 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-07-26T22:33:54.462 INFO:teuthology.orchestra.run.smithi076.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-07-26T22:33:54.463 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-07-26T22:33:54.463 INFO:teuthology.orchestra.run.smithi076.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-07-26T22:33:54.463 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:54.463 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:33:54.463 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:33:54.463 INFO:teuthology.orchestra.run.smithi076.stdout:Install 13 Packages 2024-07-26T22:33:54.463 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:54.463 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 2.2 M 2024-07-26T22:33:54.464 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 26 M 2024-07-26T22:33:54.464 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:33:54.536 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-07-26T22:33:54.589 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-07-26T22:33:54.623 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-07-26T22:33:54.671 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-07-26T22:33:54.694 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T22:33:54.830 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:33:54.830 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:33:54.924 INFO:teuthology.orchestra.run.smithi076.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 90 kB/s | 26 kB 00:00 2024-07-26T22:33:54.949 INFO:teuthology.orchestra.run.smithi076.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 62 kB/s | 19 kB 00:00 2024-07-26T22:33:54.983 INFO:teuthology.orchestra.run.smithi076.stdout:(3/13): ceph-mgr-rook-19.0.0-5372.g67f28c2a.el9 143 kB/s | 49 kB 00:00 2024-07-26T22:33:55.486 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T22:33:55.486 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 1/13 2024-07-26T22:33:55.486 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-07-26T22:33:55.486 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-07-26T22:33:55.486 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-07-26T22:33:55.486 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-07-26T22:33:55.487 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-07-26T22:33:55.487 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-07-26T22:33:55.487 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-07-26T22:33:55.487 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-07-26T22:33:55.487 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-07-26T22:33:55.487 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-07-26T22:33:55.487 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-07-26T22:33:55.507 INFO:teuthology.orchestra.run.smithi076.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 380 kB/s | 222 kB 00:00 2024-07-26T22:33:55.550 INFO:teuthology.orchestra.run.smithi076.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 264 kB/s | 159 kB 00:00 2024-07-26T22:33:55.600 INFO:teuthology.orchestra.run.smithi076.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 645 kB/s | 32 kB 00:00 2024-07-26T22:33:55.615 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:33:55.616 INFO:teuthology.orchestra.run.smithi076.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 854 kB/s | 14 kB 00:00 2024-07-26T22:33:55.650 INFO:teuthology.orchestra.run.smithi076.stdout:(8/13): python3-google-auth-2.32.0-1.el9.noarch 6.3 MB/s | 216 kB 00:00 2024-07-26T22:33:55.676 INFO:teuthology.orchestra.run.smithi076.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 402 kB/s | 279 kB 00:00 2024-07-26T22:33:55.706 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-07-26T22:33:55.734 INFO:teuthology.orchestra.run.smithi076.stdout:(10/13): python3-kubernetes-26.1.0-2.el9.noarch 12 MB/s | 1.0 MB 00:00 2024-07-26T22:33:55.750 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-07-26T22:33:55.751 INFO:teuthology.orchestra.run.smithi076.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 6.0 MB/s | 90 kB 00:00 2024-07-26T22:33:55.776 INFO:teuthology.orchestra.run.smithi076.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 588 kB/s | 59 kB 00:00 2024-07-26T22:33:55.824 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-07-26T22:33:55.825 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:55.825 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:33:55.825 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:55.825 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-07-26T22:33:55.825 INFO:teuthology.orchestra.run.smithi103.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-07-26T22:33:55.825 INFO:teuthology.orchestra.run.smithi103.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-07-26T22:33:55.825 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-07-26T22:33:55.825 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-07-26T22:33:55.825 INFO:teuthology.orchestra.run.smithi103.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-07-26T22:33:55.825 INFO:teuthology.orchestra.run.smithi103.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-07-26T22:33:55.826 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-07-26T22:33:55.826 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-07-26T22:33:55.826 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-07-26T22:33:55.826 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rsa-4.9-2.el9.noarch 2024-07-26T22:33:55.826 INFO:teuthology.orchestra.run.smithi103.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-07-26T22:33:55.826 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:55.826 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:33:55.851 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-07-26T22:33:55.893 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-07-26T22:33:55.900 INFO:teuthology.orchestra.run.smithi076.stdout:(13/13): python3-requests-oauthlib-1.3.0-12.el9 137 kB/s | 54 kB 00:00 2024-07-26T22:33:55.903 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:55.903 INFO:teuthology.orchestra.run.smithi076.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-07-26T22:33:55.967 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:33:55.981 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:33:55.982 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:33:56.068 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:33:56.068 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:33:56.071 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-07-26T22:33:56.097 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-cephadm 2024-07-26T22:33:56.108 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-07-26T22:33:56.192 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-07-26T22:33:56.574 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:33:56.642 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:23 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:33:56.756 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-07-26T22:33:56.769 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:33:56.770 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:56.770 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 150 k 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:33:56.771 INFO:teuthology.orchestra.run.smithi103.stdout:Install 6 Packages 2024-07-26T22:33:56.772 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:33:56.772 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 7.0 M 2024-07-26T22:33:56.772 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 33 M 2024-07-26T22:33:56.772 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:33:56.812 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-07-26T22:33:56.859 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-07-26T22:33:56.868 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-07-26T22:33:56.899 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-07-26T22:33:56.941 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-07-26T22:33:56.988 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-07-26T22:33:57.041 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-07-26T22:33:57.147 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-07-26T22:33:57.202 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-07-26T22:33:57.476 INFO:teuthology.orchestra.run.smithi103.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-07-26T22:33:57.542 INFO:teuthology.orchestra.run.smithi103.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 8.1 MB/s | 548 kB 00:00 2024-07-26T22:33:57.577 INFO:teuthology.orchestra.run.smithi103.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.7 MB/s | 58 kB 00:00 2024-07-26T22:33:57.602 INFO:teuthology.orchestra.run.smithi103.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 2.0 MB/s | 51 kB 00:00 2024-07-26T22:33:57.727 INFO:teuthology.orchestra.run.smithi103.stdout:(5/6): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 6.0 MB 00:00 2024-07-26T22:33:57.752 INFO:teuthology.orchestra.run.smithi103.stdout:(6/6): ceph-mgr-cephadm-19.0.0-5372.g67f28c2a.e 306 kB/s | 150 kB 00:00 2024-07-26T22:33:57.754 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:33:57.754 INFO:teuthology.orchestra.run.smithi103.stdout:Total 7.1 MB/s | 7.0 MB 00:00 2024-07-26T22:33:57.825 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:33:57.836 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:33:57.836 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:33:57.917 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-07-26T22:33:57.934 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:33:57.935 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:33:57.958 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-07-26T22:33:57.992 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-07-26T22:33:58.040 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-07-26T22:33:58.062 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T22:33:58.231 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T22:33:58.233 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:33:58.396 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-07-26T22:33:58.454 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-07-26T22:33:58.873 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T22:33:58.873 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 1/13 2024-07-26T22:33:58.873 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-07-26T22:33:58.873 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-07-26T22:33:58.873 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-07-26T22:33:58.874 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-07-26T22:33:58.874 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-07-26T22:33:58.874 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-07-26T22:33:58.874 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-07-26T22:33:58.874 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-07-26T22:33:58.874 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-07-26T22:33:58.874 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-07-26T22:33:58.874 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-07-26T22:33:58.978 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-07-26T22:33:59.074 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-07-26T22:33:59.140 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-07-26T22:33:59.167 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T22:33:59.213 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-07-26T22:33:59.213 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:59.213 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:33:59.213 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:33:59.213 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-07-26T22:33:59.213 INFO:teuthology.orchestra.run.smithi076.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-07-26T22:33:59.213 INFO:teuthology.orchestra.run.smithi076.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-07-26T22:33:59.213 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-07-26T22:33:59.213 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-07-26T22:33:59.214 INFO:teuthology.orchestra.run.smithi076.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-07-26T22:33:59.214 INFO:teuthology.orchestra.run.smithi076.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-07-26T22:33:59.214 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-07-26T22:33:59.214 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-07-26T22:33:59.214 INFO:teuthology.orchestra.run.smithi076.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-07-26T22:33:59.214 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rsa-4.9-2.el9.noarch 2024-07-26T22:33:59.214 INFO:teuthology.orchestra.run.smithi076.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-07-26T22:33:59.214 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:33:59.214 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:33:59.283 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-07-26T22:33:59.315 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T22:33:59.482 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-mgr-cephadm 2024-07-26T22:34:00.011 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T22:34:00.011 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/6 2024-07-26T22:34:00.012 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-07-26T22:34:00.012 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-07-26T22:34:00.012 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-07-26T22:34:00.012 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-07-26T22:34:00.030 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:24 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:00.159 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:00.159 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 150 k 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:34:00.160 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:00.161 INFO:teuthology.orchestra.run.smithi076.stdout:Install 6 Packages 2024-07-26T22:34:00.161 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:00.161 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 7.0 M 2024-07-26T22:34:00.161 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 33 M 2024-07-26T22:34:00.161 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:34:00.272 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-07-26T22:34:00.273 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:00.273 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:34:00.273 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:34:00.273 INFO:teuthology.orchestra.run.smithi103.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-07-26T22:34:00.273 INFO:teuthology.orchestra.run.smithi103.stdout: python3-babel-2.9.1-2.el9.noarch 2024-07-26T22:34:00.273 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-07-26T22:34:00.273 INFO:teuthology.orchestra.run.smithi103.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-07-26T22:34:00.273 INFO:teuthology.orchestra.run.smithi103.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-07-26T22:34:00.273 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:00.273 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:00.511 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-fuse 2024-07-26T22:34:00.941 INFO:teuthology.orchestra.run.smithi076.stdout:(1/6): ceph-mgr-cephadm-19.0.0-5372.g67f28c2a.e 625 kB/s | 150 kB 00:00 2024-07-26T22:34:00.975 INFO:teuthology.orchestra.run.smithi076.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 908 kB/s | 248 kB 00:00 2024-07-26T22:34:01.059 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:28 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:01.067 INFO:teuthology.orchestra.run.smithi076.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 628 kB/s | 58 kB 00:00 2024-07-26T22:34:01.092 INFO:teuthology.orchestra.run.smithi076.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.6 MB/s | 548 kB 00:00 2024-07-26T22:34:01.117 INFO:teuthology.orchestra.run.smithi076.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-07-26T22:34:01.188 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:01.189 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:01.189 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-07-26T22:34:01.189 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:01.189 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:34:01.189 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 904 k 2024-07-26T22:34:01.189 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-07-26T22:34:01.189 INFO:teuthology.orchestra.run.smithi103.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-07-26T22:34:01.189 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:01.189 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:34:01.189 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:01.190 INFO:teuthology.orchestra.run.smithi103.stdout:Install 2 Packages 2024-07-26T22:34:01.190 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:01.190 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 984 k 2024-07-26T22:34:01.190 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 2.9 M 2024-07-26T22:34:01.190 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:34:01.286 INFO:teuthology.orchestra.run.smithi076.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 10 MB/s | 6.0 MB 00:00 2024-07-26T22:34:01.287 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:01.287 INFO:teuthology.orchestra.run.smithi076.stdout:Total 6.2 MB/s | 7.0 MB 00:01 2024-07-26T22:34:01.357 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:34:01.368 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:34:01.369 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:34:01.440 INFO:teuthology.orchestra.run.smithi103.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 375 kB/s | 80 kB 00:00 2024-07-26T22:34:01.469 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:34:01.469 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:34:01.507 INFO:teuthology.orchestra.run.smithi103.stdout:(2/2): ceph-fuse-19.0.0-5372.g67f28c2a.el9.x86_ 3.2 MB/s | 904 kB 00:00 2024-07-26T22:34:01.507 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:01.508 INFO:teuthology.orchestra.run.smithi103.stdout:Total 3.0 MB/s | 984 kB 00:00 2024-07-26T22:34:01.520 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:34:01.542 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:34:01.542 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:34:01.622 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:34:01.622 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:34:01.771 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:34:01.811 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:34:01.884 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T22:34:01.884 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 1/12 2024-07-26T22:34:01.884 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-07-26T22:34:01.885 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-07-26T22:34:01.885 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-07-26T22:34:01.885 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-07-26T22:34:01.885 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-07-26T22:34:01.885 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-07-26T22:34:01.885 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-07-26T22:34:01.885 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-07-26T22:34:01.885 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T22:34:01.885 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-07-26T22:34:01.934 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-07-26T22:34:01.960 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-07-26T22:34:01.986 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-07-26T22:34:02.023 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T22:34:02.257 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-07-26T22:34:02.257 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:02.257 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:34:02.257 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:34:02.257 INFO:teuthology.orchestra.run.smithi099.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-07-26T22:34:02.258 INFO:teuthology.orchestra.run.smithi099.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-07-26T22:34:02.258 INFO:teuthology.orchestra.run.smithi099.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-07-26T22:34:02.258 INFO:teuthology.orchestra.run.smithi099.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-07-26T22:34:02.258 INFO:teuthology.orchestra.run.smithi099.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-07-26T22:34:02.258 INFO:teuthology.orchestra.run.smithi099.stdout: openblas-0.3.21-2.el9.x86_64 2024-07-26T22:34:02.258 INFO:teuthology.orchestra.run.smithi099.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-07-26T22:34:02.259 INFO:teuthology.orchestra.run.smithi099.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-07-26T22:34:02.259 INFO:teuthology.orchestra.run.smithi099.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-07-26T22:34:02.259 INFO:teuthology.orchestra.run.smithi099.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-07-26T22:34:02.259 INFO:teuthology.orchestra.run.smithi099.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-07-26T22:34:02.259 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:02.259 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:02.508 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-07-26T22:34:02.606 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-07-26T22:34:02.660 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-mgr-rook 2024-07-26T22:34:02.672 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-07-26T22:34:02.694 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T22:34:02.694 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/2 2024-07-26T22:34:02.698 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T22:34:02.974 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-07-26T22:34:02.974 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:02.974 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:34:02.974 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-07-26T22:34:02.974 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:02.975 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:03.229 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:29 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:03.253 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-volume 2024-07-26T22:34:03.357 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:03.359 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:03.359 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2024-07-26T22:34:03.359 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:03.359 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:34:03.359 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-rook noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 49 k 2024-07-26T22:34:03.359 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-07-26T22:34:03.359 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-07-26T22:34:03.359 INFO:teuthology.orchestra.run.smithi099.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-07-26T22:34:03.360 INFO:teuthology.orchestra.run.smithi099.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-07-26T22:34:03.360 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-07-26T22:34:03.360 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-07-26T22:34:03.360 INFO:teuthology.orchestra.run.smithi099.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-07-26T22:34:03.360 INFO:teuthology.orchestra.run.smithi099.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-07-26T22:34:03.360 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-07-26T22:34:03.360 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-07-26T22:34:03.360 INFO:teuthology.orchestra.run.smithi099.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-07-26T22:34:03.361 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-07-26T22:34:03.361 INFO:teuthology.orchestra.run.smithi099.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-07-26T22:34:03.361 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:03.361 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:34:03.361 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:03.361 INFO:teuthology.orchestra.run.smithi099.stdout:Install 13 Packages 2024-07-26T22:34:03.362 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:03.363 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 2.2 M 2024-07-26T22:34:03.363 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 26 M 2024-07-26T22:34:03.363 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:34:03.561 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T22:34:03.561 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/6 2024-07-26T22:34:03.561 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-07-26T22:34:03.561 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-07-26T22:34:03.561 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-07-26T22:34:03.562 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-07-26T22:34:03.812 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:30 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:03.828 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-07-26T22:34:03.828 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:03.829 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:34:03.829 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:34:03.829 INFO:teuthology.orchestra.run.smithi076.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-07-26T22:34:03.829 INFO:teuthology.orchestra.run.smithi076.stdout: python3-babel-2.9.1-2.el9.noarch 2024-07-26T22:34:03.829 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-07-26T22:34:03.829 INFO:teuthology.orchestra.run.smithi076.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-07-26T22:34:03.830 INFO:teuthology.orchestra.run.smithi076.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-07-26T22:34:03.830 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:03.830 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:03.945 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:03.946 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:03.946 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-07-26T22:34:03.946 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:03.946 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:34:03.946 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-volume noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 274 k 2024-07-26T22:34:03.946 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:03.946 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:34:03.946 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:03.947 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-07-26T22:34:03.947 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:03.947 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 274 k 2024-07-26T22:34:03.947 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 1.3 M 2024-07-26T22:34:03.947 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:34:04.082 INFO:teuthology.orchestra.run.smithi099.stdout:(1/13): ceph-mgr-rook-19.0.0-5372.g67f28c2a.el9 280 kB/s | 49 kB 00:00 2024-07-26T22:34:04.100 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-fuse 2024-07-26T22:34:04.184 INFO:teuthology.orchestra.run.smithi103.stdout:ceph-volume-19.0.0-5372.g67f28c2a.el9.noarch.rp 1.1 MB/s | 274 kB 00:00 2024-07-26T22:34:04.184 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:04.185 INFO:teuthology.orchestra.run.smithi103.stdout:Total 1.1 MB/s | 274 kB 00:00 2024-07-26T22:34:04.185 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:34:04.193 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:34:04.193 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:34:04.218 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:34:04.218 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:34:04.438 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:34:04.512 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:34:04.515 INFO:teuthology.orchestra.run.smithi099.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 31 kB/s | 19 kB 00:00 2024-07-26T22:34:04.528 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:34:04.528 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:34:04.528 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-07-26T22:34:04.528 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:04.541 INFO:teuthology.orchestra.run.smithi099.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 40 kB/s | 26 kB 00:00 2024-07-26T22:34:04.651 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:28 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:04.780 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:04.780 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:04.780 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-07-26T22:34:04.780 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:04.780 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:34:04.781 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 904 k 2024-07-26T22:34:04.781 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-07-26T22:34:04.781 INFO:teuthology.orchestra.run.smithi076.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-07-26T22:34:04.781 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:04.781 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:34:04.781 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:04.781 INFO:teuthology.orchestra.run.smithi076.stdout:Install 2 Packages 2024-07-26T22:34:04.781 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:04.782 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 984 k 2024-07-26T22:34:04.782 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 2.9 M 2024-07-26T22:34:04.782 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:34:04.954 INFO:teuthology.orchestra.run.smithi076.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 595 kB/s | 80 kB 00:00 2024-07-26T22:34:04.958 INFO:teuthology.orchestra.run.smithi099.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 254 kB/s | 222 kB 00:00 2024-07-26T22:34:05.104 INFO:teuthology.orchestra.run.smithi076.stdout:(2/2): ceph-fuse-19.0.0-5372.g67f28c2a.el9.x86_ 3.1 MB/s | 904 kB 00:00 2024-07-26T22:34:05.105 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:05.105 INFO:teuthology.orchestra.run.smithi076.stdout:Total 3.0 MB/s | 984 kB 00:00 2024-07-26T22:34:05.117 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:34:05.139 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:34:05.139 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:34:05.219 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:34:05.219 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:34:05.349 INFO:teuthology.orchestra.run.smithi099.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 191 kB/s | 159 kB 00:00 2024-07-26T22:34:05.399 INFO:teuthology.orchestra.run.smithi099.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 325 kB/s | 279 kB 00:00 2024-07-26T22:34:05.406 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:34:05.449 INFO:teuthology.orchestra.run.smithi099.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 322 kB/s | 32 kB 00:00 2024-07-26T22:34:05.474 INFO:teuthology.orchestra.run.smithi099.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 194 kB/s | 14 kB 00:00 2024-07-26T22:34:05.500 INFO:teuthology.orchestra.run.smithi099.stdout:(9/13): python3-google-auth-2.32.0-1.el9.noarch 4.4 MB/s | 216 kB 00:00 2024-07-26T22:34:05.501 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:34:05.501 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:05.501 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:34:05.501 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:34:05.501 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:05.501 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:05.525 INFO:teuthology.orchestra.run.smithi099.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-07-26T22:34:05.541 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-07-26T22:34:05.550 INFO:teuthology.orchestra.run.smithi099.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.5 MB/s | 90 kB 00:00 2024-07-26T22:34:05.584 INFO:teuthology.orchestra.run.smithi099.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 9.4 MB/s | 1.0 MB 00:00 2024-07-26T22:34:05.613 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T22:34:05.659 INFO:teuthology.orchestra.run.smithi099.stdout:(13/13): python3-requests-oauthlib-1.3.0-12.el9 77 kB/s | 54 kB 00:00 2024-07-26T22:34:05.662 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:05.662 INFO:teuthology.orchestra.run.smithi099.stdout:Total 983 kB/s | 2.2 MB 00:02 2024-07-26T22:34:05.724 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:34:05.740 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:34:05.740 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:34:05.829 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:34:05.831 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:34:05.862 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install librados-devel 2024-07-26T22:34:06.290 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T22:34:06.290 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/2 2024-07-26T22:34:06.344 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:34:06.422 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:33 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:06.524 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-07-26T22:34:06.535 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-07-26T22:34:06.536 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:06.536 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:34:06.536 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-07-26T22:34:06.536 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:06.536 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:06.552 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:06.553 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:06.553 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-07-26T22:34:06.553 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:06.553 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:34:06.553 INFO:teuthology.orchestra.run.smithi103.stdout: librados-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 127 k 2024-07-26T22:34:06.553 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:06.553 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:34:06.553 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:06.553 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-07-26T22:34:06.553 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:06.553 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 127 k 2024-07-26T22:34:06.554 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 456 k 2024-07-26T22:34:06.554 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:34:06.580 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-07-26T22:34:06.637 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-07-26T22:34:06.674 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-07-26T22:34:06.715 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-07-26T22:34:06.778 INFO:teuthology.orchestra.run.smithi103.stdout:librados-devel-19.0.0-5372.g67f28c2a.el9.x86_64 566 kB/s | 127 kB 00:00 2024-07-26T22:34:06.778 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:06.778 INFO:teuthology.orchestra.run.smithi103.stdout:Total 562 kB/s | 127 kB 00:00 2024-07-26T22:34:06.779 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:34:06.784 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:34:06.784 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:34:06.813 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-07-26T22:34:06.848 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:34:06.848 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:34:06.871 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-volume 2024-07-26T22:34:06.918 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-07-26T22:34:06.967 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-07-26T22:34:07.002 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:34:07.100 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:07.440 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:31 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:07.554 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:07.574 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:07.575 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:07.575 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-07-26T22:34:07.575 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:07.575 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:34:07.575 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-volume noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 274 k 2024-07-26T22:34:07.576 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:07.576 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:34:07.576 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:07.576 INFO:teuthology.orchestra.run.smithi076.stdout:Install 1 Package 2024-07-26T22:34:07.576 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:07.576 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 274 k 2024-07-26T22:34:07.576 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 1.3 M 2024-07-26T22:34:07.576 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:34:07.676 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-07-26T22:34:07.732 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-07-26T22:34:07.766 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-07-26T22:34:07.803 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:07.803 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:07.803 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:34:07.803 INFO:teuthology.orchestra.run.smithi103.stdout: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:07.803 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:07.804 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:07.813 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-07-26T22:34:07.823 INFO:teuthology.orchestra.run.smithi076.stdout:ceph-volume-19.0.0-5372.g67f28c2a.el9.noarch.rp 1.1 MB/s | 274 kB 00:00 2024-07-26T22:34:07.824 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:07.824 INFO:teuthology.orchestra.run.smithi076.stdout:Total 1.1 MB/s | 274 kB 00:00 2024-07-26T22:34:07.824 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:34:07.834 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:34:07.834 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:34:07.836 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T22:34:07.864 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:34:07.865 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:34:08.067 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install libcephfs2 2024-07-26T22:34:08.081 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:34:08.144 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:34:08.161 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:34:08.161 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:34:08.161 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-07-26T22:34:08.161 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:08.622 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:35 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:08.661 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T22:34:08.661 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 1/13 2024-07-26T22:34:08.661 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-07-26T22:34:08.661 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-07-26T22:34:08.661 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-07-26T22:34:08.661 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-07-26T22:34:08.662 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-07-26T22:34:08.662 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-07-26T22:34:08.662 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-07-26T22:34:08.662 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-07-26T22:34:08.662 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-07-26T22:34:08.662 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-07-26T22:34:08.662 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-07-26T22:34:08.709 INFO:teuthology.orchestra.run.smithi103.stdout:Package libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:08.752 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:08.754 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-07-26T22:34:08.754 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:08.817 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install libcephfs-devel 2024-07-26T22:34:08.996 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-07-26T22:34:08.996 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:08.996 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:34:08.996 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:34:08.996 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-07-26T22:34:08.996 INFO:teuthology.orchestra.run.smithi099.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-07-26T22:34:08.996 INFO:teuthology.orchestra.run.smithi099.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-07-26T22:34:08.996 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-07-26T22:34:08.996 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-07-26T22:34:08.996 INFO:teuthology.orchestra.run.smithi099.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-07-26T22:34:08.997 INFO:teuthology.orchestra.run.smithi099.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-07-26T22:34:08.997 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-07-26T22:34:08.997 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-07-26T22:34:08.997 INFO:teuthology.orchestra.run.smithi099.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-07-26T22:34:08.997 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rsa-4.9-2.el9.noarch 2024-07-26T22:34:08.997 INFO:teuthology.orchestra.run.smithi099.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-07-26T22:34:08.997 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:08.997 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:09.085 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:34:09.086 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:09.086 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:34:09.086 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:34:09.086 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:09.086 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:09.306 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-mgr-cephadm 2024-07-26T22:34:09.364 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:36 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:09.424 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install librados-devel 2024-07-26T22:34:09.492 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:09.492 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:09.493 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-07-26T22:34:09.493 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:09.493 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:34:09.493 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 32 k 2024-07-26T22:34:09.493 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:09.493 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:34:09.493 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:09.493 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-07-26T22:34:09.493 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:09.493 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 32 k 2024-07-26T22:34:09.494 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 142 k 2024-07-26T22:34:09.494 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:34:09.665 INFO:teuthology.orchestra.run.smithi103.stdout:libcephfs-devel-19.0.0-5372.g67f28c2a.el9.x86_6 185 kB/s | 32 kB 00:00 2024-07-26T22:34:09.666 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:09.667 INFO:teuthology.orchestra.run.smithi103.stdout:Total 183 kB/s | 32 kB 00:00 2024-07-26T22:34:09.667 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:34:09.670 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:34:09.670 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:34:09.692 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:34:09.692 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:34:09.774 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:34:09.847 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:35 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:09.880 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:09.978 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:09.979 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:09.979 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2024-07-26T22:34:09.979 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:09.979 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:34:09.979 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 150 k 2024-07-26T22:34:09.979 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-07-26T22:34:09.980 INFO:teuthology.orchestra.run.smithi099.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-07-26T22:34:09.980 INFO:teuthology.orchestra.run.smithi099.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-07-26T22:34:09.980 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-07-26T22:34:09.980 INFO:teuthology.orchestra.run.smithi099.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-07-26T22:34:09.980 INFO:teuthology.orchestra.run.smithi099.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-07-26T22:34:09.980 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:09.980 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:34:09.980 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:09.980 INFO:teuthology.orchestra.run.smithi099.stdout:Install 6 Packages 2024-07-26T22:34:09.980 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:09.981 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 7.0 M 2024-07-26T22:34:09.981 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 33 M 2024-07-26T22:34:09.981 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:34:09.982 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:33 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:10.114 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repo Size 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout: librados-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 127 k 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout:Install 1 Package 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 127 k 2024-07-26T22:34:10.115 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 456 k 2024-07-26T22:34:10.116 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:34:10.255 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:10.331 INFO:teuthology.orchestra.run.smithi076.stdout:librados-devel-19.0.0-5372.g67f28c2a.el9.x86_64 587 kB/s | 127 kB 00:00 2024-07-26T22:34:10.332 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:10.332 INFO:teuthology.orchestra.run.smithi076.stdout:Total 583 kB/s | 127 kB 00:00 2024-07-26T22:34:10.332 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:34:10.338 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:34:10.338 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:34:10.402 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:34:10.402 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:34:10.471 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:10.471 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:10.471 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:34:10.471 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:10.471 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:10.471 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:10.554 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:34:10.637 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install librados2 2024-07-26T22:34:10.662 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:10.826 INFO:teuthology.orchestra.run.smithi099.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-07-26T22:34:10.892 INFO:teuthology.orchestra.run.smithi099.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 8.0 MB/s | 548 kB 00:00 2024-07-26T22:34:10.909 INFO:teuthology.orchestra.run.smithi099.stdout:(3/6): ceph-mgr-cephadm-19.0.0-5372.g67f28c2a.e 665 kB/s | 150 kB 00:00 2024-07-26T22:34:10.935 INFO:teuthology.orchestra.run.smithi099.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.3 MB/s | 58 kB 00:00 2024-07-26T22:34:10.994 INFO:teuthology.orchestra.run.smithi099.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 609 kB/s | 51 kB 00:00 2024-07-26T22:34:11.064 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:11.181 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:38 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:11.267 INFO:teuthology.orchestra.run.smithi103.stdout:Package librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:11.311 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:11.312 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-07-26T22:34:11.312 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:11.317 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:11.317 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:11.317 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:34:11.317 INFO:teuthology.orchestra.run.smithi076.stdout: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:11.318 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:11.318 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:11.372 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install librbd1 2024-07-26T22:34:11.565 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install libcephfs2 2024-07-26T22:34:11.919 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:38 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:12.005 INFO:teuthology.orchestra.run.smithi103.stdout:Package librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:12.048 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:12.049 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-07-26T22:34:12.049 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:12.102 INFO:teuthology.orchestra.run.smithi099.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.2 MB/s | 6.0 MB 00:01 2024-07-26T22:34:12.104 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:12.105 INFO:teuthology.orchestra.run.smithi099.stdout:Total 3.3 MB/s | 7.0 MB 00:02 2024-07-26T22:34:12.110 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-rados 2024-07-26T22:34:12.130 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:36 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:12.174 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:34:12.185 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:34:12.185 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:34:12.216 INFO:teuthology.orchestra.run.smithi076.stdout:Package libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:12.259 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:12.261 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-07-26T22:34:12.261 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:12.284 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:34:12.284 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:34:12.341 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install libcephfs-devel 2024-07-26T22:34:12.595 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:34:12.659 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:39 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:12.747 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:12.765 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-07-26T22:34:12.789 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:12.790 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-07-26T22:34:12.790 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:12.812 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-07-26T22:34:12.850 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-rgw 2024-07-26T22:34:12.889 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:36 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:13.017 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:13.017 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:13.017 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repo Size 2024-07-26T22:34:13.017 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:13.017 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:34:13.017 INFO:teuthology.orchestra.run.smithi076.stdout: libcephfs-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 32 k 2024-07-26T22:34:13.018 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:13.018 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:34:13.018 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:13.018 INFO:teuthology.orchestra.run.smithi076.stdout:Install 1 Package 2024-07-26T22:34:13.018 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:13.018 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 32 k 2024-07-26T22:34:13.019 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 142 k 2024-07-26T22:34:13.019 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:34:13.185 INFO:teuthology.orchestra.run.smithi076.stdout:libcephfs-devel-19.0.0-5372.g67f28c2a.el9.x86_6 190 kB/s | 32 kB 00:00 2024-07-26T22:34:13.186 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:13.186 INFO:teuthology.orchestra.run.smithi076.stdout:Total 189 kB/s | 32 kB 00:00 2024-07-26T22:34:13.186 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:34:13.190 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:34:13.190 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:34:13.203 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:34:13.204 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:34:13.283 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:34:13.322 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-07-26T22:34:13.405 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:40 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:13.406 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-07-26T22:34:13.408 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:13.502 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:13.523 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-07-26T22:34:13.545 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:13.546 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-07-26T22:34:13.546 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:13.603 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-cephfs 2024-07-26T22:34:13.608 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T22:34:13.772 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:14.000 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:14.001 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:14.001 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:34:14.001 INFO:teuthology.orchestra.run.smithi076.stdout: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:14.001 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:14.001 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:14.146 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:41 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:14.182 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install librados2 2024-07-26T22:34:14.231 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:14.264 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T22:34:14.264 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/6 2024-07-26T22:34:14.264 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-07-26T22:34:14.264 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-07-26T22:34:14.265 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-07-26T22:34:14.265 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-07-26T22:34:14.274 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:14.275 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-07-26T22:34:14.275 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:14.330 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-rbd 2024-07-26T22:34:14.529 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-07-26T22:34:14.529 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:14.529 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:34:14.529 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:34:14.529 INFO:teuthology.orchestra.run.smithi099.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-07-26T22:34:14.530 INFO:teuthology.orchestra.run.smithi099.stdout: python3-babel-2.9.1-2.el9.noarch 2024-07-26T22:34:14.530 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-07-26T22:34:14.530 INFO:teuthology.orchestra.run.smithi099.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-07-26T22:34:14.530 INFO:teuthology.orchestra.run.smithi099.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-07-26T22:34:14.530 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:14.530 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:14.726 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:38 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:14.807 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-fuse 2024-07-26T22:34:14.811 INFO:teuthology.orchestra.run.smithi076.stdout:Package librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:14.855 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:14.856 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-07-26T22:34:14.856 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:14.879 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:41 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:14.928 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install librbd1 2024-07-26T22:34:14.965 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:15.007 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:15.010 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-07-26T22:34:15.010 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:15.068 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install rbd-fuse 2024-07-26T22:34:15.355 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:41 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:15.477 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:39 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:15.483 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:15.484 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:15.484 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2024-07-26T22:34:15.484 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 904 k 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout:Install 2 Packages 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 984 k 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 2.9 M 2024-07-26T22:34:15.485 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:34:15.564 INFO:teuthology.orchestra.run.smithi076.stdout:Package librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:15.606 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:15.607 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-07-26T22:34:15.607 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:15.617 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:42 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:15.680 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install python3-rados 2024-07-26T22:34:15.745 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:15.746 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:15.746 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-07-26T22:34:15.746 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:15.746 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:34:15.746 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 85 k 2024-07-26T22:34:15.746 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:15.746 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:34:15.746 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:15.746 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-07-26T22:34:15.747 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:15.747 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 85 k 2024-07-26T22:34:15.747 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 231 k 2024-07-26T22:34:15.747 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:34:15.762 INFO:teuthology.orchestra.run.smithi099.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 511 kB/s | 80 kB 00:00 2024-07-26T22:34:15.972 INFO:teuthology.orchestra.run.smithi099.stdout:(2/2): ceph-fuse-19.0.0-5372.g67f28c2a.el9.x86_ 2.4 MB/s | 904 kB 00:00 2024-07-26T22:34:15.972 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:15.972 INFO:teuthology.orchestra.run.smithi099.stdout:Total 2.0 MB/s | 984 kB 00:00 2024-07-26T22:34:15.983 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:34:16.005 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:34:16.005 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:34:16.085 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:34:16.085 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:34:16.110 INFO:teuthology.orchestra.run.smithi103.stdout:rbd-fuse-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 235 kB/s | 85 kB 00:00 2024-07-26T22:34:16.111 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:16.112 INFO:teuthology.orchestra.run.smithi103.stdout:Total 234 kB/s | 85 kB 00:00 2024-07-26T22:34:16.112 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:34:16.119 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:34:16.119 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:34:16.186 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:34:16.187 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:34:16.227 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:40 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:16.272 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:34:16.313 INFO:teuthology.orchestra.run.smithi076.stdout:Package python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:16.333 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:34:16.355 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:16.356 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-07-26T22:34:16.356 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:16.424 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-07-26T22:34:16.507 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:16.508 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T22:34:16.508 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install python3-rgw 2024-07-26T22:34:16.771 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:17.058 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:41 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:17.062 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:17.062 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:17.062 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:34:17.062 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:17.063 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:17.063 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:17.142 INFO:teuthology.orchestra.run.smithi076.stdout:Package python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:17.174 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T22:34:17.174 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/2 2024-07-26T22:34:17.184 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:17.185 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-07-26T22:34:17.185 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:17.264 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install python3-cephfs 2024-07-26T22:34:17.281 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install rbd-mirror 2024-07-26T22:34:17.446 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-07-26T22:34:17.446 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:17.447 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:34:17.447 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-07-26T22:34:17.447 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:17.447 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:17.800 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-volume 2024-07-26T22:34:17.810 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:41 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:17.847 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:44 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:17.896 INFO:teuthology.orchestra.run.smithi076.stdout:Package python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:17.939 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:17.939 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-07-26T22:34:17.940 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:17.984 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:17.984 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:17.984 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-07-26T22:34:17.984 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:17.984 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:34:17.984 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-mirror x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T22:34:17.984 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:17.984 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:34:17.984 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:17.985 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-07-26T22:34:17.985 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:17.985 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 3.2 M 2024-07-26T22:34:17.985 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 14 M 2024-07-26T22:34:17.985 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:34:18.022 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install python3-rbd 2024-07-26T22:34:18.328 INFO:teuthology.orchestra.run.smithi103.stdout:rbd-mirror-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 9.2 MB/s | 3.2 MB 00:00 2024-07-26T22:34:18.328 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:18.329 INFO:teuthology.orchestra.run.smithi103.stdout:Total 9.2 MB/s | 3.2 MB 00:00 2024-07-26T22:34:18.329 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:34:18.338 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:34:18.339 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:34:18.359 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:44 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:18.424 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:34:18.424 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:34:18.494 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:18.495 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:18.495 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2024-07-26T22:34:18.495 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:18.495 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:34:18.495 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-volume noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 274 k 2024-07-26T22:34:18.495 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:18.495 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:34:18.495 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:18.495 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2024-07-26T22:34:18.495 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:18.496 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 274 k 2024-07-26T22:34:18.496 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 1.3 M 2024-07-26T22:34:18.496 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:34:18.575 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:42 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:18.661 INFO:teuthology.orchestra.run.smithi076.stdout:Package python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:18.704 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:18.704 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-07-26T22:34:18.704 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:18.748 INFO:teuthology.orchestra.run.smithi099.stdout:ceph-volume-19.0.0-5372.g67f28c2a.el9.noarch.rp 1.1 MB/s | 274 kB 00:00 2024-07-26T22:34:18.749 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:18.749 INFO:teuthology.orchestra.run.smithi099.stdout:Total 1.1 MB/s | 274 kB 00:00 2024-07-26T22:34:18.749 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:34:18.757 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:34:18.757 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:34:18.784 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:34:18.784 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:34:18.803 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install rbd-fuse 2024-07-26T22:34:18.893 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:34:18.953 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:18.980 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:18.980 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:34:18.980 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-07-26T22:34:18.980 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T22:34:18.980 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T22:34:18.981 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:19.001 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:34:19.069 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:34:19.085 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:34:19.086 INFO:teuthology.orchestra.run.smithi099.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:34:19.086 INFO:teuthology.orchestra.run.smithi099.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-07-26T22:34:19.086 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:19.348 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:43 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:19.476 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:19.477 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:19.477 INFO:teuthology.orchestra.run.smithi076.stdout: Package Architecture Version Repository Size 2024-07-26T22:34:19.477 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:19.478 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:34:19.478 INFO:teuthology.orchestra.run.smithi076.stdout: rbd-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 85 k 2024-07-26T22:34:19.478 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:19.478 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:34:19.478 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:19.478 INFO:teuthology.orchestra.run.smithi076.stdout:Install 1 Package 2024-07-26T22:34:19.478 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:19.478 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 85 k 2024-07-26T22:34:19.478 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 231 k 2024-07-26T22:34:19.478 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:34:19.697 INFO:teuthology.orchestra.run.smithi076.stdout:rbd-fuse-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 391 kB/s | 85 kB 00:00 2024-07-26T22:34:19.697 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:19.698 INFO:teuthology.orchestra.run.smithi076.stdout:Total 389 kB/s | 85 kB 00:00 2024-07-26T22:34:19.698 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:34:19.705 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:34:19.705 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:34:19.774 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:34:19.774 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:34:19.934 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:34:20.045 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:20.070 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T22:34:20.071 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:20.071 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:34:20.071 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T22:34:20.071 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:20.071 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:20.142 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:20.142 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:20.142 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:34:20.142 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:20.142 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:20.142 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:20.424 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install librados-devel 2024-07-26T22:34:20.433 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:20.440 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install rbd-nbd 2024-07-26T22:34:20.702 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:20.702 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:20.702 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:34:20.702 INFO:teuthology.orchestra.run.smithi076.stdout: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:20.702 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:20.702 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:20.946 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install rbd-mirror 2024-07-26T22:34:20.986 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:46 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:21.001 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:48 ago on Fri 26 Jul 2024 10:32:33 PM UTC. 2024-07-26T22:34:21.115 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:21.116 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:21.116 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repo Size 2024-07-26T22:34:21.116 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:21.116 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:34:21.116 INFO:teuthology.orchestra.run.smithi099.stdout: librados-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 127 k 2024-07-26T22:34:21.116 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:21.116 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:34:21.116 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:21.116 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2024-07-26T22:34:21.117 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:21.117 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 127 k 2024-07-26T22:34:21.117 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 456 k 2024-07-26T22:34:21.117 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:34:21.129 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-07-26T22:34:21.130 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:21.130 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-07-26T22:34:21.130 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:21.130 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-07-26T22:34:21.130 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-nbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 170 k 2024-07-26T22:34:21.130 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:21.130 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-07-26T22:34:21.131 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-07-26T22:34:21.131 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-07-26T22:34:21.131 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:21.131 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 170 k 2024-07-26T22:34:21.131 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 490 k 2024-07-26T22:34:21.131 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-07-26T22:34:21.339 INFO:teuthology.orchestra.run.smithi099.stdout:librados-devel-19.0.0-5372.g67f28c2a.el9.x86_64 569 kB/s | 127 kB 00:00 2024-07-26T22:34:21.340 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:21.340 INFO:teuthology.orchestra.run.smithi099.stdout:Total 565 kB/s | 127 kB 00:00 2024-07-26T22:34:21.340 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:34:21.346 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:34:21.346 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:34:21.360 INFO:teuthology.orchestra.run.smithi103.stdout:rbd-nbd-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 742 kB/s | 170 kB 00:00 2024-07-26T22:34:21.361 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:21.361 INFO:teuthology.orchestra.run.smithi103.stdout:Total 737 kB/s | 170 kB 00:00 2024-07-26T22:34:21.362 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-07-26T22:34:21.369 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-07-26T22:34:21.369 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-07-26T22:34:21.409 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:34:21.410 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:34:21.433 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-07-26T22:34:21.433 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-07-26T22:34:21.529 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:45 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:21.562 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:34:21.590 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-07-26T22:34:21.653 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:21.660 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:21.660 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:21.660 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repo Size 2024-07-26T22:34:21.660 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:21.660 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:34:21.661 INFO:teuthology.orchestra.run.smithi076.stdout: rbd-mirror x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T22:34:21.661 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:21.661 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:34:21.661 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:21.661 INFO:teuthology.orchestra.run.smithi076.stdout:Install 1 Package 2024-07-26T22:34:21.661 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:21.662 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 3.2 M 2024-07-26T22:34:21.662 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 14 M 2024-07-26T22:34:21.662 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:34:21.684 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:22.049 INFO:teuthology.orchestra.run.smithi076.stdout:rbd-mirror-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 8.2 MB/s | 3.2 MB 00:00 2024-07-26T22:34:22.049 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:22.050 INFO:teuthology.orchestra.run.smithi076.stdout:Total 8.2 MB/s | 3.2 MB 00:00 2024-07-26T22:34:22.050 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:34:22.058 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:34:22.059 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:34:22.101 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:22.138 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:22.139 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:34:22.140 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:34:22.367 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:22.367 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:22.367 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-07-26T22:34:22.368 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:22.368 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:34:22.368 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-07-26T22:34:22.385 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:22.385 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:22.385 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:34:22.385 INFO:teuthology.orchestra.run.smithi099.stdout: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:22.385 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:22.385 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:22.574 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:34:22.601 DEBUG:teuthology.parallel:result is None 2024-07-26T22:34:22.633 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:22.648 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install libcephfs2 2024-07-26T22:34:22.658 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:22.659 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:34:22.659 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-07-26T22:34:22.659 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T22:34:22.659 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T22:34:22.659 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:23.206 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:49 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:23.295 INFO:teuthology.orchestra.run.smithi099.stdout:Package libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:23.340 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:23.341 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2024-07-26T22:34:23.341 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:23.412 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install libcephfs-devel 2024-07-26T22:34:23.802 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:23.802 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:23.802 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:34:23.802 INFO:teuthology.orchestra.run.smithi076.stdout: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:23.802 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:23.802 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:23.966 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:49 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:24.086 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install rbd-nbd 2024-07-26T22:34:24.093 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:24.094 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:24.094 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repo Size 2024-07-26T22:34:24.094 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:24.094 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:34:24.094 INFO:teuthology.orchestra.run.smithi099.stdout: libcephfs-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 32 k 2024-07-26T22:34:24.094 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:24.094 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:34:24.094 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:24.094 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2024-07-26T22:34:24.094 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:24.095 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 32 k 2024-07-26T22:34:24.095 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 142 k 2024-07-26T22:34:24.095 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:34:24.259 INFO:teuthology.orchestra.run.smithi099.stdout:libcephfs-devel-19.0.0-5372.g67f28c2a.el9.x86_6 194 kB/s | 32 kB 00:00 2024-07-26T22:34:24.259 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:24.260 INFO:teuthology.orchestra.run.smithi099.stdout:Total 192 kB/s | 32 kB 00:00 2024-07-26T22:34:24.260 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:34:24.263 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:34:24.263 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:34:24.277 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:34:24.277 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:34:24.360 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:34:24.474 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:24.647 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:48 ago on Fri 26 Jul 2024 10:32:36 PM UTC. 2024-07-26T22:34:24.780 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-07-26T22:34:24.781 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:24.781 INFO:teuthology.orchestra.run.smithi076.stdout: Package Architecture Version Repository Size 2024-07-26T22:34:24.781 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:24.781 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-07-26T22:34:24.781 INFO:teuthology.orchestra.run.smithi076.stdout: rbd-nbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 170 k 2024-07-26T22:34:24.781 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:24.782 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-07-26T22:34:24.782 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-07-26T22:34:24.782 INFO:teuthology.orchestra.run.smithi076.stdout:Install 1 Package 2024-07-26T22:34:24.782 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:24.782 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 170 k 2024-07-26T22:34:24.782 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 490 k 2024-07-26T22:34:24.782 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-07-26T22:34:24.875 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:25.019 INFO:teuthology.orchestra.run.smithi076.stdout:rbd-nbd-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 715 kB/s | 170 kB 00:00 2024-07-26T22:34:25.020 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:25.020 INFO:teuthology.orchestra.run.smithi076.stdout:Total 711 kB/s | 170 kB 00:00 2024-07-26T22:34:25.020 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-07-26T22:34:25.028 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-07-26T22:34:25.029 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-07-26T22:34:25.092 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-07-26T22:34:25.093 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-07-26T22:34:25.099 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:25.099 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:25.099 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:34:25.099 INFO:teuthology.orchestra.run.smithi099.stdout: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:25.099 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:25.099 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:25.248 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-07-26T22:34:25.309 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install librados2 2024-07-26T22:34:25.358 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:25.787 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:25.857 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:51 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:25.943 INFO:teuthology.orchestra.run.smithi099.stdout:Package librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:25.985 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:25.986 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2024-07-26T22:34:25.986 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:26.034 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:26.034 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:26.034 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-07-26T22:34:26.034 INFO:teuthology.orchestra.run.smithi076.stdout: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:26.034 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:34:26.034 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-07-26T22:34:26.053 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install librbd1 2024-07-26T22:34:26.269 DEBUG:teuthology.parallel:result is None 2024-07-26T22:34:26.598 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:52 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:26.683 INFO:teuthology.orchestra.run.smithi099.stdout:Package librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:26.726 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:26.727 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2024-07-26T22:34:26.727 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:26.796 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install python3-rados 2024-07-26T22:34:27.346 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:53 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:27.431 INFO:teuthology.orchestra.run.smithi099.stdout:Package python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:27.474 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:27.475 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2024-07-26T22:34:27.475 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:27.545 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install python3-rgw 2024-07-26T22:34:28.093 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:54 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:28.178 INFO:teuthology.orchestra.run.smithi099.stdout:Package python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:28.221 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:28.222 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2024-07-26T22:34:28.222 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:28.297 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install python3-cephfs 2024-07-26T22:34:28.850 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:54 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:28.935 INFO:teuthology.orchestra.run.smithi099.stdout:Package python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:28.979 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:28.980 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2024-07-26T22:34:28.980 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:29.056 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install python3-rbd 2024-07-26T22:34:29.615 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:55 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:29.704 INFO:teuthology.orchestra.run.smithi099.stdout:Package python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T22:34:29.750 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:29.751 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2024-07-26T22:34:29.751 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:29.825 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install rbd-fuse 2024-07-26T22:34:30.408 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:56 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:30.543 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:30.544 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:30.544 INFO:teuthology.orchestra.run.smithi099.stdout: Package Architecture Version Repository Size 2024-07-26T22:34:30.544 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:30.544 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:34:30.544 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 85 k 2024-07-26T22:34:30.544 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:30.544 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:34:30.544 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:30.544 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2024-07-26T22:34:30.545 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:30.545 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 85 k 2024-07-26T22:34:30.545 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 231 k 2024-07-26T22:34:30.545 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:34:30.939 INFO:teuthology.orchestra.run.smithi099.stdout:rbd-fuse-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 217 kB/s | 85 kB 00:00 2024-07-26T22:34:30.939 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:30.940 INFO:teuthology.orchestra.run.smithi099.stdout:Total 216 kB/s | 85 kB 00:00 2024-07-26T22:34:30.940 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:34:30.947 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:34:30.947 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:34:31.015 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:34:31.016 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:34:31.167 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:34:31.278 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:31.629 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:31.881 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:31.882 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:31.882 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:34:31.882 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:31.882 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:31.882 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:32.123 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install rbd-mirror 2024-07-26T22:34:32.683 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:58 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:32.815 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:32.816 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:32.816 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repo Size 2024-07-26T22:34:32.817 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:32.817 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:34:32.817 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-mirror x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T22:34:32.817 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:32.817 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:34:32.817 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:32.817 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2024-07-26T22:34:32.817 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:32.817 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 3.2 M 2024-07-26T22:34:32.817 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 14 M 2024-07-26T22:34:32.817 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:34:33.495 INFO:teuthology.orchestra.run.smithi099.stdout:rbd-mirror-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 4.7 MB/s | 3.2 MB 00:00 2024-07-26T22:34:33.495 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:33.496 INFO:teuthology.orchestra.run.smithi099.stdout:Total 4.7 MB/s | 3.2 MB 00:00 2024-07-26T22:34:33.496 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:34:33.505 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:34:33.506 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:34:33.588 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:34:33.589 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:34:34.043 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:34:34.096 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:34.120 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:34.121 INFO:teuthology.orchestra.run.smithi099.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T22:34:34.121 INFO:teuthology.orchestra.run.smithi099.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-07-26T22:34:34.121 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T22:34:34.121 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T22:34:34.121 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:35.282 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:35.282 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:35.283 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:34:35.283 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:35.283 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:35.283 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:35.549 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install rbd-nbd 2024-07-26T22:34:36.119 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:02 ago on Fri 26 Jul 2024 10:32:34 PM UTC. 2024-07-26T22:34:36.247 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-07-26T22:34:36.249 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:36.249 INFO:teuthology.orchestra.run.smithi099.stdout: Package Architecture Version Repository Size 2024-07-26T22:34:36.249 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:36.249 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-07-26T22:34:36.249 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-nbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 170 k 2024-07-26T22:34:36.249 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:36.250 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-07-26T22:34:36.250 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-07-26T22:34:36.250 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2024-07-26T22:34:36.250 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:36.250 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 170 k 2024-07-26T22:34:36.251 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 490 k 2024-07-26T22:34:36.251 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-07-26T22:34:36.698 INFO:teuthology.orchestra.run.smithi099.stdout:rbd-nbd-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 378 kB/s | 170 kB 00:00 2024-07-26T22:34:36.699 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:34:36.699 INFO:teuthology.orchestra.run.smithi099.stdout:Total 377 kB/s | 170 kB 00:00 2024-07-26T22:34:36.699 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-07-26T22:34:36.708 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-07-26T22:34:36.708 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-07-26T22:34:36.772 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-07-26T22:34:36.773 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-07-26T22:34:36.963 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-07-26T22:34:37.071 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:37.491 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:37.732 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T22:34:37.732 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:37.732 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-07-26T22:34:37.732 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T22:34:37.732 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-07-26T22:34:37.732 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-07-26T22:34:37.977 DEBUG:teuthology.parallel:result is None 2024-07-26T22:34:37.978 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:34:38.129 DEBUG:teuthology.orchestra.run.smithi076:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-07-26T22:34:38.154 INFO:teuthology.orchestra.run.smithi076.stdout:19.0.0-5372.g67f28c2a.el9 2024-07-26T22:34:38.155 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5372.g67f28c2a.el9 2024-07-26T22:34:38.155 INFO:teuthology.task.install:The correct ceph version 19.0.0-5372.g67f28c2a is installed. 2024-07-26T22:34:38.157 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:34:38.301 DEBUG:teuthology.orchestra.run.smithi099:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-07-26T22:34:38.322 INFO:teuthology.orchestra.run.smithi099.stdout:19.0.0-5372.g67f28c2a.el9 2024-07-26T22:34:38.323 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5372.g67f28c2a.el9 2024-07-26T22:34:38.323 INFO:teuthology.task.install:The correct ceph version 19.0.0-5372.g67f28c2a is installed. 2024-07-26T22:34:38.324 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:34:38.468 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-07-26T22:34:38.493 INFO:teuthology.orchestra.run.smithi103.stdout:19.0.0-5372.g67f28c2a.el9 2024-07-26T22:34:38.493 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5372.g67f28c2a.el9 2024-07-26T22:34:38.494 INFO:teuthology.task.install:The correct ceph version 19.0.0-5372.g67f28c2a is installed. 2024-07-26T22:34:38.495 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-07-26T22:34:38.496 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:34:38.496 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-26T22:34:38.526 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-07-26T22:34:38.526 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-26T22:34:38.553 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-07-26T22:34:38.553 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-26T22:34:38.583 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-07-26T22:34:38.583 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:34:38.583 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/daemon-helper 2024-07-26T22:34:38.611 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-26T22:34:38.680 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-07-26T22:34:38.680 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/daemon-helper 2024-07-26T22:34:38.725 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-26T22:34:38.791 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-07-26T22:34:38.792 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/daemon-helper 2024-07-26T22:34:38.822 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-26T22:34:38.892 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-07-26T22:34:38.892 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:34:38.892 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-26T22:34:38.921 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-26T22:34:38.991 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-07-26T22:34:38.991 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-26T22:34:39.016 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-26T22:34:39.080 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-07-26T22:34:39.080 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-26T22:34:39.110 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-26T22:34:39.179 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-07-26T22:34:39.179 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:34:39.179 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/stdin-killer 2024-07-26T22:34:39.208 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-26T22:34:39.275 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-07-26T22:34:39.276 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/stdin-killer 2024-07-26T22:34:39.301 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-26T22:34:39.366 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-07-26T22:34:39.366 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/stdin-killer 2024-07-26T22:34:39.395 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-26T22:34:39.463 INFO:teuthology.run_tasks:Running task cephadm... 2024-07-26T22:34:39.567 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b'} 2024-07-26T22:34:39.567 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:34:39.568 INFO:tasks.cephadm:Cluster fsid is 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:34:39.568 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-07-26T22:34:39.568 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.76', 'mon.b': '172.21.15.99', 'mon.c': '172.21.15.103'} 2024-07-26T22:34:39.568 INFO:tasks.cephadm:First mon is mon.a on smithi076 2024-07-26T22:34:39.568 INFO:tasks.cephadm:First mgr is a 2024-07-26T22:34:39.568 INFO:tasks.cephadm:Normalizing hostnames... 2024-07-26T22:34:39.568 DEBUG:teuthology.orchestra.run.smithi076:> sudo hostname $(hostname -s) 2024-07-26T22:34:39.599 DEBUG:teuthology.orchestra.run.smithi099:> sudo hostname $(hostname -s) 2024-07-26T22:34:39.626 DEBUG:teuthology.orchestra.run.smithi103:> sudo hostname $(hostname -s) 2024-07-26T22:34:39.654 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-07-26T22:34:39.654 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:34:39.796 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', '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/81565/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-5372-g67f28c2a', 'node_name': '172.21.2.8+braggi08', '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-5372.g67f28c2a'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-07-26 15:35:18.933427', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri-testing-2024-07-26-0628', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-07-26T22:34:39.938 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri-testing-2024-07-26-0628, sha1 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:34:39.940 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/x86_64/flavors/default/cephadm 2024-07-26T22:34:39.940 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/x86_64/flavors/default/cephadm 2024-07-26T22:34:39.940 DEBUG:teuthology.orchestra.run.smithi076:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-26T22:34:40.495 INFO:teuthology.orchestra.run.smithi076.stdout:-rw-r--r--. 1 ubuntu ubuntu 789867 Jul 26 22:34 /home/ubuntu/cephtest/cephadm 2024-07-26T22:34:40.495 DEBUG:teuthology.orchestra.run.smithi099:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-26T22:34:41.102 INFO:teuthology.orchestra.run.smithi099.stdout:-rw-r--r--. 1 ubuntu ubuntu 789867 Jul 26 22:34 /home/ubuntu/cephtest/cephadm 2024-07-26T22:34:41.103 DEBUG:teuthology.orchestra.run.smithi103:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-26T22:34:41.696 INFO:teuthology.orchestra.run.smithi103.stdout:-rw-r--r--. 1 ubuntu ubuntu 789867 Jul 26 22:34 /home/ubuntu/cephtest/cephadm 2024-07-26T22:34:41.697 DEBUG:teuthology.orchestra.run.smithi076:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-26T22:34:41.716 DEBUG:teuthology.orchestra.run.smithi099:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-26T22:34:41.736 DEBUG:teuthology.orchestra.run.smithi103:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-26T22:34:41.790 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b on all hosts... 2024-07-26T22:34:41.791 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b pull 2024-07-26T22:34:41.794 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b pull 2024-07-26T22:34:41.797 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b pull 2024-07-26T22:34:42.588 INFO:teuthology.orchestra.run.smithi103.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T22:34:42.621 INFO:teuthology.orchestra.run.smithi076.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T22:34:42.767 INFO:teuthology.orchestra.run.smithi099.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T22:35:15.596 INFO:teuthology.orchestra.run.smithi076.stdout:{ 2024-07-26T22:35:15.597 INFO:teuthology.orchestra.run.smithi076.stdout: "ceph_version": "ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev)", 2024-07-26T22:35:15.597 INFO:teuthology.orchestra.run.smithi076.stdout: "image_id": "0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237", 2024-07-26T22:35:15.597 INFO:teuthology.orchestra.run.smithi076.stdout: "repo_digests": [ 2024-07-26T22:35:15.597 INFO:teuthology.orchestra.run.smithi076.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f" 2024-07-26T22:35:15.597 INFO:teuthology.orchestra.run.smithi076.stdout: ] 2024-07-26T22:35:15.597 INFO:teuthology.orchestra.run.smithi076.stdout:} 2024-07-26T22:35:16.029 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-07-26T22:35:16.030 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph_version": "ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev)", 2024-07-26T22:35:16.030 INFO:teuthology.orchestra.run.smithi099.stdout: "image_id": "0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237", 2024-07-26T22:35:16.030 INFO:teuthology.orchestra.run.smithi099.stdout: "repo_digests": [ 2024-07-26T22:35:16.030 INFO:teuthology.orchestra.run.smithi099.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f" 2024-07-26T22:35:16.030 INFO:teuthology.orchestra.run.smithi099.stdout: ] 2024-07-26T22:35:16.030 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-07-26T22:35:18.882 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2024-07-26T22:35:18.883 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph_version": "ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev)", 2024-07-26T22:35:18.883 INFO:teuthology.orchestra.run.smithi103.stdout: "image_id": "0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237", 2024-07-26T22:35:18.883 INFO:teuthology.orchestra.run.smithi103.stdout: "repo_digests": [ 2024-07-26T22:35:18.883 INFO:teuthology.orchestra.run.smithi103.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f" 2024-07-26T22:35:18.883 INFO:teuthology.orchestra.run.smithi103.stdout: ] 2024-07-26T22:35:18.884 INFO:teuthology.orchestra.run.smithi103.stdout:} 2024-07-26T22:35:18.909 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /etc/ceph 2024-07-26T22:35:18.942 DEBUG:teuthology.orchestra.run.smithi099:> sudo mkdir -p /etc/ceph 2024-07-26T22:35:18.976 DEBUG:teuthology.orchestra.run.smithi103:> sudo mkdir -p /etc/ceph 2024-07-26T22:35:19.008 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 777 /etc/ceph 2024-07-26T22:35:19.035 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 777 /etc/ceph 2024-07-26T22:35:19.065 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 777 /etc/ceph 2024-07-26T22:35:19.091 INFO:tasks.cephadm:Writing seed config... 2024-07-26T22:35:19.093 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-07-26T22:35:19.093 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-07-26T22:35:19.093 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-07-26T22:35:19.094 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-07-26T22:35:19.094 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-07-26T22:35:19.094 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-07-26T22:35:19.094 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-07-26T22:35:19.094 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-07-26T22:35:19.094 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-07-26T22:35:19.095 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:35:19.096 DEBUG:teuthology.orchestra.run.smithi076:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-07-26T22:35:19.113 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 = 3eb49104-4b9f-11ef-bcbf-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-07-26T22:35:19.113 DEBUG:teuthology.orchestra.run.smithi076:mon.a> sudo journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.a.service 2024-07-26T22:35:19.157 DEBUG:teuthology.orchestra.run.smithi076:mgr.a> sudo journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mgr.a.service 2024-07-26T22:35:19.200 INFO:tasks.cephadm:Bootstrapping... 2024-07-26T22:35:19.200 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b -v bootstrap --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.76 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:35:19.409 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:35:19.409 INFO:teuthology.orchestra.run.smithi076.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', '-v', 'bootstrap', '--fsid', '3eb49104-4b9f-11ef-bcbf-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.76', '--skip-admin-label'] 2024-07-26T22:35:19.409 INFO:teuthology.orchestra.run.smithi076.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-07-26T22:35:19.409 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying podman|docker is present... 2024-07-26T22:35:19.436 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stdout 5.1.2 2024-07-26T22:35:19.436 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying lvm2 is present... 2024-07-26T22:35:19.436 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying time synchronization is in place... 2024-07-26T22:35:19.444 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-07-26T22:35:19.444 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-07-26T22:35:19.450 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-07-26T22:35:19.450 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-07-26T22:35:19.456 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout enabled 2024-07-26T22:35:19.462 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout active 2024-07-26T22:35:19.463 INFO:teuthology.orchestra.run.smithi076.stdout:Unit chronyd.service is enabled and running 2024-07-26T22:35:19.463 INFO:teuthology.orchestra.run.smithi076.stdout:Repeating the final host check... 2024-07-26T22:35:19.486 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stdout 5.1.2 2024-07-26T22:35:19.487 INFO:teuthology.orchestra.run.smithi076.stdout:podman (/bin/podman) version 5.1.2 is present 2024-07-26T22:35:19.487 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl is present 2024-07-26T22:35:19.487 INFO:teuthology.orchestra.run.smithi076.stdout:lvcreate is present 2024-07-26T22:35:19.493 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-07-26T22:35:19.493 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-07-26T22:35:19.499 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-07-26T22:35:19.499 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-07-26T22:35:19.505 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout enabled 2024-07-26T22:35:19.512 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout active 2024-07-26T22:35:19.512 INFO:teuthology.orchestra.run.smithi076.stdout:Unit chronyd.service is enabled and running 2024-07-26T22:35:19.512 INFO:teuthology.orchestra.run.smithi076.stdout:Host looks OK 2024-07-26T22:35:19.512 INFO:teuthology.orchestra.run.smithi076.stdout:Cluster fsid: 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:35:19.512 INFO:teuthology.orchestra.run.smithi076.stdout:Acquiring lock 140564917119536 on /run/cephadm/3eb49104-4b9f-11ef-bcbf-c7b262605968.lock 2024-07-26T22:35:19.512 INFO:teuthology.orchestra.run.smithi076.stdout:Lock 140564917119536 acquired on /run/cephadm/3eb49104-4b9f-11ef-bcbf-c7b262605968.lock 2024-07-26T22:35:19.513 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying IP 172.21.15.76 port 3300 ... 2024-07-26T22:35:19.513 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying IP 172.21.15.76 port 6789 ... 2024-07-26T22:35:19.513 INFO:teuthology.orchestra.run.smithi076.stdout:Base mon IP(s) is [172.21.15.76:3300, 172.21.15.76:6789], mon addrv is [v2:172.21.15.76:3300,v1:172.21.15.76:6789] 2024-07-26T22:35:19.516 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.76 metric 100 2024-07-26T22:35:19.516 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.76 metric 100 2024-07-26T22:35:19.519 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-07-26T22:35:19.519 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-07-26T22:35:19.519 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1780sec hoplimit 64 pref medium 2024-07-26T22:35:19.523 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-07-26T22:35:19.523 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-07-26T22:35:19.523 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-07-26T22:35:19.523 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-07-26T22:35:19.523 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:47e1/64 scope link 2024-07-26T22:35:19.523 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-07-26T22:35:19.524 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.0.0/20` 2024-07-26T22:35:19.524 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.0.0/20` 2024-07-26T22:35:19.524 INFO:teuthology.orchestra.run.smithi076.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-07-26T22:35:19.524 INFO:teuthology.orchestra.run.smithi076.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-07-26T22:35:19.525 INFO:teuthology.orchestra.run.smithi076.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T22:35:20.833 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stdout 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 2024-07-26T22:35:20.833 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T22:35:20.833 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Getting image source signatures 2024-07-26T22:35:20.833 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Copying blob sha256:43735fbce9214f061a6894341d7822563f5aafe16fc7532189f4415cff6d2d91 2024-07-26T22:35:20.833 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Copying blob sha256:d81571799c238630dc12900d6ad4e7f184934f83bdd7834a138bb6e4def1a46e 2024-07-26T22:35:20.833 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Copying config sha256:0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 2024-07-26T22:35:20.833 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Writing manifest to image destination 2024-07-26T22:35:21.777 INFO:teuthology.orchestra.run.smithi076.stdout:ceph: stdout ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev) 2024-07-26T22:35:21.777 INFO:teuthology.orchestra.run.smithi076.stdout:Ceph version: ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev) 2024-07-26T22:35:21.777 INFO:teuthology.orchestra.run.smithi076.stdout:Extracting ceph user uid/gid from container image... 2024-07-26T22:35:22.790 INFO:teuthology.orchestra.run.smithi076.stdout:stat: stdout 167 167 2024-07-26T22:35:22.791 INFO:teuthology.orchestra.run.smithi076.stdout:Creating initial keys... 2024-07-26T22:35:23.820 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-authtool: stdout AQCrJKRmQwplBxAArY39ZBIXaFwRJdydDIhgLA== 2024-07-26T22:35:24.800 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-authtool: stdout AQCsJKRmg1ytChAAAyWCal0RLscK7sOYrzijJA== 2024-07-26T22:35:25.823 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-authtool: stdout AQCtJKRm6xYKCRAAXht6kWynu1gx+wC+4SoX7g== 2024-07-26T22:35:25.825 INFO:teuthology.orchestra.run.smithi076.stdout:Creating initial monmap... 2024-07-26T22:35:26.753 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-07-26T22:35:26.753 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-07-26T22:35:26.753 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:35:26.753 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-07-26T22:35:26.753 INFO:teuthology.orchestra.run.smithi076.stdout:monmaptool for a [v2:172.21.15.76:3300,v1:172.21.15.76:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-07-26T22:35:26.754 INFO:teuthology.orchestra.run.smithi076.stdout:setting min_mon_release = quincy 2024-07-26T22:35:26.754 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: set fsid to 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:35:26.754 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-07-26T22:35:26.754 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:35:26.754 INFO:teuthology.orchestra.run.smithi076.stdout:Creating mon... 2024-07-26T22:35:27.641 INFO:teuthology.orchestra.run.smithi076.stdout:create mon.a on 2024-07-26T22:35:27.867 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-07-26T22:35:28.012 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-07-26T22:35:28.205 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968.target → /etc/systemd/system/ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968.target. 2024-07-26T22:35:28.205 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968.target → /etc/systemd/system/ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968.target. 2024-07-26T22:35:28.442 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.a 2024-07-26T22:35:28.443 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.a.service: Unit ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.a.service not loaded. 2024-07-26T22:35:28.613 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968.target.wants/ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.a.service → /etc/systemd/system/ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@.service. 2024-07-26T22:35:29.151 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:29 smithi076 ceph-mon[30940]: mon.a is new leader, mons a in quorum (ranks 0) 2024-07-26T22:35:29.152 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:29 smithi076 bash[30903]: cb309743c0691957bf8a599d047c65afa471241c72243e751b4c342397ff1bc2 2024-07-26T22:35:29.165 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-26T22:35:29.165 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout disabled 2024-07-26T22:35:29.172 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-26T22:35:29.172 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-07-26T22:35:29.172 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld.service is not enabled 2024-07-26T22:35:29.172 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to enable service . firewalld.service is not available 2024-07-26T22:35:29.173 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mon to start... 2024-07-26T22:35:29.173 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mon... 2024-07-26T22:35:29.504 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:29 smithi076 systemd[1]: Started Ceph mon.a for 3eb49104-4b9f-11ef-bcbf-c7b262605968. 2024-07-26T22:35:30.128 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout cluster: 2024-07-26T22:35:30.128 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout id: 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:35:30.128 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-07-26T22:35:30.128 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-07-26T22:35:30.128 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout services: 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.566349s) 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout data: 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout pgs: 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:mon is available 2024-07-26T22:35:30.129 INFO:teuthology.orchestra.run.smithi076.stdout:Assimilating anything we can from ceph.conf... 2024-07-26T22:35:30.233 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: mon.a is new leader, mons a in quorum (ranks 0) 2024-07-26T22:35:30.233 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: monmap epoch 1 2024-07-26T22:35:30.233 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:35:30.233 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: last_changed 2024-07-26T22:35:26.178990+0000 2024-07-26T22:35:30.233 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: created 2024-07-26T22:35:26.178990+0000 2024-07-26T22:35:30.233 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: min_mon_release 19 (squid) 2024-07-26T22:35:30.234 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: election_strategy: 1 2024-07-26T22:35:30.234 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-07-26T22:35:30.234 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: fsmap 2024-07-26T22:35:30.234 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: osdmap e1: 0 total, 0 up, 0 in 2024-07-26T22:35:30.234 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: mgrmap e1: no daemons active 2024-07-26T22:35:30.234 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:30 smithi076 ceph-mon[30940]: from='client.? 172.21.15.76:0/3238995536' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-07-26T22:35:31.102 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-07-26T22:35:31.102 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [global] 2024-07-26T22:35:31.103 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout fsid = 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:35:31.103 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-07-26T22:35:31.103 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.76:3300,v1:172.21.15.76:6789] 2024-07-26T22:35:31.103 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-07-26T22:35:31.104 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-07-26T22:35:31.104 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-07-26T22:35:31.104 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-07-26T22:35:31.104 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-07-26T22:35:31.105 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [mgr] 2024-07-26T22:35:31.105 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-07-26T22:35:31.105 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-07-26T22:35:31.105 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-07-26T22:35:31.105 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [osd] 2024-07-26T22:35:31.106 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-07-26T22:35:31.106 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-07-26T22:35:31.106 INFO:teuthology.orchestra.run.smithi076.stdout:Generating new minimal ceph.conf... 2024-07-26T22:35:31.205 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:31 smithi076 ceph-mon[30940]: from='client.? 172.21.15.76:0/754229361' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-07-26T22:35:31.205 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:31 smithi076 ceph-mon[30940]: from='client.? 172.21.15.76:0/754229361' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-07-26T22:35:32.121 INFO:teuthology.orchestra.run.smithi076.stdout:Restarting the monitor... 2024-07-26T22:35:32.144 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:32 smithi076 ceph-mon[30940]: from='client.? 172.21.15.76:0/4283049636' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:35:32.544 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:32 smithi076 systemd[1]: Stopping Ceph mon.a for 3eb49104-4b9f-11ef-bcbf-c7b262605968... 2024-07-26T22:35:32.544 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:32 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a[30917]: 2024-07-26T22:35:32.389+0000 7fca2d090640 -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-07-26T22:35:32.544 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:32 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a[30917]: 2024-07-26T22:35:32.389+0000 7fca2d090640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-07-26T22:35:32.795 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:32 smithi076 podman[31257]: 2024-07-26 22:35:32.543622314 +0000 UTC m=+0.254001283 container died cb309743c0691957bf8a599d047c65afa471241c72243e751b4c342397ff1bc2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240724) 2024-07-26T22:35:32.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:32 smithi076 podman[31257]: 2024-07-26 22:35:32.795562884 +0000 UTC m=+0.505941853 container cleanup cb309743c0691957bf8a599d047c65afa471241c72243e751b4c342397ff1bc2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.36.0) 2024-07-26T22:35:33.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:32 smithi076 bash[31257]: ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a 2024-07-26T22:35:33.425 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 podman[31276]: 2024-07-26 22:35:33.04632644 +0000 UTC m=+0.502962253 container remove cb309743c0691957bf8a599d047c65afa471241c72243e751b4c342397ff1bc2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240724, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-26T22:35:33.425 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 systemd[1]: ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.a.service: Deactivated successfully. 2024-07-26T22:35:33.426 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 systemd[1]: Stopped Ceph mon.a for 3eb49104-4b9f-11ef-bcbf-c7b262605968. 2024-07-26T22:35:33.426 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 systemd[1]: Starting Ceph mon.a for 3eb49104-4b9f-11ef-bcbf-c7b262605968... 2024-07-26T22:35:33.699 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 podman[31371]: 2024-07-26 22:35:33.327731988 +0000 UTC m=+0.017338354 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:35:33.699 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 podman[31371]: 2024-07-26 22:35:33.430299625 +0000 UTC m=+0.119905989 container create e94fef3aa0d32e1a8fc25f80d4bb5f466ae8d9d1e8fcc72346d7b6b5d8aa0eed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240724, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0) 2024-07-26T22:35:33.700 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 podman[31371]: 2024-07-26 22:35:33.615580839 +0000 UTC m=+0.305187218 container init e94fef3aa0d32e1a8fc25f80d4bb5f466ae8d9d1e8fcc72346d7b6b5d8aa0eed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240724, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-07-26T22:35:33.700 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 podman[31371]: 2024-07-26 22:35:33.620265864 +0000 UTC m=+0.309872231 container start e94fef3aa0d32e1a8fc25f80d4bb5f466ae8d9d1e8fcc72346d7b6b5d8aa0eed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240724, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-26T22:35:33.700 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: set uid:gid to 167:167 (ceph:ceph) 2024-07-26T22:35:33.700 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev), process ceph-mon, pid 7 2024-07-26T22:35:33.700 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: pidfile_write: ignore empty --pid-file 2024-07-26T22:35:33.700 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: load: jerasure load: lrc 2024-07-26T22:35:33.700 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: RocksDB version: 7.9.2 2024-07-26T22:35:33.700 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Git sha 0 2024-07-26T22:35:33.700 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Compile date 2024-07-26 14:10:54 2024-07-26T22:35:33.700 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: DB SUMMARY 2024-07-26T22:35:33.700 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: DB Session ID: OPB126N24IR57PKRZ3UT 2024-07-26T22:35:33.701 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: CURRENT file: CURRENT 2024-07-26T22:35:33.701 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: IDENTITY file: IDENTITY 2024-07-26T22:35:33.701 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-07-26T22:35:33.701 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-07-26T22:35:33.701 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88553 ; 2024-07-26T22:35:33.702 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.error_if_exists: 0 2024-07-26T22:35:33.702 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.create_if_missing: 0 2024-07-26T22:35:33.702 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.paranoid_checks: 1 2024-07-26T22:35:33.702 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.flush_verify_memtable_count: 1 2024-07-26T22:35:33.702 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-26T22:35:33.702 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-26T22:35:33.702 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.env: 0x564ec64cc9c0 2024-07-26T22:35:33.702 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.fs: PosixFileSystem 2024-07-26T22:35:33.702 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.info_log: 0x564ec8145480 2024-07-26T22:35:33.703 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_file_opening_threads: 16 2024-07-26T22:35:33.703 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.statistics: (nil) 2024-07-26T22:35:33.703 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.use_fsync: 0 2024-07-26T22:35:33.703 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_log_file_size: 0 2024-07-26T22:35:33.703 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-26T22:35:33.703 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.log_file_time_to_roll: 0 2024-07-26T22:35:33.703 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.keep_log_file_num: 1000 2024-07-26T22:35:33.703 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.recycle_log_file_num: 0 2024-07-26T22:35:33.703 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.allow_fallocate: 1 2024-07-26T22:35:33.703 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.allow_mmap_reads: 0 2024-07-26T22:35:33.703 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.allow_mmap_writes: 0 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.use_direct_reads: 0 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.create_missing_column_families: 0 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.db_log_dir: 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.wal_dir: 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.table_cache_numshardbits: 6 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.WAL_ttl_seconds: 0 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.WAL_size_limit_MB: 0 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.is_fd_close_on_exec: 1 2024-07-26T22:35:33.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.advise_random_on_open: 1 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.db_write_buffer_size: 0 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.write_buffer_manager: 0x564ec8148e60 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.use_adaptive_mutex: 0 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.rate_limiter: (nil) 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.wal_recovery_mode: 2 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.enable_thread_tracking: 0 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.enable_pipelined_write: 0 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.unordered_write: 0 2024-07-26T22:35:33.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.row_cache: None 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.wal_filter: None 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.allow_ingest_behind: 0 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.two_write_queues: 0 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.manual_wal_flush: 0 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.wal_compression: 0 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.atomic_flush: 0 2024-07-26T22:35:33.706 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.persist_stats_to_disk: 0 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.write_dbid_to_manifest: 0 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.log_readahead_size: 0 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.best_efforts_recovery: 0 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.allow_data_in_errors: 0 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.db_host_id: __hostname__ 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.enforce_single_del_contracts: true 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_background_jobs: 2 2024-07-26T22:35:33.707 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_background_compactions: -1 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_subcompactions: 1 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.delayed_write_rate : 16777216 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_total_wal_size: 0 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.stats_dump_period_sec: 600 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.stats_persist_period_sec: 600 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_open_files: -1 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bytes_per_sync: 0 2024-07-26T22:35:33.708 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.wal_bytes_per_sync: 0 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.strict_bytes_per_sync: 0 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_readahead_size: 0 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_background_flushes: -1 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Compression algorithms supported: 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: kZSTD supported: 0 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: kXpressCompression supported: 0 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: kBZip2Compression supported: 0 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: kLZ4Compression supported: 1 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: kZlibCompression supported: 1 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: kLZ4HCCompression supported: 1 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: kSnappyCompression supported: 1 2024-07-26T22:35:33.709 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Fast CRC32 supported: Supported on x86 2024-07-26T22:35:33.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: DMutex implementation: pthread_mutex_t 2024-07-26T22:35:33.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-07-26T22:35:33.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-26T22:35:33.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-26T22:35:33.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.merge_operator: 2024-07-26T22:35:33.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_filter: None 2024-07-26T22:35:33.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_filter_factory: None 2024-07-26T22:35:33.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.sst_partitioner_factory: None 2024-07-26T22:35:33.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.memtable_factory: SkipListFactory 2024-07-26T22:35:33.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.table_factory: BlockBasedTable 2024-07-26T22:35:33.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564ec8145080) 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: cache_index_and_filter_blocks: 1 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: pin_top_level_index_and_filter: 1 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: index_type: 0 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: data_block_index_type: 0 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: index_shortening: 1 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: data_block_hash_table_util_ratio: 0.750000 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: checksum: 4 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: no_block_cache: 0 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_cache: 0x564ec8139610 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_cache_name: BinnedLRUCache 2024-07-26T22:35:33.711 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_cache_options: 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: capacity : 536870912 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: num_shard_bits : 4 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: strict_capacity_limit : 0 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: high_pri_pool_ratio: 0.000 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_cache_compressed: (nil) 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: persistent_cache: (nil) 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_size: 4096 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_size_deviation: 10 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_restart_interval: 16 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: index_block_restart_interval: 1 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: metadata_block_size: 4096 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: partition_filters: 0 2024-07-26T22:35:33.712 INFO:journalctl@ceph.mon.a.smithi076.stdout: use_delta_encoding: 1 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout: filter_policy: bloomfilter 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout: whole_key_filtering: 1 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout: verify_compression: 0 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout: read_amp_bytes_per_bit: 0 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout: format_version: 5 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout: enable_index_compression: 1 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_align: 0 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout: max_auto_readahead_size: 262144 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout: prepopulate_block_cache: 0 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout: initial_auto_readahead_size: 8192 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout: num_file_reads_for_auto_readahead: 2 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.write_buffer_size: 33554432 2024-07-26T22:35:33.713 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_write_buffer_number: 2 2024-07-26T22:35:33.714 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compression: NoCompression 2024-07-26T22:35:33.714 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bottommost_compression: Disabled 2024-07-26T22:35:33.714 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.prefix_extractor: nullptr 2024-07-26T22:35:33.714 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-26T22:35:33.714 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.num_levels: 7 2024-07-26T22:35:33.714 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-26T22:35:33.714 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-26T22:35:33.714 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-26T22:35:33.714 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-26T22:35:33.714 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-26T22:35:33.714 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compression_opts.window_bits: -14 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compression_opts.level: 32767 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compression_opts.strategy: 0 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:35:33.715 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-26T22:35:33.716 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compression_opts.enabled: false 2024-07-26T22:35:33.716 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:35:33.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-26T22:35:33.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-26T22:35:33.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-26T22:35:33.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.target_file_size_base: 67108864 2024-07-26T22:35:33.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.target_file_size_multiplier: 1 2024-07-26T22:35:33.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-26T22:35:33.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-26T22:35:33.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-26T22:35:33.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-26T22:35:33.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-26T22:35:33.718 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-26T22:35:33.718 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-26T22:35:33.718 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-26T22:35:33.718 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-26T22:35:33.718 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-26T22:35:33.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-26T22:35:33.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-26T22:35:33.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-26T22:35:33.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.arena_block_size: 1048576 2024-07-26T22:35:33.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-26T22:35:33.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-26T22:35:33.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.disable_auto_compactions: 0 2024-07-26T22:35:33.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-26T22:35:33.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-26T22:35:33.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-26T22:35:33.720 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-26T22:35:33.720 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-26T22:35:33.720 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-26T22:35:33.720 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-26T22:35:33.720 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-26T22:35:33.720 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-26T22:35:33.720 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-26T22:35:33.720 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-26T22:35:33.720 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.inplace_update_support: 0 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.inplace_update_num_locks: 10000 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.memtable_huge_page_size: 0 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.bloom_locality: 0 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.max_successive_merges: 0 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.optimize_filters_for_hits: 0 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.paranoid_file_checks: 0 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.force_consistency_checks: 1 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.report_bg_io_stats: 0 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.ttl: 2592000 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.periodic_compaction_seconds: 0 2024-07-26T22:35:33.721 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.enable_blob_files: false 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.min_blob_size: 0 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.blob_file_size: 268435456 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.blob_compression_type: NoCompression 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.enable_blob_garbage_collection: false 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.blob_file_starting_level: 0 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-26T22:35:33.722 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: 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-07-26T22:35:33.723 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-07-26T22:35:33.723 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4f2841c6-23d5-439d-b304-7e9fcd68360c 2024-07-26T22:35:33.723 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722033333646685, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-07-26T22:35:33.723 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-07-26T22:35:33.723 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722033333647533, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85292, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83439, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10064, "raw_average_key_size": 46, "raw_value_size": 77651, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1722033333, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4f2841c6-23d5-439d-b304-7e9fcd68360c", "db_session_id": "OPB126N24IR57PKRZ3UT", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-07-26T22:35:33.723 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722033333647628, "job": 1, "event": "recovery_finished"} 2024-07-26T22:35:33.723 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-07-26T22:35:33.723 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: 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-07-26T22:35:33.723 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564ec8166e00 2024-07-26T22:35:33.723 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: DB pointer 0x564ec8260000 2024-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.stdout: ** DB Stats ** 2024-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.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-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.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-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-07-26T22:35:33.724 INFO:journalctl@ceph.mon.a.smithi076.stdout: ** Compaction Stats [default] ** 2024-07-26T22:35:33.725 INFO:journalctl@ceph.mon.a.smithi076.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-07-26T22:35:33.725 INFO:journalctl@ceph.mon.a.smithi076.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-26T22:35:33.725 INFO:journalctl@ceph.mon.a.smithi076.stdout: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:35:33.725 INFO:journalctl@ceph.mon.a.smithi076.stdout: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:35:33.725 INFO:journalctl@ceph.mon.a.smithi076.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:35:33.725 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-07-26T22:35:33.726 INFO:journalctl@ceph.mon.a.smithi076.stdout: ** Compaction Stats [default] ** 2024-07-26T22:35:33.726 INFO:journalctl@ceph.mon.a.smithi076.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-07-26T22:35:33.726 INFO:journalctl@ceph.mon.a.smithi076.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-26T22:35:33.726 INFO:journalctl@ceph.mon.a.smithi076.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 151.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:35:33.726 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-07-26T22:35:33.726 INFO:journalctl@ceph.mon.a.smithi076.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-26T22:35:33.726 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-07-26T22:35:33.726 INFO:journalctl@ceph.mon.a.smithi076.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:35:33.726 INFO:journalctl@ceph.mon.a.smithi076.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-07-26T22:35:33.726 INFO:journalctl@ceph.mon.a.smithi076.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-26T22:35:33.726 INFO:journalctl@ceph.mon.a.smithi076.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.stdout: AddFile(Keys): cumulative 0, interval 0 2024-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.stdout: Cumulative compaction: 0.00 GB write, 14.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.stdout: Interval compaction: 0.00 GB write, 14.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.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-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.stdout: Block cache BinnedLRUCache@0x564ec8139610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.stdout: ** File Read Latency Histogram By Level [default] ** 2024-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: starting mon.a rank 0 at public addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] at bind addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: mon.a@-1(???) e1 preinit fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:35:33.727 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: mon.a@-1(???).mds e1 new map 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: mon.a@-1(???).mds e1 print_map 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout: e1 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout: btime 2024-07-26T22:35:29:084370+0000 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout: legacy client fscid: -1 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout: No filesystems configured 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:35:33.728 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-07-26T22:35:33.729 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 bash[31371]: e94fef3aa0d32e1a8fc25f80d4bb5f466ae8d9d1e8fcc72346d7b6b5d8aa0eed 2024-07-26T22:35:33.729 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 systemd[1]: Started Ceph mon.a for 3eb49104-4b9f-11ef-bcbf-c7b262605968. 2024-07-26T22:35:33.729 INFO:teuthology.orchestra.run.smithi076.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-07-26T22:35:33.968 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: mon.a is new leader, mons a in quorum (ranks 0) 2024-07-26T22:35:33.968 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: monmap epoch 1 2024-07-26T22:35:33.968 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:35:33.968 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: last_changed 2024-07-26T22:35:26.178990+0000 2024-07-26T22:35:33.968 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: created 2024-07-26T22:35:26.178990+0000 2024-07-26T22:35:33.968 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: min_mon_release 19 (squid) 2024-07-26T22:35:33.968 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: election_strategy: 1 2024-07-26T22:35:33.969 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-07-26T22:35:33.969 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: fsmap 2024-07-26T22:35:33.969 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: osdmap e1: 0 total, 0 up, 0 in 2024-07-26T22:35:33.969 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:33 smithi076 ceph-mon[31409]: mgrmap e1: no daemons active 2024-07-26T22:35:34.892 INFO:teuthology.orchestra.run.smithi076.stdout:Wrote config to /etc/ceph/ceph.conf 2024-07-26T22:35:34.913 INFO:teuthology.orchestra.run.smithi076.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:35:34.913 INFO:teuthology.orchestra.run.smithi076.stdout:Creating mgr... 2024-07-26T22:35:34.913 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying port 0.0.0.0:9283 ... 2024-07-26T22:35:34.914 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying port 0.0.0.0:8765 ... 2024-07-26T22:35:35.168 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mgr.a 2024-07-26T22:35:35.168 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mgr.a.service: Unit ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mgr.a.service not loaded. 2024-07-26T22:35:35.318 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968.target.wants/ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@.service. 2024-07-26T22:35:35.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:35 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/3906278400' entity='client.admin' 2024-07-26T22:35:35.546 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:35 smithi076 systemd[1]: Starting Ceph mgr.a for 3eb49104-4b9f-11ef-bcbf-c7b262605968... 2024-07-26T22:35:35.868 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:35 smithi076 podman[31647]: 2024-07-26 22:35:35.458210667 +0000 UTC m=+0.017438186 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:35:35.868 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:35 smithi076 podman[31647]: 2024-07-26 22:35:35.55673237 +0000 UTC m=+0.115959870 container create 3f4377ba9059c8c7a8599e105f4f3e6f522acf6672d0d7133384db5d02e9138d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-26T22:35:35.868 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:35 smithi076 podman[31647]: 2024-07-26 22:35:35.800503442 +0000 UTC m=+0.359730953 container init 3f4377ba9059c8c7a8599e105f4f3e6f522acf6672d0d7133384db5d02e9138d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, org.label-schema.build-date=20240724, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-07-26T22:35:35.868 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:35 smithi076 podman[31647]: 2024-07-26 22:35:35.80525478 +0000 UTC m=+0.364482280 container start 3f4377ba9059c8c7a8599e105f4f3e6f522acf6672d0d7133384db5d02e9138d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240724, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2) 2024-07-26T22:35:35.868 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:35 smithi076 bash[31647]: 3f4377ba9059c8c7a8599e105f4f3e6f522acf6672d0d7133384db5d02e9138d 2024-07-26T22:35:35.883 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-26T22:35:35.884 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout disabled 2024-07-26T22:35:35.891 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-26T22:35:35.891 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-07-26T22:35:35.891 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld.service is not enabled 2024-07-26T22:35:35.891 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to enable service . firewalld.service is not available 2024-07-26T22:35:35.899 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-26T22:35:35.899 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout disabled 2024-07-26T22:35:35.907 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-26T22:35:35.907 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-07-26T22:35:35.907 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld.service is not enabled 2024-07-26T22:35:35.907 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-07-26T22:35:35.907 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr to start... 2024-07-26T22:35:35.907 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr... 2024-07-26T22:35:36.138 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:35 smithi076 systemd[1]: Started Ceph mgr.a for 3eb49104-4b9f-11ef-bcbf-c7b262605968. 2024-07-26T22:35:36.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:36 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/2193962176' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-07-26T22:35:36.986 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-07-26T22:35:36.986 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:35:36.986 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsid": "3eb49104-4b9f-11ef-bcbf-c7b262605968", 2024-07-26T22:35:36.986 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "health": { 2024-07-26T22:35:36.986 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-07-26T22:35:36.986 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-07-26T22:35:36.986 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 0 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "a" 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "monmap": { 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-07-26T22:35:36.987 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-07-26T22:35:36.988 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:36.988 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-07-26T22:35:36.988 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:35:36.988 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-07-26T22:35:36.988 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-07-26T22:35:36.988 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-07-26T22:35:36.988 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-07-26T22:35:36.988 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-07-26T22:35:36.988 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-07-26T22:35:36.993 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:36.993 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-07-26T22:35:36.993 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-07-26T22:35:36.993 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-07-26T22:35:36.993 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-07-26T22:35:36.993 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-07-26T22:35:36.993 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-07-26T22:35:36.993 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-07-26T22:35:36.993 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-07-26T22:35:36.993 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "btime": "2024-07-26T22:35:29:084370+0000", 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": false, 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modules": [ 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "iostat", 2024-07-26T22:35:36.994 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "nfs", 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "restful" 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modified": "2024-07-26T22:35:29.085043+0000", 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:35:36.995 INFO:teuthology.orchestra.run.smithi076.stdout:mgr not available, waiting (1/15)... 2024-07-26T22:35:41.239 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: Activating manager daemon a 2024-07-26T22:35:41.239 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: mgrmap e2: a(active, starting, since 0.00321324s) 2024-07-26T22:35:41.239 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: from='mgr.14100 172.21.15.76:0/2539544714' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T22:35:41.239 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: from='mgr.14100 172.21.15.76:0/2539544714' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T22:35:41.239 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: from='mgr.14100 172.21.15.76:0/2539544714' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T22:35:41.239 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: from='mgr.14100 172.21.15.76:0/2539544714' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:35:41.240 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: from='mgr.14100 172.21.15.76:0/2539544714' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T22:35:41.240 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: Manager daemon a is now available 2024-07-26T22:35:41.240 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: from='mgr.14100 172.21.15.76:0/2539544714' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T22:35:41.240 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: from='mgr.14100 172.21.15.76:0/2539544714' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T22:35:41.240 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: from='mgr.14100 172.21.15.76:0/2539544714' entity='mgr.a' 2024-07-26T22:35:41.240 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: from='mgr.14100 172.21.15.76:0/2539544714' entity='mgr.a' 2024-07-26T22:35:41.240 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:40 smithi076 ceph-mon[31409]: from='mgr.14100 172.21.15.76:0/2539544714' entity='mgr.a' 2024-07-26T22:35:43.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:42 smithi076 ceph-mon[31409]: mgrmap e3: a(active, since 1.00772s) 2024-07-26T22:35:43.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:42 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/543392754' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-07-26T22:35:44.296 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:43 smithi076 ceph-mon[31409]: mgrmap e4: a(active, since 2s) 2024-07-26T22:35:48.857 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-07-26T22:35:48.863 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:35:48.863 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsid": "3eb49104-4b9f-11ef-bcbf-c7b262605968", 2024-07-26T22:35:48.863 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "health": { 2024-07-26T22:35:48.863 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-07-26T22:35:48.863 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-07-26T22:35:48.863 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-07-26T22:35:48.863 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:48.863 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-07-26T22:35:48.863 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-07-26T22:35:48.864 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 0 2024-07-26T22:35:48.864 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:35:48.864 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-07-26T22:35:48.864 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "a" 2024-07-26T22:35:48.864 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:35:48.864 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-07-26T22:35:48.864 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "monmap": { 2024-07-26T22:35:48.864 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:35:48.864 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-07-26T22:35:48.864 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-07-26T22:35:48.864 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-07-26T22:35:48.865 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "btime": "2024-07-26T22:35:29:084370+0000", 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:48.866 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modules": [ 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "iostat", 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "nfs", 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "restful" 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modified": "2024-07-26T22:35:29.085043+0000", 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T22:35:48.867 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:35:48.868 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-07-26T22:35:48.868 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:35:48.868 INFO:teuthology.orchestra.run.smithi076.stdout:mgr is available 2024-07-26T22:35:51.524 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:51 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/895997310' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-07-26T22:35:51.525 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:51 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/895997310' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-07-26T22:35:51.788 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-07-26T22:35:51.788 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [global] 2024-07-26T22:35:51.788 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout fsid = 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:35:51.788 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.76:3300,v1:172.21.15.76:6789] 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [mgr] 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [osd] 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-07-26T22:35:51.789 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling cephadm module... 2024-07-26T22:35:52.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:52 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/3885225429' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-07-26T22:35:52.796 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:52 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: ignoring --setuser ceph since I am not root 2024-07-26T22:35:52.796 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:52 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: ignoring --setgroup ceph since I am not root 2024-07-26T22:35:53.742 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:53 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/3885225429' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-07-26T22:35:53.742 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:53 smithi076 ceph-mon[31409]: mgrmap e5: a(active, since 11s) 2024-07-26T22:35:54.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:35:54.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-07-26T22:35:54.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-26T22:35:54.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-07-26T22:35:54.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-07-26T22:35:54.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:35:54.341 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for the mgr to restart... 2024-07-26T22:35:54.341 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr epoch 5... 2024-07-26T22:35:54.773 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:54 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/2484668582' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-07-26T22:35:57.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: Active manager daemon a restarted 2024-07-26T22:35:57.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: Activating manager daemon a 2024-07-26T22:35:57.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: osdmap e2: 0 total, 0 up, 0 in 2024-07-26T22:35:57.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: mgrmap e6: a(active, starting, since 0.00340627s) 2024-07-26T22:35:57.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:35:57.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T22:35:57.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T22:35:57.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T22:35:57.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T22:35:57.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: Manager daemon a is now available 2024-07-26T22:35:57.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:35:57.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:35:57.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:35:57.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:35:57.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:35:57.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T22:35:57.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:57 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T22:35:59.028 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:35:59.029 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-07-26T22:35:59.029 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "initialized": true 2024-07-26T22:35:59.029 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:35:59.029 INFO:teuthology.orchestra.run.smithi076.stdout:mgr epoch 5 is available 2024-07-26T22:35:59.029 INFO:teuthology.orchestra.run.smithi076.stdout:Setting orchestrator backend to cephadm... 2024-07-26T22:35:59.368 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-mon[31409]: Found migration_current of "None". Setting to last migration. 2024-07-26T22:35:59.368 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:35:59.368 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:35:59.368 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-mon[31409]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-07-26T22:35:59.368 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-mon[31409]: mgrmap e7: a(active, since 1.0055s) 2024-07-26T22:35:59.369 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: 2024-07-26T22:35:59.366+0000 7ff7c3392640 -1 log_channel(cephadm) log [ERR] : [26/Jul/2024:22:35:59] ENGINE Error in HTTPServer.serve 2024-07-26T22:35:59.369 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: Traceback (most recent call last): 2024-07-26T22:35:59.369 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T22:35:59.369 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: self._connections.run(self.expiration_interval) 2024-07-26T22:35:59.369 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T22:35:59.369 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: self._run(expiration_interval) 2024-07-26T22:35:59.369 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T22:35:59.370 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T22:35:59.370 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T22:35:59.370 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T22:35:59.370 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T22:35:59.370 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: s = self.context.wrap_socket( 2024-07-26T22:35:59.370 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T22:35:59.370 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: return self.sslsocket_class._create( 2024-07-26T22:35:59.370 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T22:35:59.370 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: self.do_handshake() 2024-07-26T22:35:59.371 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T22:35:59.371 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: self._sslobj.do_handshake() 2024-07-26T22:35:59.371 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T22:35:59.371 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:35:59 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: 2024-07-26T22:36:00.449 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:00 smithi076 ceph-mon[31409]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:00 smithi076 ceph-mon[31409]: [26/Jul/2024:22:35:59] ENGINE Bus STARTING 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:00 smithi076 ceph-mon[31409]: [26/Jul/2024:22:35:59] ENGINE Serving on http://172.21.15.76:8765 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:00 smithi076 ceph-mon[31409]: [26/Jul/2024:22:35:59] ENGINE Serving on https://172.21.15.76:7150 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:00 smithi076 ceph-mon[31409]: [26/Jul/2024:22:35:59] ENGINE Bus STARTED 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:00 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:00 smithi076 ceph-mon[31409]: [26/Jul/2024:22:35:59] ENGINE Error in HTTPServer.serve 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout: Traceback (most recent call last): 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout: self._connections.run(self.expiration_interval) 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout: self._run(expiration_interval) 2024-07-26T22:36:00.450 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: s = self.context.wrap_socket( 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: return self.sslsocket_class._create( 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: self.do_handshake() 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: self._sslobj.do_handshake() 2024-07-26T22:36:00.451 INFO:journalctl@ceph.mon.a.smithi076.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T22:36:00.452 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:00 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:36:00.452 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:00 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:01.398 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout value unchanged 2024-07-26T22:36:01.398 INFO:teuthology.orchestra.run.smithi076.stdout:Generating ssh key... 2024-07-26T22:36:01.512 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:01 smithi076 ceph-mon[31409]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:01.513 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:01 smithi076 ceph-mon[31409]: mgrmap e8: a(active, since 2s) 2024-07-26T22:36:02.517 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-mon[31409]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:02.517 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: Generating public/private rsa key pair. 2024-07-26T22:36:02.517 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: Your identification has been saved in /tmp/tmpx3bwlc0n/key 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: Your public key has been saved in /tmp/tmpx3bwlc0n/key.pub 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: The key fingerprint is: 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: SHA256:jSmX7TYuTMYBddqxVh7wsXNsKivhvMUSDZOi+Yw0CQk ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: The key's randomart image is: 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: +---[RSA 3072]----+ 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: |E .. +.+ | 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: | . . . = * = | 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: | o ..= + = + | 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: | . + ..@ = | 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: | * ..S.= . | 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: | . = =+= o | 2024-07-26T22:36:02.518 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: | . o+= B | 2024-07-26T22:36:02.519 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: | oB . | 2024-07-26T22:36:02.519 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: | ... | 2024-07-26T22:36:02.519 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:02 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: +----[SHA256]-----+ 2024-07-26T22:36:03.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:03 smithi076 ceph-mon[31409]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:03.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:03 smithi076 ceph-mon[31409]: Generating ssh key... 2024-07-26T22:36:03.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:03 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:36:03.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:03 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:36:04.009 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUMazZrV1OictkH45XLVvEHbXcH6njvEIyiOTtAPhOUMwMsjJY+Es8Qeg9bhdK2bcEgnP9xXyFDKUeHZOzrv66UrbS+/p+LqcAHrrN65JtlE8cciUN3do3AILC1o59OCrvJUEi/gKvzuFKIPbhtQnPvBQ5VWKxRtg9FYPWF3toWn64xl9adF6BEly36gFPD4sLaXVfk5TjHWLp3VL9A7fTzn6byA25p9XSbzbVFqKTePdwPXuVr5Fqp0lc3QNytX4N4VSPGHkCQSqSEPXA0D3Qjq0EPvx7GUGZB4IylLMQWhPHoPedJxQTg9WfGHvAcE/9++RIzmhOpKYBJXOnpIhjeFRqi/yF5xjJG8AQlAyB8Zz2/NXPk+RJaspA6vlCYFF7hCK8O1Wv+w96vGhw20FSlUwd2w7r2bnfFsBeaLZHqikrqStCib3q39z99ykYan1QKmbe5vahUPpcnl8FVt49hoGOlP7OwiidnFfQdroKEUt4AyWcQZ/O3UoQ4bHbYHE= ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:36:04.009 INFO:teuthology.orchestra.run.smithi076.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-07-26T22:36:04.009 INFO:teuthology.orchestra.run.smithi076.stdout:Adding key to root@localhost authorized_keys... 2024-07-26T22:36:04.010 INFO:teuthology.orchestra.run.smithi076.stdout:Adding host smithi076... 2024-07-26T22:36:04.296 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:04 smithi076 ceph-mon[31409]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:05.614 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:05 smithi076 ceph-mon[31409]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi076", "addr": "172.21.15.76", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:05.614 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:05 smithi076 ceph-mon[31409]: Deploying cephadm binary to smithi076 2024-07-26T22:36:08.384 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Added host 'smithi076' with addr '172.21.15.76' 2024-07-26T22:36:08.384 INFO:teuthology.orchestra.run.smithi076.stdout:Deploying unmanaged mon service... 2024-07-26T22:36:09.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:08 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:36:09.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:08 smithi076 ceph-mon[31409]: Added host smithi076 2024-07-26T22:36:09.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:08 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:09.709 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-07-26T22:36:09.710 INFO:teuthology.orchestra.run.smithi076.stdout:Deploying unmanaged mgr service... 2024-07-26T22:36:10.352 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:10 smithi076 ceph-mon[31409]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:10.352 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:10 smithi076 ceph-mon[31409]: Saving service mon spec with placement count:5 2024-07-26T22:36:10.353 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:10 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:36:11.542 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:11 smithi076 ceph-mon[31409]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:11.542 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:11 smithi076 ceph-mon[31409]: Saving service mgr spec with placement count:2 2024-07-26T22:36:11.542 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:11 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:36:11.542 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:11 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:36:11.542 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:11 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:36:11.545 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-07-26T22:36:13.425 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:13 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/865259890' entity='client.admin' 2024-07-26T22:36:14.369 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling the dashboard module... 2024-07-26T22:36:14.726 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:14 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:36:14.726 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:14 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:36:14.726 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:14 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"} : dispatch 2024-07-26T22:36:14.726 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:14 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' 2024-07-26T22:36:14.726 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:14 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []} : dispatch 2024-07-26T22:36:14.726 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:14 smithi076 ceph-mon[31409]: from='mgr.14116 172.21.15.76:0/3671968490' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]': finished 2024-07-26T22:36:14.726 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:14 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/3170926447' entity='client.admin' 2024-07-26T22:36:15.770 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:15 smithi076 ceph-mon[31409]: Deploying daemon agent.smithi076 on smithi076 2024-07-26T22:36:15.770 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:15 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/4021422755' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-07-26T22:36:15.771 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:15 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: ignoring --setuser ceph since I am not root 2024-07-26T22:36:15.771 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:15 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: ignoring --setgroup ceph since I am not root 2024-07-26T22:36:16.697 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:16 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/4021422755' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-07-26T22:36:16.697 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:16 smithi076 ceph-mon[31409]: mgrmap e9: a(active, since 17s) 2024-07-26T22:36:17.289 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:36:17.289 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-07-26T22:36:17.289 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-26T22:36:17.289 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-07-26T22:36:17.289 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-07-26T22:36:17.289 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:36:17.290 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for the mgr to restart... 2024-07-26T22:36:17.290 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr epoch 9... 2024-07-26T22:36:17.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:17 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/2489920617' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-07-26T22:36:20.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: Active manager daemon a restarted 2024-07-26T22:36:20.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: Activating manager daemon a 2024-07-26T22:36:20.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: osdmap e3: 0 total, 0 up, 0 in 2024-07-26T22:36:20.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: mgrmap e10: a(active, starting, since 0.00322004s) 2024-07-26T22:36:20.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:36:20.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T22:36:20.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T22:36:20.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T22:36:20.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T22:36:20.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: Manager daemon a is now available 2024-07-26T22:36:20.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:20.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:20.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T22:36:20.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T22:36:22.046 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: 2024-07-26T22:36:22.002+0000 7fbce650b640 -1 log_channel(cephadm) log [ERR] : [26/Jul/2024:22:36:22] ENGINE Error in HTTPServer.serve 2024-07-26T22:36:22.047 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: Traceback (most recent call last): 2024-07-26T22:36:22.047 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T22:36:22.047 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: self._connections.run(self.expiration_interval) 2024-07-26T22:36:22.047 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T22:36:22.047 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: self._run(expiration_interval) 2024-07-26T22:36:22.047 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T22:36:22.047 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T22:36:22.047 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T22:36:22.047 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T22:36:22.047 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T22:36:22.048 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: s = self.context.wrap_socket( 2024-07-26T22:36:22.048 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T22:36:22.048 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: return self.sslsocket_class._create( 2024-07-26T22:36:22.048 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T22:36:22.048 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: self.do_handshake() 2024-07-26T22:36:22.048 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T22:36:22.048 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: self._sslobj.do_handshake() 2024-07-26T22:36:22.048 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T22:36:22.048 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: 2024-07-26T22:36:22.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:36:22.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-07-26T22:36:22.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "initialized": true 2024-07-26T22:36:22.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:36:22.340 INFO:teuthology.orchestra.run.smithi076.stdout:mgr epoch 9 is available 2024-07-26T22:36:22.340 INFO:teuthology.orchestra.run.smithi076.stdout:Generating a dashboard self-signed certificate... 2024-07-26T22:36:22.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-mon[31409]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-07-26T22:36:22.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-mon[31409]: mgrmap e11: a(active, since 1.00575s) 2024-07-26T22:36:22.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-mon[31409]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-07-26T22:36:22.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:22.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"} : dispatch 2024-07-26T22:36:22.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:22.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []} : dispatch 2024-07-26T22:36:23.631 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:23 smithi076 ceph-mon[31409]: [26/Jul/2024:22:36:21] ENGINE Bus STARTING 2024-07-26T22:36:23.631 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:23 smithi076 ceph-mon[31409]: [26/Jul/2024:22:36:21] ENGINE Serving on http://172.21.15.76:8765 2024-07-26T22:36:23.631 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:23 smithi076 ceph-mon[31409]: [26/Jul/2024:22:36:22] ENGINE Serving on https://172.21.15.76:7150 2024-07-26T22:36:23.631 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:23 smithi076 ceph-mon[31409]: [26/Jul/2024:22:36:22] ENGINE Bus STARTED 2024-07-26T22:36:23.631 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:23 smithi076 ceph-mon[31409]: [26/Jul/2024:22:36:22] ENGINE Error in HTTPServer.serve 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: Traceback (most recent call last): 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: self._connections.run(self.expiration_interval) 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: self._run(expiration_interval) 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: s = self.context.wrap_socket( 2024-07-26T22:36:23.632 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T22:36:23.633 INFO:journalctl@ceph.mon.a.smithi076.stdout: return self.sslsocket_class._create( 2024-07-26T22:36:23.633 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T22:36:23.633 INFO:journalctl@ceph.mon.a.smithi076.stdout: self.do_handshake() 2024-07-26T22:36:23.633 INFO:journalctl@ceph.mon.a.smithi076.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T22:36:23.633 INFO:journalctl@ceph.mon.a.smithi076.stdout: self._sslobj.do_handshake() 2024-07-26T22:36:23.633 INFO:journalctl@ceph.mon.a.smithi076.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T22:36:23.633 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:23 smithi076 ceph-mon[31409]: Deploying daemon agent.smithi076 on smithi076 2024-07-26T22:36:23.633 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:23 smithi076 ceph-mon[31409]: mgrmap e12: a(active, since 2s) 2024-07-26T22:36:23.633 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:23 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:23.633 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:23 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:23.634 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-07-26T22:36:23.634 INFO:teuthology.orchestra.run.smithi076.stdout:Creating initial admin user... 2024-07-26T22:36:24.705 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:24 smithi076 ceph-mon[31409]: from='client.14160 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:24.970 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$d4afBg6V1w/z/QNdhdCIsuQXII/DzVzWcPKHZ6NRC56j8GxZrQkdK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1722033384, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-07-26T22:36:24.970 INFO:teuthology.orchestra.run.smithi076.stdout:Fetching dashboard port number... 2024-07-26T22:36:25.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:25 smithi076 ceph-mon[31409]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:25.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:25 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:26.220 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 8443 2024-07-26T22:36:26.231 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-26T22:36:26.231 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout disabled 2024-07-26T22:36:26.238 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-26T22:36:26.238 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-07-26T22:36:26.238 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld.service is not enabled 2024-07-26T22:36:26.238 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-07-26T22:36:26.240 INFO:teuthology.orchestra.run.smithi076.stdout:Ceph Dashboard is now available at: 2024-07-26T22:36:26.240 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:26.240 INFO:teuthology.orchestra.run.smithi076.stdout: URL: https://smithi076.front.sepia.ceph.com:8443/ 2024-07-26T22:36:26.240 INFO:teuthology.orchestra.run.smithi076.stdout: User: admin 2024-07-26T22:36:26.241 INFO:teuthology.orchestra.run.smithi076.stdout: Password: w8jywcm3ld 2024-07-26T22:36:26.241 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:26.241 INFO:teuthology.orchestra.run.smithi076.stdout:Saving cluster configuration to /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config directory 2024-07-26T22:36:26.482 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:26 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/733901675' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-07-26T22:36:27.537 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:27 smithi076 ceph-mon[31409]: mgrmap e13: a(active, since 6s) 2024-07-26T22:36:27.537 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:27 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/3944029222' entity='client.admin' 2024-07-26T22:36:27.540 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-07-26T22:36:27.540 INFO:teuthology.orchestra.run.smithi076.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-07-26T22:36:27.540 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:27.540 INFO:teuthology.orchestra.run.smithi076.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:36:27.540 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:27.540 INFO:teuthology.orchestra.run.smithi076.stdout:Or, if you are only running a single cluster on this host: 2024-07-26T22:36:27.540 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:27.541 INFO:teuthology.orchestra.run.smithi076.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-07-26T22:36:27.541 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:27.541 INFO:teuthology.orchestra.run.smithi076.stdout:Please consider enabling telemetry to help improve Ceph: 2024-07-26T22:36:27.541 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:27.541 INFO:teuthology.orchestra.run.smithi076.stdout: ceph telemetry on 2024-07-26T22:36:27.541 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:27.541 INFO:teuthology.orchestra.run.smithi076.stdout:For more information see: 2024-07-26T22:36:27.541 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:27.541 INFO:teuthology.orchestra.run.smithi076.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-07-26T22:36:27.541 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:27.542 INFO:teuthology.orchestra.run.smithi076.stdout:Bootstrap complete. 2024-07-26T22:36:27.582 INFO:tasks.cephadm:Fetching config... 2024-07-26T22:36:27.583 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:36:27.583 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-07-26T22:36:27.600 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-07-26T22:36:27.600 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:36:27.600 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-07-26T22:36:27.655 INFO:tasks.cephadm:Fetching mon keyring... 2024-07-26T22:36:27.655 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:36:27.656 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/keyring of=/dev/stdout 2024-07-26T22:36:27.851 INFO:tasks.cephadm:Fetching pub ssh key... 2024-07-26T22:36:27.851 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:36:27.851 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-07-26T22:36:27.909 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-07-26T22:36:27.910 DEBUG:teuthology.orchestra.run.smithi076:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUMazZrV1OictkH45XLVvEHbXcH6njvEIyiOTtAPhOUMwMsjJY+Es8Qeg9bhdK2bcEgnP9xXyFDKUeHZOzrv66UrbS+/p+LqcAHrrN65JtlE8cciUN3do3AILC1o59OCrvJUEi/gKvzuFKIPbhtQnPvBQ5VWKxRtg9FYPWF3toWn64xl9adF6BEly36gFPD4sLaXVfk5TjHWLp3VL9A7fTzn6byA25p9XSbzbVFqKTePdwPXuVr5Fqp0lc3QNytX4N4VSPGHkCQSqSEPXA0D3Qjq0EPvx7GUGZB4IylLMQWhPHoPedJxQTg9WfGHvAcE/9++RIzmhOpKYBJXOnpIhjeFRqi/yF5xjJG8AQlAyB8Zz2/NXPk+RJaspA6vlCYFF7hCK8O1Wv+w96vGhw20FSlUwd2w7r2bnfFsBeaLZHqikrqStCib3q39z99ykYan1QKmbe5vahUPpcnl8FVt49hoGOlP7OwiidnFfQdroKEUt4AyWcQZ/O3UoQ4bHbYHE= ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-07-26T22:36:28.079 INFO:teuthology.orchestra.run.smithi076.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUMazZrV1OictkH45XLVvEHbXcH6njvEIyiOTtAPhOUMwMsjJY+Es8Qeg9bhdK2bcEgnP9xXyFDKUeHZOzrv66UrbS+/p+LqcAHrrN65JtlE8cciUN3do3AILC1o59OCrvJUEi/gKvzuFKIPbhtQnPvBQ5VWKxRtg9FYPWF3toWn64xl9adF6BEly36gFPD4sLaXVfk5TjHWLp3VL9A7fTzn6byA25p9XSbzbVFqKTePdwPXuVr5Fqp0lc3QNytX4N4VSPGHkCQSqSEPXA0D3Qjq0EPvx7GUGZB4IylLMQWhPHoPedJxQTg9WfGHvAcE/9++RIzmhOpKYBJXOnpIhjeFRqi/yF5xjJG8AQlAyB8Zz2/NXPk+RJaspA6vlCYFF7hCK8O1Wv+w96vGhw20FSlUwd2w7r2bnfFsBeaLZHqikrqStCib3q39z99ykYan1QKmbe5vahUPpcnl8FVt49hoGOlP7OwiidnFfQdroKEUt4AyWcQZ/O3UoQ4bHbYHE= ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:36:28.091 DEBUG:teuthology.orchestra.run.smithi099:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUMazZrV1OictkH45XLVvEHbXcH6njvEIyiOTtAPhOUMwMsjJY+Es8Qeg9bhdK2bcEgnP9xXyFDKUeHZOzrv66UrbS+/p+LqcAHrrN65JtlE8cciUN3do3AILC1o59OCrvJUEi/gKvzuFKIPbhtQnPvBQ5VWKxRtg9FYPWF3toWn64xl9adF6BEly36gFPD4sLaXVfk5TjHWLp3VL9A7fTzn6byA25p9XSbzbVFqKTePdwPXuVr5Fqp0lc3QNytX4N4VSPGHkCQSqSEPXA0D3Qjq0EPvx7GUGZB4IylLMQWhPHoPedJxQTg9WfGHvAcE/9++RIzmhOpKYBJXOnpIhjeFRqi/yF5xjJG8AQlAyB8Zz2/NXPk+RJaspA6vlCYFF7hCK8O1Wv+w96vGhw20FSlUwd2w7r2bnfFsBeaLZHqikrqStCib3q39z99ykYan1QKmbe5vahUPpcnl8FVt49hoGOlP7OwiidnFfQdroKEUt4AyWcQZ/O3UoQ4bHbYHE= ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-07-26T22:36:28.132 INFO:teuthology.orchestra.run.smithi099.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUMazZrV1OictkH45XLVvEHbXcH6njvEIyiOTtAPhOUMwMsjJY+Es8Qeg9bhdK2bcEgnP9xXyFDKUeHZOzrv66UrbS+/p+LqcAHrrN65JtlE8cciUN3do3AILC1o59OCrvJUEi/gKvzuFKIPbhtQnPvBQ5VWKxRtg9FYPWF3toWn64xl9adF6BEly36gFPD4sLaXVfk5TjHWLp3VL9A7fTzn6byA25p9XSbzbVFqKTePdwPXuVr5Fqp0lc3QNytX4N4VSPGHkCQSqSEPXA0D3Qjq0EPvx7GUGZB4IylLMQWhPHoPedJxQTg9WfGHvAcE/9++RIzmhOpKYBJXOnpIhjeFRqi/yF5xjJG8AQlAyB8Zz2/NXPk+RJaspA6vlCYFF7hCK8O1Wv+w96vGhw20FSlUwd2w7r2bnfFsBeaLZHqikrqStCib3q39z99ykYan1QKmbe5vahUPpcnl8FVt49hoGOlP7OwiidnFfQdroKEUt4AyWcQZ/O3UoQ4bHbYHE= ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:36:28.144 DEBUG:teuthology.orchestra.run.smithi103:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUMazZrV1OictkH45XLVvEHbXcH6njvEIyiOTtAPhOUMwMsjJY+Es8Qeg9bhdK2bcEgnP9xXyFDKUeHZOzrv66UrbS+/p+LqcAHrrN65JtlE8cciUN3do3AILC1o59OCrvJUEi/gKvzuFKIPbhtQnPvBQ5VWKxRtg9FYPWF3toWn64xl9adF6BEly36gFPD4sLaXVfk5TjHWLp3VL9A7fTzn6byA25p9XSbzbVFqKTePdwPXuVr5Fqp0lc3QNytX4N4VSPGHkCQSqSEPXA0D3Qjq0EPvx7GUGZB4IylLMQWhPHoPedJxQTg9WfGHvAcE/9++RIzmhOpKYBJXOnpIhjeFRqi/yF5xjJG8AQlAyB8Zz2/NXPk+RJaspA6vlCYFF7hCK8O1Wv+w96vGhw20FSlUwd2w7r2bnfFsBeaLZHqikrqStCib3q39z99ykYan1QKmbe5vahUPpcnl8FVt49hoGOlP7OwiidnFfQdroKEUt4AyWcQZ/O3UoQ4bHbYHE= ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-07-26T22:36:28.186 INFO:teuthology.orchestra.run.smithi103.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUMazZrV1OictkH45XLVvEHbXcH6njvEIyiOTtAPhOUMwMsjJY+Es8Qeg9bhdK2bcEgnP9xXyFDKUeHZOzrv66UrbS+/p+LqcAHrrN65JtlE8cciUN3do3AILC1o59OCrvJUEi/gKvzuFKIPbhtQnPvBQ5VWKxRtg9FYPWF3toWn64xl9adF6BEly36gFPD4sLaXVfk5TjHWLp3VL9A7fTzn6byA25p9XSbzbVFqKTePdwPXuVr5Fqp0lc3QNytX4N4VSPGHkCQSqSEPXA0D3Qjq0EPvx7GUGZB4IylLMQWhPHoPedJxQTg9WfGHvAcE/9++RIzmhOpKYBJXOnpIhjeFRqi/yF5xjJG8AQlAyB8Zz2/NXPk+RJaspA6vlCYFF7hCK8O1Wv+w96vGhw20FSlUwd2w7r2bnfFsBeaLZHqikrqStCib3q39z99ykYan1QKmbe5vahUPpcnl8FVt49hoGOlP7OwiidnFfQdroKEUt4AyWcQZ/O3UoQ4bHbYHE= ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:36:28.199 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-07-26T22:36:28.504 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:36:29.279 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:29.279 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:29.280 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:29.280 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:29.280 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:29.280 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:29.280 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:29.280 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:29.280 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:29.280 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:29.280 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:29.280 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:31.240 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-07-26T22:36:31.240 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-07-26T22:36:31.466 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:31 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/1861146212' entity='client.admin' 2024-07-26T22:36:31.466 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:31 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:31.466 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:31 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:31.466 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:31 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:32.193 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:36:35.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:34 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:35.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:34 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:35.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:34 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:35.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:34 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:35.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:34 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:35.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:34 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:35.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:34 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:36:35.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:34 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:36:35.513 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi099 2024-07-26T22:36:35.514 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-07-26T22:36:35.514 DEBUG:teuthology.orchestra.run.smithi099:> dd of=/etc/ceph/ceph.conf 2024-07-26T22:36:35.534 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-07-26T22:36:35.534 DEBUG:teuthology.orchestra.run.smithi099:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:36:35.592 INFO:tasks.cephadm:Adding host smithi099 to orchestrator... 2024-07-26T22:36:35.592 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph orch host add smithi099 2024-07-26T22:36:35.853 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:36:36.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:35 smithi076 ceph-mon[31409]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:36.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:35 smithi076 ceph-mon[31409]: Updating smithi076:/etc/ceph/ceph.conf 2024-07-26T22:36:36.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:35 smithi076 ceph-mon[31409]: Updating smithi076:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:36:36.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:35 smithi076 ceph-mon[31409]: Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:36:36.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:35 smithi076 ceph-mon[31409]: Updating smithi076:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:36:36.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:35 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:36.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:35 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:36.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:35 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:39.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:38 smithi076 ceph-mon[31409]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi099", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:40.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:39 smithi076 ceph-mon[31409]: Deploying cephadm binary to smithi099 2024-07-26T22:36:40.834 INFO:teuthology.orchestra.run.smithi076.stdout:Added host 'smithi099' with addr '172.21.15.99' 2024-07-26T22:36:41.392 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph orch host ls --format=json 2024-07-26T22:36:41.650 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:36:41.772 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:41 smithi076 ceph-mon[31409]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:36:41.772 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:41 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:41.772 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:41 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:41.772 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:41 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:42.764 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:42 smithi076 ceph-mon[31409]: Added host smithi099 2024-07-26T22:36:42.764 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:42.764 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:42.764 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi099", "name": "osd_memory_target"} : dispatch 2024-07-26T22:36:42.764 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:36:42.764 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:36:42.764 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:42 smithi076 ceph-mon[31409]: Updating smithi099:/etc/ceph/ceph.conf 2024-07-26T22:36:42.764 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:42.765 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:42.765 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi099", "caps": []} : dispatch 2024-07-26T22:36:42.765 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi099", "caps": []}]': finished 2024-07-26T22:36:43.437 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:43.437 INFO:teuthology.orchestra.run.smithi076.stdout:[{"addr": "172.21.15.76", "hostname": "smithi076", "labels": [], "status": ""}, {"addr": "172.21.15.99", "hostname": "smithi099", "labels": [], "status": ""}] 2024-07-26T22:36:43.788 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:43 smithi076 ceph-mon[31409]: Updating smithi099:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:36:43.788 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:43 smithi076 ceph-mon[31409]: Updating smithi099:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:36:43.788 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:43 smithi076 ceph-mon[31409]: Updating smithi099:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:36:43.788 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:43 smithi076 ceph-mon[31409]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:36:44.141 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi103 2024-07-26T22:36:44.142 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-07-26T22:36:44.142 DEBUG:teuthology.orchestra.run.smithi103:> dd of=/etc/ceph/ceph.conf 2024-07-26T22:36:44.161 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-07-26T22:36:44.161 DEBUG:teuthology.orchestra.run.smithi103:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:36:44.219 INFO:tasks.cephadm:Adding host smithi103 to orchestrator... 2024-07-26T22:36:44.219 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph orch host add smithi103 2024-07-26T22:36:44.470 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:36:44.692 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: Deploying daemon agent.smithi099 on smithi099 2024-07-26T22:36:44.692 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:36:44.692 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:44.692 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:44.692 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:44.692 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:44.693 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:36:44.693 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:36:44.693 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:44.693 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:44.693 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:36:44.693 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:36:44.693 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:44.693 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:45.716 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:45 smithi076 ceph-mon[31409]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:36:45.716 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:45 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:45.716 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:45 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:45.716 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:45 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:47.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:47 smithi076 ceph-mon[31409]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi103", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:36:47.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:47 smithi076 ceph-mon[31409]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:36:47.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:47 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:47.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:47 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:48.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:48 smithi076 ceph-mon[31409]: Deploying cephadm binary to smithi103 2024-07-26T22:36:49.230 INFO:teuthology.orchestra.run.smithi076.stdout:Added host 'smithi103' with addr '172.21.15.103' 2024-07-26T22:36:49.545 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:49 smithi076 ceph-mon[31409]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:36:49.545 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:49 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:49.545 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:49 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:49.801 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph orch host ls --format=json 2024-07-26T22:36:50.503 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:36:50.773 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:50 smithi076 ceph-mon[31409]: Added host smithi103 2024-07-26T22:36:50.773 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:50.773 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:50.773 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:50.773 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi103", "name": "osd_memory_target"} : dispatch 2024-07-26T22:36:50.773 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:36:50.773 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:36:51.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: Updating smithi103:/etc/ceph/ceph.conf 2024-07-26T22:36:51.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: Updating smithi103:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:36:51.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: Updating smithi103:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:36:51.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:36:51.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: Updating smithi103:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:36:51.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:51.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:51.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:51.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:51.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:51.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi103", "caps": []} : dispatch 2024-07-26T22:36:51.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi103", "caps": []}]': finished 2024-07-26T22:36:52.829 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:36:52.830 INFO:teuthology.orchestra.run.smithi076.stdout:[{"addr": "172.21.15.76", "hostname": "smithi076", "labels": [], "status": ""}, {"addr": "172.21.15.99", "hostname": "smithi099", "labels": [], "status": ""}, {"addr": "172.21.15.103", "hostname": "smithi103", "labels": [], "status": ""}] 2024-07-26T22:36:53.650 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: Deploying daemon agent.smithi103 on smithi103 2024-07-26T22:36:53.650 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:53.651 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:53.652 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:53.652 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:53 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:53.677 INFO:tasks.cephadm:Setting crush tunables to default 2024-07-26T22:36:53.677 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph osd crush tunables default 2024-07-26T22:36:54.164 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:36:54.661 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:54 smithi076 ceph-mon[31409]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:36:55.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:55 smithi076 ceph-mon[31409]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:36:55.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:55 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:56.636 INFO:teuthology.orchestra.run.smithi076.stderr:adjusted tunables profile to default 2024-07-26T22:36:56.949 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:56 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:56.949 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:56 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:36:56.950 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:56 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/3100396345' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T22:36:56.950 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:56 smithi076 ceph-mon[31409]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:36:57.219 INFO:tasks.cephadm:Adding mon.a on smithi076 2024-07-26T22:36:57.219 INFO:tasks.cephadm:Adding mon.b on smithi099 2024-07-26T22:36:57.220 INFO:tasks.cephadm:Adding mon.c on smithi103 2024-07-26T22:36:57.220 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph orch apply mon '3;smithi076:172.21.15.76=a;smithi099:172.21.15.99=b;smithi103:172.21.15.103=c' 2024-07-26T22:36:57.480 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:36:58.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:57 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/3100396345' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T22:36:58.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:57 smithi076 ceph-mon[31409]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:36:59.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:36:58 smithi076 ceph-mon[31409]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:36:59.156 INFO:teuthology.orchestra.run.smithi103.stdout:Scheduled mon update... 2024-07-26T22:36:59.723 DEBUG:teuthology.orchestra.run.smithi099:mon.b> sudo journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.b.service 2024-07-26T22:36:59.726 DEBUG:teuthology.orchestra.run.smithi103:mon.c> sudo journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.c.service 2024-07-26T22:36:59.728 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-07-26T22:36:59.728 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph mon dump -f json 2024-07-26T22:37:00.492 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:37:00.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:00 smithi076 ceph-mon[31409]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi076:172.21.15.76=a;smithi099:172.21.15.99=b;smithi103:172.21.15.103=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:37:00.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:00 smithi076 ceph-mon[31409]: Saving service mon spec with placement smithi076:172.21.15.76=a;smithi099:172.21.15.99=b;smithi103:172.21.15.103=c;count:3 2024-07-26T22:37:00.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:00 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:00.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:00 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:00.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:00 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:00.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:00 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:00.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:00 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:00.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:00 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:00.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:00 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:00.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:00 smithi076 ceph-mon[31409]: Deploying daemon mon.c on smithi103 2024-07-26T22:37:01.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:01 smithi076 ceph-mon[31409]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:03.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:03 smithi076 ceph-mon[31409]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:03.877 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:37:03.877 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":1,"fsid":"3eb49104-4b9f-11ef-bcbf-c7b262605968","modified":"2024-07-26T22:35:26.178990Z","created":"2024-07-26T22:35:26.178990Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-07-26T22:37:03.877 INFO:teuthology.orchestra.run.smithi103.stderr:dumped monmap epoch 1 2024-07-26T22:37:03.878 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:03 smithi103 podman[33391]: 2024-07-26 22:37:03.750330051 +0000 UTC m=+0.020521850 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f 2024-07-26T22:37:04.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 podman[33391]: 2024-07-26 22:37:04.563062456 +0000 UTC m=+0.833254255 container init 7b1eaee303edc780dd315ee2cd6ee75f30890ede1d1c053f9e9e7ee690d1aa6a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-c, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, ceph=True, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-07-26T22:37:04.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 podman[33391]: 2024-07-26 22:37:04.567598139 +0000 UTC m=+0.837789925 container start 7b1eaee303edc780dd315ee2cd6ee75f30890ede1d1c053f9e9e7ee690d1aa6a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-c, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.license=GPLv2, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-07-26T22:37:04.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: set uid:gid to 167:167 (ceph:ceph) 2024-07-26T22:37:04.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev), process ceph-mon, pid 7 2024-07-26T22:37:04.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: pidfile_write: ignore empty --pid-file 2024-07-26T22:37:04.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: load: jerasure load: lrc 2024-07-26T22:37:04.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: RocksDB version: 7.9.2 2024-07-26T22:37:04.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Git sha 0 2024-07-26T22:37:04.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Compile date 2024-07-26 14:10:54 2024-07-26T22:37:04.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: DB SUMMARY 2024-07-26T22:37:04.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: DB Session ID: 1YF9SPB44TUJ6VH8UPDA 2024-07-26T22:37:04.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: CURRENT file: CURRENT 2024-07-26T22:37:04.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: IDENTITY file: IDENTITY 2024-07-26T22:37:04.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-07-26T22:37:04.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-07-26T22:37:04.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-07-26T22:37:04.724 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.error_if_exists: 0 2024-07-26T22:37:04.724 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.create_if_missing: 0 2024-07-26T22:37:04.724 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.paranoid_checks: 1 2024-07-26T22:37:04.724 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.flush_verify_memtable_count: 1 2024-07-26T22:37:04.724 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-26T22:37:04.724 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-26T22:37:04.724 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.env: 0x564a77e899c0 2024-07-26T22:37:04.724 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.fs: PosixFileSystem 2024-07-26T22:37:04.724 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.info_log: 0x564a790eb480 2024-07-26T22:37:04.724 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_file_opening_threads: 16 2024-07-26T22:37:04.726 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.statistics: (nil) 2024-07-26T22:37:04.726 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.use_fsync: 0 2024-07-26T22:37:04.726 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_log_file_size: 0 2024-07-26T22:37:04.726 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-26T22:37:04.726 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.log_file_time_to_roll: 0 2024-07-26T22:37:04.726 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.keep_log_file_num: 1000 2024-07-26T22:37:04.726 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.recycle_log_file_num: 0 2024-07-26T22:37:04.726 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.allow_fallocate: 1 2024-07-26T22:37:04.726 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.allow_mmap_reads: 0 2024-07-26T22:37:04.726 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.allow_mmap_writes: 0 2024-07-26T22:37:04.727 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.use_direct_reads: 0 2024-07-26T22:37:04.727 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-26T22:37:04.727 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.create_missing_column_families: 0 2024-07-26T22:37:04.727 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.db_log_dir: 2024-07-26T22:37:04.727 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.wal_dir: 2024-07-26T22:37:04.727 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.table_cache_numshardbits: 6 2024-07-26T22:37:04.727 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.WAL_ttl_seconds: 0 2024-07-26T22:37:04.727 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.WAL_size_limit_MB: 0 2024-07-26T22:37:04.727 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-26T22:37:04.727 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-26T22:37:04.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.is_fd_close_on_exec: 1 2024-07-26T22:37:04.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.advise_random_on_open: 1 2024-07-26T22:37:04.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.db_write_buffer_size: 0 2024-07-26T22:37:04.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.write_buffer_manager: 0x564a790eee60 2024-07-26T22:37:04.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-26T22:37:04.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-26T22:37:04.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.use_adaptive_mutex: 0 2024-07-26T22:37:04.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.rate_limiter: (nil) 2024-07-26T22:37:04.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-26T22:37:04.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.wal_recovery_mode: 2 2024-07-26T22:37:04.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.enable_thread_tracking: 0 2024-07-26T22:37:04.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.enable_pipelined_write: 0 2024-07-26T22:37:04.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.unordered_write: 0 2024-07-26T22:37:04.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-26T22:37:04.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-26T22:37:04.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-26T22:37:04.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-26T22:37:04.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.row_cache: None 2024-07-26T22:37:04.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.wal_filter: None 2024-07-26T22:37:04.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-26T22:37:04.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.allow_ingest_behind: 0 2024-07-26T22:37:04.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.two_write_queues: 0 2024-07-26T22:37:04.730 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.manual_wal_flush: 0 2024-07-26T22:37:04.730 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.wal_compression: 0 2024-07-26T22:37:04.730 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.atomic_flush: 0 2024-07-26T22:37:04.730 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-26T22:37:04.730 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.persist_stats_to_disk: 0 2024-07-26T22:37:04.730 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.write_dbid_to_manifest: 0 2024-07-26T22:37:04.730 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.log_readahead_size: 0 2024-07-26T22:37:04.730 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-26T22:37:04.730 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.best_efforts_recovery: 0 2024-07-26T22:37:04.730 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.allow_data_in_errors: 0 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.db_host_id: __hostname__ 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.enforce_single_del_contracts: true 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_background_jobs: 2 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_background_compactions: -1 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_subcompactions: 1 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.delayed_write_rate : 16777216 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_total_wal_size: 0 2024-07-26T22:37:04.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.stats_dump_period_sec: 600 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.stats_persist_period_sec: 600 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_open_files: -1 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bytes_per_sync: 0 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.wal_bytes_per_sync: 0 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.strict_bytes_per_sync: 0 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_readahead_size: 0 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_background_flushes: -1 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Compression algorithms supported: 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: kZSTD supported: 0 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: kXpressCompression supported: 0 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: kBZip2Compression supported: 0 2024-07-26T22:37:04.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: kLZ4Compression supported: 1 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: kZlibCompression supported: 1 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: kLZ4HCCompression supported: 1 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: kSnappyCompression supported: 1 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Fast CRC32 supported: Supported on x86 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: DMutex implementation: pthread_mutex_t 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.merge_operator: 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_filter: None 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_filter_factory: None 2024-07-26T22:37:04.733 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.sst_partitioner_factory: None 2024-07-26T22:37:04.734 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.memtable_factory: SkipListFactory 2024-07-26T22:37:04.734 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.table_factory: BlockBasedTable 2024-07-26T22:37:04.734 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564a790eb080) 2024-07-26T22:37:04.734 INFO:journalctl@ceph.mon.c.smithi103.stdout: cache_index_and_filter_blocks: 1 2024-07-26T22:37:04.734 INFO:journalctl@ceph.mon.c.smithi103.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-26T22:37:04.734 INFO:journalctl@ceph.mon.c.smithi103.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-26T22:37:04.734 INFO:journalctl@ceph.mon.c.smithi103.stdout: pin_top_level_index_and_filter: 1 2024-07-26T22:37:04.734 INFO:journalctl@ceph.mon.c.smithi103.stdout: index_type: 0 2024-07-26T22:37:04.734 INFO:journalctl@ceph.mon.c.smithi103.stdout: data_block_index_type: 0 2024-07-26T22:37:04.734 INFO:journalctl@ceph.mon.c.smithi103.stdout: index_shortening: 1 2024-07-26T22:37:04.734 INFO:journalctl@ceph.mon.c.smithi103.stdout: data_block_hash_table_util_ratio: 0.750000 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: checksum: 4 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: no_block_cache: 0 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: block_cache: 0x564a790df610 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: block_cache_name: BinnedLRUCache 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: block_cache_options: 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: capacity : 536870912 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: num_shard_bits : 4 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: strict_capacity_limit : 0 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: high_pri_pool_ratio: 0.000 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: block_cache_compressed: (nil) 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: persistent_cache: (nil) 2024-07-26T22:37:04.735 INFO:journalctl@ceph.mon.c.smithi103.stdout: block_size: 4096 2024-07-26T22:37:04.736 INFO:journalctl@ceph.mon.c.smithi103.stdout: block_size_deviation: 10 2024-07-26T22:37:04.736 INFO:journalctl@ceph.mon.c.smithi103.stdout: block_restart_interval: 16 2024-07-26T22:37:04.736 INFO:journalctl@ceph.mon.c.smithi103.stdout: index_block_restart_interval: 1 2024-07-26T22:37:04.736 INFO:journalctl@ceph.mon.c.smithi103.stdout: metadata_block_size: 4096 2024-07-26T22:37:04.736 INFO:journalctl@ceph.mon.c.smithi103.stdout: partition_filters: 0 2024-07-26T22:37:04.736 INFO:journalctl@ceph.mon.c.smithi103.stdout: use_delta_encoding: 1 2024-07-26T22:37:04.736 INFO:journalctl@ceph.mon.c.smithi103.stdout: filter_policy: bloomfilter 2024-07-26T22:37:04.736 INFO:journalctl@ceph.mon.c.smithi103.stdout: whole_key_filtering: 1 2024-07-26T22:37:04.736 INFO:journalctl@ceph.mon.c.smithi103.stdout: verify_compression: 0 2024-07-26T22:37:04.736 INFO:journalctl@ceph.mon.c.smithi103.stdout: read_amp_bytes_per_bit: 0 2024-07-26T22:37:04.736 INFO:journalctl@ceph.mon.c.smithi103.stdout: format_version: 5 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout: enable_index_compression: 1 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout: block_align: 0 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout: max_auto_readahead_size: 262144 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout: prepopulate_block_cache: 0 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout: initial_auto_readahead_size: 8192 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout: num_file_reads_for_auto_readahead: 2 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.write_buffer_size: 33554432 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_write_buffer_number: 2 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compression: NoCompression 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bottommost_compression: Disabled 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.prefix_extractor: nullptr 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-26T22:37:04.737 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.num_levels: 7 2024-07-26T22:37:04.738 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-26T22:37:04.738 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-26T22:37:04.738 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-26T22:37:04.738 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-26T22:37:04.738 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-26T22:37:04.738 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-26T22:37:04.738 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-26T22:37:04.738 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:37:04.738 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-26T22:37:04.738 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-26T22:37:04.738 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compression_opts.window_bits: -14 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compression_opts.level: 32767 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compression_opts.strategy: 0 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compression_opts.enabled: false 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-26T22:37:04.739 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.target_file_size_base: 67108864 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.target_file_size_multiplier: 1 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-26T22:37:04.740 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.arena_block_size: 1048576 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.disable_auto_compactions: 0 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-26T22:37:04.741 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.inplace_update_support: 0 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.inplace_update_num_locks: 10000 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.memtable_huge_page_size: 0 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.bloom_locality: 0 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.max_successive_merges: 0 2024-07-26T22:37:04.742 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.optimize_filters_for_hits: 0 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.paranoid_file_checks: 0 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.force_consistency_checks: 1 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.report_bg_io_stats: 0 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.ttl: 2592000 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.periodic_compaction_seconds: 0 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.enable_blob_files: false 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.min_blob_size: 0 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.blob_file_size: 268435456 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.blob_compression_type: NoCompression 2024-07-26T22:37:04.743 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.enable_blob_garbage_collection: false 2024-07-26T22:37:04.744 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-26T22:37:04.744 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-26T22:37:04.744 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-26T22:37:04.744 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.blob_file_starting_level: 0 2024-07-26T22:37:04.744 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-26T22:37:04.744 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-07-26T22:37:04.744 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-07-26T22:37:04.744 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3110a207-caaf-44c5-9648-3c9437f7c2b7 2024-07-26T22:37:04.744 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722033424594610, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722033424595007, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1722033424, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3110a207-caaf-44c5-9648-3c9437f7c2b7", "db_session_id": "1YF9SPB44TUJ6VH8UPDA", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722033424595099, "job": 1, "event": "recovery_finished"} 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564a7910ce00 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: DB pointer 0x564a79206000 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.stdout: ** DB Stats ** 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:37:04.745 INFO:journalctl@ceph.mon.c.smithi103.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-07-26T22:37:04.746 INFO:journalctl@ceph.mon.c.smithi103.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T22:37:04.746 INFO:journalctl@ceph.mon.c.smithi103.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:37:04.746 INFO:journalctl@ceph.mon.c.smithi103.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-07-26T22:37:04.746 INFO:journalctl@ceph.mon.c.smithi103.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T22:37:04.746 INFO:journalctl@ceph.mon.c.smithi103.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:37:04.746 INFO:journalctl@ceph.mon.c.smithi103.stdout: 2024-07-26T22:37:04.746 INFO:journalctl@ceph.mon.c.smithi103.stdout: ** Compaction Stats [default] ** 2024-07-26T22:37:04.746 INFO:journalctl@ceph.mon.c.smithi103.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-07-26T22:37:04.746 INFO:journalctl@ceph.mon.c.smithi103.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-26T22:37:04.746 INFO:journalctl@ceph.mon.c.smithi103.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T22:37:04.746 INFO:journalctl@ceph.mon.c.smithi103.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: ** Compaction Stats [default] ** 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.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-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-26T22:37:04.747 INFO:journalctl@ceph.mon.c.smithi103.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-07-26T22:37:04.748 INFO:journalctl@ceph.mon.c.smithi103.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-07-26T22:37:04.748 INFO:journalctl@ceph.mon.c.smithi103.stdout: AddFile(Keys): cumulative 0, interval 0 2024-07-26T22:37:04.748 INFO:journalctl@ceph.mon.c.smithi103.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T22:37:04.748 INFO:journalctl@ceph.mon.c.smithi103.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T22:37:04.748 INFO:journalctl@ceph.mon.c.smithi103.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-07-26T22:37:04.749 INFO:journalctl@ceph.mon.c.smithi103.stdout: Block cache BinnedLRUCache@0x564a790df610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-07-26T22:37:04.749 INFO:journalctl@ceph.mon.c.smithi103.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-07-26T22:37:04.749 INFO:journalctl@ceph.mon.c.smithi103.stdout: 2024-07-26T22:37:04.749 INFO:journalctl@ceph.mon.c.smithi103.stdout: ** File Read Latency Histogram By Level [default] ** 2024-07-26T22:37:04.749 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-07-26T22:37:04.749 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: using public_addr v2:172.21.15.103:0/0 -> [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] 2024-07-26T22:37:04.749 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: starting mon.c rank -1 at public addrs [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] at bind addrs [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:37:04.749 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(???) e0 preinit fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:37:04.749 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).mds e1 new map 2024-07-26T22:37:04.749 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).mds e1 print_map 2024-07-26T22:37:04.749 INFO:journalctl@ceph.mon.c.smithi103.stdout: e1 2024-07-26T22:37:04.750 INFO:journalctl@ceph.mon.c.smithi103.stdout: btime 2024-07-26T22:35:29:084370+0000 2024-07-26T22:37:04.750 INFO:journalctl@ceph.mon.c.smithi103.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-07-26T22:37:04.750 INFO:journalctl@ceph.mon.c.smithi103.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-07-26T22:37:04.750 INFO:journalctl@ceph.mon.c.smithi103.stdout: legacy client fscid: -1 2024-07-26T22:37:04.750 INFO:journalctl@ceph.mon.c.smithi103.stdout: 2024-07-26T22:37:04.750 INFO:journalctl@ceph.mon.c.smithi103.stdout: No filesystems configured 2024-07-26T22:37:04.750 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-07-26T22:37:04.750 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: Added host smithi103 2024-07-26T22:37:04.751 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.752 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.752 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.752 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi103", "name": "osd_memory_target"} : dispatch 2024-07-26T22:37:04.752 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:04.752 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:04.752 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: Updating smithi103:/etc/ceph/ceph.conf 2024-07-26T22:37:04.752 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: Updating smithi103:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:37:04.752 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: Updating smithi103:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: Updating smithi103:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi103", "caps": []} : dispatch 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi103", "caps": []}]': finished 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: Deploying daemon agent.smithi103 on smithi103 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:04.753 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='client.? 172.21.15.76:0/3100396345' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='client.? 172.21.15.76:0/3100396345' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:04.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi076:172.21.15.76=a;smithi099:172.21.15.99=b;smithi103:172.21.15.103=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: Saving service mon spec with placement smithi076:172.21.15.76=a;smithi099:172.21.15.99=b;smithi103:172.21.15.103=c;count:3 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: Deploying daemon mon.c on smithi103 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: from='client.? 172.21.15.103:0/1438269128' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:37:04.756 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 ceph-mon[33450]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-07-26T22:37:04.757 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 bash[33391]: 7b1eaee303edc780dd315ee2cd6ee75f30890ede1d1c053f9e9e7ee690d1aa6a 2024-07-26T22:37:04.757 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:04 smithi103 systemd[1]: Started Ceph mon.c for 3eb49104-4b9f-11ef-bcbf-c7b262605968. 2024-07-26T22:37:04.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:04 smithi076 ceph-mon[31409]: from='client.? 172.21.15.103:0/1438269128' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:37:05.482 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-07-26T22:37:05.482 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph mon dump -f json 2024-07-26T22:37:05.735 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T22:37:09.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:37:09.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:09.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: mon.a calling monitor election 2024-07-26T22:37:09.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:09.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:09.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:09.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: mon.c calling monitor election 2024-07-26T22:37:09.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:09.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:09.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:09.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:09.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T22:37:09.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: monmap epoch 2 2024-07-26T22:37:09.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:37:09.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: last_changed 2024-07-26T22:37:04.619978+0000 2024-07-26T22:37:09.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: created 2024-07-26T22:35:26.178990+0000 2024-07-26T22:37:09.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: min_mon_release 19 (squid) 2024-07-26T22:37:09.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: election_strategy: 1 2024-07-26T22:37:09.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-07-26T22:37:09.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: 1: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.c 2024-07-26T22:37:09.976 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: fsmap 2024-07-26T22:37:09.976 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:37:09.976 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: mgrmap e13: a(active, since 49s) 2024-07-26T22:37:09.976 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: overall HEALTH_OK 2024-07-26T22:37:09.976 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:09.976 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:09.976 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:09.976 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:09.977 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:09 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:10.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:37:10.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:10.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: mon.a calling monitor election 2024-07-26T22:37:10.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:10.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:10.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:10.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: mon.c calling monitor election 2024-07-26T22:37:10.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:10.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:10.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:10.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:10.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: monmap epoch 2 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: last_changed 2024-07-26T22:37:04.619978+0000 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: created 2024-07-26T22:35:26.178990+0000 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: min_mon_release 19 (squid) 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: election_strategy: 1 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: 1: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.c 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: fsmap 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: mgrmap e13: a(active, since 49s) 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: overall HEALTH_OK 2024-07-26T22:37:10.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:10.049 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:10.049 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:10.049 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:10.049 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:09 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:10.408 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:37:10.408 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":2,"fsid":"3eb49104-4b9f-11ef-bcbf-c7b262605968","modified":"2024-07-26T22:37:04.619978Z","created":"2024-07-26T22:35:26.178990Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-07-26T22:37:10.409 INFO:teuthology.orchestra.run.smithi103.stderr:dumped monmap epoch 2 2024-07-26T22:37:10.759 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:10 smithi076 ceph-mon[31409]: Deploying daemon mon.b on smithi099 2024-07-26T22:37:10.760 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:10 smithi076 ceph-mon[31409]: from='client.? 172.21.15.103:0/3352531670' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:37:10.760 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:10 smithi076 ceph-mon[31409]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:10.760 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:10 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:10.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:10 smithi103 ceph-mon[33450]: Deploying daemon mon.b on smithi099 2024-07-26T22:37:10.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:10 smithi103 ceph-mon[33450]: from='client.? 172.21.15.103:0/3352531670' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:37:10.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:10 smithi103 ceph-mon[33450]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:10.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:10 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:12.037 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-07-26T22:37:12.038 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph mon dump -f json 2024-07-26T22:37:12.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:11 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:12.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:11 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:12.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:11 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:12.066 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:11 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:12.067 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:11 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:12.067 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:11 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:12.299 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T22:37:13.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:12 smithi076 ceph-mon[31409]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:12 smithi103 ceph-mon[33450]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.515 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.515 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.515 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.515 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.515 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:13.516 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:13.516 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:13.516 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.516 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:13.517 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:13.517 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:13.517 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.517 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.517 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.518 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.518 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:37:13.518 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.518 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.518 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.518 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.518 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='client.? 172.21.15.76:0/3100396345' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T22:37:13.522 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.522 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='client.? 172.21.15.76:0/3100396345' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T22:37:13.522 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:37:13.523 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi076:172.21.15.76=a;smithi099:172.21.15.99=b;smithi103:172.21.15.103=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:37:13.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: Saving service mon spec with placement smithi076:172.21.15.76=a;smithi099:172.21.15.99=b;smithi103:172.21.15.103=c;count:3 2024-07-26T22:37:13.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:13.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:13.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:13.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:13.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:13.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: Deploying daemon mon.c on smithi103 2024-07-26T22:37:13.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='client.? 172.21.15.103:0/1438269128' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:37:13.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:37:13.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: mon.a calling monitor election 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: mon.c calling monitor election 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: monmap epoch 2 2024-07-26T22:37:13.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: last_changed 2024-07-26T22:37:04.619978+0000 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: created 2024-07-26T22:35:26.178990+0000 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: min_mon_release 19 (squid) 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: election_strategy: 1 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: 1: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.c 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: fsmap 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: mgrmap e13: a(active, since 49s) 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: overall HEALTH_OK 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: Deploying daemon mon.b on smithi099 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='client.? 172.21.15.103:0/3352531670' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 ceph-mon[33443]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-07-26T22:37:13.963 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 bash[33405]: c4676a0cd1f0e08a444d484f877765da5889f03ff2bba25bcdd8255ef69488b0 2024-07-26T22:37:13.964 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:13 smithi099 systemd[1]: Started Ceph mon.b for 3eb49104-4b9f-11ef-bcbf-c7b262605968. 2024-07-26T22:37:18.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:37:18.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: mon.a calling monitor election 2024-07-26T22:37:18.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: mon.c calling monitor election 2024-07-26T22:37:18.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:18.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:18.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: mon.b calling monitor election 2024-07-26T22:37:18.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:18.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:18.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: monmap epoch 3 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: last_changed 2024-07-26T22:37:13.519313+0000 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: created 2024-07-26T22:35:26.178990+0000 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: min_mon_release 19 (squid) 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: election_strategy: 1 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: 1: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.c 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: 2: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.b 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: fsmap 2024-07-26T22:37:18.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:37:18.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: mgrmap e13: a(active, since 58s) 2024-07-26T22:37:18.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: overall HEALTH_OK 2024-07-26T22:37:18.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:37:18.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: mon.a calling monitor election 2024-07-26T22:37:18.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: mon.c calling monitor election 2024-07-26T22:37:18.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:18.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:18.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: mon.b calling monitor election 2024-07-26T22:37:18.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:18.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.973 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: monmap epoch 3 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: last_changed 2024-07-26T22:37:13.519313+0000 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: created 2024-07-26T22:35:26.178990+0000 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: min_mon_release 19 (squid) 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: election_strategy: 1 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: 1: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.c 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: 2: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.b 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: fsmap 2024-07-26T22:37:18.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:37:18.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: mgrmap e13: a(active, since 58s) 2024-07-26T22:37:18.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: overall HEALTH_OK 2024-07-26T22:37:18.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:18.975 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:37:19.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: mon.a calling monitor election 2024-07-26T22:37:19.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: mon.c calling monitor election 2024-07-26T22:37:19.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:19.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:37:19.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:19.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:19.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:19.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: mon.b calling monitor election 2024-07-26T22:37:19.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:19.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:19.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:19.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:19.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:19.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T22:37:19.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: monmap epoch 3 2024-07-26T22:37:19.049 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:37:19.049 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: last_changed 2024-07-26T22:37:13.519313+0000 2024-07-26T22:37:19.049 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: created 2024-07-26T22:35:26.178990+0000 2024-07-26T22:37:19.049 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: min_mon_release 19 (squid) 2024-07-26T22:37:19.049 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: election_strategy: 1 2024-07-26T22:37:19.049 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-07-26T22:37:19.049 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: 1: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.c 2024-07-26T22:37:19.050 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: 2: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.b 2024-07-26T22:37:19.050 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: fsmap 2024-07-26T22:37:19.050 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:37:19.050 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: mgrmap e13: a(active, since 58s) 2024-07-26T22:37:19.051 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: overall HEALTH_OK 2024-07-26T22:37:19.051 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.051 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.051 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.051 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.051 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.051 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.052 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.873 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.874 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.874 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.874 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:19.874 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:19.874 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:19.874 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: Updating smithi076:/etc/ceph/ceph.conf 2024-07-26T22:37:19.874 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: Updating smithi099:/etc/ceph/ceph.conf 2024-07-26T22:37:19.875 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: Updating smithi103:/etc/ceph/ceph.conf 2024-07-26T22:37:19.875 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: Updating smithi076:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:37:19.875 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: Updating smithi103:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:37:19.875 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: Updating smithi099:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:37:19.875 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.875 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.875 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.876 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.876 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.876 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.876 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.876 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:37:19.877 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: Reconfiguring mon.a (unknown last config time)... 2024-07-26T22:37:19.877 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:19.877 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:37:19.877 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:19.877 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: Reconfiguring daemon mon.a on smithi076 2024-07-26T22:37:19.877 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:19.878 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.878 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.878 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.923 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.924 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.924 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.924 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:19.924 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:19.924 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:19.924 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: Updating smithi076:/etc/ceph/ceph.conf 2024-07-26T22:37:19.924 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: Updating smithi099:/etc/ceph/ceph.conf 2024-07-26T22:37:19.924 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: Updating smithi103:/etc/ceph/ceph.conf 2024-07-26T22:37:19.924 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: Updating smithi076:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:37:19.924 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: Updating smithi103:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:37:19.925 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: Updating smithi099:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:37:19.925 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.925 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.925 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.925 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.925 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.925 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.925 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.925 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:37:19.926 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: Reconfiguring mon.a (unknown last config time)... 2024-07-26T22:37:19.926 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:19.926 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:37:19.926 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:19.926 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: Reconfiguring daemon mon.a on smithi076 2024-07-26T22:37:19.926 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:19.926 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.926 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.926 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.971 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.971 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.971 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.971 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:19.971 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:19.971 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:19.971 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: Updating smithi076:/etc/ceph/ceph.conf 2024-07-26T22:37:19.971 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: Updating smithi099:/etc/ceph/ceph.conf 2024-07-26T22:37:19.971 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: Updating smithi103:/etc/ceph/ceph.conf 2024-07-26T22:37:19.971 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: Updating smithi076:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:37:19.972 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: Updating smithi103:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:37:19.972 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: Updating smithi099:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:37:19.972 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.972 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.972 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.972 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.972 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.972 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.972 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.973 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:37:19.973 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: Reconfiguring mon.a (unknown last config time)... 2024-07-26T22:37:19.973 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:19.973 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:37:19.973 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:19.973 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: Reconfiguring daemon mon.a on smithi076 2024-07-26T22:37:19.973 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:37:19.973 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.973 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:19.973 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:20.200 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-07-26T22:37:20.200 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":3,"fsid":"3eb49104-4b9f-11ef-bcbf-c7b262605968","modified":"2024-07-26T22:37:13.519313Z","created":"2024-07-26T22:35:26.178990Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:3300","nonce":0},{"type":"v1","addr":"172.21.15.99:6789","nonce":0}]},"addr":"172.21.15.99:6789/0","public_addr":"172.21.15.99:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-07-26T22:37:20.201 INFO:teuthology.orchestra.run.smithi103.stderr:dumped monmap epoch 3 2024-07-26T22:37:20.904 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:20 smithi103 ceph-mon[33450]: from='client.? 172.21.15.103:0/276150192' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:37:20.904 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:20 smithi103 ceph-mon[33450]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:20.904 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:20 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:20.904 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:20 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:20.904 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:20 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:20.905 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:20 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:20.905 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:20 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:37:20.905 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:20 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:20.935 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-07-26T22:37:20.935 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph config generate-minimal-conf 2024-07-26T22:37:20.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:20 smithi099 ceph-mon[33443]: from='client.? 172.21.15.103:0/276150192' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:37:20.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:20 smithi099 ceph-mon[33443]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:20.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:20 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:20.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:20 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:20.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:20 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:20.961 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:20 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:20.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:20 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:37:20.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:20 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:20.962 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:20 smithi076 ceph-mon[31409]: from='client.? 172.21.15.103:0/276150192' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:37:20.962 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:20 smithi076 ceph-mon[31409]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:20.962 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:20.963 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:20.963 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:20.963 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:20.963 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:37:20.963 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:21.188 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:37:21.859 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:21 smithi099 ceph-mon[33443]: Reconfiguring mon.b (monmap changed)... 2024-07-26T22:37:21.859 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:21 smithi099 ceph-mon[33443]: Reconfiguring daemon mon.b on smithi099 2024-07-26T22:37:21.859 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:21 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:21.859 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:21 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:21.859 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:21 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:21.941 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:21 smithi103 ceph-mon[33450]: Reconfiguring mon.b (monmap changed)... 2024-07-26T22:37:21.942 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:21 smithi103 ceph-mon[33450]: Reconfiguring daemon mon.b on smithi099 2024-07-26T22:37:21.942 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:21 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:21.942 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:21 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:21.942 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:21 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:21.988 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:21 smithi076 ceph-mon[31409]: Reconfiguring mon.b (monmap changed)... 2024-07-26T22:37:21.988 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:21 smithi076 ceph-mon[31409]: Reconfiguring daemon mon.b on smithi099 2024-07-26T22:37:21.988 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:21 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:21.989 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:21 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:21.989 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:21 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:22.861 INFO:teuthology.orchestra.run.smithi076.stdout:# minimal ceph.conf for 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:37:22.862 INFO:teuthology.orchestra.run.smithi076.stdout:[global] 2024-07-26T22:37:22.862 INFO:teuthology.orchestra.run.smithi076.stdout: fsid = 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:37:22.862 INFO:teuthology.orchestra.run.smithi076.stdout: mon_host = [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] 2024-07-26T22:37:23.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:22 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:22 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:22 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:22 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:22 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:22 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:22 smithi099 ceph-mon[33443]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:23.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:22 smithi099 ceph-mon[33443]: from='client.? 172.21.15.76:0/2226167198' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:23.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:22 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:22 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:22 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:22 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:22 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:22 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:22 smithi103 ceph-mon[33450]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:23.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:22 smithi103 ceph-mon[33450]: from='client.? 172.21.15.76:0/2226167198' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:23.289 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.289 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.289 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.289 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.289 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.289 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:23.289 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:22 smithi076 ceph-mon[31409]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:23.289 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:22 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/2226167198' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:23.567 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-07-26T22:37:23.567 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:37:23.567 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.conf 2024-07-26T22:37:23.635 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:37:23.635 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:37:23.700 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-07-26T22:37:23.700 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/ceph/ceph.conf 2024-07-26T22:37:23.735 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-07-26T22:37:23.735 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:37:23.804 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-07-26T22:37:23.804 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/ceph/ceph.conf 2024-07-26T22:37:23.832 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-07-26T22:37:23.832 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:37:23.898 INFO:tasks.cephadm:Adding mgr.a on smithi076 2024-07-26T22:37:23.898 INFO:tasks.cephadm:Adding mgr.b on smithi099 2024-07-26T22:37:23.898 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph orch apply mgr '2;smithi076=a;smithi099=b' 2024-07-26T22:37:24.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:24 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:24.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:24 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:24.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:24 smithi103 ceph-mon[33450]: Reconfiguring mon.c (monmap changed)... 2024-07-26T22:37:24.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:24 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:24.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:24 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:37:24.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:24 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:24.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:24 smithi103 ceph-mon[33450]: Reconfiguring daemon mon.c on smithi103 2024-07-26T22:37:24.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:24 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:24.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:24 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:24.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:24 smithi099 ceph-mon[33443]: Reconfiguring mon.c (monmap changed)... 2024-07-26T22:37:24.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:24 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:24.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:24 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:37:24.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:24 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:24.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:24 smithi099 ceph-mon[33443]: Reconfiguring daemon mon.c on smithi103 2024-07-26T22:37:24.494 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:24 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:24.494 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:24 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:24.494 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:24 smithi076 ceph-mon[31409]: Reconfiguring mon.c (monmap changed)... 2024-07-26T22:37:24.494 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:24 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:37:24.494 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:24 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:37:24.494 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:24 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:24.494 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:24 smithi076 ceph-mon[31409]: Reconfiguring daemon mon.c on smithi103 2024-07-26T22:37:24.518 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T22:37:25.604 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:25 smithi103 ceph-mon[33450]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:25.604 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:25 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:25.604 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:25 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:25.604 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:25 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:25.604 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:25 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:25.604 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:25 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:25.604 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:25 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:25.734 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:25 smithi076 ceph-mon[31409]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:25.734 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:25 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:25.734 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:25 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:25.734 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:25 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:25.734 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:25 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:25.734 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:25 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:25.735 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:25 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:25.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:25 smithi099 ceph-mon[33443]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:25.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:25 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:25.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:25 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:25.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:25 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:25.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:25 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:25.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:25 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:25.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:25 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:26.106 INFO:teuthology.orchestra.run.smithi103.stdout:Scheduled mgr update... 2024-07-26T22:37:26.638 DEBUG:teuthology.orchestra.run.smithi099:mgr.b> sudo journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mgr.b.service 2024-07-26T22:37:26.641 DEBUG:tasks.cephadm:set 0 configs 2024-07-26T22:37:26.642 INFO:tasks.cephadm:Deploying OSDs... 2024-07-26T22:37:26.642 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-07-26T22:37:26.642 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2024-07-26T22:37:26.660 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-07-26T22:37:26.661 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_1 2024-07-26T22:37:26.718 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-26T22:37:26.718 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:26.718 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 992 Links: 1 2024-07-26T22:37:26.718 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:26.718 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:26.718 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-07-26 22:37:11.879163808 +0000 2024-07-26T22:37:26.718 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-07-26 22:32:12.852359996 +0000 2024-07-26T22:37:26.719 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-07-26 22:32:12.852359996 +0000 2024-07-26T22:37:26.719 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: 2024-07-26 22:32:12.852359996 +0000 2024-07-26T22:37:26.719 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-26T22:37:26.785 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-07-26T22:37:26.785 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-07-26T22:37:26.786 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000201765 s, 2.5 MB/s 2024-07-26T22:37:26.787 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-26T22:37:26.844 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_2 2024-07-26T22:37:26.900 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-26T22:37:26.901 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:26.901 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 986 Links: 1 2024-07-26T22:37:26.901 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:26.901 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:26.901 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-07-26 22:37:11.879163808 +0000 2024-07-26T22:37:26.901 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-07-26 22:32:12.851360027 +0000 2024-07-26T22:37:26.901 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-07-26 22:32:12.851360027 +0000 2024-07-26T22:37:26.901 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: 2024-07-26 22:32:12.851360027 +0000 2024-07-26T22:37:26.901 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-26T22:37:26.965 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-07-26T22:37:26.965 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-07-26T22:37:26.965 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000275363 s, 1.9 MB/s 2024-07-26T22:37:26.966 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-26T22:37:27.023 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_3 2024-07-26T22:37:27.079 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-26T22:37:27.080 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:27.080 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 979 Links: 1 2024-07-26T22:37:27.080 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:27.080 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:27.080 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-07-26 22:37:11.879163808 +0000 2024-07-26T22:37:27.080 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-07-26 22:32:12.851360027 +0000 2024-07-26T22:37:27.080 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-07-26 22:32:12.851360027 +0000 2024-07-26T22:37:27.081 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: 2024-07-26 22:32:12.851360027 +0000 2024-07-26T22:37:27.081 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-26T22:37:27.143 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-07-26T22:37:27.143 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-07-26T22:37:27.143 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000179684 s, 2.8 MB/s 2024-07-26T22:37:27.144 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-26T22:37:27.201 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_4 2024-07-26T22:37:27.204 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi076=a;smithi099=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:37:27.204 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: Saving service mgr spec with placement smithi076=a;smithi099=b;count:2 2024-07-26T22:37:27.204 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:27.205 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:27.205 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:27.205 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:27.205 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:27.205 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:37:27.205 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T22:37:27.205 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:37:27.205 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:27.205 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: Deploying daemon mgr.b on smithi099 2024-07-26T22:37:27.205 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:27 smithi099 ceph-mon[33443]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:27.257 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-26T22:37:27.257 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:27.257 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 983 Links: 1 2024-07-26T22:37:27.257 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:27.257 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:27.258 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-07-26 22:37:11.879163808 +0000 2024-07-26T22:37:27.258 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-07-26 22:32:12.851360027 +0000 2024-07-26T22:37:27.258 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-07-26 22:32:12.851360027 +0000 2024-07-26T22:37:27.258 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: 2024-07-26 22:32:12.851360027 +0000 2024-07-26T22:37:27.258 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-26T22:37:27.321 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-07-26T22:37:27.321 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-07-26T22:37:27.321 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000225768 s, 2.3 MB/s 2024-07-26T22:37:27.323 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-26T22:37:27.379 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-07-26T22:37:27.379 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/scratch_devs of=/dev/stdout 2024-07-26T22:37:27.395 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-07-26T22:37:27.395 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_1 2024-07-26T22:37:27.451 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-26T22:37:27.452 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:27.452 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-07-26T22:37:27.452 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:27.452 INFO:teuthology.orchestra.run.smithi099.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:27.452 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-07-26 22:37:20.687983670 +0000 2024-07-26T22:37:27.452 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-07-26 22:32:12.945876857 +0000 2024-07-26T22:37:27.452 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-07-26 22:32:12.945876857 +0000 2024-07-26T22:37:27.452 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: 2024-07-26 22:32:12.945876857 +0000 2024-07-26T22:37:27.452 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-26T22:37:27.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi076=a;smithi099=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:37:27.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: Saving service mgr spec with placement smithi076=a;smithi099=b;count:2 2024-07-26T22:37:27.472 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:27.472 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:27.472 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:27.472 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:27.472 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:27.472 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:37:27.472 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T22:37:27.472 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:37:27.472 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:27.472 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: Deploying daemon mgr.b on smithi099 2024-07-26T22:37:27.472 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:27 smithi103 ceph-mon[33450]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:27.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi076=a;smithi099=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:37:27.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: Saving service mgr spec with placement smithi076=a;smithi099=b;count:2 2024-07-26T22:37:27.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:27.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:27.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:27.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:27.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:27.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:37:27.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T22:37:27.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:37:27.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:27.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: Deploying daemon mgr.b on smithi099 2024-07-26T22:37:27.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:27 smithi076 ceph-mon[31409]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:27.666 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-07-26T22:37:27.667 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-07-26T22:37:27.667 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000257902 s, 2.0 MB/s 2024-07-26T22:37:27.668 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-26T22:37:27.684 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_2 2024-07-26T22:37:27.746 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-26T22:37:27.746 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:27.746 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 5h/5d Inode: 982 Links: 1 2024-07-26T22:37:27.746 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:27.746 INFO:teuthology.orchestra.run.smithi099.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:27.746 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-07-26 22:37:27.620826010 +0000 2024-07-26T22:37:27.746 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-07-26 22:32:12.946876834 +0000 2024-07-26T22:37:27.746 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-07-26 22:32:12.946876834 +0000 2024-07-26T22:37:27.747 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: 2024-07-26 22:32:12.946876834 +0000 2024-07-26T22:37:27.747 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-26T22:37:27.851 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-07-26T22:37:27.851 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-07-26T22:37:27.851 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000192108 s, 2.7 MB/s 2024-07-26T22:37:27.852 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-26T22:37:27.869 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_3 2024-07-26T22:37:27.927 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-26T22:37:27.927 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:27.927 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-07-26T22:37:27.927 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:27.927 INFO:teuthology.orchestra.run.smithi099.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:27.927 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-07-26 22:37:27.807821757 +0000 2024-07-26T22:37:27.927 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-07-26 22:32:12.946876834 +0000 2024-07-26T22:37:27.928 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-07-26 22:32:12.946876834 +0000 2024-07-26T22:37:27.928 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: 2024-07-26 22:32:12.946876834 +0000 2024-07-26T22:37:27.928 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-26T22:37:27.994 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-07-26T22:37:27.994 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-07-26T22:37:27.994 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000203413 s, 2.5 MB/s 2024-07-26T22:37:27.996 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-26T22:37:28.053 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_4 2024-07-26T22:37:28.110 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-26T22:37:28.111 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:28.111 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-07-26T22:37:28.111 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:28.111 INFO:teuthology.orchestra.run.smithi099.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:28.111 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-07-26 22:37:27.807821757 +0000 2024-07-26T22:37:28.111 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-07-26 22:32:12.946876834 +0000 2024-07-26T22:37:28.111 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-07-26 22:32:12.946876834 +0000 2024-07-26T22:37:28.111 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: 2024-07-26 22:32:12.946876834 +0000 2024-07-26T22:37:28.111 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-26T22:37:28.174 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-07-26T22:37:28.175 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-07-26T22:37:28.175 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000245933 s, 2.1 MB/s 2024-07-26T22:37:28.176 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-26T22:37:28.232 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-07-26T22:37:28.232 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/scratch_devs of=/dev/stdout 2024-07-26T22:37:28.253 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-07-26T22:37:28.253 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_1 2024-07-26T22:37:28.312 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-26T22:37:28.312 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:28.312 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-07-26T22:37:28.312 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:28.312 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:28.312 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-07-26 22:37:21.330737889 +0000 2024-07-26T22:37:28.313 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-07-26 22:32:12.665509882 +0000 2024-07-26T22:37:28.313 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-07-26 22:32:12.665509882 +0000 2024-07-26T22:37:28.313 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: 2024-07-26 22:32:12.665509882 +0000 2024-07-26T22:37:28.313 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-26T22:37:28.348 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Jul 26 22:37:28 smithi099 podman[35011]: 2024-07-26 22:37:28.322816794 +0000 UTC m=+0.350648148 container start 570ece2bd44744f2de831d36c4217461cfa48f9d0afb9e6f958f41e1877edcf1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240724, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.36.0) 2024-07-26T22:37:28.381 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-07-26T22:37:28.382 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-07-26T22:37:28.382 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000282006 s, 1.8 MB/s 2024-07-26T22:37:28.383 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-26T22:37:28.441 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_2 2024-07-26T22:37:28.497 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-26T22:37:28.497 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:28.498 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-07-26T22:37:28.498 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:28.498 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:28.498 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-07-26 22:37:21.330737889 +0000 2024-07-26T22:37:28.498 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-07-26 22:32:12.665509882 +0000 2024-07-26T22:37:28.498 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-07-26 22:32:12.665509882 +0000 2024-07-26T22:37:28.498 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: 2024-07-26 22:32:12.665509882 +0000 2024-07-26T22:37:28.498 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-26T22:37:28.563 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-07-26T22:37:28.563 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-07-26T22:37:28.563 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000207685 s, 2.5 MB/s 2024-07-26T22:37:28.564 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-26T22:37:28.621 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_3 2024-07-26T22:37:28.677 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-26T22:37:28.677 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:28.677 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 983 Links: 1 2024-07-26T22:37:28.678 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:28.678 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:28.678 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-07-26 22:37:21.330737889 +0000 2024-07-26T22:37:28.678 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-07-26 22:32:12.666509864 +0000 2024-07-26T22:37:28.678 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-07-26 22:32:12.666509864 +0000 2024-07-26T22:37:28.678 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: 2024-07-26 22:32:12.666509864 +0000 2024-07-26T22:37:28.678 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-26T22:37:28.708 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Jul 26 22:37:28 smithi099 ceph-mgr[35139]: -- 172.21.15.99:0/4196670450 <== mon.2 v2:172.21.15.99:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5634dc6530e0 con 0x5634dc631000 2024-07-26T22:37:28.709 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Jul 26 22:37:28 smithi099 bash[35011]: 570ece2bd44744f2de831d36c4217461cfa48f9d0afb9e6f958f41e1877edcf1 2024-07-26T22:37:28.709 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Jul 26 22:37:28 smithi099 systemd[1]: Started Ceph mgr.b for 3eb49104-4b9f-11ef-bcbf-c7b262605968. 2024-07-26T22:37:28.741 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-07-26T22:37:28.741 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-07-26T22:37:28.741 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000322097 s, 1.6 MB/s 2024-07-26T22:37:28.742 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-26T22:37:28.799 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_4 2024-07-26T22:37:28.855 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-26T22:37:28.855 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:37:28.855 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 980 Links: 1 2024-07-26T22:37:28.855 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:37:28.855 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T22:37:28.855 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-07-26 22:37:21.330737889 +0000 2024-07-26T22:37:28.855 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-07-26 22:32:12.665509882 +0000 2024-07-26T22:37:28.855 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-07-26 22:32:12.665509882 +0000 2024-07-26T22:37:28.855 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: 2024-07-26 22:32:12.665509882 +0000 2024-07-26T22:37:28.856 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-26T22:37:28.919 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-07-26T22:37:28.919 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-07-26T22:37:28.919 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000226382 s, 2.3 MB/s 2024-07-26T22:37:28.920 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-26T22:37:28.976 INFO:tasks.cephadm:Deploying osd.0 on smithi076 with /dev/vg_nvme/lv_4... 2024-07-26T22:37:28.976 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-07-26T22:37:29.708 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:29.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:29.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:29.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:29.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:37:29.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:37:29.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:29 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:29.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:29.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:29.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:29.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:29.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:37:29.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:37:29.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:29 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:29.732 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:29.732 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.732 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.732 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.732 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.733 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:29.733 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:29.733 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:29.734 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:29.734 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:37:29.734 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:37:29.734 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:29 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:30.611 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:37:30.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:30 smithi076 ceph-mon[31409]: Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:37:30.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:30 smithi076 ceph-mon[31409]: Reconfiguring mgr.a (unknown last config time)... 2024-07-26T22:37:30.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:30 smithi076 ceph-mon[31409]: Reconfiguring daemon mgr.a on smithi076 2024-07-26T22:37:30.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:30 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:30.717 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:30 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:30.718 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:30 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:30.718 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:30 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:30.718 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:30 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:30.718 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:30 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:30.718 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:30 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:30.736 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:30 smithi099 ceph-mon[33443]: Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:37:30.737 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:30 smithi099 ceph-mon[33443]: Reconfiguring mgr.a (unknown last config time)... 2024-07-26T22:37:30.737 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:30 smithi099 ceph-mon[33443]: Reconfiguring daemon mgr.a on smithi076 2024-07-26T22:37:30.737 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:30 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:30.737 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:30 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:30.737 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:30 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:30.737 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:30 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:30.737 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:30 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:30.737 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:30 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:30.737 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:30 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:30.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:30 smithi103 ceph-mon[33450]: Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:37:30.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:30 smithi103 ceph-mon[33450]: Reconfiguring mgr.a (unknown last config time)... 2024-07-26T22:37:30.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:30 smithi103 ceph-mon[33450]: Reconfiguring daemon mgr.a on smithi076 2024-07-26T22:37:30.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:30 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:30.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:30 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:30.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:30 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:30.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:30 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:30.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:30 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:30.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:30 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:30.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:30 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:31.531 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:31 smithi076 ceph-mon[31409]: Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:37:31.531 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:31 smithi076 ceph-mon[31409]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:31.531 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:31 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:31.531 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:31 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:31.531 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:31 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:31.583 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:31 smithi099 ceph-mon[33443]: Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:37:31.583 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:31 smithi099 ceph-mon[33443]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:31.583 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:31 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:31.583 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:31 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:31.584 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:31 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:31.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:31 smithi103 ceph-mon[33450]: Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:37:31.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:31 smithi103 ceph-mon[33450]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:31.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:31 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:31.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:31 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:31.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:31 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:32.882 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:32 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:32.882 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:32 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:32.882 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:32 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:32.882 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:32 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:32.882 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:32 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:32.882 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:32 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:32.883 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:32 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:32.883 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:32 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:32.883 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:32 smithi076 ceph-mon[31409]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:33.208 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:32 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:33.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:32 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:33.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:32 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:33.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:32 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:33.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:32 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:33.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:32 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:33.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:32 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:33.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:32 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:33.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:32 smithi099 ceph-mon[33443]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:33.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:32 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:33.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:32 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:33.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:32 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:33.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:32 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:33.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:32 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:33.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:32 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:33.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:32 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:33.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:32 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:33.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:32 smithi103 ceph-mon[33450]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:33.829 INFO:teuthology.orchestra.run.smithi076.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-07-26T22:37:33.917 INFO:teuthology.orchestra.run.smithi076.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-07-26T22:37:33.937 INFO:teuthology.orchestra.run.smithi076.stderr: stderr: 10+0 records in 2024-07-26T22:37:33.937 INFO:teuthology.orchestra.run.smithi076.stderr:10+0 records out 2024-07-26T22:37:33.937 INFO:teuthology.orchestra.run.smithi076.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0175688 s, 597 MB/s 2024-07-26T22:37:33.937 INFO:teuthology.orchestra.run.smithi076.stderr:--> Zapping successful for: 2024-07-26T22:37:34.520 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:34 smithi076 ceph-mon[31409]: Standby manager daemon b started 2024-07-26T22:37:34.521 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:34 smithi076 ceph-mon[31409]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T22:37:34.521 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:34 smithi076 ceph-mon[31409]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T22:37:34.521 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:34 smithi076 ceph-mon[31409]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T22:37:34.521 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:34 smithi076 ceph-mon[31409]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T22:37:34.548 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph orch daemon add osd smithi076:vg_nvme/lv_4 2024-07-26T22:37:34.708 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:34 smithi099 ceph-mon[33443]: Standby manager daemon b started 2024-07-26T22:37:34.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:34 smithi099 ceph-mon[33443]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T22:37:34.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:34 smithi099 ceph-mon[33443]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T22:37:34.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:34 smithi099 ceph-mon[33443]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T22:37:34.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:34 smithi099 ceph-mon[33443]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T22:37:34.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:34 smithi103 ceph-mon[33450]: Standby manager daemon b started 2024-07-26T22:37:34.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:34 smithi103 ceph-mon[33450]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T22:37:34.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:34 smithi103 ceph-mon[33450]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T22:37:34.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:34 smithi103 ceph-mon[33450]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T22:37:34.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:34 smithi103 ceph-mon[33450]: from='mgr.? 172.21.15.99:0/1251077141' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T22:37:34.796 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:37:35.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:35 smithi076 ceph-mon[31409]: mgrmap e14: a(active, since 73s), standbys: b 2024-07-26T22:37:35.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:35 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T22:37:35.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:35 smithi076 ceph-mon[31409]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:35.708 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:35 smithi099 ceph-mon[33443]: mgrmap e14: a(active, since 73s), standbys: b 2024-07-26T22:37:35.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:35 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T22:37:35.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:35 smithi099 ceph-mon[33443]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:35.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:35 smithi103 ceph-mon[33450]: mgrmap e14: a(active, since 73s), standbys: b 2024-07-26T22:37:35.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:35 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T22:37:35.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:35 smithi103 ceph-mon[33450]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:37.669 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:37 smithi076 ceph-mon[31409]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:37.669 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:37 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:37:37.669 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:37 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:37:37.669 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:37 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:37.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:37 smithi099 ceph-mon[33443]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:37.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:37 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:37:37.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:37 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:37:37.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:37 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:37.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:37 smithi103 ceph-mon[33450]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:37.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:37 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:37:37.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:37 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:37:37.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:37 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:38.561 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:38 smithi076 ceph-mon[31409]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:37:38.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:38 smithi099 ceph-mon[33443]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:37:38.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:38 smithi103 ceph-mon[33450]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:37:39.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:39 smithi103 ceph-mon[33450]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:39.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:39 smithi103 ceph-mon[33450]: from='client.? 172.21.15.76:0/1652746836' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "49c70cd2-9fcf-4ab7-a5b0-830eee1d2470"} : dispatch 2024-07-26T22:37:39.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:39 smithi103 ceph-mon[33450]: from='client.? 172.21.15.76:0/1652746836' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49c70cd2-9fcf-4ab7-a5b0-830eee1d2470"}]': finished 2024-07-26T22:37:39.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:39 smithi103 ceph-mon[33450]: osdmap e5: 1 total, 0 up, 1 in 2024-07-26T22:37:39.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:39 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:39.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:39 smithi103 ceph-mon[33450]: from='client.? 172.21.15.76:0/401683025' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:37:39.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:39 smithi076 ceph-mon[31409]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:39.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:39 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/1652746836' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "49c70cd2-9fcf-4ab7-a5b0-830eee1d2470"} : dispatch 2024-07-26T22:37:39.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:39 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/1652746836' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49c70cd2-9fcf-4ab7-a5b0-830eee1d2470"}]': finished 2024-07-26T22:37:39.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:39 smithi076 ceph-mon[31409]: osdmap e5: 1 total, 0 up, 1 in 2024-07-26T22:37:39.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:39 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:39.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:39 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/401683025' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:37:39.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:39 smithi099 ceph-mon[33443]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:39.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:39 smithi099 ceph-mon[33443]: from='client.? 172.21.15.76:0/1652746836' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "49c70cd2-9fcf-4ab7-a5b0-830eee1d2470"} : dispatch 2024-07-26T22:37:39.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:39 smithi099 ceph-mon[33443]: from='client.? 172.21.15.76:0/1652746836' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49c70cd2-9fcf-4ab7-a5b0-830eee1d2470"}]': finished 2024-07-26T22:37:39.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:39 smithi099 ceph-mon[33443]: osdmap e5: 1 total, 0 up, 1 in 2024-07-26T22:37:39.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:39 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:39.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:39 smithi099 ceph-mon[33443]: from='client.? 172.21.15.76:0/401683025' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:37:41.769 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:41 smithi099 ceph-mon[33443]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:41.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:41 smithi076 ceph-mon[31409]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:41.937 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:41 smithi103 ceph-mon[33450]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:43.458 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:43 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:43.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:43 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:43.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:43 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:43.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:43 smithi099 ceph-mon[33443]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:43.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:43 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:43.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:43 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:43.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:43 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:43.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:43 smithi103 ceph-mon[33450]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:43.528 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:43 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:43.528 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:43 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:43.528 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:43 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:43.528 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:43 smithi076 ceph-mon[31409]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:45.712 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:45 smithi076 ceph-mon[31409]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:45.712 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:45 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T22:37:45.712 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:45 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:45.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:45 smithi099 ceph-mon[33443]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:45.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:45 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T22:37:45.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:45 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:45.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:45 smithi103 ceph-mon[33450]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:45.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:45 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T22:37:45.974 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:45 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:46.642 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:46 smithi076 ceph-mon[31409]: Deploying daemon osd.0 on smithi076 2024-07-26T22:37:46.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:46 smithi099 ceph-mon[33443]: Deploying daemon osd.0 on smithi076 2024-07-26T22:37:46.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:46 smithi103 ceph-mon[33450]: Deploying daemon osd.0 on smithi076 2024-07-26T22:37:47.764 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:47 smithi076 ceph-mon[31409]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:47.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:47 smithi099 ceph-mon[33443]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:47.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:47 smithi103 ceph-mon[33450]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:49.759 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:49 smithi099 ceph-mon[33443]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:49.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:49 smithi076 ceph-mon[31409]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:49.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:49 smithi103 ceph-mon[33450]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:50.623 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:50 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:50.623 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:50 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:50.623 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:50 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:50.623 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:50 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:50.623 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:50 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:50.623 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:50 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:50.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:50.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:50.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:50.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:50.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:50.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:50 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:50.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:50 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:50.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:50 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:50.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:50 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:50.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:50 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:50.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:50 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:50.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:50 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:51 smithi076 ceph-mon[31409]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:51.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:51.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:51.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:51.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.548 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.548 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:51 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:51 smithi099 ceph-mon[33443]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:51.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:51 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:51 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:51 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:51.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:51 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:51.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:51 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:51.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:51 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:51 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:51 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:51 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:51 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:51 smithi103 ceph-mon[33450]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:51.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:51 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:51 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:51 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:51.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:51 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:51.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:51 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:51.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:51 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:51 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:51 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:51 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:51.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:51 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:53.676 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:53 smithi076 ceph-mon[31409]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:53.676 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:53 smithi076 ceph-mon[31409]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T22:37:53.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:53 smithi099 ceph-mon[33443]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:53.962 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:53 smithi099 ceph-mon[33443]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T22:37:53.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:53 smithi103 ceph-mon[33450]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:53.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:53 smithi103 ceph-mon[33450]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T22:37:54.723 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:54 smithi076 ceph-mon[31409]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T22:37:54.724 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:54 smithi076 ceph-mon[31409]: osdmap e6: 1 total, 0 up, 1 in 2024-07-26T22:37:54.724 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:54 smithi076 ceph-mon[31409]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]} : dispatch 2024-07-26T22:37:54.724 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:54 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:54.724 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:54 smithi076 ceph-mon[31409]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-07-26T22:37:54.764 INFO:teuthology.orchestra.run.smithi076.stdout:Created osd(s) 0 on host 'smithi076' 2024-07-26T22:37:54.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:54 smithi099 ceph-mon[33443]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T22:37:54.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:54 smithi099 ceph-mon[33443]: osdmap e6: 1 total, 0 up, 1 in 2024-07-26T22:37:54.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:54 smithi099 ceph-mon[33443]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]} : dispatch 2024-07-26T22:37:54.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:54 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:54.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:54 smithi099 ceph-mon[33443]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-07-26T22:37:54.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:54 smithi103 ceph-mon[33450]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T22:37:54.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:54 smithi103 ceph-mon[33450]: osdmap e6: 1 total, 0 up, 1 in 2024-07-26T22:37:54.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:54 smithi103 ceph-mon[33450]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]} : dispatch 2024-07-26T22:37:54.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:54 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:54.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:54 smithi103 ceph-mon[33450]: from='osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-07-26T22:37:55.321 DEBUG:teuthology.orchestra.run.smithi076:osd.0> sudo journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@osd.0.service 2024-07-26T22:37:55.323 INFO:tasks.cephadm:Deploying osd.1 on smithi099 with /dev/vg_nvme/lv_4... 2024-07-26T22:37:55.324 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-07-26T22:37:55.590 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.b/config 2024-07-26T22:37:55.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:55.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: osdmap e7: 1 total, 0 up, 1 in 2024-07-26T22:37:55.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:55.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:55.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:55.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:55.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"} : dispatch 2024-07-26T22:37:55.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:55.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:55.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:55.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:55.710 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:55 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:55.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:55.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: osdmap e7: 1 total, 0 up, 1 in 2024-07-26T22:37:55.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:55.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:55.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:55.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:55.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"} : dispatch 2024-07-26T22:37:55.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:55.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:55.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:55.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:55.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:55 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:55.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:55.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: osdmap e7: 1 total, 0 up, 1 in 2024-07-26T22:37:55.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:55.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:55.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:37:55.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:55.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"} : dispatch 2024-07-26T22:37:55.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:37:55.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:55.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:37:55.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:37:55.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:55 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:56.603 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:56 smithi099 ceph-mon[33443]: purged_snaps scrub starts 2024-07-26T22:37:56.603 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:56 smithi099 ceph-mon[33443]: purged_snaps scrub ok 2024-07-26T22:37:56.603 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:56 smithi099 ceph-mon[33443]: osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125] boot 2024-07-26T22:37:56.603 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:56 smithi099 ceph-mon[33443]: osdmap e8: 1 total, 1 up, 1 in 2024-07-26T22:37:56.603 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:56 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:56.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:56 smithi076 ceph-mon[31409]: purged_snaps scrub starts 2024-07-26T22:37:56.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:56 smithi076 ceph-mon[31409]: purged_snaps scrub ok 2024-07-26T22:37:56.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:56 smithi076 ceph-mon[31409]: osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125] boot 2024-07-26T22:37:56.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:56 smithi076 ceph-mon[31409]: osdmap e8: 1 total, 1 up, 1 in 2024-07-26T22:37:56.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:56 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:56.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:56 smithi103 ceph-mon[33450]: purged_snaps scrub starts 2024-07-26T22:37:56.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:56 smithi103 ceph-mon[33450]: purged_snaps scrub ok 2024-07-26T22:37:56.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:56 smithi103 ceph-mon[33450]: osd.0 [v2:172.21.15.76:6802/2046380125,v1:172.21.15.76:6803/2046380125] boot 2024-07-26T22:37:56.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:56 smithi103 ceph-mon[33450]: osdmap e8: 1 total, 1 up, 1 in 2024-07-26T22:37:56.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:56 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:37:57.216 INFO:teuthology.orchestra.run.smithi099.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-07-26T22:37:57.308 INFO:teuthology.orchestra.run.smithi099.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-07-26T22:37:57.321 INFO:teuthology.orchestra.run.smithi099.stderr: stderr: 10+0 records in 2024-07-26T22:37:57.322 INFO:teuthology.orchestra.run.smithi099.stderr:10+0 records out 2024-07-26T22:37:57.322 INFO:teuthology.orchestra.run.smithi099.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0114594 s, 915 MB/s 2024-07-26T22:37:57.322 INFO:teuthology.orchestra.run.smithi099.stderr:--> Zapping successful for: 2024-07-26T22:37:57.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:57 smithi076 ceph-mon[31409]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:57.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:57 smithi076 ceph-mon[31409]: osdmap e9: 1 total, 1 up, 1 in 2024-07-26T22:37:57.909 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:57 smithi099 ceph-mon[33443]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:57.909 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:57 smithi099 ceph-mon[33443]: osdmap e9: 1 total, 1 up, 1 in 2024-07-26T22:37:57.937 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph orch daemon add osd smithi099:vg_nvme/lv_4 2024-07-26T22:37:57.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:57 smithi103 ceph-mon[33450]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:37:57.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:57 smithi103 ceph-mon[33450]: osdmap e9: 1 total, 1 up, 1 in 2024-07-26T22:37:58.187 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.b/config 2024-07-26T22:37:58.662 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:58 smithi099 ceph-mon[33443]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:37:58.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:58 smithi076 ceph-mon[31409]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:37:58.872 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:58 smithi103 ceph-mon[33450]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:00.296 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:59 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:38:00.296 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:59 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:38:00.296 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:37:59 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:00.321 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:59 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:38:00.321 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:59 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:38:00.321 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:37:59 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:00.343 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:59 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:38:00.343 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:59 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:38:00.343 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:37:59 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:01.008 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:00 smithi103 ceph-mon[33450]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:38:01.009 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:00 smithi103 ceph-mon[33450]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:01.296 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:00 smithi076 ceph-mon[31409]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:38:01.296 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:00 smithi076 ceph-mon[31409]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:01.357 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:00 smithi099 ceph-mon[33443]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:38:01.358 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:00 smithi099 ceph-mon[33443]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:03.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:03 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:03.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:03 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:03.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:03 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:03.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:03 smithi076 ceph-mon[31409]: from='client.? 172.21.15.99:0/111628558' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c371b74c-3c3b-4302-8dda-d7849fe8b482"} : dispatch 2024-07-26T22:38:03.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:03 smithi076 ceph-mon[31409]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c371b74c-3c3b-4302-8dda-d7849fe8b482"} : dispatch 2024-07-26T22:38:03.547 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:03 smithi076 ceph-mon[31409]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c371b74c-3c3b-4302-8dda-d7849fe8b482"}]': finished 2024-07-26T22:38:03.548 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:03 smithi076 ceph-mon[31409]: osdmap e10: 2 total, 1 up, 2 in 2024-07-26T22:38:03.548 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:03 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:03.548 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:03 smithi076 ceph-mon[31409]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:03.548 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:03 smithi076 ceph-mon[31409]: from='client.? 172.21.15.99:0/671048321' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:38:03.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:03 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:03.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:03 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:03.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:03 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:03.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:03 smithi099 ceph-mon[33443]: from='client.? 172.21.15.99:0/111628558' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c371b74c-3c3b-4302-8dda-d7849fe8b482"} : dispatch 2024-07-26T22:38:03.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:03 smithi099 ceph-mon[33443]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c371b74c-3c3b-4302-8dda-d7849fe8b482"} : dispatch 2024-07-26T22:38:03.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:03 smithi099 ceph-mon[33443]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c371b74c-3c3b-4302-8dda-d7849fe8b482"}]': finished 2024-07-26T22:38:03.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:03 smithi099 ceph-mon[33443]: osdmap e10: 2 total, 1 up, 2 in 2024-07-26T22:38:03.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:03 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:03.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:03 smithi099 ceph-mon[33443]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:03.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:03 smithi099 ceph-mon[33443]: from='client.? 172.21.15.99:0/671048321' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:38:03.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:03 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:03.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:03 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:03.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:03 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:03.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:03 smithi103 ceph-mon[33450]: from='client.? 172.21.15.99:0/111628558' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c371b74c-3c3b-4302-8dda-d7849fe8b482"} : dispatch 2024-07-26T22:38:03.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:03 smithi103 ceph-mon[33450]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c371b74c-3c3b-4302-8dda-d7849fe8b482"} : dispatch 2024-07-26T22:38:03.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:03 smithi103 ceph-mon[33450]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c371b74c-3c3b-4302-8dda-d7849fe8b482"}]': finished 2024-07-26T22:38:03.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:03 smithi103 ceph-mon[33450]: osdmap e10: 2 total, 1 up, 2 in 2024-07-26T22:38:03.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:03 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:03.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:03 smithi103 ceph-mon[33450]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:03.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:03 smithi103 ceph-mon[33450]: from='client.? 172.21.15.99:0/671048321' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:38:05.674 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:05 smithi099 ceph-mon[33443]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:05.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:05 smithi076 ceph-mon[31409]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:05.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:05 smithi103 ceph-mon[33450]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:07.695 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:07 smithi099 ceph-mon[33443]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:07.695 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:07 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:07.695 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:07 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:07.695 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:07 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:07.696 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:07 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:07.696 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:07 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:07.696 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:07 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:07.696 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:07 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:07.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:07 smithi076 ceph-mon[31409]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:07.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:07 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:07.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:07 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:07.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:07 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:07.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:07 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:07.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:07 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:07.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:07 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:07.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:07 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:07.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:07 smithi103 ceph-mon[33450]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:07.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:07 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:07.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:07 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:07.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:07 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:07.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:07 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:07.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:07 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:07.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:07 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:07.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:07 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:08.708 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:08 smithi099 ceph-mon[33443]: Detected new or changed devices on smithi076 2024-07-26T22:38:08.708 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:08 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T22:38:08.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:08 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:08.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:08 smithi076 ceph-mon[31409]: Detected new or changed devices on smithi076 2024-07-26T22:38:08.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:08 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T22:38:08.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:08 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:08.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:08 smithi103 ceph-mon[33450]: Detected new or changed devices on smithi076 2024-07-26T22:38:08.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:08 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T22:38:08.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:08 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:09.764 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:09 smithi099 ceph-mon[33443]: Deploying daemon osd.1 on smithi099 2024-07-26T22:38:09.764 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:09 smithi099 ceph-mon[33443]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:09.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:09 smithi076 ceph-mon[31409]: Deploying daemon osd.1 on smithi099 2024-07-26T22:38:09.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:09 smithi076 ceph-mon[31409]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:09.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:09 smithi103 ceph-mon[33450]: Deploying daemon osd.1 on smithi099 2024-07-26T22:38:09.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:09 smithi103 ceph-mon[33450]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:11.691 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:11 smithi099 ceph-mon[33443]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:11.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:11 smithi076 ceph-mon[31409]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:11.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:11 smithi103 ceph-mon[33450]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:12.657 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:12 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:12.657 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:12 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:12.657 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:12 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:12.657 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:12 smithi076 ceph-mon[31409]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:12.824 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:12 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:12.825 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:12 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:12.825 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:12 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:12.825 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:12 smithi099 ceph-mon[33443]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:12.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:12 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:12.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:12 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:12.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:12 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:12.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:12 smithi103 ceph-mon[33450]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:15.688 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:15.689 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:15.689 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:15.689 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.689 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:15.689 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.689 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.689 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.689 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.689 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:15.690 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.690 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:15.690 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:15.690 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:15 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:15.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:15.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:15.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:15.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:15.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:15.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:15.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:15 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:15.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:15.972 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:15 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:16.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:16 smithi076 ceph-mon[31409]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:16.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:16 smithi076 ceph-mon[31409]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:16.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:16 smithi076 ceph-mon[31409]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:16.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:16 smithi076 ceph-mon[31409]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-07-26T22:38:16.854 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:16 smithi099 ceph-mon[33443]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:16.854 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:16 smithi099 ceph-mon[33443]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:16.854 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:16 smithi099 ceph-mon[33443]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:16.854 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:16 smithi099 ceph-mon[33443]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-07-26T22:38:16.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:16 smithi103 ceph-mon[33450]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:16.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:16 smithi103 ceph-mon[33450]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:16.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:16 smithi103 ceph-mon[33450]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:16.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:16 smithi103 ceph-mon[33450]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-07-26T22:38:18.177 INFO:teuthology.orchestra.run.smithi099.stdout:Created osd(s) 1 on host 'smithi099' 2024-07-26T22:38:18.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:18 smithi076 ceph-mon[31409]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:18.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:18 smithi076 ceph-mon[31409]: from='osd.1 [v2:172.21.15.99:6800/3043677624,v1:172.21.15.99:6801/3043677624]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:38:18.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:18 smithi076 ceph-mon[31409]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:38:18.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:18.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:18.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T22:38:18.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:18.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:18.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:18.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:18.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:18 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:18.829 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:18 smithi099 ceph-mon[33443]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:18.830 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:18 smithi099 ceph-mon[33443]: from='osd.1 [v2:172.21.15.99:6800/3043677624,v1:172.21.15.99:6801/3043677624]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:38:18.830 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:18 smithi099 ceph-mon[33443]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:38:18.830 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:18.830 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:18.830 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T22:38:18.830 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:18.830 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:18.830 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:18.830 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:18.830 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:18 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:18.860 DEBUG:teuthology.orchestra.run.smithi099:osd.1> sudo journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@osd.1.service 2024-07-26T22:38:18.863 INFO:tasks.cephadm:Deploying osd.2 on smithi103 with /dev/vg_nvme/lv_4... 2024-07-26T22:38:18.863 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-07-26T22:38:18.892 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:18 smithi103 ceph-mon[33450]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:18.893 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:18 smithi103 ceph-mon[33450]: from='osd.1 [v2:172.21.15.99:6800/3043677624,v1:172.21.15.99:6801/3043677624]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:38:18.893 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:18 smithi103 ceph-mon[33450]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:38:18.893 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:18.893 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:18.893 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T22:38:18.893 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:18.893 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:18.893 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:18.893 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:18.893 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:18 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:19.129 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T22:38:19.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: Adjusting osd_memory_target on smithi099 to 16064M 2024-07-26T22:38:19.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:19.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:19.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T22:38:19.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: from='osd.1 [v2:172.21.15.99:6800/3043677624,v1:172.21.15.99:6801/3043677624]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]} : dispatch 2024-07-26T22:38:19.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: osdmap e11: 2 total, 1 up, 2 in 2024-07-26T22:38:19.799 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:19.799 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]} : dispatch 2024-07-26T22:38:19.799 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-07-26T22:38:19.799 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: osdmap e12: 2 total, 1 up, 2 in 2024-07-26T22:38:19.799 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:19.799 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:19 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:19.829 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: Adjusting osd_memory_target on smithi099 to 16064M 2024-07-26T22:38:19.829 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:19.829 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:19.829 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T22:38:19.829 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: from='osd.1 [v2:172.21.15.99:6800/3043677624,v1:172.21.15.99:6801/3043677624]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]} : dispatch 2024-07-26T22:38:19.829 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: osdmap e11: 2 total, 1 up, 2 in 2024-07-26T22:38:19.829 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:19.829 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]} : dispatch 2024-07-26T22:38:19.829 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-07-26T22:38:19.829 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: osdmap e12: 2 total, 1 up, 2 in 2024-07-26T22:38:19.830 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:19.830 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:19 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: Adjusting osd_memory_target on smithi099 to 16064M 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: from='osd.1 [v2:172.21.15.99:6800/3043677624,v1:172.21.15.99:6801/3043677624]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]} : dispatch 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: osdmap e11: 2 total, 1 up, 2 in 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]} : dispatch 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: osdmap e12: 2 total, 1 up, 2 in 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:19.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:19.960 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1[38892]: 2024-07-26T22:38:19.501+0000 7fd50f2a9640 -1 osd.1 0 waiting for initial osdmap 2024-07-26T22:38:19.960 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:38:19 smithi099 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1[38892]: 2024-07-26T22:38:19.504+0000 7fd50b0d0640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-26T22:38:20.693 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-07-26T22:38:20.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:20 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:20.779 INFO:teuthology.orchestra.run.smithi103.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-07-26T22:38:20.794 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10+0 records in 2024-07-26T22:38:20.794 INFO:teuthology.orchestra.run.smithi103.stderr:10+0 records out 2024-07-26T22:38:20.794 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0131727 s, 796 MB/s 2024-07-26T22:38:20.794 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping successful for: 2024-07-26T22:38:20.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:20 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:20.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:20 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:21.780 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:21 smithi103 ceph-mon[33450]: purged_snaps scrub starts 2024-07-26T22:38:21.781 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:21 smithi103 ceph-mon[33450]: purged_snaps scrub ok 2024-07-26T22:38:21.781 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:21 smithi103 ceph-mon[33450]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:21.781 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:21 smithi103 ceph-mon[33450]: osd.1 [v2:172.21.15.99:6800/3043677624,v1:172.21.15.99:6801/3043677624] boot 2024-07-26T22:38:21.781 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:21 smithi103 ceph-mon[33450]: osdmap e13: 2 total, 2 up, 2 in 2024-07-26T22:38:21.781 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:21 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:21.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:21 smithi076 ceph-mon[31409]: purged_snaps scrub starts 2024-07-26T22:38:21.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:21 smithi076 ceph-mon[31409]: purged_snaps scrub ok 2024-07-26T22:38:21.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:21 smithi076 ceph-mon[31409]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:21.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:21 smithi076 ceph-mon[31409]: osd.1 [v2:172.21.15.99:6800/3043677624,v1:172.21.15.99:6801/3043677624] boot 2024-07-26T22:38:21.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:21 smithi076 ceph-mon[31409]: osdmap e13: 2 total, 2 up, 2 in 2024-07-26T22:38:21.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:21 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:21.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:21 smithi099 ceph-mon[33443]: purged_snaps scrub starts 2024-07-26T22:38:21.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:21 smithi099 ceph-mon[33443]: purged_snaps scrub ok 2024-07-26T22:38:21.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:21 smithi099 ceph-mon[33443]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:38:21.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:21 smithi099 ceph-mon[33443]: osd.1 [v2:172.21.15.99:6800/3043677624,v1:172.21.15.99:6801/3043677624] boot 2024-07-26T22:38:21.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:21 smithi099 ceph-mon[33443]: osdmap e13: 2 total, 2 up, 2 in 2024-07-26T22:38:21.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:21 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:38:22.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:22 smithi103 ceph-mon[33450]: osdmap e14: 2 total, 2 up, 2 in 2024-07-26T22:38:22.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:22 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:22.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:22 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:22.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:22 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:22.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:22 smithi076 ceph-mon[31409]: osdmap e14: 2 total, 2 up, 2 in 2024-07-26T22:38:22.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:22.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:22.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:22 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:22.799 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph orch daemon add osd smithi103:vg_nvme/lv_4 2024-07-26T22:38:22.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:22 smithi099 ceph-mon[33443]: osdmap e14: 2 total, 2 up, 2 in 2024-07-26T22:38:22.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:22 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:22.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:22 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:22.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:22 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:23.424 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T22:38:23.784 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:23 smithi103 ceph-mon[33450]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:23.785 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:23 smithi103 ceph-mon[33450]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:23.785 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:23 smithi103 ceph-mon[33450]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:23.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:23 smithi076 ceph-mon[31409]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:23.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:23 smithi076 ceph-mon[31409]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:23.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:23 smithi076 ceph-mon[31409]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:23.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:23 smithi099 ceph-mon[33443]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:23.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:23 smithi099 ceph-mon[33443]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:23.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:23 smithi099 ceph-mon[33443]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:24.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:24 smithi076 ceph-mon[31409]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:24.797 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:24 smithi103 ceph-mon[33450]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:24.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:24 smithi099 ceph-mon[33443]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:25.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:25 smithi076 ceph-mon[31409]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:38:25.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:25 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:38:25.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:25 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:38:25.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:25 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:25.867 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:25 smithi103 ceph-mon[33450]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:38:25.868 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:25 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:38:25.868 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:25 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:38:25.868 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:25 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:25.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:25 smithi099 ceph-mon[33443]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:38:25.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:25 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:38:25.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:25 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:38:25.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:25 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:26.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:26 smithi076 ceph-mon[31409]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:26.908 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:26 smithi103 ceph-mon[33450]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:26.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:26 smithi099 ceph-mon[33443]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:28.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:28.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:28.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: from='client.? 172.21.15.103:0/1749861456' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf42277-6e4c-421e-866a-309a69a78ea6"} : dispatch 2024-07-26T22:38:28.728 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf42277-6e4c-421e-866a-309a69a78ea6"} : dispatch 2024-07-26T22:38:28.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cf42277-6e4c-421e-866a-309a69a78ea6"}]': finished 2024-07-26T22:38:28.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: osdmap e15: 3 total, 2 up, 3 in 2024-07-26T22:38:28.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:28.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.729 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:28 smithi103 ceph-mon[33450]: from='client.? 172.21.15.103:0/3126394023' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:38:28.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:28.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:28.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: from='client.? 172.21.15.103:0/1749861456' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf42277-6e4c-421e-866a-309a69a78ea6"} : dispatch 2024-07-26T22:38:28.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf42277-6e4c-421e-866a-309a69a78ea6"} : dispatch 2024-07-26T22:38:28.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cf42277-6e4c-421e-866a-309a69a78ea6"}]': finished 2024-07-26T22:38:28.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: osdmap e15: 3 total, 2 up, 3 in 2024-07-26T22:38:28.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:28.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.798 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:28 smithi076 ceph-mon[31409]: from='client.? 172.21.15.103:0/3126394023' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:38:28.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:28.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:28.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: from='client.? 172.21.15.103:0/1749861456' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf42277-6e4c-421e-866a-309a69a78ea6"} : dispatch 2024-07-26T22:38:28.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf42277-6e4c-421e-866a-309a69a78ea6"} : dispatch 2024-07-26T22:38:28.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cf42277-6e4c-421e-866a-309a69a78ea6"}]': finished 2024-07-26T22:38:28.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: osdmap e15: 3 total, 2 up, 3 in 2024-07-26T22:38:28.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:28.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:28.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:28 smithi099 ceph-mon[33443]: from='client.? 172.21.15.103:0/3126394023' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:38:29.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:29 smithi076 ceph-mon[31409]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:29.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:29 smithi076 ceph-mon[31409]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:29.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:29 smithi099 ceph-mon[33443]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:29.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:29 smithi099 ceph-mon[33443]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:29.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:29 smithi103 ceph-mon[33450]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:29.971 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:29 smithi103 ceph-mon[33450]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:31.761 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:31 smithi099 ceph-mon[33443]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:31.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:31 smithi076 ceph-mon[31409]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:31.814 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:31 smithi103 ceph-mon[33450]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:33.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:33 smithi099 ceph-mon[33443]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:33.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:33 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T22:38:33.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:33 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:33.754 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:33 smithi103 ceph-mon[33450]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:33.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:33 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T22:38:33.755 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:33 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:33.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:33 smithi076 ceph-mon[31409]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:33.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:33 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T22:38:33.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:33 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:34.591 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:34 smithi103 ceph-mon[33450]: Deploying daemon osd.2 on smithi103 2024-07-26T22:38:34.637 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:34 smithi099 ceph-mon[33443]: Deploying daemon osd.2 on smithi103 2024-07-26T22:38:34.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:34 smithi076 ceph-mon[31409]: Deploying daemon osd.2 on smithi103 2024-07-26T22:38:35.610 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:35 smithi099 ceph-mon[33443]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:35.610 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:35 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:35.610 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:35 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:35.610 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:35 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:35.731 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:35 smithi103 ceph-mon[33450]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:35.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:35 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:35.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:35 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:35.732 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:35 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:35.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:35 smithi076 ceph-mon[31409]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:35.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:35 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:35.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:35 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:35.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:35 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:36.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:36.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: Detected new or changed devices on smithi099 2024-07-26T22:38:36.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:36.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:36.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:36.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-07-26T22:38:36.723 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:36 smithi103 ceph-mon[33450]: Cluster is now healthy 2024-07-26T22:38:36.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:36.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:36.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: Detected new or changed devices on smithi099 2024-07-26T22:38:36.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:36.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:36.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:36.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-07-26T22:38:36.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:36 smithi076 ceph-mon[31409]: Cluster is now healthy 2024-07-26T22:38:36.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:36.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:36.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: Detected new or changed devices on smithi099 2024-07-26T22:38:36.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:36.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:36.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:36.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:36.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-07-26T22:38:36.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:36 smithi099 ceph-mon[33443]: Cluster is now healthy 2024-07-26T22:38:37.598 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:37 smithi103 ceph-mon[33450]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:37.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:37 smithi076 ceph-mon[31409]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:37.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:37 smithi099 ceph-mon[33443]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:38.769 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:38 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:38.769 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:38 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:38.769 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:38 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:38.769 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:38 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:38.770 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:38 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:38.770 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:38 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:38.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:38 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:38.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:38 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:38.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:38 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:38.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:38 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:38.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:38 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:38.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:38 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:38.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:38 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:38.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:38 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:38.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:38 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:38.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:38 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:38.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:38 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:38.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:38 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:39.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:39 smithi103 ceph-mon[33450]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:39.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:39 smithi076 ceph-mon[31409]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:39.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:39 smithi099 ceph-mon[33443]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:41.527 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:41 smithi103 ceph-mon[33450]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:41.527 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:41 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:41.527 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:41 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:41.527 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:41 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:41.528 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:41 smithi103 ceph-mon[33450]: from='osd.2 [v2:172.21.15.103:6800/1655061366,v1:172.21.15.103:6801/1655061366]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:38:41.528 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:41 smithi103 ceph-mon[33450]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:38:41.565 INFO:teuthology.orchestra.run.smithi103.stdout:Created osd(s) 2 on host 'smithi103' 2024-07-26T22:38:41.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:41 smithi076 ceph-mon[31409]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:41.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:41 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:41.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:41 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:41.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:41 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:41.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:41 smithi076 ceph-mon[31409]: from='osd.2 [v2:172.21.15.103:6800/1655061366,v1:172.21.15.103:6801/1655061366]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:38:41.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:41 smithi076 ceph-mon[31409]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:38:41.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:41 smithi099 ceph-mon[33443]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:41.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:41 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:41.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:41 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:41.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:41 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:41.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:41 smithi099 ceph-mon[33443]: from='osd.2 [v2:172.21.15.103:6800/1655061366,v1:172.21.15.103:6801/1655061366]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:38:41.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:41 smithi099 ceph-mon[33443]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:38:42.422 DEBUG:teuthology.orchestra.run.smithi103:osd.2> sudo journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@osd.2.service 2024-07-26T22:38:42.425 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-07-26T22:38:42.425 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph osd stat -f json 2024-07-26T22:38:42.713 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:38:42.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:42.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T22:38:42.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:42.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:42.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T22:38:42.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: osdmap e16: 3 total, 2 up, 3 in 2024-07-26T22:38:42.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:42.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='osd.2 [v2:172.21.15.103:6800/1655061366,v1:172.21.15.103:6801/1655061366]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-07-26T22:38:42.722 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-mon[33450]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-07-26T22:38:42.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:42.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T22:38:42.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:42.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:42.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T22:38:42.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: osdmap e16: 3 total, 2 up, 3 in 2024-07-26T22:38:42.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:42.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='osd.2 [v2:172.21.15.103:6800/1655061366,v1:172.21.15.103:6801/1655061366]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-07-26T22:38:42.797 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:42 smithi076 ceph-mon[31409]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-07-26T22:38:42.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:38:42.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T22:38:42.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:38:42.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:38:42.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:42.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T22:38:42.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: osdmap e16: 3 total, 2 up, 3 in 2024-07-26T22:38:42.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:42.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='osd.2 [v2:172.21.15.103:6800/1655061366,v1:172.21.15.103:6801/1655061366]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-07-26T22:38:42.960 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:42 smithi099 ceph-mon[33443]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-07-26T22:38:43.056 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2[39223]: 2024-07-26T22:38:42.836+0000 7f93ca5a7640 -1 osd.2 0 waiting for initial osdmap 2024-07-26T22:38:43.057 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:38:42 smithi103 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2[39223]: 2024-07-26T22:38:42.838+0000 7f93c63ce640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-26T22:38:43.638 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:43 smithi103 ceph-mon[33450]: Adjusting osd_memory_target on smithi103 to 20160M 2024-07-26T22:38:43.638 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:43 smithi103 ceph-mon[33450]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:43.638 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:43 smithi103 ceph-mon[33450]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2024-07-26T22:38:43.638 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:43 smithi103 ceph-mon[33450]: osdmap e17: 3 total, 2 up, 3 in 2024-07-26T22:38:43.638 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:43 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:43.638 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:43 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:43.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:43 smithi076 ceph-mon[31409]: Adjusting osd_memory_target on smithi103 to 20160M 2024-07-26T22:38:43.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:43 smithi076 ceph-mon[31409]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:43.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:43 smithi076 ceph-mon[31409]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2024-07-26T22:38:43.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:43 smithi076 ceph-mon[31409]: osdmap e17: 3 total, 2 up, 3 in 2024-07-26T22:38:43.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:43 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:43.796 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:43 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:43.958 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:43 smithi099 ceph-mon[33443]: Adjusting osd_memory_target on smithi103 to 20160M 2024-07-26T22:38:43.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:43 smithi099 ceph-mon[33443]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:43.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:43 smithi099 ceph-mon[33443]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2024-07-26T22:38:43.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:43 smithi099 ceph-mon[33443]: osdmap e17: 3 total, 2 up, 3 in 2024-07-26T22:38:43.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:43 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:43.959 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:43 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:44.505 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:38:45.051 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1722033523,"num_in_osds":3,"osd_in_since":1722033507,"num_remapped_pgs":0} 2024-07-26T22:38:45.052 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph osd dump --format=json 2024-07-26T22:38:45.075 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:44 smithi076 ceph-mon[31409]: purged_snaps scrub starts 2024-07-26T22:38:45.075 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:44 smithi076 ceph-mon[31409]: purged_snaps scrub ok 2024-07-26T22:38:45.075 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:44 smithi076 ceph-mon[31409]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:45.075 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:44 smithi076 ceph-mon[31409]: osd.2 [v2:172.21.15.103:6800/1655061366,v1:172.21.15.103:6801/1655061366] boot 2024-07-26T22:38:45.075 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:44 smithi076 ceph-mon[31409]: osdmap e18: 3 total, 3 up, 3 in 2024-07-26T22:38:45.075 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:45.075 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:44 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:38:45.075 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:44 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/4119105259' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T22:38:45.208 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:44 smithi099 ceph-mon[33443]: purged_snaps scrub starts 2024-07-26T22:38:45.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:44 smithi099 ceph-mon[33443]: purged_snaps scrub ok 2024-07-26T22:38:45.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:44 smithi099 ceph-mon[33443]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:45.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:44 smithi099 ceph-mon[33443]: osd.2 [v2:172.21.15.103:6800/1655061366,v1:172.21.15.103:6801/1655061366] boot 2024-07-26T22:38:45.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:44 smithi099 ceph-mon[33443]: osdmap e18: 3 total, 3 up, 3 in 2024-07-26T22:38:45.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:44 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:45.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:44 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:38:45.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:44 smithi099 ceph-mon[33443]: from='client.? 172.21.15.76:0/4119105259' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T22:38:45.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:44 smithi103 ceph-mon[33450]: purged_snaps scrub starts 2024-07-26T22:38:45.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:44 smithi103 ceph-mon[33450]: purged_snaps scrub ok 2024-07-26T22:38:45.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:44 smithi103 ceph-mon[33450]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:38:45.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:44 smithi103 ceph-mon[33450]: osd.2 [v2:172.21.15.103:6800/1655061366,v1:172.21.15.103:6801/1655061366] boot 2024-07-26T22:38:45.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:44 smithi103 ceph-mon[33450]: osdmap e18: 3 total, 3 up, 3 in 2024-07-26T22:38:45.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:44 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:38:45.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:44 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:38:45.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:44 smithi103 ceph-mon[33450]: from='client.? 172.21.15.76:0/4119105259' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T22:38:45.302 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:38:45.919 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:45 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-07-26T22:38:45.919 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:45 smithi076 ceph-mon[31409]: osdmap e19: 3 total, 3 up, 3 in 2024-07-26T22:38:45.919 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:45 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:38:45.919 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:38:45 smithi076 sudo[45543]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T22:38:45.920 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:38:45 smithi076 sudo[45543]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:45.920 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:38:45 smithi076 sudo[45543]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:45.920 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:38:45 smithi076 sudo[45543]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:45.920 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:38:45 smithi076 sudo[45546]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T22:38:46.119 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:45 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-07-26T22:38:46.119 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:45 smithi103 ceph-mon[33450]: osdmap e19: 3 total, 3 up, 3 in 2024-07-26T22:38:46.119 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:45 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:38:46.119 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40432]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T22:38:46.119 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40432]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:46.119 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40432]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:46.119 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40432]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:46.120 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40435]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T22:38:46.120 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40435]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:46.120 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40435]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:46.120 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40435]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:46.160 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:45 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-07-26T22:38:46.160 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:45 smithi099 ceph-mon[33443]: osdmap e19: 3 total, 3 up, 3 in 2024-07-26T22:38:46.160 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:45 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:38:46.161 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:38:45 smithi099 sudo[40429]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T22:38:46.161 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:38:45 smithi099 sudo[40429]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:46.161 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:38:45 smithi099 sudo[40429]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:46.161 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:38:45 smithi099 sudo[40429]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:46.161 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:38:45 smithi099 sudo[40432]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T22:38:46.161 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:38:45 smithi099 sudo[40432]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:46.161 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:38:45 smithi099 sudo[40432]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:46.161 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:38:45 smithi099 sudo[40432]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:46.170 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:38:45 smithi076 sudo[45546]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:46.171 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:38:45 smithi076 sudo[45546]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:46.171 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:38:45 smithi076 sudo[45546]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:46.171 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 sudo[45557]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T22:38:46.171 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 sudo[45557]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:46.171 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 sudo[45557]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:46.171 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 sudo[45557]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:46.171 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 sudo[45560]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T22:38:46.171 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 sudo[45560]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:46.171 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 sudo[45560]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:46.172 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 sudo[45560]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:46.458 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 sudo[40435]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T22:38:46.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 sudo[40435]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:46.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 sudo[40435]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:46.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 sudo[40435]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:46.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 sudo[40438]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T22:38:46.459 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 sudo[40438]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:46.460 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 sudo[40438]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:46.460 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 sudo[40438]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:46.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40438]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T22:38:46.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40438]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:46.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40438]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:46.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40438]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:46.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40441]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T22:38:46.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40441]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T22:38:46.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40441]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T22:38:46.471 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 sudo[40441]: pam_unix(sudo:session): session closed for user root 2024-07-26T22:38:47.064 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:38:47.064 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":21,"fsid":"3eb49104-4b9f-11ef-bcbf-c7b262605968","created":"2024-07-26T22:35:29.084579+0000","modified":"2024-07-26T22:38:46.843777+0000","last_up_change":"2024-07-26T22:38:43.830212+0000","last_in_change":"2024-07-26T22:38:27.489205+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-07-26T22:38:44.499063+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"49c70cd2-9fcf-4ab7-a5b0-830eee1d2470","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":2046380125},{"type":"v1","addr":"172.21.15.76:6803","nonce":2046380125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":2046380125},{"type":"v1","addr":"172.21.15.76:6805","nonce":2046380125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":2046380125},{"type":"v1","addr":"172.21.15.76:6809","nonce":2046380125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":2046380125},{"type":"v1","addr":"172.21.15.76:6807","nonce":2046380125}]},"public_addr":"172.21.15.76:6803/2046380125","cluster_addr":"172.21.15.76:6805/2046380125","heartbeat_back_addr":"172.21.15.76:6809/2046380125","heartbeat_front_addr":"172.21.15.76:6807/2046380125","state":["exists","up"]},{"osd":1,"uuid":"c371b74c-3c3b-4302-8dda-d7849fe8b482","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6800","nonce":3043677624},{"type":"v1","addr":"172.21.15.99:6801","nonce":3043677624}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6802","nonce":3043677624},{"type":"v1","addr":"172.21.15.99:6803","nonce":3043677624}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6806","nonce":3043677624},{"type":"v1","addr":"172.21.15.99:6807","nonce":3043677624}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6804","nonce":3043677624},{"type":"v1","addr":"172.21.15.99:6805","nonce":3043677624}]},"public_addr":"172.21.15.99:6801/3043677624","cluster_addr":"172.21.15.99:6803/3043677624","heartbeat_back_addr":"172.21.15.99:6807/3043677624","heartbeat_front_addr":"172.21.15.99:6805/3043677624","state":["exists","up"]},{"osd":2,"uuid":"7cf42277-6e4c-421e-866a-309a69a78ea6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6800","nonce":1655061366},{"type":"v1","addr":"172.21.15.103:6801","nonce":1655061366}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":1655061366},{"type":"v1","addr":"172.21.15.103:6803","nonce":1655061366}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":1655061366},{"type":"v1","addr":"172.21.15.103:6807","nonce":1655061366}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":1655061366},{"type":"v1","addr":"172.21.15.103:6805","nonce":1655061366}]},"public_addr":"172.21.15.103:6801/1655061366","cluster_addr":"172.21.15.103:6803/1655061366","heartbeat_back_addr":"172.21.15.103:6807/1655061366","heartbeat_front_addr":"172.21.15.103:6805/1655061366","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-26T22:37:53.887654+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-26T22:38:18.680828+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-26T22:38:42.286594+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.76:0/143961339":"2024-07-27T22:36:20.412022+0000","172.21.15.76:0/3841943519":"2024-07-27T22:36:20.412022+0000","172.21.15.76:0/2296712638":"2024-07-27T22:36:20.412022+0000","172.21.15.76:6800/3045886394":"2024-07-27T22:36:20.412022+0000","172.21.15.76:0/84899759":"2024-07-27T22:35:57.485650+0000","172.21.15.76:0/3110448255":"2024-07-27T22:35:57.485650+0000","172.21.15.76:0/331983229":"2024-07-27T22:35:57.485650+0000","172.21.15.76:6801/8797538":"2024-07-27T22:35:57.485650+0000","172.21.15.76:6801/3045886394":"2024-07-27T22:36:20.412022+0000","172.21.15.76:6800/8797538":"2024-07-27T22:35:57.485650+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-07-26T22:38:47.064 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: pgmap v93: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:47.064 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-26T22:38:47.064 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T22:38:47.064 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: osdmap e20: 3 total, 3 up, 3 in 2024-07-26T22:38:47.064 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:47.065 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:47.065 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:47.065 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:38:47.065 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:38:47.065 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:38:47.065 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:38:47.065 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:38:47.065 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:38:47.065 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:38:47.065 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:38:47.065 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:38:47.066 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:38:47.066 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:38:47.066 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:38:47.066 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:38:47.066 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:38:47.066 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:46 smithi076 ceph-mon[31409]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:38:47.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: pgmap v93: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:47.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-26T22:38:47.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T22:38:47.210 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: osdmap e20: 3 total, 3 up, 3 in 2024-07-26T22:38:47.210 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:47.210 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:47.210 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:47.210 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:38:47.210 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:38:47.211 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:38:47.211 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:38:47.211 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:38:47.211 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:38:47.211 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:38:47.212 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:38:47.212 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:38:47.212 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:38:47.212 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:38:47.212 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:38:47.212 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:38:47.213 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:38:47.213 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:46 smithi099 ceph-mon[33443]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:38:47.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: pgmap v93: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:47.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-26T22:38:47.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T22:38:47.222 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: osdmap e20: 3 total, 3 up, 3 in 2024-07-26T22:38:47.223 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:47.223 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:47.223 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:47.223 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:38:47.223 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:38:47.223 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:38:47.224 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:38:47.224 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:38:47.224 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:38:47.224 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:38:47.224 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:38:47.224 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:38:47.225 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:38:47.225 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:38:47.225 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:38:47.225 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:38:47.225 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:38:47.225 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:46 smithi103 ceph-mon[33450]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:38:47.599 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-07-26T22:38:44.499063+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-07-26T22:38:47.600 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-07-26T22:38:47.905 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:38:47.981 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:47 smithi076 ceph-mon[31409]: osdmap e21: 3 total, 3 up, 3 in 2024-07-26T22:38:47.982 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:47 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/761228741' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T22:38:47.982 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:47 smithi076 ceph-mon[31409]: mgrmap e15: a(active, since 2m), standbys: b 2024-07-26T22:38:47.982 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:47 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:47.982 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:47 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:47.982 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:47 smithi076 ceph-mon[31409]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:48.208 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:47 smithi099 ceph-mon[33443]: osdmap e21: 3 total, 3 up, 3 in 2024-07-26T22:38:48.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:47 smithi099 ceph-mon[33443]: from='client.? 172.21.15.76:0/761228741' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T22:38:48.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:47 smithi099 ceph-mon[33443]: mgrmap e15: a(active, since 2m), standbys: b 2024-07-26T22:38:48.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:47 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:48.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:47 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:48.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:47 smithi099 ceph-mon[33443]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:48.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:47 smithi103 ceph-mon[33450]: osdmap e21: 3 total, 3 up, 3 in 2024-07-26T22:38:48.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:47 smithi103 ceph-mon[33450]: from='client.? 172.21.15.76:0/761228741' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T22:38:48.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:47 smithi103 ceph-mon[33450]: mgrmap e15: a(active, since 2m), standbys: b 2024-07-26T22:38:48.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:47 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:48.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:47 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:48.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:47 smithi103 ceph-mon[33450]: from='mgr.14148 172.21.15.76:0/1326331101' entity='mgr.a' 2024-07-26T22:38:49.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:48 smithi076 ceph-mon[31409]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:49.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:48 smithi076 ceph-mon[31409]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-26T22:38:49.047 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:48 smithi076 ceph-mon[31409]: Cluster is now healthy 2024-07-26T22:38:49.208 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:48 smithi099 ceph-mon[33443]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:49.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:48 smithi099 ceph-mon[33443]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-26T22:38:49.209 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:48 smithi099 ceph-mon[33443]: Cluster is now healthy 2024-07-26T22:38:49.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:48 smithi103 ceph-mon[33450]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:49.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:48 smithi103 ceph-mon[33450]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-26T22:38:49.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:48 smithi103 ceph-mon[33450]: Cluster is now healthy 2024-07-26T22:38:49.539 INFO:teuthology.orchestra.run.smithi076.stdout:pg_num: 1 2024-07-26T22:38:50.201 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:49 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/267547733' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T22:38:50.208 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:49 smithi099 ceph-mon[33443]: from='client.? 172.21.15.76:0/267547733' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T22:38:50.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:49 smithi103 ceph-mon[33450]: from='client.? 172.21.15.76:0/267547733' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T22:38:50.229 INFO:tasks.cephadm:Setting up client nodes... 2024-07-26T22:38:50.229 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 -- ceph config log 1 --format=json 2024-07-26T22:38:51.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:50 smithi076 ceph-mon[31409]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:51.080 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:38:51.208 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:50 smithi099 ceph-mon[33443]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:51.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:50 smithi103 ceph-mon[33450]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:53.080 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-07-26T22:38:53.080 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:52 smithi076 ceph-mon[31409]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:53.126 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:52 smithi099 ceph-mon[33443]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:53.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:52 smithi103 ceph-mon[33450]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:38:53.951 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:53 smithi076 ceph-mon[31409]: from='client.? 172.21.15.76:0/1369464853' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T22:38:53.980 INFO:teuthology.orchestra.run.smithi076.stdout:[{"version":12,"timestamp":"2024-07-26T22:38:41.563633+0000","name":"","changes":[{"name":"osd/host:smithi103/osd_memory_target","new_value":"21139487539"}]}] 2024-07-26T22:38:53.980 INFO:tasks.ceph_manager:config epoch is 12 2024-07-26T22:38:53.981 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 137, in __enter__ raise RuntimeError("generator didn't yield") from None RuntimeError: generator didn't yield 2024-07-26T22:38:53.982 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:38:53.998 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:53 smithi099 ceph-mon[33443]: from='client.? 172.21.15.76:0/1369464853' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T22:38:54.010 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:38:54.046 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:38:54.082 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-07-26T22:38:54.083 DEBUG:teuthology.orchestra.run.smithi076:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-07-26T22:38:54.098 DEBUG:teuthology.orchestra.run.smithi099:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-07-26T22:38:54.114 DEBUG:teuthology.orchestra.run.smithi103:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-07-26T22:38:54.140 INFO:tasks.cephadm:Stopping all daemons... 2024-07-26T22:38:54.140 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-07-26T22:38:54.140 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.a 2024-07-26T22:38:54.221 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:54 smithi076 systemd[1]: Stopping Ceph mon.a for 3eb49104-4b9f-11ef-bcbf-c7b262605968... 2024-07-26T22:38:54.221 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:53 smithi103 ceph-mon[33450]: from='client.? 172.21.15.76:0/1369464853' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T22:38:55.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:54 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a[31386]: 2024-07-26T22:38:54.768+0000 7f4ef414b640 -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-07-26T22:38:55.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:54 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a[31386]: 2024-07-26T22:38:54.768+0000 7f4ef414b640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-07-26T22:38:55.046 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:54 smithi076 podman[46380]: 2024-07-26 22:38:54.789032392 +0000 UTC m=+0.139615585 container died e94fef3aa0d32e1a8fc25f80d4bb5f466ae8d9d1e8fcc72346d7b6b5d8aa0eed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240724, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux ) 2024-07-26T22:38:55.409 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:55 smithi076 podman[46380]: 2024-07-26 22:38:55.166030056 +0000 UTC m=+0.516613239 container cleanup e94fef3aa0d32e1a8fc25f80d4bb5f466ae8d9d1e8fcc72346d7b6b5d8aa0eed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.build-date=20240724, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-07-26T22:38:55.409 INFO:journalctl@ceph.mon.a.smithi076.stdout:Jul 26 22:38:55 smithi076 bash[46380]: ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-a 2024-07-26T22:38:55.540 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.a.service' 2024-07-26T22:38:55.582 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:38:55.583 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-07-26T22:38:55.583 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-07-26T22:38:55.583 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.b 2024-07-26T22:38:55.873 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:55 smithi099 systemd[1]: Stopping Ceph mon.b for 3eb49104-4b9f-11ef-bcbf-c7b262605968... 2024-07-26T22:38:56.129 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:55 smithi099 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-b[33420]: 2024-07-26T22:38:55.872+0000 7ff4736d4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T22:38:56.129 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:55 smithi099 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-b[33420]: 2024-07-26T22:38:55.872+0000 7ff4736d4640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-07-26T22:38:56.430 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:56 smithi099 podman[40744]: 2024-07-26 22:38:56.128787463 +0000 UTC m=+0.359785004 container died c4676a0cd1f0e08a444d484f877765da5889f03ff2bba25bcdd8255ef69488b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-b, org.label-schema.build-date=20240724, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-07-26T22:38:56.708 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:56 smithi099 podman[40744]: 2024-07-26 22:38:56.521187013 +0000 UTC m=+0.752184546 container cleanup c4676a0cd1f0e08a444d484f877765da5889f03ff2bba25bcdd8255ef69488b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-b, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240724, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2) 2024-07-26T22:38:56.709 INFO:journalctl@ceph.mon.b.smithi099.stdout:Jul 26 22:38:56 smithi099 bash[40744]: ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-b 2024-07-26T22:38:57.005 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.b.service' 2024-07-26T22:38:57.053 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:38:57.053 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-07-26T22:38:57.053 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-07-26T22:38:57.053 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.c 2024-07-26T22:38:57.376 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:57 smithi103 systemd[1]: Stopping Ceph mon.c for 3eb49104-4b9f-11ef-bcbf-c7b262605968... 2024-07-26T22:38:57.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:57 smithi103 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-c[33419]: 2024-07-26T22:38:57.374+0000 7fe80d25f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T22:38:57.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:57 smithi103 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-c[33419]: 2024-07-26T22:38:57.374+0000 7fe80d25f640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-07-26T22:38:57.721 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:57 smithi103 podman[40522]: 2024-07-26 22:38:57.498956266 +0000 UTC m=+0.251637725 container died 7b1eaee303edc780dd315ee2cd6ee75f30890ede1d1c053f9e9e7ee690d1aa6a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240724, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-26T22:38:58.133 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:57 smithi103 podman[40522]: 2024-07-26 22:38:57.848779266 +0000 UTC m=+0.601460723 container cleanup 7b1eaee303edc780dd315ee2cd6ee75f30890ede1d1c053f9e9e7ee690d1aa6a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-c, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240724, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-26T22:38:58.133 INFO:journalctl@ceph.mon.c.smithi103.stdout:Jul 26 22:38:57 smithi103 bash[40522]: ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mon-c 2024-07-26T22:38:58.272 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mon.c.service' 2024-07-26T22:38:58.318 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:38:58.318 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-07-26T22:38:58.318 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-07-26T22:38:58.318 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mgr.a 2024-07-26T22:38:58.622 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:38:58 smithi076 systemd[1]: Stopping Ceph mgr.a for 3eb49104-4b9f-11ef-bcbf-c7b262605968... 2024-07-26T22:38:58.904 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:38:58 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a[31662]: 2024-07-26T22:38:58.620+0000 7fbd7d0fb640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T22:38:58.904 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:38:58 smithi076 podman[46512]: 2024-07-26 22:38:58.653155461 +0000 UTC m=+0.149315060 container died 3f4377ba9059c8c7a8599e105f4f3e6f522acf6672d0d7133384db5d02e9138d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240724, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-26T22:38:59.154 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:38:58 smithi076 podman[46512]: 2024-07-26 22:38:58.98629389 +0000 UTC m=+0.482453479 container cleanup 3f4377ba9059c8c7a8599e105f4f3e6f522acf6672d0d7133384db5d02e9138d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a, ceph=True, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0) 2024-07-26T22:38:59.154 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:38:58 smithi076 bash[46512]: ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a 2024-07-26T22:38:59.405 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Jul 26 22:38:59 smithi076 podman[46529]: 2024-07-26 22:38:59.154329556 +0000 UTC m=+0.501047112 container remove 3f4377ba9059c8c7a8599e105f4f3e6f522acf6672d0d7133384db5d02e9138d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-a, io.buildah.version=1.36.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.build-date=20240724, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-07-26T22:38:59.410 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mgr.a.service' 2024-07-26T22:38:59.445 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:38:59.445 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-07-26T22:38:59.445 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-07-26T22:38:59.445 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mgr.b 2024-07-26T22:38:59.757 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Jul 26 22:38:59 smithi099 systemd[1]: Stopping Ceph mgr.b for 3eb49104-4b9f-11ef-bcbf-c7b262605968... 2024-07-26T22:39:00.083 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Jul 26 22:38:59 smithi099 podman[40874]: 2024-07-26 22:38:59.757046156 +0000 UTC m=+0.120256344 container died 570ece2bd44744f2de831d36c4217461cfa48f9d0afb9e6f958f41e1877edcf1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-b, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.build-date=20240724, org.label-schema.license=GPLv2, io.buildah.version=1.36.0) 2024-07-26T22:39:00.083 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Jul 26 22:39:00 smithi099 podman[40874]: 2024-07-26 22:39:00.083036596 +0000 UTC m=+0.446246779 container cleanup 570ece2bd44744f2de831d36c4217461cfa48f9d0afb9e6f958f41e1877edcf1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-b, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True) 2024-07-26T22:39:00.433 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Jul 26 22:39:00 smithi099 bash[40874]: ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-b 2024-07-26T22:39:00.433 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Jul 26 22:39:00 smithi099 podman[40890]: 2024-07-26 22:39:00.309388035 +0000 UTC m=+0.548543904 container remove 570ece2bd44744f2de831d36c4217461cfa48f9d0afb9e6f958f41e1877edcf1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-mgr-b, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.36.0) 2024-07-26T22:39:00.433 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Jul 26 22:39:00 smithi099 systemd[1]: ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-07-26T22:39:00.448 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@mgr.b.service' 2024-07-26T22:39:00.482 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:39:00.482 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-07-26T22:39:00.482 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-07-26T22:39:00.482 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@osd.0 2024-07-26T22:39:00.793 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:00 smithi076 systemd[1]: Stopping Ceph osd.0 for 3eb49104-4b9f-11ef-bcbf-c7b262605968... 2024-07-26T22:39:01.046 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:00 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0[43252]: 2024-07-26T22:39:00.791+0000 7f187f831640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T22:39:01.046 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:00 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0[43252]: 2024-07-26T22:39:00.791+0000 7f187f831640 -1 osd.0 21 *** Got signal Terminated *** 2024-07-26T22:39:01.046 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:00 smithi076 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0[43252]: 2024-07-26T22:39:00.791+0000 7f187f831640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-26T22:39:06.617 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:06 smithi076 podman[46646]: 2024-07-26 22:39:06.312226967 +0000 UTC m=+5.644506246 container died c79bd4a3812e50982706b80bcf370685329803aac384b97182d9da9ecc9c7be4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240724) 2024-07-26T22:39:06.924 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:06 smithi076 podman[46646]: 2024-07-26 22:39:06.682177638 +0000 UTC m=+6.014456917 container cleanup c79bd4a3812e50982706b80bcf370685329803aac384b97182d9da9ecc9c7be4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0, ceph=True, org.label-schema.build-date=20240724, io.buildah.version=1.36.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-07-26T22:39:06.925 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:06 smithi076 bash[46646]: ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0 2024-07-26T22:39:07.265 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:06 smithi076 podman[46666]: 2024-07-26 22:39:06.92468957 +0000 UTC m=+0.600165206 container remove c79bd4a3812e50982706b80bcf370685329803aac384b97182d9da9ecc9c7be4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240724, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-07-26T22:39:07.528 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:07 smithi076 podman[46761]: 2024-07-26 22:39:07.168066723 +0000 UTC m=+0.018057624 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f 2024-07-26T22:39:07.528 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:07 smithi076 podman[46761]: 2024-07-26 22:39:07.267141039 +0000 UTC m=+0.117131921 container create ebdb2cd817f2b2b78aea4e4de1d33224115041c04c321f00f48debee918191fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240724, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.36.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2) 2024-07-26T22:39:07.528 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:07 smithi076 podman[46761]: 2024-07-26 22:39:07.444415343 +0000 UTC m=+0.294406227 container init ebdb2cd817f2b2b78aea4e4de1d33224115041c04c321f00f48debee918191fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2) 2024-07-26T22:39:07.528 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:07 smithi076 podman[46761]: 2024-07-26 22:39:07.448735556 +0000 UTC m=+0.298726444 container start ebdb2cd817f2b2b78aea4e4de1d33224115041c04c321f00f48debee918191fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240724) 2024-07-26T22:39:07.528 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:07 smithi076 podman[46761]: 2024-07-26 22:39:07.527528327 +0000 UTC m=+0.377519216 container attach ebdb2cd817f2b2b78aea4e4de1d33224115041c04c321f00f48debee918191fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.build-date=20240724, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-07-26T22:39:07.796 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:07 smithi076 podman[46761]: 2024-07-26 22:39:07.634117519 +0000 UTC m=+0.484108405 container died ebdb2cd817f2b2b78aea4e4de1d33224115041c04c321f00f48debee918191fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0-deactivate, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240724, ceph=True) 2024-07-26T22:39:08.086 INFO:journalctl@ceph.osd.0.smithi076.stdout:Jul 26 22:39:08 smithi076 podman[46803]: 2024-07-26 22:39:08.063985742 +0000 UTC m=+0.419446527 container remove ebdb2cd817f2b2b78aea4e4de1d33224115041c04c321f00f48debee918191fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-0-deactivate, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240724, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-07-26T22:39:08.091 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@osd.0.service' 2024-07-26T22:39:08.130 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:39:08.130 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-07-26T22:39:08.130 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-07-26T22:39:08.130 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@osd.1 2024-07-26T22:39:08.438 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:08 smithi099 systemd[1]: Stopping Ceph osd.1 for 3eb49104-4b9f-11ef-bcbf-c7b262605968... 2024-07-26T22:39:08.700 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:08 smithi099 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1[38892]: 2024-07-26T22:39:08.436+0000 7fd5102be640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T22:39:08.701 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:08 smithi099 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1[38892]: 2024-07-26T22:39:08.436+0000 7fd5102be640 -1 osd.1 21 *** Got signal Terminated *** 2024-07-26T22:39:08.701 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:08 smithi099 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1[38892]: 2024-07-26T22:39:08.436+0000 7fd5102be640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-26T22:39:13.959 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:13 smithi099 podman[41006]: 2024-07-26 22:39:13.807092433 +0000 UTC m=+5.482224179 container died 99f906e326f60587b7a7383e4eacc0bc6fe2a1c3869a67a589a2b385b41d6fcb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240724, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2) 2024-07-26T22:39:14.372 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:14 smithi099 podman[41006]: 2024-07-26 22:39:14.195257984 +0000 UTC m=+5.870389729 container cleanup 99f906e326f60587b7a7383e4eacc0bc6fe2a1c3869a67a589a2b385b41d6fcb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0) 2024-07-26T22:39:14.373 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:14 smithi099 bash[41006]: ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1 2024-07-26T22:39:15.208 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:14 smithi099 podman[41206]: 2024-07-26 22:39:14.924198545 +0000 UTC m=+1.162045810 container remove 99f906e326f60587b7a7383e4eacc0bc6fe2a1c3869a67a589a2b385b41d6fcb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240724, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0) 2024-07-26T22:39:15.577 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:15 smithi099 podman[41431]: 2024-07-26 22:39:15.210202859 +0000 UTC m=+0.018943054 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f 2024-07-26T22:39:15.578 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:15 smithi099 podman[41431]: 2024-07-26 22:39:15.316976116 +0000 UTC m=+0.125716353 container create 8f1f7ce89d33dc29c359c15d46332ae88b9d0eb2cefc3578cf7b75a788acdf62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240724) 2024-07-26T22:39:15.578 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:15 smithi099 podman[41431]: 2024-07-26 22:39:15.4940706 +0000 UTC m=+0.302810809 container init 8f1f7ce89d33dc29c359c15d46332ae88b9d0eb2cefc3578cf7b75a788acdf62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240724, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-07-26T22:39:15.578 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:15 smithi099 podman[41431]: 2024-07-26 22:39:15.499136017 +0000 UTC m=+0.307876218 container start 8f1f7ce89d33dc29c359c15d46332ae88b9d0eb2cefc3578cf7b75a788acdf62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.build-date=20240724, ceph=True, GIT_BRANCH=HEAD) 2024-07-26T22:39:15.578 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:15 smithi099 podman[41431]: 2024-07-26 22:39:15.577339259 +0000 UTC m=+0.386079465 container attach 8f1f7ce89d33dc29c359c15d46332ae88b9d0eb2cefc3578cf7b75a788acdf62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240724, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-07-26T22:39:15.958 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:15 smithi099 podman[41431]: 2024-07-26 22:39:15.707363254 +0000 UTC m=+0.516103449 container died 8f1f7ce89d33dc29c359c15d46332ae88b9d0eb2cefc3578cf7b75a788acdf62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240724, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-07-26T22:39:16.262 INFO:journalctl@ceph.osd.1.smithi099.stdout:Jul 26 22:39:16 smithi099 podman[41507]: 2024-07-26 22:39:16.246986908 +0000 UTC m=+0.533229709 container remove 8f1f7ce89d33dc29c359c15d46332ae88b9d0eb2cefc3578cf7b75a788acdf62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240724, io.buildah.version=1.36.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-07-26T22:39:16.267 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@osd.1.service' 2024-07-26T22:39:16.305 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:39:16.306 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-07-26T22:39:16.306 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-07-26T22:39:16.306 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@osd.2 2024-07-26T22:39:16.606 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:16 smithi103 systemd[1]: Stopping Ceph osd.2 for 3eb49104-4b9f-11ef-bcbf-c7b262605968... 2024-07-26T22:39:16.971 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:16 smithi103 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2[39223]: 2024-07-26T22:39:16.605+0000 7f93cb5bc640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T22:39:16.971 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:16 smithi103 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2[39223]: 2024-07-26T22:39:16.605+0000 7f93cb5bc640 -1 osd.2 21 *** Got signal Terminated *** 2024-07-26T22:39:16.972 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:16 smithi103 ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2[39223]: 2024-07-26T22:39:16.605+0000 7f93cb5bc640 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-26T22:39:22.453 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:22 smithi103 podman[41073]: 2024-07-26 22:39:22.106476778 +0000 UTC m=+5.596160128 container died 9dd9187e197fb36d2d236f08c9e3a254bb5b03246b4b452868e153cb7ab6feec (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.build-date=20240724, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD) 2024-07-26T22:39:22.454 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:22 smithi103 podman[41073]: 2024-07-26 22:39:22.453549371 +0000 UTC m=+5.943232730 container cleanup 9dd9187e197fb36d2d236f08c9e3a254bb5b03246b4b452868e153cb7ab6feec (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240724, maintainer=Guillaume Abrioux ) 2024-07-26T22:39:22.721 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:22 smithi103 bash[41073]: ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2 2024-07-26T22:39:22.721 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:22 smithi103 podman[41292]: 2024-07-26 22:39:22.604488286 +0000 UTC m=+0.491557681 container remove 9dd9187e197fb36d2d236f08c9e3a254bb5b03246b4b452868e153cb7ab6feec (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240724, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.license=GPLv2) 2024-07-26T22:39:23.358 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:23 smithi103 podman[41385]: 2024-07-26 22:39:22.921522734 +0000 UTC m=+0.017820633 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f 2024-07-26T22:39:23.358 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:23 smithi103 podman[41385]: 2024-07-26 22:39:23.02202867 +0000 UTC m=+0.118326556 container create 4640f121fda22580f45aea994716bfcf66a808e3e471ff175713018374fad7c7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2-deactivate, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240724, GIT_CLEAN=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-07-26T22:39:23.627 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:23 smithi103 podman[41385]: 2024-07-26 22:39:23.468339291 +0000 UTC m=+0.564637184 container init 4640f121fda22580f45aea994716bfcf66a808e3e471ff175713018374fad7c7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.build-date=20240724, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-07-26T22:39:23.628 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:23 smithi103 podman[41385]: 2024-07-26 22:39:23.472686449 +0000 UTC m=+0.568984336 container start 4640f121fda22580f45aea994716bfcf66a808e3e471ff175713018374fad7c7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.36.0, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-07-26T22:39:23.628 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:23 smithi103 podman[41385]: 2024-07-26 22:39:23.551284607 +0000 UTC m=+0.647582495 container attach 4640f121fda22580f45aea994716bfcf66a808e3e471ff175713018374fad7c7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.build-date=20240724, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2) 2024-07-26T22:39:24.467 INFO:journalctl@ceph.osd.2.smithi103.stdout:Jul 26 22:39:24 smithi103 podman[41385]: 2024-07-26 22:39:24.197666859 +0000 UTC m=+1.293964749 container died 4640f121fda22580f45aea994716bfcf66a808e3e471ff175713018374fad7c7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, ceph=True, org.label-schema.build-date=20240724, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-07-26T22:39:24.777 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3eb49104-4b9f-11ef-bcbf-c7b262605968@osd.2.service' 2024-07-26T22:39:24.817 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:39:24.817 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-07-26T22:39:24.817 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 --force --keep-logs 2024-07-26T22:39:25.035 INFO:teuthology.orchestra.run.smithi076.stdout:Deleting cluster with fsid: 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:39:26.312 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 --force --keep-logs 2024-07-26T22:39:26.541 INFO:teuthology.orchestra.run.smithi099.stdout:Deleting cluster with fsid: 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:39:27.767 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 --force --keep-logs 2024-07-26T22:39:27.977 INFO:teuthology.orchestra.run.smithi103.stdout:Deleting cluster with fsid: 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:39:29.081 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:39:29.112 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:39:29.144 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:39:29.171 INFO:tasks.cephadm:Archiving crash dumps... 2024-07-26T22:39:29.173 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820430/remote/smithi076/crash 2024-07-26T22:39:29.174 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/crash -- . 2024-07-26T22:39:29.210 INFO:teuthology.orchestra.run.smithi076.stderr:tar: /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/crash: Cannot open: No such file or directory 2024-07-26T22:39:29.210 INFO:teuthology.orchestra.run.smithi076.stderr:tar: Error is not recoverable: exiting now 2024-07-26T22:39:29.211 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820430/remote/smithi099/crash 2024-07-26T22:39:29.212 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/crash -- . 2024-07-26T22:39:29.250 INFO:teuthology.orchestra.run.smithi099.stderr:tar: /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/crash: Cannot open: No such file or directory 2024-07-26T22:39:29.250 INFO:teuthology.orchestra.run.smithi099.stderr:tar: Error is not recoverable: exiting now 2024-07-26T22:39:29.252 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820430/remote/smithi103/crash 2024-07-26T22:39:29.253 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/crash -- . 2024-07-26T22:39:29.290 INFO:teuthology.orchestra.run.smithi103.stderr:tar: /var/lib/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/crash: Cannot open: No such file or directory 2024-07-26T22:39:29.291 INFO:teuthology.orchestra.run.smithi103.stderr:tar: Error is not recoverable: exiting now 2024-07-26T22:39:29.292 INFO:tasks.cephadm:Checking cluster log for badness... 2024-07-26T22:39:29.292 DEBUG:teuthology.orchestra.run.smithi076:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-07-26T22:39:29.332 INFO:tasks.cephadm:Compressing logs... 2024-07-26T22:39:29.332 DEBUG:teuthology.orchestra.run.smithi076:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-07-26T22:39:29.374 DEBUG:teuthology.orchestra.run.smithi099:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-07-26T22:39:29.377 DEBUG:teuthology.orchestra.run.smithi103:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-07-26T22:39:29.400 INFO:teuthology.orchestra.run.smithi076.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.log 2024-07-26T22:39:29.400 INFO:teuthology.orchestra.run.smithi076.stderr:: No such file or directory 2024-07-26T22:39:29.400 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.audit.log 2024-07-26T22:39:29.400 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-osd.0.log 2024-07-26T22:39:29.400 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.log: /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mon.a.log 2024-07-26T22:39:29.400 INFO:teuthology.orchestra.run.smithi076.stderr: 84.4% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.log.gz 2024-07-26T22:39:29.400 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.cephadm.log 2024-07-26T22:39:29.400 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mgr.a.log 2024-07-26T22:39:29.401 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mon.a.log: /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-volume.log 2024-07-26T22:39:29.401 INFO:teuthology.orchestra.run.smithi076.stderr: 90.0% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.audit.log.gz 2024-07-26T22:39:29.401 INFO:teuthology.orchestra.run.smithi076.stderr: 81.2% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.cephadm.log.gz 2024-07-26T22:39:29.401 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-26T22:39:29.402 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 81.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-26T22:39:29.404 INFO:teuthology.orchestra.run.smithi103.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.log 2024-07-26T22:39:29.404 INFO:teuthology.orchestra.run.smithi103.stderr:: No such file or directory 2024-07-26T22:39:29.404 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-osd.2.log 2024-07-26T22:39:29.404 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.audit.log 2024-07-26T22:39:29.404 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mon.c.log 2024-07-26T22:39:29.405 INFO:teuthology.orchestra.run.smithi103.stderr: 83.5% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.log.gz 2024-07-26T22:39:29.405 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.cephadm.log 2024-07-26T22:39:29.405 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.audit.log: /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-volume.log 2024-07-26T22:39:29.405 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-26T22:39:29.405 INFO:teuthology.orchestra.run.smithi103.stderr: 77.5% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.cephadm.log.gz 2024-07-26T22:39:29.405 INFO:teuthology.orchestra.run.smithi103.stderr: 90.2% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.audit.log.gz 2024-07-26T22:39:29.405 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 78.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-26T22:39:29.408 INFO:teuthology.orchestra.run.smithi099.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.log 2024-07-26T22:39:29.408 INFO:teuthology.orchestra.run.smithi099.stderr:: No such file or directory 2024-07-26T22:39:29.408 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.audit.log 2024-07-26T22:39:29.408 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-osd.1.log 2024-07-26T22:39:29.408 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.audit.log: 83.0% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.log.gz 2024-07-26T22:39:29.408 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.cephadm.log 2024-07-26T22:39:29.408 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mgr.b.log 2024-07-26T22:39:29.408 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-volume.log 2024-07-26T22:39:29.408 INFO:teuthology.orchestra.run.smithi099.stderr: 90.1% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.audit.log.gz 2024-07-26T22:39:29.408 INFO:teuthology.orchestra.run.smithi099.stderr: 77.4% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph.cephadm.log.gz 2024-07-26T22:39:29.408 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mon.b.log 2024-07-26T22:39:29.409 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-26T22:39:29.409 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 78.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-26T22:39:29.409 INFO:teuthology.orchestra.run.smithi099.stderr: 90.1% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mgr.b.log.gz 2024-07-26T22:39:29.409 INFO:teuthology.orchestra.run.smithi076.stderr: 91.3% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-volume.log.gz 2024-07-26T22:39:29.411 INFO:teuthology.orchestra.run.smithi099.stderr: 91.3% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-volume.log.gz 2024-07-26T22:39:29.413 INFO:teuthology.orchestra.run.smithi103.stderr: 91.6% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-volume.log.gz 2024-07-26T22:39:29.419 INFO:teuthology.orchestra.run.smithi103.stderr: 94.3% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-osd.2.log.gz 2024-07-26T22:39:29.426 INFO:teuthology.orchestra.run.smithi076.stderr: 94.2% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-osd.0.log.gz 2024-07-26T22:39:29.433 INFO:teuthology.orchestra.run.smithi099.stderr: 92.4% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mon.b.log.gz 2024-07-26T22:39:29.434 INFO:teuthology.orchestra.run.smithi103.stderr: 92.6% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mon.c.log.gz 2024-07-26T22:39:29.436 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-07-26T22:39:29.436 INFO:teuthology.orchestra.run.smithi103.stderr:real 0m0.045s 2024-07-26T22:39:29.436 INFO:teuthology.orchestra.run.smithi103.stderr:user 0m0.064s 2024-07-26T22:39:29.437 INFO:teuthology.orchestra.run.smithi103.stderr:sys 0m0.024s 2024-07-26T22:39:29.440 INFO:teuthology.orchestra.run.smithi099.stderr: 94.3% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-osd.1.log.gz 2024-07-26T22:39:29.442 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-07-26T22:39:29.442 INFO:teuthology.orchestra.run.smithi099.stderr:real 0m0.051s 2024-07-26T22:39:29.442 INFO:teuthology.orchestra.run.smithi099.stderr:user 0m0.089s 2024-07-26T22:39:29.443 INFO:teuthology.orchestra.run.smithi099.stderr:sys 0m0.017s 2024-07-26T22:39:29.449 INFO:teuthology.orchestra.run.smithi076.stderr: 88.3% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mgr.a.log.gz 2024-07-26T22:39:29.527 INFO:teuthology.orchestra.run.smithi076.stderr: 91.6% -- replaced with /var/log/ceph/3eb49104-4b9f-11ef-bcbf-c7b262605968/ceph-mon.a.log.gz 2024-07-26T22:39:29.529 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-07-26T22:39:29.529 INFO:teuthology.orchestra.run.smithi076.stderr:real 0m0.142s 2024-07-26T22:39:29.529 INFO:teuthology.orchestra.run.smithi076.stderr:user 0m0.214s 2024-07-26T22:39:29.529 INFO:teuthology.orchestra.run.smithi076.stderr:sys 0m0.028s 2024-07-26T22:39:29.530 INFO:tasks.cephadm:Archiving logs... 2024-07-26T22:39:29.530 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820430/remote/smithi076/log 2024-07-26T22:39:29.531 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-26T22:39:29.638 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820430/remote/smithi099/log 2024-07-26T22:39:29.638 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-26T22:39:29.682 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820430/remote/smithi103/log 2024-07-26T22:39:29.683 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-26T22:39:29.722 INFO:tasks.cephadm:Removing cluster... 2024-07-26T22:39:29.722 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 --force 2024-07-26T22:39:29.916 INFO:teuthology.orchestra.run.smithi076.stdout:Deleting cluster with fsid: 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:39:30.179 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 --force 2024-07-26T22:39:30.385 INFO:teuthology.orchestra.run.smithi099.stdout:Deleting cluster with fsid: 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:39:30.638 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3eb49104-4b9f-11ef-bcbf-c7b262605968 --force 2024-07-26T22:39:30.843 INFO:teuthology.orchestra.run.smithi103.stdout:Deleting cluster with fsid: 3eb49104-4b9f-11ef-bcbf-c7b262605968 2024-07-26T22:39:31.099 INFO:tasks.cephadm:Removing cephadm ... 2024-07-26T22:39:31.099 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-26T22:39:31.117 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-26T22:39:31.134 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-26T22:39:31.150 INFO:tasks.cephadm:Teardown complete 2024-07-26T22:39:31.150 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 2292, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 1920, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 137, in __enter__ raise RuntimeError("generator didn't yield") from None RuntimeError: generator didn't yield 2024-07-26T22:39:31.343 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ff7ffb6299cb4ed48952fd83210048ab Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 2292, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 1920, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 137, in __enter__ raise RuntimeError("generator didn't yield") from None RuntimeError: generator didn't yield 2024-07-26T22:39:31.346 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-07-26T22:39:31.355 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-07-26T22:39:31.400 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-07-26T22:39:31.400 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-26T22:39:31.414 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-26T22:39:31.417 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-26T22:39:31.513 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-07-26T22:39:31.523 INFO:teuthology.task.clock:Checking final clock skew... 2024-07-26T22:39:31.523 DEBUG:teuthology.orchestra.run.smithi076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-26T22:39:31.527 DEBUG:teuthology.orchestra.run.smithi099:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-26T22:39:31.530 DEBUG:teuthology.orchestra.run.smithi103:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-26T22:39:31.541 INFO:teuthology.orchestra.run.smithi076.stderr:bash: line 1: ntpq: command not found 2024-07-26T22:39:31.542 INFO:teuthology.orchestra.run.smithi099.stderr:bash: line 1: ntpq: command not found 2024-07-26T22:39:31.545 INFO:teuthology.orchestra.run.smithi103.stderr:bash: line 1: ntpq: command not found 2024-07-26T22:39:31.546 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T22:39:31.550 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2024-07-26T22:39:31.551 INFO:teuthology.orchestra.run.smithi076.stdout:^* hv01.front.sepia.ceph.com 3 6 377 50 +720us[ +718us] +/- 59ms 2024-07-26T22:39:31.551 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 48 -684us[ -684us] +/- 61ms 2024-07-26T22:39:31.551 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 -98us[ -98us] +/- 83ms 2024-07-26T22:39:31.551 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:39:31.554 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T22:39:31.554 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2024-07-26T22:39:31.555 INFO:teuthology.orchestra.run.smithi103.stdout:^* hv01.front.sepia.ceph.com 3 6 377 47 +726us[ +726us] +/- 59ms 2024-07-26T22:39:31.555 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 46 -684us[ -684us] +/- 61ms 2024-07-26T22:39:31.555 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 47 -99us[ -100us] +/- 83ms 2024-07-26T22:39:31.556 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:39:31.556 INFO:teuthology.orchestra.run.smithi099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T22:39:31.556 INFO:teuthology.orchestra.run.smithi099.stdout:=============================================================================== 2024-07-26T22:39:31.556 INFO:teuthology.orchestra.run.smithi099.stdout:^* hv01.front.sepia.ceph.com 3 6 377 46 +732us[ +735us] +/- 59ms 2024-07-26T22:39:31.557 INFO:teuthology.orchestra.run.smithi099.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 47 -670us[ -667us] +/- 61ms 2024-07-26T22:39:31.557 INFO:teuthology.orchestra.run.smithi099.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 48 -87us[ -84us] +/- 83ms 2024-07-26T22:39:31.557 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T22:39:31.558 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-07-26T22:39:31.567 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-07-26T22:39:31.568 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-07-26T22:39:31.613 DEBUG:teuthology.orchestra.run.smithi076:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-07-26T22:39:31.687 DEBUG:teuthology.orchestra.run.smithi099:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-07-26T22:39:31.754 DEBUG:teuthology.orchestra.run.smithi103:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-07-26T22:39:31.819 DEBUG:teuthology.orchestra.run.smithi076:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-07-26T22:39:31.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:39:31.850 DEBUG:teuthology.orchestra.run.smithi099:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-07-26T22:39:31.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:39:31.879 DEBUG:teuthology.orchestra.run.smithi103:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-07-26T22:39:31.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:39:31.906 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-07-26T22:39:31.916 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-07-26T22:39:31.924 INFO:teuthology.task.internal:Duration was 715.084117 seconds 2024-07-26T22:39:31.924 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-07-26T22:39:31.932 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-07-26T22:39:31.933 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-26T22:39:31.936 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-26T22:39:31.938 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-26T22:39:31.975 INFO:teuthology.orchestra.run.smithi099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T22:39:31.976 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T22:39:31.986 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T22:39:32.492 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-07-26T22:39:32.492 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi076.front.sepia.ceph.com 2024-07-26T22:39:32.492 DEBUG:teuthology.orchestra.run.smithi076:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-07-26T22:39:32.513 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi099.front.sepia.ceph.com 2024-07-26T22:39:32.513 DEBUG:teuthology.orchestra.run.smithi099:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-07-26T22:39:32.560 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi103.front.sepia.ceph.com 2024-07-26T22:39:32.560 DEBUG:teuthology.orchestra.run.smithi103:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-07-26T22:39:32.583 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-07-26T22:39:32.583 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-26T22:39:32.585 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-26T22:39:32.602 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-26T22:39:32.650 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-07-26T22:39:32.651 DEBUG:teuthology.orchestra.run.smithi076:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-26T22:39:32.653 DEBUG:teuthology.orchestra.run.smithi099:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-26T22:39:32.669 DEBUG:teuthology.orchestra.run.smithi103:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-26T22:39:32.818 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-07-26T22:39:32.829 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-07-26T22:39:32.829 DEBUG:teuthology.orchestra.run.smithi076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-26T22:39:32.855 DEBUG:teuthology.orchestra.run.smithi099:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-26T22:39:32.880 DEBUG:teuthology.orchestra.run.smithi103:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-26T22:39:32.905 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-07-26T22:39:32.914 DEBUG:teuthology.orchestra.run.smithi076:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-07-26T22:39:32.917 DEBUG:teuthology.orchestra.run.smithi099:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-07-26T22:39:32.923 DEBUG:teuthology.orchestra.run.smithi103:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-07-26T22:39:32.938 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = core 2024-07-26T22:39:32.943 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = core 2024-07-26T22:39:32.968 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = core 2024-07-26T22:39:33.003 DEBUG:teuthology.orchestra.run.smithi076:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-26T22:39:33.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:39:33.019 DEBUG:teuthology.orchestra.run.smithi099:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-26T22:39:33.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:39:33.035 DEBUG:teuthology.orchestra.run.smithi103:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-26T22:39:33.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:39:33.058 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-07-26T22:39:33.068 INFO:teuthology.task.internal:Transferring archived files... 2024-07-26T22:39:33.068 DEBUG:teuthology.misc:Transferring archived files from smithi076:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820430/remote/smithi076 2024-07-26T22:39:33.069 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-26T22:39:33.105 DEBUG:teuthology.misc:Transferring archived files from smithi099:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820430/remote/smithi099 2024-07-26T22:39:33.105 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-26T22:39:33.139 DEBUG:teuthology.misc:Transferring archived files from smithi103:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820430/remote/smithi103 2024-07-26T22:39:33.139 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-26T22:39:33.172 INFO:teuthology.task.internal:Removing archive directory... 2024-07-26T22:39:33.172 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-26T22:39:33.175 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-26T22:39:33.178 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-26T22:39:33.222 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-07-26T22:39:33.233 INFO:teuthology.task.internal:Not uploading archives. 2024-07-26T22:39:33.234 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-07-26T22:39:33.264 INFO:teuthology.task.internal:Tidying up after the test... 2024-07-26T22:39:33.264 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-26T22:39:33.267 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-26T22:39:33.269 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-26T22:39:33.280 INFO:teuthology.orchestra.run.smithi076.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 26 22:39 /home/ubuntu/cephtest 2024-07-26T22:39:33.282 INFO:teuthology.orchestra.run.smithi099.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 26 22:39 /home/ubuntu/cephtest 2024-07-26T22:39:33.284 INFO:teuthology.orchestra.run.smithi103.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 26 22:39 /home/ubuntu/cephtest 2024-07-26T22:39:33.286 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-07-26T22:39:33.321 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-07-26T22:39:33.457 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 715.0841166973114 failure_reason: generator didn't yield flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ff7ffb6299cb4ed48952fd83210048ab status: fail success: false 2024-07-26T22:39:33.457 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-26T22:39:33.549 INFO:teuthology.run:FAIL