2026-02-25T13:24:30.454 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-25T13:24:30.469 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-25T13:24:30.548 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial/70128 branch: wip-rocky10-branch-of-the-day-2026-02-24-1771941190 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} email: null first_in_suite: false flavor: default job_id: '70128' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-rocky10-branch-of-the-day-2026-02-24-1771941190 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 506b402a3d3a240d0bfe073b4769eaffdf84497b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: distro-suffix: rockylinux-10 install: ceph: flavor: default sha1: 506b402a3d3a240d0bfe073b4769eaffdf84497b selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-rocky10-branch-of-the-day-2026-02-24-1771941190 sha1: 506b402a3d3a240d0bfe073b4769eaffdf84497b owner: scheduled_nmordech@soko04.front.sepia.ceph.com priority: 10 repo: https://git.ceph.com/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: 317 sha1: 506b402a3d3a240d0bfe073b4769eaffdf84497b sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-rocky10-branch-of-the-day-2026-02-24-1771941190 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_506b402a3d3a240d0bfe073b4769eaffdf84497b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 506b402a3d3a240d0bfe073b4769eaffdf84497b targets: trial042.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDzvTBRsNq+z5rF1k17OB+BWv8ojNdy51erXMr2iPerShyvRZRRAKe/BL8VQgj9IkRJYPkWVnNcYC8tG3KNi22c= trial161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFeUpPUcHGupunb9oUz0DeI6vhbVPKwuNsWXGG2ybkyutPBikjrtxiC9jxIGf40rUrUbLzlARczbHzHgC9VAtKs= trial163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNanZxN86Fwh0Y4Zm+wChTxcVSWzuoPxkWjxWhg3L/fX3xOtfrkd0kk2BHSi9R08CQsiZ2eI8C010UhQ4VP8zYg= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - 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 0x790623318720>, signals=[15]) 2026-02-25T13:24:31.167 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-25T13:24:31.180 INFO:teuthology.task.internal:Opening connections... 2026-02-25T13:24:31.180 DEBUG:teuthology.task.internal:connecting to ubuntu@trial042.front.sepia.ceph.com 2026-02-25T13:24:31.181 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:24:31.246 DEBUG:teuthology.task.internal:connecting to ubuntu@trial161.front.sepia.ceph.com 2026-02-25T13:24:31.247 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:24:31.312 DEBUG:teuthology.task.internal:connecting to ubuntu@trial163.front.sepia.ceph.com 2026-02-25T13:24:31.313 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:24:31.374 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-25T13:24:31.387 DEBUG:teuthology.orchestra.run.trial042:> uname -m 2026-02-25T13:24:31.404 INFO:teuthology.orchestra.run.trial042.stdout:x86_64 2026-02-25T13:24:31.404 DEBUG:teuthology.orchestra.run.trial042:> cat /etc/os-release 2026-02-25T13:24:31.460 INFO:teuthology.orchestra.run.trial042.stdout:NAME="CentOS Stream" 2026-02-25T13:24:31.460 INFO:teuthology.orchestra.run.trial042.stdout:VERSION="9" 2026-02-25T13:24:31.460 INFO:teuthology.orchestra.run.trial042.stdout:ID="centos" 2026-02-25T13:24:31.460 INFO:teuthology.orchestra.run.trial042.stdout:ID_LIKE="rhel fedora" 2026-02-25T13:24:31.460 INFO:teuthology.orchestra.run.trial042.stdout:VERSION_ID="9" 2026-02-25T13:24:31.460 INFO:teuthology.orchestra.run.trial042.stdout:PLATFORM_ID="platform:el9" 2026-02-25T13:24:31.460 INFO:teuthology.orchestra.run.trial042.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-25T13:24:31.460 INFO:teuthology.orchestra.run.trial042.stdout:ANSI_COLOR="0;31" 2026-02-25T13:24:31.460 INFO:teuthology.orchestra.run.trial042.stdout:LOGO="fedora-logo-icon" 2026-02-25T13:24:31.460 INFO:teuthology.orchestra.run.trial042.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-25T13:24:31.460 INFO:teuthology.orchestra.run.trial042.stdout:HOME_URL="https://centos.org/" 2026-02-25T13:24:31.461 INFO:teuthology.orchestra.run.trial042.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-25T13:24:31.461 INFO:teuthology.orchestra.run.trial042.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-25T13:24:31.461 INFO:teuthology.orchestra.run.trial042.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-25T13:24:31.461 INFO:teuthology.lock.ops:Updating trial042.front.sepia.ceph.com on lock server 2026-02-25T13:24:31.537 DEBUG:teuthology.orchestra.run.trial161:> uname -m 2026-02-25T13:24:31.554 INFO:teuthology.orchestra.run.trial161.stdout:x86_64 2026-02-25T13:24:31.554 DEBUG:teuthology.orchestra.run.trial161:> cat /etc/os-release 2026-02-25T13:24:31.611 INFO:teuthology.orchestra.run.trial161.stdout:NAME="CentOS Stream" 2026-02-25T13:24:31.611 INFO:teuthology.orchestra.run.trial161.stdout:VERSION="9" 2026-02-25T13:24:31.611 INFO:teuthology.orchestra.run.trial161.stdout:ID="centos" 2026-02-25T13:24:31.612 INFO:teuthology.orchestra.run.trial161.stdout:ID_LIKE="rhel fedora" 2026-02-25T13:24:31.612 INFO:teuthology.orchestra.run.trial161.stdout:VERSION_ID="9" 2026-02-25T13:24:31.612 INFO:teuthology.orchestra.run.trial161.stdout:PLATFORM_ID="platform:el9" 2026-02-25T13:24:31.612 INFO:teuthology.orchestra.run.trial161.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-25T13:24:31.612 INFO:teuthology.orchestra.run.trial161.stdout:ANSI_COLOR="0;31" 2026-02-25T13:24:31.612 INFO:teuthology.orchestra.run.trial161.stdout:LOGO="fedora-logo-icon" 2026-02-25T13:24:31.612 INFO:teuthology.orchestra.run.trial161.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-25T13:24:31.612 INFO:teuthology.orchestra.run.trial161.stdout:HOME_URL="https://centos.org/" 2026-02-25T13:24:31.612 INFO:teuthology.orchestra.run.trial161.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-25T13:24:31.612 INFO:teuthology.orchestra.run.trial161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-25T13:24:31.612 INFO:teuthology.orchestra.run.trial161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-25T13:24:31.612 INFO:teuthology.lock.ops:Updating trial161.front.sepia.ceph.com on lock server 2026-02-25T13:24:31.673 DEBUG:teuthology.orchestra.run.trial163:> uname -m 2026-02-25T13:24:31.690 INFO:teuthology.orchestra.run.trial163.stdout:x86_64 2026-02-25T13:24:31.691 DEBUG:teuthology.orchestra.run.trial163:> cat /etc/os-release 2026-02-25T13:24:31.748 INFO:teuthology.orchestra.run.trial163.stdout:NAME="CentOS Stream" 2026-02-25T13:24:31.748 INFO:teuthology.orchestra.run.trial163.stdout:VERSION="9" 2026-02-25T13:24:31.748 INFO:teuthology.orchestra.run.trial163.stdout:ID="centos" 2026-02-25T13:24:31.748 INFO:teuthology.orchestra.run.trial163.stdout:ID_LIKE="rhel fedora" 2026-02-25T13:24:31.748 INFO:teuthology.orchestra.run.trial163.stdout:VERSION_ID="9" 2026-02-25T13:24:31.748 INFO:teuthology.orchestra.run.trial163.stdout:PLATFORM_ID="platform:el9" 2026-02-25T13:24:31.748 INFO:teuthology.orchestra.run.trial163.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-25T13:24:31.748 INFO:teuthology.orchestra.run.trial163.stdout:ANSI_COLOR="0;31" 2026-02-25T13:24:31.748 INFO:teuthology.orchestra.run.trial163.stdout:LOGO="fedora-logo-icon" 2026-02-25T13:24:31.748 INFO:teuthology.orchestra.run.trial163.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-25T13:24:31.748 INFO:teuthology.orchestra.run.trial163.stdout:HOME_URL="https://centos.org/" 2026-02-25T13:24:31.749 INFO:teuthology.orchestra.run.trial163.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-25T13:24:31.749 INFO:teuthology.orchestra.run.trial163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-25T13:24:31.749 INFO:teuthology.orchestra.run.trial163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-25T13:24:31.749 INFO:teuthology.lock.ops:Updating trial163.front.sepia.ceph.com on lock server 2026-02-25T13:24:31.815 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-25T13:24:31.828 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-25T13:24:31.840 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-25T13:24:31.840 DEBUG:teuthology.orchestra.run.trial042:> test '!' -e /home/ubuntu/cephtest 2026-02-25T13:24:31.842 DEBUG:teuthology.orchestra.run.trial161:> test '!' -e /home/ubuntu/cephtest 2026-02-25T13:24:31.844 DEBUG:teuthology.orchestra.run.trial163:> test '!' -e /home/ubuntu/cephtest 2026-02-25T13:24:31.860 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-25T13:24:31.872 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-25T13:24:31.872 DEBUG:teuthology.orchestra.run.trial042:> test -z $(ls -A /var/lib/ceph) 2026-02-25T13:24:31.899 DEBUG:teuthology.orchestra.run.trial161:> test -z $(ls -A /var/lib/ceph) 2026-02-25T13:24:31.901 DEBUG:teuthology.orchestra.run.trial163:> test -z $(ls -A /var/lib/ceph) 2026-02-25T13:24:31.917 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-25T13:24:32.141 INFO:teuthology.run_tasks:Running task kernel... 2026-02-25T13:24:32.161 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-25T13:24:32.161 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.c': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-25T13:24:32.161 DEBUG:teuthology.orchestra.run.trial042:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-25T13:24:32.161 DEBUG:teuthology.orchestra.run.trial161:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-25T13:24:32.162 DEBUG:teuthology.orchestra.run.trial163:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-25T13:24:32.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:24:32.178 DEBUG:teuthology.orchestra.run.trial042:> uname -r 2026-02-25T13:24:32.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:24:32.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:24:32.179 DEBUG:teuthology.orchestra.run.trial163:> uname -r 2026-02-25T13:24:32.179 DEBUG:teuthology.orchestra.run.trial161:> uname -r 2026-02-25T13:24:32.234 INFO:teuthology.orchestra.run.trial042.stdout:5.14.0-681.el9.x86_64 2026-02-25T13:24:32.234 INFO:teuthology.task.kernel:Running kernel on trial042: 5.14.0-681.el9.x86_64 2026-02-25T13:24:32.234 DEBUG:teuthology.orchestra.run.trial042:> sudo yum install -y kernel 2026-02-25T13:24:32.235 INFO:teuthology.orchestra.run.trial161.stdout:5.14.0-681.el9.x86_64 2026-02-25T13:24:32.235 INFO:teuthology.orchestra.run.trial163.stdout:5.14.0-681.el9.x86_64 2026-02-25T13:24:32.235 INFO:teuthology.task.kernel:Running kernel on trial161: 5.14.0-681.el9.x86_64 2026-02-25T13:24:32.235 DEBUG:teuthology.orchestra.run.trial161:> sudo yum install -y kernel 2026-02-25T13:24:32.235 INFO:teuthology.task.kernel:Running kernel on trial163: 5.14.0-681.el9.x86_64 2026-02-25T13:24:32.235 DEBUG:teuthology.orchestra.run.trial163:> sudo yum install -y kernel 2026-02-25T13:24:32.911 INFO:teuthology.orchestra.run.trial163.stdout:CentOS Stream 9 - BaseOS 31 MB/s | 8.9 MB 00:00 2026-02-25T13:24:34.334 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.9 MB 00:01 2026-02-25T13:24:35.243 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - AppStream 71 MB/s | 27 MB 00:00 2026-02-25T13:24:35.494 INFO:teuthology.orchestra.run.trial163.stdout:CentOS Stream 9 - AppStream 13 MB/s | 27 MB 00:02 2026-02-25T13:24:38.980 INFO:teuthology.orchestra.run.trial163.stdout:CentOS Stream 9 - CRB 7.3 MB/s | 8.0 MB 00:01 2026-02-25T13:24:39.301 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - CRB 4.8 MB/s | 8.0 MB 00:01 2026-02-25T13:24:39.904 INFO:teuthology.orchestra.run.trial163.stdout:CentOS Stream 9 - Extras packages 111 kB/s | 20 kB 00:00 2026-02-25T13:24:40.224 INFO:teuthology.orchestra.run.trial163.stdout:Extra Packages for Enterprise Linux 80 MB/s | 20 MB 00:00 2026-02-25T13:24:40.243 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - Extras packages 99 kB/s | 20 kB 00:00 2026-02-25T13:24:41.236 INFO:teuthology.orchestra.run.trial042.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-25T13:24:41.309 INFO:teuthology.orchestra.run.trial161.stdout:Extra Packages for Enterprise Linux 20 MB/s | 20 MB 00:01 2026-02-25T13:24:43.440 INFO:teuthology.orchestra.run.trial163.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-25T13:24:44.286 INFO:teuthology.orchestra.run.trial042.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-25T13:24:44.452 INFO:teuthology.orchestra.run.trial163.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-25T13:24:44.452 INFO:teuthology.orchestra.run.trial163.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-25T13:24:44.472 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout: Package Architecture Version Repository Size 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout: kernel x86_64 5.14.0-686.el9 baseos 901 k 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout:Installing dependencies: 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout: kernel-core x86_64 5.14.0-686.el9 baseos 17 M 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout: kernel-modules x86_64 5.14.0-686.el9 baseos 40 M 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout: kernel-modules-core x86_64 5.14.0-686.el9 baseos 31 M 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout:Install 4 Packages 2026-02-25T13:24:44.473 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:24:44.474 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 89 M 2026-02-25T13:24:44.474 INFO:teuthology.orchestra.run.trial163.stdout:Installed size: 135 M 2026-02-25T13:24:44.474 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:24:44.574 INFO:teuthology.orchestra.run.trial161.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-25T13:24:44.744 INFO:teuthology.orchestra.run.trial163.stdout:(1/4): kernel-5.14.0-686.el9.x86_64.rpm 4.2 MB/s | 901 kB 00:00 2026-02-25T13:24:44.916 INFO:teuthology.orchestra.run.trial163.stdout:(2/4): kernel-core-5.14.0-686.el9.x86_64.rpm 45 MB/s | 17 MB 00:00 2026-02-25T13:24:45.083 INFO:teuthology.orchestra.run.trial163.stdout:(3/4): kernel-modules-core-5.14.0-686.el9.x86_6 91 MB/s | 31 MB 00:00 2026-02-25T13:24:45.138 INFO:teuthology.orchestra.run.trial163.stdout:(4/4): kernel-modules-5.14.0-686.el9.x86_64.rpm 66 MB/s | 40 MB 00:00 2026-02-25T13:24:45.138 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:24:45.138 INFO:teuthology.orchestra.run.trial163.stdout:Total 134 MB/s | 89 MB 00:00 2026-02-25T13:24:45.336 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:24:45.539 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:24:45.539 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:24:45.595 INFO:teuthology.orchestra.run.trial161.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-25T13:24:45.595 INFO:teuthology.orchestra.run.trial161.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-25T13:24:45.615 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:24:45.616 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:24:45.616 INFO:teuthology.orchestra.run.trial161.stdout: Package Architecture Version Repository Size 2026-02-25T13:24:45.616 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:24:45.616 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:24:45.616 INFO:teuthology.orchestra.run.trial161.stdout: kernel x86_64 5.14.0-686.el9 baseos 901 k 2026-02-25T13:24:45.616 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-25T13:24:45.617 INFO:teuthology.orchestra.run.trial161.stdout: kernel-core x86_64 5.14.0-686.el9 baseos 17 M 2026-02-25T13:24:45.617 INFO:teuthology.orchestra.run.trial161.stdout: kernel-modules x86_64 5.14.0-686.el9 baseos 40 M 2026-02-25T13:24:45.617 INFO:teuthology.orchestra.run.trial161.stdout: kernel-modules-core x86_64 5.14.0-686.el9 baseos 31 M 2026-02-25T13:24:45.617 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:24:45.617 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:24:45.617 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:24:45.617 INFO:teuthology.orchestra.run.trial161.stdout:Install 4 Packages 2026-02-25T13:24:45.617 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:24:45.617 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 89 M 2026-02-25T13:24:45.618 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 135 M 2026-02-25T13:24:45.618 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:24:45.741 INFO:teuthology.orchestra.run.trial161.stdout:(1/4): kernel-5.14.0-686.el9.x86_64.rpm 13 MB/s | 901 kB 00:00 2026-02-25T13:24:45.891 INFO:teuthology.orchestra.run.trial161.stdout:(2/4): kernel-core-5.14.0-686.el9.x86_64.rpm 79 MB/s | 17 MB 00:00 2026-02-25T13:24:45.923 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:24:45.923 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:24:46.295 INFO:teuthology.orchestra.run.trial161.stdout:(3/4): kernel-modules-5.14.0-686.el9.x86_64.rpm 64 MB/s | 40 MB 00:00 2026-02-25T13:24:46.549 INFO:teuthology.orchestra.run.trial161.stdout:(4/4): kernel-modules-core-5.14.0-686.el9.x86_6 38 MB/s | 31 MB 00:00 2026-02-25T13:24:46.549 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:24:46.549 INFO:teuthology.orchestra.run.trial161.stdout:Total 95 MB/s | 89 MB 00:00 2026-02-25T13:24:46.741 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:24:46.954 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:24:46.954 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:24:47.032 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:24:47.323 INFO:teuthology.orchestra.run.trial163.stdout: Installing : kernel-modules-core-5.14.0-686.el9.x86_64 1/4 2026-02-25T13:24:47.337 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:24:47.337 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:24:47.345 INFO:teuthology.orchestra.run.trial163.stdout: Installing : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-25T13:24:48.331 INFO:teuthology.orchestra.run.trial042.stdout:CentOS Stream 9 - CRB 4.7 MB/s | 8.0 MB 00:01 2026-02-25T13:24:48.450 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:24:48.758 INFO:teuthology.orchestra.run.trial161.stdout: Installing : kernel-modules-core-5.14.0-686.el9.x86_64 1/4 2026-02-25T13:24:48.779 INFO:teuthology.orchestra.run.trial161.stdout: Installing : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-25T13:24:49.247 INFO:teuthology.orchestra.run.trial042.stdout:CentOS Stream 9 - Extras packages 112 kB/s | 20 kB 00:00 2026-02-25T13:24:49.902 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-25T13:24:49.935 INFO:teuthology.orchestra.run.trial163.stdout: Installing : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-25T13:24:49.938 INFO:teuthology.orchestra.run.trial042.stdout:Extra Packages for Enterprise Linux 32 MB/s | 20 MB 00:00 2026-02-25T13:24:51.329 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-25T13:24:51.363 INFO:teuthology.orchestra.run.trial161.stdout: Installing : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-25T13:24:52.974 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-25T13:24:52.980 INFO:teuthology.orchestra.run.trial163.stdout: Installing : kernel-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:24:53.115 INFO:teuthology.orchestra.run.trial042.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-25T13:24:54.136 INFO:teuthology.orchestra.run.trial042.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-25T13:24:54.137 INFO:teuthology.orchestra.run.trial042.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-25T13:24:54.157 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:24:54.157 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:24:54.157 INFO:teuthology.orchestra.run.trial042.stdout: Package Architecture Version Repository Size 2026-02-25T13:24:54.157 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:24:54.157 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout: kernel x86_64 5.14.0-686.el9 baseos 901 k 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout:Installing dependencies: 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout: kernel-core x86_64 5.14.0-686.el9 baseos 17 M 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout: kernel-modules x86_64 5.14.0-686.el9 baseos 40 M 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout: kernel-modules-core x86_64 5.14.0-686.el9 baseos 31 M 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout:Install 4 Packages 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 89 M 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout:Installed size: 135 M 2026-02-25T13:24:54.158 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:24:54.399 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-25T13:24:54.406 INFO:teuthology.orchestra.run.trial161.stdout: Installing : kernel-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:24:56.200 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:24:56.930 INFO:teuthology.orchestra.run.trial042.stdout:(1/4): kernel-5.14.0-686.el9.x86_64.rpm 357 kB/s | 901 kB 00:02 2026-02-25T13:24:57.525 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:13.630 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:13.653 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:13.841 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: kernel-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:13.841 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : kernel-5.14.0-686.el9.x86_64 1/4 2026-02-25T13:25:13.841 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-25T13:25:13.841 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-25T13:25:13.899 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:13.899 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:25:13.899 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:25:13.899 INFO:teuthology.orchestra.run.trial163.stdout: kernel-5.14.0-686.el9.x86_64 2026-02-25T13:25:13.899 INFO:teuthology.orchestra.run.trial163.stdout: kernel-core-5.14.0-686.el9.x86_64 2026-02-25T13:25:13.899 INFO:teuthology.orchestra.run.trial163.stdout: kernel-modules-5.14.0-686.el9.x86_64 2026-02-25T13:25:13.899 INFO:teuthology.orchestra.run.trial163.stdout: kernel-modules-core-5.14.0-686.el9.x86_64 2026-02-25T13:25:13.899 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:25:13.899 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:25:13.962 DEBUG:teuthology.orchestra.run.trial163:> rpm -q kernel | sort -rV | head -n 1 2026-02-25T13:25:13.990 INFO:teuthology.orchestra.run.trial163.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-25T13:25:13.991 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-25T13:25:13.991 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-681.el9.x86_64 Expected: 5.14.0-686.el9.x86_64 2026-02-25T13:25:13.991 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-25T13:25:13.991 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-25T13:25:13.991 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2026-02-25T13:25:13.991 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial163.front.sepia.ceph.com, path=None, version=distro) 2026-02-25T13:25:13.992 DEBUG:teuthology.orchestra.run.trial163:> rpm -q kernel | sort -rV | head -n 1 2026-02-25T13:25:14.055 INFO:teuthology.orchestra.run.trial163.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-25T13:25:14.056 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-25T13:25:14.057 DEBUG:teuthology.orchestra.run.trial163:> sudo rpm -qi grub2-tools 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Name : grub2-tools 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Epoch : 1 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Version : 2.06 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Release : 120.el9 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Architecture: x86_64 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Install Date: Wed 18 Feb 2026 05:18:42 PM UTC 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Group : Unspecified 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Size : 9108611 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:License : GPLv3+ 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Signature : RSA/SHA256, Thu 04 Dec 2025 09:42:59 AM UTC, Key ID 05b555b38483c65d 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Source RPM : grub2-2.06-120.el9.src.rpm 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Build Date : Wed 03 Dec 2025 12:10:38 PM UTC 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Packager : builder@centos.org 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Vendor : CentOS 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Summary : Support tools for GRUB. 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:Description : 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:25:14.125 INFO:teuthology.orchestra.run.trial163.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-25T13:25:14.126 INFO:teuthology.orchestra.run.trial163.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-25T13:25:14.126 INFO:teuthology.orchestra.run.trial163.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-25T13:25:14.126 INFO:teuthology.orchestra.run.trial163.stdout:hardware devices. 2026-02-25T13:25:14.126 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:25:14.126 INFO:teuthology.orchestra.run.trial163.stdout:This subpackage provides tools for support of all platforms. 2026-02-25T13:25:14.127 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-25T13:25:14.128 INFO:teuthology.task.kernel:Updating grub on trial163 to boot 5.14.0-686.el9.x86_64 2026-02-25T13:25:14.128 DEBUG:teuthology.orchestra.run.trial163:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-25T13:25:14.191 INFO:teuthology.orchestra.run.trial163.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-25T13:25:14.193 DEBUG:teuthology.orchestra.run.trial163:> sudo command -v grubby && echo yes || echo no 2026-02-25T13:25:14.257 INFO:teuthology.orchestra.run.trial163.stdout:/sbin/grubby 2026-02-25T13:25:14.258 INFO:teuthology.orchestra.run.trial163.stdout:yes 2026-02-25T13:25:14.259 DEBUG:teuthology.orchestra.run.trial163:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-686.el9.x86_64" | head -n 1 2026-02-25T13:25:14.325 INFO:teuthology.orchestra.run.trial163.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64.conf 2026-02-25T13:25:14.326 DEBUG:teuthology.orchestra.run.trial163:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64 2026-02-25T13:25:14.369 INFO:teuthology.orchestra.run.trial042.stdout:(2/4): kernel-core-5.14.0-686.el9.x86_64.rpm 882 kB/s | 17 MB 00:19 2026-02-25T13:25:14.398 DEBUG:teuthology.orchestra.run.trial163:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-25T13:25:14.602 INFO:teuthology.orchestra.run.trial163.stderr:Generating grub configuration file ... 2026-02-25T13:25:14.671 INFO:teuthology.orchestra.run.trial163.stderr:Found linux image: /boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-25T13:25:14.678 INFO:teuthology.orchestra.run.trial163.stderr:Found initrd image: /boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-25T13:25:14.926 INFO:teuthology.orchestra.run.trial163.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-25T13:25:14.933 INFO:teuthology.orchestra.run.trial163.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-25T13:25:14.963 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:14.968 INFO:teuthology.orchestra.run.trial163.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-25T13:25:14.975 INFO:teuthology.orchestra.run.trial163.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-25T13:25:14.986 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:15.006 INFO:teuthology.orchestra.run.trial163.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-25T13:25:15.012 INFO:teuthology.orchestra.run.trial163.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-25T13:25:15.035 INFO:teuthology.orchestra.run.trial163.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-25T13:25:15.041 INFO:teuthology.orchestra.run.trial163.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-25T13:25:15.128 INFO:teuthology.orchestra.run.trial163.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-25T13:25:15.136 INFO:teuthology.orchestra.run.trial163.stderr:done 2026-02-25T13:25:15.138 DEBUG:teuthology.orchestra.run.trial163:> test -d /sys/firmware/efi 2026-02-25T13:25:15.154 DEBUG:teuthology.orchestra.run.trial163:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-25T13:25:15.173 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: kernel-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:15.174 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : kernel-5.14.0-686.el9.x86_64 1/4 2026-02-25T13:25:15.174 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-25T13:25:15.174 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-25T13:25:15.219 INFO:teuthology.orchestra.run.trial163.stdout:/boot/efi/EFI/BOOT 2026-02-25T13:25:15.220 INFO:teuthology.orchestra.run.trial163.stdout:/boot/efi/EFI/centos 2026-02-25T13:25:15.221 DEBUG:teuthology.orchestra.run.trial163:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-25T13:25:15.231 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:15.231 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:25:15.231 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:25:15.231 INFO:teuthology.orchestra.run.trial161.stdout: kernel-5.14.0-686.el9.x86_64 2026-02-25T13:25:15.231 INFO:teuthology.orchestra.run.trial161.stdout: kernel-core-5.14.0-686.el9.x86_64 2026-02-25T13:25:15.232 INFO:teuthology.orchestra.run.trial161.stdout: kernel-modules-5.14.0-686.el9.x86_64 2026-02-25T13:25:15.232 INFO:teuthology.orchestra.run.trial161.stdout: kernel-modules-core-5.14.0-686.el9.x86_64 2026-02-25T13:25:15.232 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:25:15.232 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:25:15.285 INFO:teuthology.orchestra.run.trial163.stdout:no 2026-02-25T13:25:15.285 DEBUG:teuthology.orchestra.run.trial163:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-25T13:25:15.292 DEBUG:teuthology.orchestra.run.trial161:> rpm -q kernel | sort -rV | head -n 1 2026-02-25T13:25:15.321 INFO:teuthology.orchestra.run.trial161.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-25T13:25:15.322 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-25T13:25:15.322 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-681.el9.x86_64 Expected: 5.14.0-686.el9.x86_64 2026-02-25T13:25:15.322 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-25T13:25:15.322 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-25T13:25:15.322 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2026-02-25T13:25:15.322 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial161.front.sepia.ceph.com, path=None, version=distro) 2026-02-25T13:25:15.323 DEBUG:teuthology.orchestra.run.trial161:> rpm -q kernel | sort -rV | head -n 1 2026-02-25T13:25:15.350 INFO:teuthology.orchestra.run.trial163.stdout:yes 2026-02-25T13:25:15.350 DEBUG:teuthology.orchestra.run.trial163:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-25T13:25:15.387 INFO:teuthology.orchestra.run.trial161.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-25T13:25:15.388 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-25T13:25:15.388 DEBUG:teuthology.orchestra.run.trial161:> sudo rpm -qi grub2-tools 2026-02-25T13:25:15.414 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial163 2026-02-25T13:25:15.414 DEBUG:teuthology.orchestra.run.trial163:> sudo bash -c ' 2026-02-25T13:25:15.414 DEBUG:teuthology.orchestra.run.trial163:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-25T13:25:15.414 DEBUG:teuthology.orchestra.run.trial163:> ' 2026-02-25T13:25:15.458 INFO:teuthology.orchestra.run.trial161.stdout:Name : grub2-tools 2026-02-25T13:25:15.458 INFO:teuthology.orchestra.run.trial161.stdout:Epoch : 1 2026-02-25T13:25:15.458 INFO:teuthology.orchestra.run.trial161.stdout:Version : 2.06 2026-02-25T13:25:15.459 INFO:teuthology.orchestra.run.trial161.stdout:Release : 120.el9 2026-02-25T13:25:15.459 INFO:teuthology.orchestra.run.trial161.stdout:Architecture: x86_64 2026-02-25T13:25:15.459 INFO:teuthology.orchestra.run.trial161.stdout:Install Date: Wed 18 Feb 2026 05:18:42 PM UTC 2026-02-25T13:25:15.459 INFO:teuthology.orchestra.run.trial161.stdout:Group : Unspecified 2026-02-25T13:25:15.459 INFO:teuthology.orchestra.run.trial161.stdout:Size : 9108611 2026-02-25T13:25:15.459 INFO:teuthology.orchestra.run.trial161.stdout:License : GPLv3+ 2026-02-25T13:25:15.459 INFO:teuthology.orchestra.run.trial161.stdout:Signature : RSA/SHA256, Thu 04 Dec 2025 09:42:59 AM UTC, Key ID 05b555b38483c65d 2026-02-25T13:25:15.460 INFO:teuthology.orchestra.run.trial161.stdout:Source RPM : grub2-2.06-120.el9.src.rpm 2026-02-25T13:25:15.460 INFO:teuthology.orchestra.run.trial161.stdout:Build Date : Wed 03 Dec 2025 12:10:38 PM UTC 2026-02-25T13:25:15.460 INFO:teuthology.orchestra.run.trial161.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-25T13:25:15.460 INFO:teuthology.orchestra.run.trial161.stdout:Packager : builder@centos.org 2026-02-25T13:25:15.460 INFO:teuthology.orchestra.run.trial161.stdout:Vendor : CentOS 2026-02-25T13:25:15.460 INFO:teuthology.orchestra.run.trial161.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-25T13:25:15.460 INFO:teuthology.orchestra.run.trial161.stdout:Summary : Support tools for GRUB. 2026-02-25T13:25:15.460 INFO:teuthology.orchestra.run.trial161.stdout:Description : 2026-02-25T13:25:15.460 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:25:15.461 INFO:teuthology.orchestra.run.trial161.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-25T13:25:15.461 INFO:teuthology.orchestra.run.trial161.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-25T13:25:15.461 INFO:teuthology.orchestra.run.trial161.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-25T13:25:15.461 INFO:teuthology.orchestra.run.trial161.stdout:hardware devices. 2026-02-25T13:25:15.461 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:25:15.461 INFO:teuthology.orchestra.run.trial161.stdout:This subpackage provides tools for support of all platforms. 2026-02-25T13:25:15.462 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-25T13:25:15.463 INFO:teuthology.task.kernel:Updating grub on trial161 to boot 5.14.0-686.el9.x86_64 2026-02-25T13:25:15.463 DEBUG:teuthology.orchestra.run.trial161:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-25T13:25:15.527 INFO:teuthology.orchestra.run.trial161.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-25T13:25:15.528 DEBUG:teuthology.orchestra.run.trial161:> sudo command -v grubby && echo yes || echo no 2026-02-25T13:25:15.592 INFO:teuthology.orchestra.run.trial161.stdout:/sbin/grubby 2026-02-25T13:25:15.594 INFO:teuthology.orchestra.run.trial161.stdout:yes 2026-02-25T13:25:15.594 DEBUG:teuthology.orchestra.run.trial161:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-686.el9.x86_64" | head -n 1 2026-02-25T13:25:15.659 INFO:teuthology.orchestra.run.trial161.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64.conf 2026-02-25T13:25:15.660 DEBUG:teuthology.orchestra.run.trial161:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64 2026-02-25T13:25:15.732 DEBUG:teuthology.orchestra.run.trial161:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-25T13:25:15.944 INFO:teuthology.orchestra.run.trial161.stderr:Generating grub configuration file ... 2026-02-25T13:25:16.012 INFO:teuthology.orchestra.run.trial161.stderr:Found linux image: /boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-25T13:25:16.018 INFO:teuthology.orchestra.run.trial161.stderr:Found initrd image: /boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-25T13:25:16.272 INFO:teuthology.orchestra.run.trial161.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-25T13:25:16.278 INFO:teuthology.orchestra.run.trial161.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-25T13:25:16.313 INFO:teuthology.orchestra.run.trial161.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-25T13:25:16.319 INFO:teuthology.orchestra.run.trial161.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-25T13:25:16.352 INFO:teuthology.orchestra.run.trial161.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-25T13:25:16.358 INFO:teuthology.orchestra.run.trial161.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-25T13:25:16.381 INFO:teuthology.orchestra.run.trial161.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-25T13:25:16.388 INFO:teuthology.orchestra.run.trial161.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-25T13:25:16.473 INFO:teuthology.orchestra.run.trial161.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-25T13:25:16.482 INFO:teuthology.orchestra.run.trial161.stderr:done 2026-02-25T13:25:16.483 DEBUG:teuthology.orchestra.run.trial161:> test -d /sys/firmware/efi 2026-02-25T13:25:16.499 DEBUG:teuthology.orchestra.run.trial161:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-25T13:25:16.564 INFO:teuthology.orchestra.run.trial161.stdout:/boot/efi/EFI/BOOT 2026-02-25T13:25:16.564 INFO:teuthology.orchestra.run.trial161.stdout:/boot/efi/EFI/centos 2026-02-25T13:25:16.565 DEBUG:teuthology.orchestra.run.trial161:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-25T13:25:16.632 INFO:teuthology.orchestra.run.trial161.stdout:no 2026-02-25T13:25:16.632 DEBUG:teuthology.orchestra.run.trial161:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-25T13:25:16.696 INFO:teuthology.orchestra.run.trial161.stdout:yes 2026-02-25T13:25:16.697 DEBUG:teuthology.orchestra.run.trial161:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-25T13:25:16.760 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial161 2026-02-25T13:25:16.761 DEBUG:teuthology.orchestra.run.trial161:> sudo bash -c ' 2026-02-25T13:25:16.761 DEBUG:teuthology.orchestra.run.trial161:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-25T13:25:16.761 DEBUG:teuthology.orchestra.run.trial161:> ' 2026-02-25T13:25:29.806 INFO:teuthology.orchestra.run.trial042.stdout:(3/4): kernel-modules-core-5.14.0-686.el9.x86_6 966 kB/s | 31 MB 00:32 2026-02-25T13:25:30.919 INFO:teuthology.orchestra.run.trial042.stdout:(4/4): kernel-modules-5.14.0-686.el9.x86_64.rpm 1.1 MB/s | 40 MB 00:36 2026-02-25T13:25:30.920 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:25:30.921 INFO:teuthology.orchestra.run.trial042.stdout:Total 2.4 MB/s | 89 MB 00:36 2026-02-25T13:25:31.112 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:25:31.313 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:25:31.314 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:25:31.703 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:25:31.703 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:25:32.813 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:25:33.101 INFO:teuthology.orchestra.run.trial042.stdout: Installing : kernel-modules-core-5.14.0-686.el9.x86_64 1/4 2026-02-25T13:25:33.123 INFO:teuthology.orchestra.run.trial042.stdout: Installing : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-25T13:25:35.685 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-25T13:25:35.717 INFO:teuthology.orchestra.run.trial042.stdout: Installing : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-25T13:25:38.749 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-25T13:25:38.755 INFO:teuthology.orchestra.run.trial042.stdout: Installing : kernel-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:41.799 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:45.458 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2026-02-25T13:25:45.459 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial163.front.sepia.ceph.com' 2026-02-25T13:25:45.460 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:25:46.804 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2026-02-25T13:25:46.805 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial161.front.sepia.ceph.com' 2026-02-25T13:25:46.806 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:25:59.307 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:59.328 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:59.520 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: kernel-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:59.520 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : kernel-5.14.0-686.el9.x86_64 1/4 2026-02-25T13:25:59.520 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-25T13:25:59.520 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-25T13:25:59.578 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-25T13:25:59.578 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:25:59.578 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:25:59.578 INFO:teuthology.orchestra.run.trial042.stdout: kernel-5.14.0-686.el9.x86_64 2026-02-25T13:25:59.578 INFO:teuthology.orchestra.run.trial042.stdout: kernel-core-5.14.0-686.el9.x86_64 2026-02-25T13:25:59.579 INFO:teuthology.orchestra.run.trial042.stdout: kernel-modules-5.14.0-686.el9.x86_64 2026-02-25T13:25:59.579 INFO:teuthology.orchestra.run.trial042.stdout: kernel-modules-core-5.14.0-686.el9.x86_64 2026-02-25T13:25:59.579 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:25:59.579 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:25:59.641 DEBUG:teuthology.orchestra.run.trial042:> rpm -q kernel | sort -rV | head -n 1 2026-02-25T13:25:59.670 INFO:teuthology.orchestra.run.trial042.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-25T13:25:59.671 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-25T13:25:59.671 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-681.el9.x86_64 Expected: 5.14.0-686.el9.x86_64 2026-02-25T13:25:59.672 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-25T13:25:59.672 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-25T13:25:59.672 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2026-02-25T13:25:59.672 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial042.front.sepia.ceph.com, path=None, version=distro) 2026-02-25T13:25:59.672 DEBUG:teuthology.orchestra.run.trial042:> rpm -q kernel | sort -rV | head -n 1 2026-02-25T13:25:59.737 INFO:teuthology.orchestra.run.trial042.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-25T13:25:59.738 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-25T13:25:59.738 DEBUG:teuthology.orchestra.run.trial042:> sudo rpm -qi grub2-tools 2026-02-25T13:25:59.806 INFO:teuthology.orchestra.run.trial042.stdout:Name : grub2-tools 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Epoch : 1 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Version : 2.06 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Release : 120.el9 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Architecture: x86_64 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Install Date: Wed 18 Feb 2026 05:18:42 PM UTC 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Group : Unspecified 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Size : 9108611 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:License : GPLv3+ 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Signature : RSA/SHA256, Thu 04 Dec 2025 09:42:59 AM UTC, Key ID 05b555b38483c65d 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Source RPM : grub2-2.06-120.el9.src.rpm 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Build Date : Wed 03 Dec 2025 12:10:38 PM UTC 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Packager : builder@centos.org 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Vendor : CentOS 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Summary : Support tools for GRUB. 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:Description : 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:hardware devices. 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:25:59.807 INFO:teuthology.orchestra.run.trial042.stdout:This subpackage provides tools for support of all platforms. 2026-02-25T13:25:59.808 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-25T13:25:59.808 INFO:teuthology.task.kernel:Updating grub on trial042 to boot 5.14.0-686.el9.x86_64 2026-02-25T13:25:59.808 DEBUG:teuthology.orchestra.run.trial042:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-25T13:25:59.872 INFO:teuthology.orchestra.run.trial042.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-25T13:25:59.873 DEBUG:teuthology.orchestra.run.trial042:> sudo command -v grubby && echo yes || echo no 2026-02-25T13:25:59.943 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/grubby 2026-02-25T13:25:59.944 INFO:teuthology.orchestra.run.trial042.stdout:yes 2026-02-25T13:25:59.944 DEBUG:teuthology.orchestra.run.trial042:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-686.el9.x86_64" | head -n 1 2026-02-25T13:26:00.009 INFO:teuthology.orchestra.run.trial042.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64.conf 2026-02-25T13:26:00.009 DEBUG:teuthology.orchestra.run.trial042:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64 2026-02-25T13:26:00.081 DEBUG:teuthology.orchestra.run.trial042:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-25T13:26:00.293 INFO:teuthology.orchestra.run.trial042.stderr:Generating grub configuration file ... 2026-02-25T13:26:00.361 INFO:teuthology.orchestra.run.trial042.stderr:Found linux image: /boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-25T13:26:00.368 INFO:teuthology.orchestra.run.trial042.stderr:Found initrd image: /boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-25T13:26:00.628 INFO:teuthology.orchestra.run.trial042.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-25T13:26:00.635 INFO:teuthology.orchestra.run.trial042.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-25T13:26:00.670 INFO:teuthology.orchestra.run.trial042.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-25T13:26:00.676 INFO:teuthology.orchestra.run.trial042.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-25T13:26:00.709 INFO:teuthology.orchestra.run.trial042.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-25T13:26:00.715 INFO:teuthology.orchestra.run.trial042.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-25T13:26:00.738 INFO:teuthology.orchestra.run.trial042.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-25T13:26:00.745 INFO:teuthology.orchestra.run.trial042.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-25T13:26:00.834 INFO:teuthology.orchestra.run.trial042.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-25T13:26:00.841 INFO:teuthology.orchestra.run.trial042.stderr:done 2026-02-25T13:26:00.843 DEBUG:teuthology.orchestra.run.trial042:> test -d /sys/firmware/efi 2026-02-25T13:26:00.858 DEBUG:teuthology.orchestra.run.trial042:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-25T13:26:00.924 INFO:teuthology.orchestra.run.trial042.stdout:/boot/efi/EFI/BOOT 2026-02-25T13:26:00.924 INFO:teuthology.orchestra.run.trial042.stdout:/boot/efi/EFI/centos 2026-02-25T13:26:00.925 DEBUG:teuthology.orchestra.run.trial042:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-25T13:26:00.991 INFO:teuthology.orchestra.run.trial042.stdout:no 2026-02-25T13:26:00.991 DEBUG:teuthology.orchestra.run.trial042:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-25T13:26:01.055 INFO:teuthology.orchestra.run.trial042.stdout:yes 2026-02-25T13:26:01.055 DEBUG:teuthology.orchestra.run.trial042:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-25T13:26:01.122 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial042 2026-02-25T13:26:01.122 DEBUG:teuthology.orchestra.run.trial042:> sudo bash -c ' 2026-02-25T13:26:01.122 DEBUG:teuthology.orchestra.run.trial042:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-25T13:26:01.122 DEBUG:teuthology.orchestra.run.trial042:> ' 2026-02-25T13:26:31.165 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2026-02-25T13:26:31.166 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial042.front.sepia.ceph.com' 2026-02-25T13:26:31.166 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:26:45.476 DEBUG:teuthology.orchestra.remote:timed out 2026-02-25T13:26:46.809 DEBUG:teuthology.orchestra.remote:timed out 2026-02-25T13:26:54.484 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial163.front.sepia.ceph.com' 2026-02-25T13:26:54.485 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:26:54.612 DEBUG:teuthology.orchestra.run.trial163:> true 2026-02-25T13:26:54.768 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial163.front.sepia.ceph.com' 2026-02-25T13:26:54.769 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-686.el9.x86_64"... 2026-02-25T13:26:54.769 DEBUG:teuthology.orchestra.run.trial163:> uname -r 2026-02-25T13:26:54.824 INFO:teuthology.orchestra.run.trial163.stdout:5.14.0-686.el9.x86_64 2026-02-25T13:26:54.824 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-686.el9.x86_64 vs 5.14.0-686.el9.x86_64 2026-02-25T13:26:54.824 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-25T13:26:54.824 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-25T13:26:55.810 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial161.front.sepia.ceph.com' 2026-02-25T13:26:55.811 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:26:55.825 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-25T13:26:55.825 DEBUG:teuthology.orchestra.run.trial163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-25T13:26:55.901 INFO:teuthology.orchestra.run.trial163.stdout:ttyS1 2026-02-25T13:26:55.902 DEBUG:teuthology.parallel:result is None 2026-02-25T13:26:55.923 DEBUG:teuthology.orchestra.run.trial161:> true 2026-02-25T13:26:56.082 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial161.front.sepia.ceph.com' 2026-02-25T13:26:56.082 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-686.el9.x86_64"... 2026-02-25T13:26:56.082 DEBUG:teuthology.orchestra.run.trial161:> uname -r 2026-02-25T13:26:56.139 INFO:teuthology.orchestra.run.trial161.stdout:5.14.0-686.el9.x86_64 2026-02-25T13:26:56.139 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-686.el9.x86_64 vs 5.14.0-686.el9.x86_64 2026-02-25T13:26:56.139 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-25T13:26:56.140 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-25T13:26:57.140 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-25T13:26:57.140 DEBUG:teuthology.orchestra.run.trial161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-25T13:26:57.171 INFO:teuthology.orchestra.run.trial161.stdout:ttyS1 2026-02-25T13:26:57.197 DEBUG:teuthology.parallel:result is None 2026-02-25T13:27:31.169 DEBUG:teuthology.orchestra.remote:timed out 2026-02-25T13:27:40.170 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial042.front.sepia.ceph.com' 2026-02-25T13:27:40.171 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:27:40.291 DEBUG:teuthology.orchestra.run.trial042:> true 2026-02-25T13:27:40.438 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial042.front.sepia.ceph.com' 2026-02-25T13:27:40.438 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-686.el9.x86_64"... 2026-02-25T13:27:40.438 DEBUG:teuthology.orchestra.run.trial042:> uname -r 2026-02-25T13:27:40.493 INFO:teuthology.orchestra.run.trial042.stdout:5.14.0-686.el9.x86_64 2026-02-25T13:27:40.493 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-686.el9.x86_64 vs 5.14.0-686.el9.x86_64 2026-02-25T13:27:40.493 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-25T13:27:40.493 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-25T13:27:41.494 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-25T13:27:41.494 DEBUG:teuthology.orchestra.run.trial042:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-25T13:27:41.525 INFO:teuthology.orchestra.run.trial042.stdout:ttyS1 2026-02-25T13:27:41.542 DEBUG:teuthology.parallel:result is None 2026-02-25T13:27:41.542 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-25T13:27:41.555 INFO:teuthology.task.internal:Creating test directory... 2026-02-25T13:27:41.556 DEBUG:teuthology.orchestra.run.trial042:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-25T13:27:41.583 DEBUG:teuthology.orchestra.run.trial161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-25T13:27:41.586 DEBUG:teuthology.orchestra.run.trial163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-25T13:27:41.606 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-25T13:27:41.617 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-25T13:27:41.631 INFO:teuthology.task.internal:Creating archive directory... 2026-02-25T13:27:41.631 DEBUG:teuthology.orchestra.run.trial042:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-25T13:27:41.640 DEBUG:teuthology.orchestra.run.trial161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-25T13:27:41.644 DEBUG:teuthology.orchestra.run.trial163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-25T13:27:41.665 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-25T13:27:41.677 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-25T13:27:41.677 DEBUG:teuthology.orchestra.run.trial042:> 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 2026-02-25T13:27:41.697 DEBUG:teuthology.orchestra.run.trial161:> 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 2026-02-25T13:27:41.700 DEBUG:teuthology.orchestra.run.trial163:> 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 2026-02-25T13:27:41.718 INFO:teuthology.orchestra.run.trial042.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-25T13:27:41.722 INFO:teuthology.orchestra.run.trial161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-25T13:27:41.726 INFO:teuthology.orchestra.run.trial163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-25T13:27:41.727 INFO:teuthology.orchestra.run.trial042.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-25T13:27:41.731 INFO:teuthology.orchestra.run.trial161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-25T13:27:41.735 INFO:teuthology.orchestra.run.trial163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-25T13:27:41.737 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-25T13:27:41.750 INFO:teuthology.task.internal:Configuring sudo... 2026-02-25T13:27:41.750 DEBUG:teuthology.orchestra.run.trial042:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-25T13:27:41.772 DEBUG:teuthology.orchestra.run.trial161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-25T13:27:41.774 DEBUG:teuthology.orchestra.run.trial163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-25T13:27:41.802 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-25T13:27:41.830 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-25T13:27:41.830 DEBUG:teuthology.orchestra.run.trial042:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-25T13:27:41.839 DEBUG:teuthology.orchestra.run.trial161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-25T13:27:41.842 DEBUG:teuthology.orchestra.run.trial163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-25T13:27:41.857 DEBUG:teuthology.orchestra.run.trial042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-25T13:27:41.982 DEBUG:teuthology.orchestra.run.trial042:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-25T13:27:42.007 DEBUG:teuthology.orchestra.run.trial042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-25T13:27:42.148 DEBUG:teuthology.orchestra.run.trial042:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-25T13:27:42.172 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:27:42.172 DEBUG:teuthology.orchestra.run.trial042:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-25T13:27:42.236 DEBUG:teuthology.orchestra.run.trial161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-25T13:27:42.343 DEBUG:teuthology.orchestra.run.trial161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-25T13:27:42.369 DEBUG:teuthology.orchestra.run.trial161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-25T13:27:42.504 DEBUG:teuthology.orchestra.run.trial161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-25T13:27:42.529 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-25T13:27:42.529 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-25T13:27:42.593 DEBUG:teuthology.orchestra.run.trial163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-25T13:27:42.704 DEBUG:teuthology.orchestra.run.trial163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-25T13:27:42.730 DEBUG:teuthology.orchestra.run.trial163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-25T13:27:42.866 DEBUG:teuthology.orchestra.run.trial163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-25T13:27:42.891 DEBUG:teuthology.orchestra.run.trial163:> set -ex 2026-02-25T13:27:42.891 DEBUG:teuthology.orchestra.run.trial163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-25T13:27:42.955 DEBUG:teuthology.orchestra.run.trial042:> sudo service rsyslog restart 2026-02-25T13:27:42.957 DEBUG:teuthology.orchestra.run.trial161:> sudo service rsyslog restart 2026-02-25T13:27:42.959 DEBUG:teuthology.orchestra.run.trial163:> sudo service rsyslog restart 2026-02-25T13:27:42.984 INFO:teuthology.orchestra.run.trial042.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-25T13:27:42.986 INFO:teuthology.orchestra.run.trial161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-25T13:27:43.023 INFO:teuthology.orchestra.run.trial163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-25T13:27:43.465 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-25T13:27:43.479 INFO:teuthology.task.internal:Starting timer... 2026-02-25T13:27:43.479 INFO:teuthology.run_tasks:Running task pcp... 2026-02-25T13:27:43.502 INFO:teuthology.run_tasks:Running task selinux... 2026-02-25T13:27:43.523 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2026-02-25T13:27:43.523 DEBUG:teuthology.orchestra.run.trial042:> sudo service auditd rotate 2026-02-25T13:27:43.551 INFO:teuthology.orchestra.run.trial042.stdout:Rotating logs: 2026-02-25T13:27:43.553 DEBUG:teuthology.orchestra.run.trial161:> sudo service auditd rotate 2026-02-25T13:27:43.584 INFO:teuthology.orchestra.run.trial161.stdout:Rotating logs: 2026-02-25T13:27:43.586 DEBUG:teuthology.orchestra.run.trial163:> sudo service auditd rotate 2026-02-25T13:27:43.615 INFO:teuthology.orchestra.run.trial163.stdout:Rotating logs: 2026-02-25T13:27:43.617 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-25T13:27:43.617 DEBUG:teuthology.orchestra.run.trial042:> /usr/sbin/getenforce 2026-02-25T13:27:43.634 INFO:teuthology.orchestra.run.trial042.stdout:Permissive 2026-02-25T13:27:43.634 DEBUG:teuthology.orchestra.run.trial161:> /usr/sbin/getenforce 2026-02-25T13:27:43.650 INFO:teuthology.orchestra.run.trial161.stdout:Permissive 2026-02-25T13:27:43.650 DEBUG:teuthology.orchestra.run.trial163:> /usr/sbin/getenforce 2026-02-25T13:27:43.672 INFO:teuthology.orchestra.run.trial163.stdout:Permissive 2026-02-25T13:27:43.672 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial042.front.sepia.ceph.com': 'permissive', 'ubuntu@trial161.front.sepia.ceph.com': 'permissive', 'ubuntu@trial163.front.sepia.ceph.com': 'permissive'} 2026-02-25T13:27:43.672 DEBUG:teuthology.orchestra.run.trial042:> 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 -e scontext=system_u:system_r:getty_t:s0 2026-02-25T13:27:43.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:27:43.699 DEBUG:teuthology.orchestra.run.trial161:> 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 -e scontext=system_u:system_r:getty_t:s0 2026-02-25T13:27:43.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:27:43.723 DEBUG:teuthology.orchestra.run.trial163:> 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 -e scontext=system_u:system_r:getty_t:s0 2026-02-25T13:27:43.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:27:43.747 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-25T13:27:43.747 DEBUG:teuthology.orchestra.run.trial042:> sudo /usr/sbin/setenforce permissive 2026-02-25T13:27:43.770 DEBUG:teuthology.orchestra.run.trial161:> sudo /usr/sbin/setenforce permissive 2026-02-25T13:27:43.793 DEBUG:teuthology.orchestra.run.trial163:> sudo /usr/sbin/setenforce permissive 2026-02-25T13:27:43.820 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-25T13:27:43.839 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-25T13:27:43.851 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'}]}] 2026-02-25T13:27:43.853 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial042.front.sepia.ceph.com,trial161.front.sepia.ceph.com,trial163.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-25T13:30:30.653 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial042.front.sepia.ceph.com'), Remote(name='ubuntu@trial161.front.sepia.ceph.com'), Remote(name='ubuntu@trial163.front.sepia.ceph.com')] 2026-02-25T13:30:30.655 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial042.front.sepia.ceph.com' 2026-02-25T13:30:30.656 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:30:30.767 DEBUG:teuthology.orchestra.run.trial042:> true 2026-02-25T13:30:30.852 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial042.front.sepia.ceph.com' 2026-02-25T13:30:30.853 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial161.front.sepia.ceph.com' 2026-02-25T13:30:30.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:30:30.950 DEBUG:teuthology.orchestra.run.trial161:> true 2026-02-25T13:30:31.027 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial161.front.sepia.ceph.com' 2026-02-25T13:30:31.028 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial163.front.sepia.ceph.com' 2026-02-25T13:30:31.029 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-25T13:30:31.114 DEBUG:teuthology.orchestra.run.trial163:> true 2026-02-25T13:30:31.190 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial163.front.sepia.ceph.com' 2026-02-25T13:30:31.191 INFO:teuthology.run_tasks:Running task clock... 2026-02-25T13:30:31.207 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-25T13:30:31.207 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-25T13:30:31.208 DEBUG:teuthology.orchestra.run.trial042:> 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 2026-02-25T13:30:31.212 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-25T13:30:31.213 DEBUG:teuthology.orchestra.run.trial161:> 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 2026-02-25T13:30:31.216 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-25T13:30:31.216 DEBUG:teuthology.orchestra.run.trial163:> 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 2026-02-25T13:30:31.238 INFO:teuthology.orchestra.run.trial042.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-25T13:30:31.242 INFO:teuthology.orchestra.run.trial161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-25T13:30:31.251 INFO:teuthology.orchestra.run.trial042.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-25T13:30:31.253 INFO:teuthology.orchestra.run.trial161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-25T13:30:31.258 INFO:teuthology.orchestra.run.trial163.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-25T13:30:31.271 INFO:teuthology.orchestra.run.trial163.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-25T13:30:31.271 INFO:teuthology.orchestra.run.trial042.stderr:sudo: ntpd: command not found 2026-02-25T13:30:31.273 INFO:teuthology.orchestra.run.trial161.stderr:sudo: ntpd: command not found 2026-02-25T13:30:31.280 INFO:teuthology.orchestra.run.trial042.stdout:506 Cannot talk to daemon 2026-02-25T13:30:31.282 INFO:teuthology.orchestra.run.trial161.stdout:506 Cannot talk to daemon 2026-02-25T13:30:31.291 INFO:teuthology.orchestra.run.trial163.stderr:sudo: ntpd: command not found 2026-02-25T13:30:31.291 INFO:teuthology.orchestra.run.trial042.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-25T13:30:31.294 INFO:teuthology.orchestra.run.trial161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-25T13:30:31.300 INFO:teuthology.orchestra.run.trial163.stdout:506 Cannot talk to daemon 2026-02-25T13:30:31.303 INFO:teuthology.orchestra.run.trial042.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-25T13:30:31.306 INFO:teuthology.orchestra.run.trial161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-25T13:30:31.311 INFO:teuthology.orchestra.run.trial163.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-25T13:30:31.322 INFO:teuthology.orchestra.run.trial163.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-25T13:30:31.350 INFO:teuthology.orchestra.run.trial042.stderr:bash: line 1: ntpq: command not found 2026-02-25T13:30:31.352 INFO:teuthology.orchestra.run.trial042.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-25T13:30:31.352 INFO:teuthology.orchestra.run.trial042.stdout:=============================================================================== 2026-02-25T13:30:31.352 INFO:teuthology.orchestra.run.trial161.stderr:bash: line 1: ntpq: command not found 2026-02-25T13:30:31.355 INFO:teuthology.orchestra.run.trial161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-25T13:30:31.355 INFO:teuthology.orchestra.run.trial161.stdout:=============================================================================== 2026-02-25T13:30:31.375 INFO:teuthology.orchestra.run.trial163.stderr:bash: line 1: ntpq: command not found 2026-02-25T13:30:31.377 INFO:teuthology.orchestra.run.trial163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-25T13:30:31.377 INFO:teuthology.orchestra.run.trial163.stdout:=============================================================================== 2026-02-25T13:30:31.378 INFO:teuthology.run_tasks:Running task pexec... 2026-02-25T13:30:31.400 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-25T13:30:31.401 DEBUG:teuthology.orchestra.run.trial042:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-25T13:30:31.402 DEBUG:teuthology.orchestra.run.trial161:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-25T13:30:31.402 DEBUG:teuthology.orchestra.run.trial163:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-25T13:30:31.405 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial161.front.sepia.ceph.com 2026-02-25T13:30:31.405 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-25T13:30:31.405 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-25T13:30:31.406 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial042.front.sepia.ceph.com 2026-02-25T13:30:31.407 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-25T13:30:31.407 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-25T13:30:31.422 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial163.front.sepia.ceph.com 2026-02-25T13:30:31.422 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-25T13:30:31.422 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-25T13:30:31.583 INFO:teuthology.orchestra.run.trial161.stdout:No match for argument: nvme-cli 2026-02-25T13:30:31.583 INFO:teuthology.orchestra.run.trial161.stderr:No packages marked for removal. 2026-02-25T13:30:31.584 INFO:teuthology.orchestra.run.trial042.stdout:No match for argument: nvme-cli 2026-02-25T13:30:31.584 INFO:teuthology.orchestra.run.trial042.stderr:No packages marked for removal. 2026-02-25T13:30:31.585 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:30:31.586 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:30:31.586 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:30:31.586 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:30:31.587 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:30:31.587 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:30:31.598 INFO:teuthology.orchestra.run.trial163.stdout:No match for argument: nvme-cli 2026-02-25T13:30:31.599 INFO:teuthology.orchestra.run.trial163.stderr:No packages marked for removal. 2026-02-25T13:30:31.601 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:30:31.602 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:30:31.602 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:30:31.894 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:28 ago on Wed 25 Feb 2026 01:30:03 PM UTC. 2026-02-25T13:30:31.895 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:27 ago on Wed 25 Feb 2026 01:30:04 PM UTC. 2026-02-25T13:30:31.918 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:00:29 ago on Wed 25 Feb 2026 01:30:02 PM UTC. 2026-02-25T13:30:31.974 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout: Package Architecture Version Repository Size 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:30:31.975 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:30:31.976 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:30:31.976 INFO:teuthology.orchestra.run.trial161.stdout:Install 6 Packages 2026-02-25T13:30:31.976 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:30:31.976 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 2.3 M 2026-02-25T13:30:31.976 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 11 M 2026-02-25T13:30:31.976 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:30:31.978 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:30:31.978 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout: Package Architecture Version Repository Size 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout:Installing dependencies: 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout:Install 6 Packages 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 2.3 M 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout:Installed size: 11 M 2026-02-25T13:30:31.979 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:30:32.000 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:30:32.001 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:30:32.001 INFO:teuthology.orchestra.run.trial163.stdout: Package Architecture Version Repository Size 2026-02-25T13:30:32.001 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:30:32.001 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:30:32.001 INFO:teuthology.orchestra.run.trial163.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-25T13:30:32.002 INFO:teuthology.orchestra.run.trial163.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-25T13:30:32.002 INFO:teuthology.orchestra.run.trial163.stdout:Installing dependencies: 2026-02-25T13:30:32.002 INFO:teuthology.orchestra.run.trial163.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-25T13:30:32.002 INFO:teuthology.orchestra.run.trial163.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-25T13:30:32.002 INFO:teuthology.orchestra.run.trial163.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-25T13:30:32.002 INFO:teuthology.orchestra.run.trial163.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-25T13:30:32.002 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:30:32.002 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:30:32.002 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:30:32.002 INFO:teuthology.orchestra.run.trial163.stdout:Install 6 Packages 2026-02-25T13:30:32.002 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:30:32.003 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 2.3 M 2026-02-25T13:30:32.003 INFO:teuthology.orchestra.run.trial163.stdout:Installed size: 11 M 2026-02-25T13:30:32.003 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:30:32.104 INFO:teuthology.orchestra.run.trial042.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 1.1 MB/s | 72 kB 00:00 2026-02-25T13:30:32.122 INFO:teuthology.orchestra.run.trial042.stdout:(2/6): nvmetcli-0.8-3.el9.noarch.rpm 540 kB/s | 44 kB 00:00 2026-02-25T13:30:32.136 INFO:teuthology.orchestra.run.trial042.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 2.6 MB/s | 84 kB 00:00 2026-02-25T13:30:32.138 INFO:teuthology.orchestra.run.trial042.stdout:(4/6): nvme-cli-2.16-1.el9.x86_64.rpm 12 MB/s | 1.2 MB 00:00 2026-02-25T13:30:32.151 INFO:teuthology.orchestra.run.trial042.stdout:(5/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 5.1 MB/s | 150 kB 00:00 2026-02-25T13:30:32.180 INFO:teuthology.orchestra.run.trial161.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 415 kB/s | 44 kB 00:00 2026-02-25T13:30:32.183 INFO:teuthology.orchestra.run.trial042.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 17 MB/s | 837 kB 00:00 2026-02-25T13:30:32.184 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:30:32.184 INFO:teuthology.orchestra.run.trial042.stdout:Total 11 MB/s | 2.3 MB 00:00 2026-02-25T13:30:32.197 INFO:teuthology.orchestra.run.trial163.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 407 kB/s | 44 kB 00:00 2026-02-25T13:30:32.202 INFO:teuthology.orchestra.run.trial161.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 563 kB/s | 72 kB 00:00 2026-02-25T13:30:32.211 INFO:teuthology.orchestra.run.trial163.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 588 kB/s | 72 kB 00:00 2026-02-25T13:30:32.223 INFO:teuthology.orchestra.run.trial161.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.9 MB/s | 84 kB 00:00 2026-02-25T13:30:32.233 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:30:32.240 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:30:32.240 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:30:32.252 INFO:teuthology.orchestra.run.trial163.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-25T13:30:32.259 INFO:teuthology.orchestra.run.trial161.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.6 MB/s | 150 kB 00:00 2026-02-25T13:30:32.277 INFO:teuthology.orchestra.run.trial163.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-25T13:30:32.301 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:30:32.302 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:30:32.303 INFO:teuthology.orchestra.run.trial161.stdout:(5/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 10 MB/s | 837 kB 00:00 2026-02-25T13:30:32.308 INFO:teuthology.orchestra.run.trial163.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 5.2 MB/s | 1.2 MB 00:00 2026-02-25T13:30:32.354 INFO:teuthology.orchestra.run.trial163.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.0 MB/s | 837 kB 00:00 2026-02-25T13:30:32.355 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:30:32.355 INFO:teuthology.orchestra.run.trial163.stdout:Total 6.5 MB/s | 2.3 MB 00:00 2026-02-25T13:30:32.408 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:30:32.415 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:30:32.415 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:30:32.435 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:30:32.443 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-25T13:30:32.452 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-25T13:30:32.458 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-25T13:30:32.464 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-25T13:30:32.465 INFO:teuthology.orchestra.run.trial042.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-25T13:30:32.476 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:30:32.476 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:30:32.594 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-25T13:30:32.597 INFO:teuthology.orchestra.run.trial042.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-25T13:30:32.608 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:30:32.616 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-25T13:30:32.625 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-25T13:30:32.631 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-25T13:30:32.636 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-25T13:30:32.637 INFO:teuthology.orchestra.run.trial163.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-25T13:30:32.772 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-25T13:30:32.774 INFO:teuthology.orchestra.run.trial163.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-25T13:30:32.885 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-25T13:30:32.885 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-25T13:30:32.885 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:30:33.050 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-25T13:30:33.050 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-25T13:30:33.050 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:30:33.127 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-25T13:30:33.127 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-25T13:30:33.127 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-25T13:30:33.128 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-25T13:30:33.128 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-25T13:30:33.186 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-25T13:30:33.186 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:30:33.186 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:30:33.187 INFO:teuthology.orchestra.run.trial042.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-25T13:30:33.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-25T13:30:33.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-25T13:30:33.187 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:30:33.187 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:30:33.217 DEBUG:teuthology.parallel:result is None 2026-02-25T13:30:33.281 INFO:teuthology.orchestra.run.trial161.stdout:(6/6): nvme-cli-2.16-1.el9.x86_64.rpm 977 kB/s | 1.2 MB 00:01 2026-02-25T13:30:33.281 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:30:33.281 INFO:teuthology.orchestra.run.trial161.stdout:Total 1.8 MB/s | 2.3 MB 00:01 2026-02-25T13:30:33.296 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-25T13:30:33.296 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-25T13:30:33.296 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-25T13:30:33.296 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-25T13:30:33.296 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-25T13:30:33.336 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:30:33.342 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:30:33.342 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:30:33.355 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-25T13:30:33.355 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:30:33.355 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:30:33.355 INFO:teuthology.orchestra.run.trial163.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-25T13:30:33.355 INFO:teuthology.orchestra.run.trial163.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-25T13:30:33.355 INFO:teuthology.orchestra.run.trial163.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-25T13:30:33.355 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:30:33.355 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:30:33.386 DEBUG:teuthology.parallel:result is None 2026-02-25T13:30:33.403 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:30:33.403 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:30:33.545 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:30:33.552 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-25T13:30:33.562 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-25T13:30:33.568 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-25T13:30:33.574 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-25T13:30:33.575 INFO:teuthology.orchestra.run.trial161.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-25T13:30:33.703 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-25T13:30:33.705 INFO:teuthology.orchestra.run.trial161.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-25T13:30:33.996 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-25T13:30:33.997 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-25T13:30:33.997 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:30:34.252 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-25T13:30:34.252 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-25T13:30:34.252 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-25T13:30:34.252 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-25T13:30:34.252 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-25T13:30:34.311 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-25T13:30:34.312 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:30:34.312 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:30:34.312 INFO:teuthology.orchestra.run.trial161.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-25T13:30:34.312 INFO:teuthology.orchestra.run.trial161.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-25T13:30:34.312 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-25T13:30:34.312 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:30:34.312 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:30:34.342 DEBUG:teuthology.parallel:result is None 2026-02-25T13:30:34.343 INFO:teuthology.run_tasks:Running task install... 2026-02-25T13:30:34.355 DEBUG:teuthology.task.install:project ceph 2026-02-25T13:30:34.355 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '506b402a3d3a240d0bfe073b4769eaffdf84497b'}} 2026-02-25T13:30:34.355 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '506b402a3d3a240d0bfe073b4769eaffdf84497b'} 2026-02-25T13:30:34.355 INFO:teuthology.task.install:Using flavor: default 2026-02-25T13:30:34.357 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-osd', 'ceph-osd-classic', '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-osd', 'ceph-osd-classic', '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']} 2026-02-25T13:30:34.357 INFO:teuthology.task.install:extra packages: [] 2026-02-25T13:30:34.358 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': '506b402a3d3a240d0bfe073b4769eaffdf84497b', 'tag': None, 'wait_for_package': False} 2026-02-25T13:30:34.358 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=506b402a3d3a240d0bfe073b4769eaffdf84497b 2026-02-25T13:30:34.359 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': '506b402a3d3a240d0bfe073b4769eaffdf84497b', 'tag': None, 'wait_for_package': False} 2026-02-25T13:30:34.359 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=506b402a3d3a240d0bfe073b4769eaffdf84497b 2026-02-25T13:30:34.359 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': '506b402a3d3a240d0bfe073b4769eaffdf84497b', 'tag': None, 'wait_for_package': False} 2026-02-25T13:30:34.360 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=506b402a3d3a240d0bfe073b4769eaffdf84497b 2026-02-25T13:30:34.560 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/ 2026-02-25T13:30:34.560 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5580.g506b402a 2026-02-25T13:30:34.575 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/ 2026-02-25T13:30:34.575 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5580.g506b402a 2026-02-25T13:30:34.576 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/ 2026-02-25T13:30:34.576 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5580.g506b402a 2026-02-25T13:30:34.767 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-25T13:30:34.767 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-25T13:30:34.767 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-25T13:30:34.769 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-25T13:30:34.769 DEBUG:teuthology.orchestra.run.trial163:> set -ex 2026-02-25T13:30:34.769 DEBUG:teuthology.orchestra.run.trial163:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-25T13:30:34.774 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-25T13:30:34.774 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:30:34.774 DEBUG:teuthology.orchestra.run.trial042:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-25T13:30:34.798 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-osd, ceph-osd-classic, 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 2026-02-25T13:30:34.799 DEBUG:teuthology.orchestra.run.trial163:> 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/506b402a3d3a240d0bfe073b4769eaffdf84497b/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-25T13:30:34.799 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-osd, ceph-osd-classic, 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 2026-02-25T13:30:34.799 DEBUG:teuthology.orchestra.run.trial161:> 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/506b402a3d3a240d0bfe073b4769eaffdf84497b/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-25T13:30:34.804 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-osd, ceph-osd-classic, 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 2026-02-25T13:30:34.804 DEBUG:teuthology.orchestra.run.trial042:> 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/506b402a3d3a240d0bfe073b4769eaffdf84497b/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-25T13:30:34.863 DEBUG:teuthology.orchestra.run.trial163:> 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 2026-02-25T13:30:34.864 DEBUG:teuthology.orchestra.run.trial161:> 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 2026-02-25T13:30:34.870 DEBUG:teuthology.orchestra.run.trial042:> 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 2026-02-25T13:30:34.937 DEBUG:teuthology.orchestra.run.trial163:> 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 2026-02-25T13:30:34.938 DEBUG:teuthology.orchestra.run.trial161:> 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 2026-02-25T13:30:34.943 DEBUG:teuthology.orchestra.run.trial042:> 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 2026-02-25T13:30:35.001 INFO:teuthology.orchestra.run.trial163.stdout:check_obsoletes = 1 2026-02-25T13:30:35.002 INFO:teuthology.orchestra.run.trial161.stdout:check_obsoletes = 1 2026-02-25T13:30:35.002 DEBUG:teuthology.orchestra.run.trial163:> sudo yum clean all 2026-02-25T13:30:35.003 DEBUG:teuthology.orchestra.run.trial161:> sudo yum clean all 2026-02-25T13:30:35.006 INFO:teuthology.orchestra.run.trial042.stdout:check_obsoletes = 1 2026-02-25T13:30:35.007 DEBUG:teuthology.orchestra.run.trial042:> sudo yum clean all 2026-02-25T13:30:35.152 INFO:teuthology.orchestra.run.trial163.stdout:41 files removed 2026-02-25T13:30:35.152 INFO:teuthology.orchestra.run.trial161.stdout:41 files removed 2026-02-25T13:30:35.154 INFO:teuthology.orchestra.run.trial042.stdout:41 files removed 2026-02-25T13:30:35.166 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-radosgw 2026-02-25T13:30:35.168 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-radosgw 2026-02-25T13:30:35.170 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-radosgw 2026-02-25T13:30:35.445 INFO:teuthology.orchestra.run.trial161.stdout:ceph packages for x86_64 721 kB/s | 93 kB 00:00 2026-02-25T13:30:35.446 INFO:teuthology.orchestra.run.trial163.stdout:ceph packages for x86_64 730 kB/s | 93 kB 00:00 2026-02-25T13:30:35.458 INFO:teuthology.orchestra.run.trial042.stdout:ceph packages for x86_64 674 kB/s | 93 kB 00:00 2026-02-25T13:30:35.589 INFO:teuthology.orchestra.run.trial161.stdout:ceph noarch packages 213 kB/s | 24 kB 00:00 2026-02-25T13:30:35.596 INFO:teuthology.orchestra.run.trial163.stdout:ceph noarch packages 202 kB/s | 24 kB 00:00 2026-02-25T13:30:35.608 INFO:teuthology.orchestra.run.trial042.stdout:ceph noarch packages 203 kB/s | 24 kB 00:00 2026-02-25T13:30:35.721 INFO:teuthology.orchestra.run.trial161.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-25T13:30:35.733 INFO:teuthology.orchestra.run.trial163.stdout:ceph source packages 18 kB/s | 2.1 kB 00:00 2026-02-25T13:30:35.744 INFO:teuthology.orchestra.run.trial042.stdout:ceph source packages 18 kB/s | 2.1 kB 00:00 2026-02-25T13:30:36.535 INFO:teuthology.orchestra.run.trial042.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-25T13:30:37.227 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - BaseOS 6.0 MB/s | 8.9 MB 00:01 2026-02-25T13:30:37.422 INFO:teuthology.orchestra.run.trial163.stdout:CentOS Stream 9 - BaseOS 5.3 MB/s | 8.9 MB 00:01 2026-02-25T13:30:39.429 INFO:teuthology.orchestra.run.trial042.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-25T13:30:40.512 INFO:teuthology.orchestra.run.trial163.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-25T13:30:40.644 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - AppStream 9.3 MB/s | 27 MB 00:02 2026-02-25T13:30:43.485 INFO:teuthology.orchestra.run.trial042.stdout:CentOS Stream 9 - CRB 4.8 MB/s | 8.0 MB 00:01 2026-02-25T13:30:44.213 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - CRB 6.7 MB/s | 8.0 MB 00:01 2026-02-25T13:30:44.488 INFO:teuthology.orchestra.run.trial163.stdout:CentOS Stream 9 - CRB 5.1 MB/s | 8.0 MB 00:01 2026-02-25T13:30:45.247 INFO:teuthology.orchestra.run.trial042.stdout:CentOS Stream 9 - Extras packages 20 kB/s | 20 kB 00:01 2026-02-25T13:30:45.706 INFO:teuthology.orchestra.run.trial163.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 20 kB 00:00 2026-02-25T13:30:46.055 INFO:teuthology.orchestra.run.trial161.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-25T13:30:46.105 INFO:teuthology.orchestra.run.trial163.stdout:Extra Packages for Enterprise Linux 61 MB/s | 20 MB 00:00 2026-02-25T13:30:46.274 INFO:teuthology.orchestra.run.trial042.stdout:Extra Packages for Enterprise Linux 21 MB/s | 20 MB 00:00 2026-02-25T13:30:47.754 INFO:teuthology.orchestra.run.trial161.stdout:Extra Packages for Enterprise Linux 12 MB/s | 20 MB 00:01 2026-02-25T13:30:49.319 INFO:teuthology.orchestra.run.trial163.stdout:lab-extras 1.4 MB/s | 50 kB 00:00 2026-02-25T13:30:49.512 INFO:teuthology.orchestra.run.trial042.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-25T13:30:50.538 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout: Package Arch Version Repository Size 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout: ceph-radosgw x86_64 2:20.3.0-5580.g506b402a.el9 ceph 13 M 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout:Upgrading: 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout: librados2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 3.5 M 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout: librbd1 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 2.8 M 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout:Installing dependencies: 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout: ceph-base x86_64 2:20.3.0-5580.g506b402a.el9 ceph 5.2 M 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout: ceph-common x86_64 2:20.3.0-5580.g506b402a.el9 ceph 24 M 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout: ceph-selinux x86_64 2:20.3.0-5580.g506b402a.el9 ceph 25 k 2026-02-25T13:30:50.539 INFO:teuthology.orchestra.run.trial163.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: libcephfs2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 909 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: libradosstriper1 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 248 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: librgw2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 6.5 M 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: python3-ceph-argparse x86_64 2:20.3.0-5580.g506b402a.el9 ceph 45 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: python3-ceph-common x86_64 2:20.3.0-5580.g506b402a.el9 ceph 186 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: python3-cephfs x86_64 2:20.3.0-5580.g506b402a.el9 ceph 203 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: python3-rados x86_64 2:20.3.0-5580.g506b402a.el9 ceph 324 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: python3-rbd x86_64 2:20.3.0-5580.g506b402a.el9 ceph 305 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: python3-rgw x86_64 2:20.3.0-5580.g506b402a.el9 ceph 100 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout:Installing weak dependencies: 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: libcephfs-daemon x86_64 2:20.3.0-5580.g506b402a.el9 ceph 39 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 26 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-25T13:30:50.540 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:30:50.541 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:30:50.541 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:30:50.541 INFO:teuthology.orchestra.run.trial163.stdout:Install 34 Packages 2026-02-25T13:30:50.541 INFO:teuthology.orchestra.run.trial163.stdout:Upgrade 2 Packages 2026-02-25T13:30:50.541 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:30:50.541 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 67 M 2026-02-25T13:30:50.541 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:30:50.726 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:30:50.727 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:30:50.727 INFO:teuthology.orchestra.run.trial042.stdout: Package Arch Version Repository Size 2026-02-25T13:30:50.727 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:30:50.727 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:30:50.727 INFO:teuthology.orchestra.run.trial042.stdout: ceph-radosgw x86_64 2:20.3.0-5580.g506b402a.el9 ceph 13 M 2026-02-25T13:30:50.727 INFO:teuthology.orchestra.run.trial042.stdout:Upgrading: 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: librados2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 3.5 M 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: librbd1 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 2.8 M 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout:Installing dependencies: 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: ceph-base x86_64 2:20.3.0-5580.g506b402a.el9 ceph 5.2 M 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: ceph-common x86_64 2:20.3.0-5580.g506b402a.el9 ceph 24 M 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: ceph-selinux x86_64 2:20.3.0-5580.g506b402a.el9 ceph 25 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: libcephfs2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 909 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: libradosstriper1 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 248 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: librgw2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 6.5 M 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: python3-ceph-argparse x86_64 2:20.3.0-5580.g506b402a.el9 ceph 45 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: python3-ceph-common x86_64 2:20.3.0-5580.g506b402a.el9 ceph 186 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: python3-cephfs x86_64 2:20.3.0-5580.g506b402a.el9 ceph 203 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: python3-rados x86_64 2:20.3.0-5580.g506b402a.el9 ceph 324 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: python3-rbd x86_64 2:20.3.0-5580.g506b402a.el9 ceph 305 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: python3-rgw x86_64 2:20.3.0-5580.g506b402a.el9 ceph 100 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout:Installing weak dependencies: 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: libcephfs-daemon x86_64 2:20.3.0-5580.g506b402a.el9 ceph 39 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 26 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout:Install 34 Packages 2026-02-25T13:30:50.728 INFO:teuthology.orchestra.run.trial042.stdout:Upgrade 2 Packages 2026-02-25T13:30:50.729 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:30:50.729 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 67 M 2026-02-25T13:30:50.729 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:30:50.983 INFO:teuthology.orchestra.run.trial161.stdout:lab-extras 2.3 MB/s | 50 kB 00:00 2026-02-25T13:30:51.266 INFO:teuthology.orchestra.run.trial042.stdout:(1/36): ceph-base-20.3.0-5580.g506b402a.el9.x86 17 MB/s | 5.2 MB 00:00 2026-02-25T13:30:51.304 INFO:teuthology.orchestra.run.trial042.stdout:(2/36): ceph-selinux-20.3.0-5580.g506b402a.el9. 660 kB/s | 25 kB 00:00 2026-02-25T13:30:51.344 INFO:teuthology.orchestra.run.trial042.stdout:(3/36): libcephfs-daemon-20.3.0-5580.g506b402a. 978 kB/s | 39 kB 00:00 2026-02-25T13:30:51.386 INFO:teuthology.orchestra.run.trial042.stdout:(4/36): libcephfs-proxy2-20.3.0-5580.g506b402a. 633 kB/s | 26 kB 00:00 2026-02-25T13:30:51.447 INFO:teuthology.orchestra.run.trial042.stdout:(5/36): libcephfs2-20.3.0-5580.g506b402a.el9.x8 15 MB/s | 909 kB 00:00 2026-02-25T13:30:51.497 INFO:teuthology.orchestra.run.trial042.stdout:(6/36): libradosstriper1-20.3.0-5580.g506b402a. 4.8 MB/s | 248 kB 00:00 2026-02-25T13:30:51.778 INFO:teuthology.orchestra.run.trial042.stdout:(7/36): ceph-radosgw-20.3.0-5580.g506b402a.el9. 16 MB/s | 13 MB 00:00 2026-02-25T13:30:51.811 INFO:teuthology.orchestra.run.trial042.stdout:(8/36): python3-ceph-argparse-20.3.0-5580.g506b 1.4 MB/s | 45 kB 00:00 2026-02-25T13:30:51.835 INFO:teuthology.orchestra.run.trial042.stdout:(9/36): librgw2-20.3.0-5580.g506b402a.el9.x86_6 19 MB/s | 6.5 MB 00:00 2026-02-25T13:30:51.844 INFO:teuthology.orchestra.run.trial042.stdout:(10/36): python3-ceph-common-20.3.0-5580.g506b4 5.5 MB/s | 186 kB 00:00 2026-02-25T13:30:51.864 INFO:teuthology.orchestra.run.trial042.stdout:(11/36): python3-cephfs-20.3.0-5580.g506b402a.e 6.9 MB/s | 203 kB 00:00 2026-02-25T13:30:51.875 INFO:teuthology.orchestra.run.trial042.stdout:(12/36): python3-rados-20.3.0-5580.g506b402a.el 10 MB/s | 324 kB 00:00 2026-02-25T13:30:51.896 INFO:teuthology.orchestra.run.trial042.stdout:(13/36): python3-rbd-20.3.0-5580.g506b402a.el9. 9.2 MB/s | 305 kB 00:00 2026-02-25T13:30:51.903 INFO:teuthology.orchestra.run.trial042.stdout:(14/36): python3-rgw-20.3.0-5580.g506b402a.el9. 3.5 MB/s | 100 kB 00:00 2026-02-25T13:30:52.038 INFO:teuthology.orchestra.run.trial042.stdout:(15/36): ceph-common-20.3.0-5580.g506b402a.el9. 23 MB/s | 24 MB 00:01 2026-02-25T13:30:52.168 INFO:teuthology.orchestra.run.trial042.stdout:(16/36): mailcap-2.1.49-5.el9.noarch.rpm 122 kB/s | 33 kB 00:00 2026-02-25T13:30:52.197 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:30:52.198 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:30:52.198 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-25T13:30:52.198 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:30:52.198 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:30:52.198 INFO:teuthology.orchestra.run.trial161.stdout: ceph-radosgw x86_64 2:20.3.0-5580.g506b402a.el9 ceph 13 M 2026-02-25T13:30:52.198 INFO:teuthology.orchestra.run.trial161.stdout:Upgrading: 2026-02-25T13:30:52.198 INFO:teuthology.orchestra.run.trial161.stdout: librados2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 3.5 M 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: librbd1 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 2.8 M 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: ceph-base x86_64 2:20.3.0-5580.g506b402a.el9 ceph 5.2 M 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: ceph-common x86_64 2:20.3.0-5580.g506b402a.el9 ceph 24 M 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: ceph-selinux x86_64 2:20.3.0-5580.g506b402a.el9 ceph 25 k 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 909 k 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: libradosstriper1 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 248 k 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: librgw2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 6.5 M 2026-02-25T13:30:52.199 INFO:teuthology.orchestra.run.trial161.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: python3-ceph-argparse x86_64 2:20.3.0-5580.g506b402a.el9 ceph 45 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: python3-ceph-common x86_64 2:20.3.0-5580.g506b402a.el9 ceph 186 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: python3-cephfs x86_64 2:20.3.0-5580.g506b402a.el9 ceph 203 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: python3-rados x86_64 2:20.3.0-5580.g506b402a.el9 ceph 324 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: python3-rbd x86_64 2:20.3.0-5580.g506b402a.el9 ceph 305 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: python3-rgw x86_64 2:20.3.0-5580.g506b402a.el9 ceph 100 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-25T13:30:52.200 INFO:teuthology.orchestra.run.trial161.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout:Installing weak dependencies: 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs-daemon x86_64 2:20.3.0-5580.g506b402a.el9 ceph 39 k 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5580.g506b402a.el9 ceph 26 k 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout:Install 34 Packages 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout:Upgrade 2 Packages 2026-02-25T13:30:52.201 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:30:52.202 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 67 M 2026-02-25T13:30:52.202 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:30:52.294 INFO:teuthology.orchestra.run.trial042.stdout:(17/36): pciutils-3.7.0-7.el9.x86_64.rpm 239 kB/s | 93 kB 00:00 2026-02-25T13:30:52.411 INFO:teuthology.orchestra.run.trial163.stdout:(1/36): ceph-radosgw-20.3.0-5580.g506b402a.el9. 9.6 MB/s | 13 MB 00:01 2026-02-25T13:30:52.423 INFO:teuthology.orchestra.run.trial163.stdout:(2/36): ceph-selinux-20.3.0-5580.g506b402a.el9. 2.1 MB/s | 25 kB 00:00 2026-02-25T13:30:52.434 INFO:teuthology.orchestra.run.trial163.stdout:(3/36): libcephfs-daemon-20.3.0-5580.g506b402a. 3.3 MB/s | 39 kB 00:00 2026-02-25T13:30:52.445 INFO:teuthology.orchestra.run.trial163.stdout:(4/36): libcephfs-proxy2-20.3.0-5580.g506b402a. 2.3 MB/s | 26 kB 00:00 2026-02-25T13:30:52.469 INFO:teuthology.orchestra.run.trial163.stdout:(5/36): libcephfs2-20.3.0-5580.g506b402a.el9.x8 38 MB/s | 909 kB 00:00 2026-02-25T13:30:52.481 INFO:teuthology.orchestra.run.trial163.stdout:(6/36): libradosstriper1-20.3.0-5580.g506b402a. 20 MB/s | 248 kB 00:00 2026-02-25T13:30:52.599 INFO:teuthology.orchestra.run.trial042.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 185 kB/s | 104 kB 00:00 2026-02-25T13:30:52.625 INFO:teuthology.orchestra.run.trial163.stdout:(7/36): librgw2-20.3.0-5580.g506b402a.el9.x86_6 45 MB/s | 6.5 MB 00:00 2026-02-25T13:30:52.631 INFO:teuthology.orchestra.run.trial163.stdout:(8/36): ceph-base-20.3.0-5580.g506b402a.el9.x86 3.2 MB/s | 5.2 MB 00:01 2026-02-25T13:30:52.637 INFO:teuthology.orchestra.run.trial163.stdout:(9/36): python3-ceph-argparse-20.3.0-5580.g506b 3.7 MB/s | 45 kB 00:00 2026-02-25T13:30:52.650 INFO:teuthology.orchestra.run.trial163.stdout:(10/36): python3-cephfs-20.3.0-5580.g506b402a.e 16 MB/s | 203 kB 00:00 2026-02-25T13:30:52.654 INFO:teuthology.orchestra.run.trial163.stdout:(11/36): python3-ceph-common-20.3.0-5580.g506b4 7.7 MB/s | 186 kB 00:00 2026-02-25T13:30:52.663 INFO:teuthology.orchestra.run.trial163.stdout:(12/36): python3-rados-20.3.0-5580.g506b402a.el 26 MB/s | 324 kB 00:00 2026-02-25T13:30:52.675 INFO:teuthology.orchestra.run.trial163.stdout:(13/36): python3-rgw-20.3.0-5580.g506b402a.el9. 8.2 MB/s | 100 kB 00:00 2026-02-25T13:30:52.681 INFO:teuthology.orchestra.run.trial042.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 551 kB/s | 45 kB 00:00 2026-02-25T13:30:52.700 INFO:teuthology.orchestra.run.trial163.stdout:(14/36): python3-rbd-20.3.0-5580.g506b402a.el9. 6.6 MB/s | 305 kB 00:00 2026-02-25T13:30:52.733 INFO:teuthology.orchestra.run.trial042.stdout:(20/36): libnbd-1.20.3-4.el9.x86_64.rpm 290 kB/s | 164 kB 00:00 2026-02-25T13:30:52.757 INFO:teuthology.orchestra.run.trial163.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 404 kB/s | 33 kB 00:00 2026-02-25T13:30:52.822 INFO:teuthology.orchestra.run.trial163.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 764 kB/s | 93 kB 00:00 2026-02-25T13:30:52.896 INFO:teuthology.orchestra.run.trial163.stdout:(17/36): boost-program-options-1.75.0-13.el9.x8 749 kB/s | 104 kB 00:00 2026-02-25T13:30:52.897 INFO:teuthology.orchestra.run.trial042.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.7 MB/s | 292 kB 00:00 2026-02-25T13:30:52.920 INFO:teuthology.orchestra.run.trial042.stdout:(22/36): librdkafka-1.6.1-102.el9.x86_64.rpm 2.7 MB/s | 662 kB 00:00 2026-02-25T13:30:52.961 INFO:teuthology.orchestra.run.trial163.stdout:(18/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.4 MB/s | 160 kB 00:00 2026-02-25T13:30:52.965 INFO:teuthology.orchestra.run.trial163.stdout:(19/36): libnbd-1.20.3-4.el9.x86_64.rpm 1.1 MB/s | 164 kB 00:00 2026-02-25T13:30:52.984 INFO:teuthology.orchestra.run.trial042.stdout:(23/36): qatlib-25.08.0-2.el9.x86_64.rpm 2.7 MB/s | 240 kB 00:00 2026-02-25T13:30:53.000 INFO:teuthology.orchestra.run.trial161.stdout:(1/36): ceph-base-20.3.0-5580.g506b402a.el9.x86 16 MB/s | 5.2 MB 00:00 2026-02-25T13:30:53.002 INFO:teuthology.orchestra.run.trial042.stdout:(24/36): qatlib-service-25.08.0-2.el9.x86_64.rp 453 kB/s | 37 kB 00:00 2026-02-25T13:30:53.024 INFO:teuthology.orchestra.run.trial163.stdout:(20/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 711 kB/s | 45 kB 00:00 2026-02-25T13:30:53.036 INFO:teuthology.orchestra.run.trial161.stdout:(2/36): ceph-selinux-20.3.0-5580.g506b402a.el9. 699 kB/s | 25 kB 00:00 2026-02-25T13:30:53.068 INFO:teuthology.orchestra.run.trial042.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 789 kB/s | 66 kB 00:00 2026-02-25T13:30:53.075 INFO:teuthology.orchestra.run.trial161.stdout:(3/36): libcephfs-daemon-20.3.0-5580.g506b402a. 985 kB/s | 39 kB 00:00 2026-02-25T13:30:53.077 INFO:teuthology.orchestra.run.trial163.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.5 MB/s | 292 kB 00:00 2026-02-25T13:30:53.116 INFO:teuthology.orchestra.run.trial161.stdout:(4/36): libcephfs-proxy2-20.3.0-5580.g506b402a. 643 kB/s | 26 kB 00:00 2026-02-25T13:30:53.127 INFO:teuthology.orchestra.run.trial163.stdout:(22/36): librdkafka-1.6.1-102.el9.x86_64.rpm 4.0 MB/s | 662 kB 00:00 2026-02-25T13:30:53.131 INFO:teuthology.orchestra.run.trial163.stdout:(23/36): qatlib-25.08.0-2.el9.x86_64.rpm 4.3 MB/s | 240 kB 00:00 2026-02-25T13:30:53.158 INFO:teuthology.orchestra.run.trial163.stdout:(24/36): qatlib-service-25.08.0-2.el9.x86_64.rp 1.2 MB/s | 37 kB 00:00 2026-02-25T13:30:53.166 INFO:teuthology.orchestra.run.trial042.stdout:(26/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 183 kB/s | 160 kB 00:00 2026-02-25T13:30:53.169 INFO:teuthology.orchestra.run.trial163.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 1.7 MB/s | 66 kB 00:00 2026-02-25T13:30:53.177 INFO:teuthology.orchestra.run.trial161.stdout:(5/36): libcephfs2-20.3.0-5580.g506b402a.el9.x8 15 MB/s | 909 kB 00:00 2026-02-25T13:30:53.189 INFO:teuthology.orchestra.run.trial163.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 9.8 MB/s | 308 kB 00:00 2026-02-25T13:30:53.192 INFO:teuthology.orchestra.run.trial163.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 7.7 MB/s | 25 kB 00:00 2026-02-25T13:30:53.195 INFO:teuthology.orchestra.run.trial163.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 15 MB/s | 49 kB 00:00 2026-02-25T13:30:53.200 INFO:teuthology.orchestra.run.trial163.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 16 MB/s | 67 kB 00:00 2026-02-25T13:30:53.210 INFO:teuthology.orchestra.run.trial163.stdout:(30/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 80 MB/s | 838 kB 00:00 2026-02-25T13:30:53.215 INFO:teuthology.orchestra.run.trial163.stdout:(31/36): libarrow-9.0.0-15.el9.x86_64.rpm 96 MB/s | 4.4 MB 00:00 2026-02-25T13:30:53.216 INFO:teuthology.orchestra.run.trial163.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 31 MB/s | 191 kB 00:00 2026-02-25T13:30:53.223 INFO:teuthology.orchestra.run.trial163.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 207 MB/s | 1.6 MB 00:00 2026-02-25T13:30:53.226 INFO:teuthology.orchestra.run.trial161.stdout:(6/36): libradosstriper1-20.3.0-5580.g506b402a. 4.9 MB/s | 248 kB 00:00 2026-02-25T13:30:53.428 INFO:teuthology.orchestra.run.trial042.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 95 kB/s | 25 kB 00:00 2026-02-25T13:30:53.459 INFO:teuthology.orchestra.run.trial042.stdout:(28/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 672 kB/s | 308 kB 00:00 2026-02-25T13:30:53.478 INFO:teuthology.orchestra.run.trial161.stdout:(7/36): ceph-radosgw-20.3.0-5580.g506b402a.el9. 16 MB/s | 13 MB 00:00 2026-02-25T13:30:53.523 INFO:teuthology.orchestra.run.trial161.stdout:(8/36): python3-ceph-argparse-20.3.0-5580.g506b 991 kB/s | 45 kB 00:00 2026-02-25T13:30:53.537 INFO:teuthology.orchestra.run.trial042.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 869 kB/s | 67 kB 00:00 2026-02-25T13:30:53.570 INFO:teuthology.orchestra.run.trial042.stdout:(30/36): liboath-2.6.12-1.el9.x86_64.rpm 344 kB/s | 49 kB 00:00 2026-02-25T13:30:53.573 INFO:teuthology.orchestra.run.trial161.stdout:(9/36): python3-ceph-common-20.3.0-5580.g506b40 3.6 MB/s | 186 kB 00:00 2026-02-25T13:30:53.608 INFO:teuthology.orchestra.run.trial163.stdout:(34/36): librbd1-20.3.0-5580.g506b402a.el9.x86_ 7.3 MB/s | 2.8 MB 00:00 2026-02-25T13:30:53.618 INFO:teuthology.orchestra.run.trial161.stdout:(10/36): python3-cephfs-20.3.0-5580.g506b402a.e 4.5 MB/s | 203 kB 00:00 2026-02-25T13:30:53.657 INFO:teuthology.orchestra.run.trial161.stdout:(11/36): librgw2-20.3.0-5580.g506b402a.el9.x86_ 15 MB/s | 6.5 MB 00:00 2026-02-25T13:30:53.660 INFO:teuthology.orchestra.run.trial161.stdout:(12/36): python3-rados-20.3.0-5580.g506b402a.el 7.5 MB/s | 324 kB 00:00 2026-02-25T13:30:53.688 INFO:teuthology.orchestra.run.trial161.stdout:(13/36): python3-rbd-20.3.0-5580.g506b402a.el9. 9.5 MB/s | 305 kB 00:00 2026-02-25T13:30:53.690 INFO:teuthology.orchestra.run.trial161.stdout:(14/36): python3-rgw-20.3.0-5580.g506b402a.el9. 3.3 MB/s | 100 kB 00:00 2026-02-25T13:30:53.724 INFO:teuthology.orchestra.run.trial042.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 4.4 MB/s | 838 kB 00:00 2026-02-25T13:30:53.747 INFO:teuthology.orchestra.run.trial042.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2026-02-25T13:30:53.773 INFO:teuthology.orchestra.run.trial161.stdout:(15/36): ceph-common-20.3.0-5580.g506b402a.el9. 22 MB/s | 24 MB 00:01 2026-02-25T13:30:53.786 INFO:teuthology.orchestra.run.trial042.stdout:(33/36): libarrow-9.0.0-15.el9.x86_64.rpm 6.1 MB/s | 4.4 MB 00:00 2026-02-25T13:30:53.878 INFO:teuthology.orchestra.run.trial042.stdout:(34/36): librados2-20.3.0-5580.g506b402a.el9.x8 27 MB/s | 3.5 MB 00:00 2026-02-25T13:30:53.898 INFO:teuthology.orchestra.run.trial042.stdout:(35/36): thrift-0.15.0-4.el9.x86_64.rpm 9.1 MB/s | 1.6 MB 00:00 2026-02-25T13:30:53.934 INFO:teuthology.orchestra.run.trial042.stdout:(36/36): librbd1-20.3.0-5580.g506b402a.el9.x86_ 19 MB/s | 2.8 MB 00:00 2026-02-25T13:30:53.938 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:30:53.939 INFO:teuthology.orchestra.run.trial042.stdout:Total 21 MB/s | 67 MB 00:03 2026-02-25T13:30:54.031 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:30:54.033 INFO:teuthology.orchestra.run.trial163.stdout:(35/36): librados2-20.3.0-5580.g506b402a.el9.x8 4.3 MB/s | 3.5 MB 00:00 2026-02-25T13:30:54.050 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:30:54.050 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:30:54.093 INFO:teuthology.orchestra.run.trial161.stdout:(16/36): mailcap-2.1.49-5.el9.noarch.rpm 82 kB/s | 33 kB 00:00 2026-02-25T13:30:54.174 INFO:teuthology.orchestra.run.trial161.stdout:(17/36): pciutils-3.7.0-7.el9.x86_64.rpm 193 kB/s | 93 kB 00:00 2026-02-25T13:30:54.297 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:30:54.297 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:30:54.457 INFO:teuthology.orchestra.run.trial161.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 152 kB/s | 104 kB 00:00 2026-02-25T13:30:54.604 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:30:54.760 INFO:teuthology.orchestra.run.trial042.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-25T13:30:54.764 INFO:teuthology.orchestra.run.trial042.stdout: Upgrading : librados2-2:20.3.0-5580.g506b402a.el9.x86_64 2/38 2026-02-25T13:30:54.816 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: librados2-2:20.3.0-5580.g506b402a.el9.x86_64 2/38 2026-02-25T13:30:54.817 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 3/38 2026-02-25T13:30:54.823 INFO:teuthology.orchestra.run.trial161.stdout:(19/36): libnbd-1.20.3-4.el9.x86_64.rpm 224 kB/s | 164 kB 00:00 2026-02-25T13:30:54.830 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 3/38 2026-02-25T13:30:54.832 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libcephfs-daemon-2:20.3.0-5580.g506b402a.el9.x86_6 4/38 2026-02-25T13:30:54.833 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_6 5/38 2026-02-25T13:30:54.861 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_6 5/38 2026-02-25T13:30:54.863 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 6/38 2026-02-25T13:30:54.871 INFO:teuthology.orchestra.run.trial042.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-25T13:30:54.873 INFO:teuthology.orchestra.run.trial042.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-25T13:30:54.877 INFO:teuthology.orchestra.run.trial042.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-25T13:30:54.878 INFO:teuthology.orchestra.run.trial163.stdout:(36/36): ceph-common-20.3.0-5580.g506b402a.el9. 6.3 MB/s | 24 MB 00:03 2026-02-25T13:30:54.881 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:30:54.881 INFO:teuthology.orchestra.run.trial163.stdout:Total 16 MB/s | 67 MB 00:04 2026-02-25T13:30:54.881 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-25T13:30:54.891 INFO:teuthology.orchestra.run.trial161.stdout:(20/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 223 kB/s | 160 kB 00:00 2026-02-25T13:30:54.892 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-ceph-argparse-2:20.3.0-5580.g506b402a.el9. 11/38 2026-02-25T13:30:54.904 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 12/38 2026-02-25T13:30:54.904 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_6 13/38 2026-02-25T13:30:54.929 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_6 13/38 2026-02-25T13:30:54.932 INFO:teuthology.orchestra.run.trial042.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-25T13:30:54.968 INFO:teuthology.orchestra.run.trial042.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-25T13:30:54.972 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-25T13:30:54.973 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:30:54.979 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-25T13:30:54.981 INFO:teuthology.orchestra.run.trial042.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-25T13:30:54.985 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-25T13:30:54.990 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:30:54.990 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:30:55.044 INFO:teuthology.orchestra.run.trial161.stdout:(21/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 77 kB/s | 45 kB 00:00 2026-02-25T13:30:55.110 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-25T13:30:55.111 INFO:teuthology.orchestra.run.trial042.stdout: Upgrading : librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 21/38 2026-02-25T13:30:55.138 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 21/38 2026-02-25T13:30:55.140 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 22/38 2026-02-25T13:30:55.148 INFO:teuthology.orchestra.run.trial042.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-25T13:30:55.235 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:30:55.235 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:30:55.438 INFO:teuthology.orchestra.run.trial042.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-25T13:30:55.439 INFO:teuthology.orchestra.run.trial042.stdout: Installing : librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 25/38 2026-02-25T13:30:55.456 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 25/38 2026-02-25T13:30:55.460 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 26/38 2026-02-25T13:30:55.464 INFO:teuthology.orchestra.run.trial042.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-25T13:30:55.467 INFO:teuthology.orchestra.run.trial042.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-25T13:30:55.468 INFO:teuthology.orchestra.run.trial042.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-25T13:30:55.486 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-25T13:30:55.489 INFO:teuthology.orchestra.run.trial042.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-25T13:30:55.524 INFO:teuthology.orchestra.run.trial042.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-25T13:30:55.526 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-ceph-common-2:20.3.0-5580.g506b402a.el9.x8 32/38 2026-02-25T13:30:55.539 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:30:55.678 INFO:teuthology.orchestra.run.trial161.stdout:(22/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 372 kB/s | 292 kB 00:00 2026-02-25T13:30:55.691 INFO:teuthology.orchestra.run.trial163.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-25T13:30:55.696 INFO:teuthology.orchestra.run.trial163.stdout: Upgrading : librados2-2:20.3.0-5580.g506b402a.el9.x86_64 2/38 2026-02-25T13:30:55.700 INFO:teuthology.orchestra.run.trial161.stdout:(23/36): librdkafka-1.6.1-102.el9.x86_64.rpm 755 kB/s | 662 kB 00:00 2026-02-25T13:30:55.748 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: librados2-2:20.3.0-5580.g506b402a.el9.x86_64 2/38 2026-02-25T13:30:55.749 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 3/38 2026-02-25T13:30:55.762 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 3/38 2026-02-25T13:30:55.764 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libcephfs-daemon-2:20.3.0-5580.g506b402a.el9.x86_6 4/38 2026-02-25T13:30:55.765 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_6 5/38 2026-02-25T13:30:55.792 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_6 5/38 2026-02-25T13:30:55.794 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 6/38 2026-02-25T13:30:55.802 INFO:teuthology.orchestra.run.trial163.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-25T13:30:55.804 INFO:teuthology.orchestra.run.trial163.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-25T13:30:55.805 INFO:teuthology.orchestra.run.trial161.stdout:(24/36): qatlib-25.08.0-2.el9.x86_64.rpm 315 kB/s | 240 kB 00:00 2026-02-25T13:30:55.808 INFO:teuthology.orchestra.run.trial163.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-25T13:30:55.812 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-25T13:30:55.823 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-ceph-argparse-2:20.3.0-5580.g506b402a.el9. 11/38 2026-02-25T13:30:55.834 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 12/38 2026-02-25T13:30:55.835 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_6 13/38 2026-02-25T13:30:55.857 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_6 13/38 2026-02-25T13:30:55.860 INFO:teuthology.orchestra.run.trial163.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-25T13:30:55.891 INFO:teuthology.orchestra.run.trial163.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-25T13:30:55.894 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-25T13:30:55.900 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-25T13:30:55.902 INFO:teuthology.orchestra.run.trial163.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-25T13:30:55.907 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-25T13:30:56.028 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-25T13:30:56.030 INFO:teuthology.orchestra.run.trial163.stdout: Upgrading : librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 21/38 2026-02-25T13:30:56.045 INFO:teuthology.orchestra.run.trial161.stdout:(25/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.3 MB/s | 308 kB 00:00 2026-02-25T13:30:56.055 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 21/38 2026-02-25T13:30:56.057 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 22/38 2026-02-25T13:30:56.064 INFO:teuthology.orchestra.run.trial163.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-25T13:30:56.175 INFO:teuthology.orchestra.run.trial161.stdout:(26/36): libarrow-9.0.0-15.el9.x86_64.rpm 34 MB/s | 4.4 MB 00:00 2026-02-25T13:30:56.199 INFO:teuthology.orchestra.run.trial161.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.0 MB/s | 25 kB 00:00 2026-02-25T13:30:56.224 INFO:teuthology.orchestra.run.trial161.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 2.0 MB/s | 49 kB 00:00 2026-02-25T13:30:56.245 INFO:teuthology.orchestra.run.trial161.stdout:(29/36): qatlib-service-25.08.0-2.el9.x86_64.rp 65 kB/s | 37 kB 00:00 2026-02-25T13:30:56.249 INFO:teuthology.orchestra.run.trial161.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 2.7 MB/s | 67 kB 00:00 2026-02-25T13:30:56.274 INFO:teuthology.orchestra.run.trial161.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 29 MB/s | 838 kB 00:00 2026-02-25T13:30:56.274 INFO:teuthology.orchestra.run.trial161.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 7.3 MB/s | 191 kB 00:00 2026-02-25T13:30:56.306 INFO:teuthology.orchestra.run.trial161.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 50 MB/s | 1.6 MB 00:00 2026-02-25T13:30:56.323 INFO:teuthology.orchestra.run.trial161.stdout:(34/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 107 kB/s | 66 kB 00:00 2026-02-25T13:30:56.349 INFO:teuthology.orchestra.run.trial163.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-25T13:30:56.350 INFO:teuthology.orchestra.run.trial163.stdout: Installing : librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 25/38 2026-02-25T13:30:56.366 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 25/38 2026-02-25T13:30:56.370 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 26/38 2026-02-25T13:30:56.375 INFO:teuthology.orchestra.run.trial163.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-25T13:30:56.377 INFO:teuthology.orchestra.run.trial163.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-25T13:30:56.378 INFO:teuthology.orchestra.run.trial163.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-25T13:30:56.396 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-25T13:30:56.399 INFO:teuthology.orchestra.run.trial163.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-25T13:30:56.420 INFO:teuthology.orchestra.run.trial161.stdout:(35/36): librados2-20.3.0-5580.g506b402a.el9.x8 24 MB/s | 3.5 MB 00:00 2026-02-25T13:30:56.433 INFO:teuthology.orchestra.run.trial163.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-25T13:30:56.435 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-ceph-common-2:20.3.0-5580.g506b402a.el9.x8 32/38 2026-02-25T13:30:56.439 INFO:teuthology.orchestra.run.trial161.stdout:(36/36): librbd1-20.3.0-5580.g506b402a.el9.x86_ 21 MB/s | 2.8 MB 00:00 2026-02-25T13:30:56.442 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:30:56.442 INFO:teuthology.orchestra.run.trial161.stdout:Total 16 MB/s | 67 MB 00:04 2026-02-25T13:30:56.533 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:30:56.551 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:30:56.551 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:30:56.647 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 33/38 2026-02-25T13:30:56.649 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 33/38 2026-02-25T13:30:56.800 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:30:56.800 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:30:56.918 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 33/38 2026-02-25T13:30:56.921 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 34/38 2026-02-25T13:30:56.963 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 34/38 2026-02-25T13:30:56.963 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-25T13:30:56.963 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-25T13:30:56.963 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:30:56.966 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 35/38 2026-02-25T13:30:57.106 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:30:57.260 INFO:teuthology.orchestra.run.trial161.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-25T13:30:57.265 INFO:teuthology.orchestra.run.trial161.stdout: Upgrading : librados2-2:20.3.0-5580.g506b402a.el9.x86_64 2/38 2026-02-25T13:30:57.318 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librados2-2:20.3.0-5580.g506b402a.el9.x86_64 2/38 2026-02-25T13:30:57.319 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 3/38 2026-02-25T13:30:57.332 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 3/38 2026-02-25T13:30:57.335 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libcephfs-daemon-2:20.3.0-5580.g506b402a.el9.x86_6 4/38 2026-02-25T13:30:57.335 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_6 5/38 2026-02-25T13:30:57.365 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_6 5/38 2026-02-25T13:30:57.368 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 6/38 2026-02-25T13:30:57.376 INFO:teuthology.orchestra.run.trial161.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-25T13:30:57.379 INFO:teuthology.orchestra.run.trial161.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-25T13:30:57.382 INFO:teuthology.orchestra.run.trial161.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-25T13:30:57.386 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-25T13:30:57.397 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-ceph-argparse-2:20.3.0-5580.g506b402a.el9. 11/38 2026-02-25T13:30:57.408 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 12/38 2026-02-25T13:30:57.409 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_6 13/38 2026-02-25T13:30:57.435 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_6 13/38 2026-02-25T13:30:57.438 INFO:teuthology.orchestra.run.trial161.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-25T13:30:57.473 INFO:teuthology.orchestra.run.trial161.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-25T13:30:57.477 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-25T13:30:57.485 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-25T13:30:57.488 INFO:teuthology.orchestra.run.trial161.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-25T13:30:57.492 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-25T13:30:57.534 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 33/38 2026-02-25T13:30:57.536 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 33/38 2026-02-25T13:30:57.619 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-25T13:30:57.620 INFO:teuthology.orchestra.run.trial161.stdout: Upgrading : librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 21/38 2026-02-25T13:30:57.647 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 21/38 2026-02-25T13:30:57.650 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 22/38 2026-02-25T13:30:57.656 INFO:teuthology.orchestra.run.trial161.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-25T13:30:57.798 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 33/38 2026-02-25T13:30:57.801 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 34/38 2026-02-25T13:30:57.841 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 34/38 2026-02-25T13:30:57.842 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-25T13:30:57.842 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-25T13:30:57.842 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:30:57.845 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 35/38 2026-02-25T13:30:57.941 INFO:teuthology.orchestra.run.trial161.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-25T13:30:57.942 INFO:teuthology.orchestra.run.trial161.stdout: Installing : librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 25/38 2026-02-25T13:30:57.959 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 25/38 2026-02-25T13:30:57.963 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 26/38 2026-02-25T13:30:57.967 INFO:teuthology.orchestra.run.trial161.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-25T13:30:57.969 INFO:teuthology.orchestra.run.trial161.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-25T13:30:57.970 INFO:teuthology.orchestra.run.trial161.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-25T13:30:57.989 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-25T13:30:57.991 INFO:teuthology.orchestra.run.trial161.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-25T13:30:58.027 INFO:teuthology.orchestra.run.trial161.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-25T13:30:58.028 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-ceph-common-2:20.3.0-5580.g506b402a.el9.x8 32/38 2026-02-25T13:30:59.128 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 33/38 2026-02-25T13:30:59.131 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 33/38 2026-02-25T13:30:59.395 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 33/38 2026-02-25T13:30:59.398 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 34/38 2026-02-25T13:30:59.437 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 34/38 2026-02-25T13:30:59.437 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-25T13:30:59.438 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-25T13:30:59.438 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:30:59.441 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 35/38 2026-02-25T13:31:01.451 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 35/38 2026-02-25T13:31:01.451 INFO:teuthology.orchestra.run.trial042.stdout:skipping the directory /sys 2026-02-25T13:31:01.451 INFO:teuthology.orchestra.run.trial042.stdout:skipping the directory /proc 2026-02-25T13:31:01.451 INFO:teuthology.orchestra.run.trial042.stdout:skipping the directory /mnt 2026-02-25T13:31:01.451 INFO:teuthology.orchestra.run.trial042.stdout:skipping the directory /var/tmp 2026-02-25T13:31:01.451 INFO:teuthology.orchestra.run.trial042.stdout:skipping the directory /home 2026-02-25T13:31:01.451 INFO:teuthology.orchestra.run.trial042.stdout:skipping the directory /root 2026-02-25T13:31:01.451 INFO:teuthology.orchestra.run.trial042.stdout:skipping the directory /tmp 2026-02-25T13:31:01.451 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:02.039 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 36/38 2026-02-25T13:31:02.062 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 36/38 2026-02-25T13:31:02.062 INFO:teuthology.orchestra.run.trial042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:02.062 INFO:teuthology.orchestra.run.trial042.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-25T13:31:02.062 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-25T13:31:02.062 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-25T13:31:02.062 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:02.063 INFO:teuthology.orchestra.run.trial042.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-25T13:31:02.076 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-25T13:31:02.076 INFO:teuthology.orchestra.run.trial042.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-25T13:31:02.132 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-25T13:31:02.132 INFO:teuthology.orchestra.run.trial042.stdout:Creating group 'qat' with GID 992. 2026-02-25T13:31:02.132 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:02.350 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 35/38 2026-02-25T13:31:02.350 INFO:teuthology.orchestra.run.trial163.stdout:skipping the directory /sys 2026-02-25T13:31:02.350 INFO:teuthology.orchestra.run.trial163.stdout:skipping the directory /proc 2026-02-25T13:31:02.351 INFO:teuthology.orchestra.run.trial163.stdout:skipping the directory /mnt 2026-02-25T13:31:02.351 INFO:teuthology.orchestra.run.trial163.stdout:skipping the directory /var/tmp 2026-02-25T13:31:02.351 INFO:teuthology.orchestra.run.trial163.stdout:skipping the directory /home 2026-02-25T13:31:02.351 INFO:teuthology.orchestra.run.trial163.stdout:skipping the directory /root 2026-02-25T13:31:02.351 INFO:teuthology.orchestra.run.trial163.stdout:skipping the directory /tmp 2026-02-25T13:31:02.351 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:31:02.425 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 1/38 2026-02-25T13:31:02.425 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 2/38 2026-02-25T13:31:02.425 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 3/38 2026-02-25T13:31:02.425 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 4/38 2026-02-25T13:31:02.425 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libcephfs-daemon-2:20.3.0-5580.g506b402a.el9.x86_6 5/38 2026-02-25T13:31:02.425 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_6 6/38 2026-02-25T13:31:02.426 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 7/38 2026-02-25T13:31:02.426 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_6 8/38 2026-02-25T13:31:02.426 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 9/38 2026-02-25T13:31:02.426 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5580.g506b402a.el9. 10/38 2026-02-25T13:31:02.426 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-ceph-common-2:20.3.0-5580.g506b402a.el9.x8 11/38 2026-02-25T13:31:02.426 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 12/38 2026-02-25T13:31:02.426 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 13/38 2026-02-25T13:31:02.426 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 14/38 2026-02-25T13:31:02.426 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 15/38 2026-02-25T13:31:02.426 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-25T13:31:02.426 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-25T13:31:02.427 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-25T13:31:02.428 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-25T13:31:02.428 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-25T13:31:02.428 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-25T13:31:02.428 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-25T13:31:02.428 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-25T13:31:02.428 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : librados2-2:20.3.0-5580.g506b402a.el9.x86_64 35/38 2026-02-25T13:31:02.428 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-25T13:31:02.428 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 37/38 2026-02-25T13:31:02.494 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-25T13:31:02.494 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:02.494 INFO:teuthology.orchestra.run.trial042.stdout:Upgraded: 2026-02-25T13:31:02.494 INFO:teuthology.orchestra.run.trial042.stdout: librados2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.494 INFO:teuthology.orchestra.run.trial042.stdout: librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.494 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:31:02.494 INFO:teuthology.orchestra.run.trial042.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-25T13:31:02.494 INFO:teuthology.orchestra.run.trial042.stdout: ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.494 INFO:teuthology.orchestra.run.trial042.stdout: ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.494 INFO:teuthology.orchestra.run.trial042.stdout: ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.494 INFO:teuthology.orchestra.run.trial042.stdout: ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: libcephfs-daemon-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: python3-ceph-argparse-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: python3-ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: re2-1:20211101-20.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-25T13:31:02.495 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:02.496 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:02.536 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-test 2026-02-25T13:31:02.857 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:13 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:02.930 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 36/38 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: Package Arch Version Repository Size 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: ceph-test x86_64 2:20.3.0-5580.g506b402a.el9 ceph 76 M 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout:Installing dependencies: 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: libcephsqlite x86_64 2:20.3.0-5580.g506b402a.el9 ceph 159 k 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-25T13:31:02.940 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:02.941 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:31:02.941 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:02.941 INFO:teuthology.orchestra.run.trial042.stdout:Install 10 Packages 2026-02-25T13:31:02.941 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:02.941 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 80 M 2026-02-25T13:31:02.941 INFO:teuthology.orchestra.run.trial042.stdout:Installed size: 331 M 2026-02-25T13:31:02.941 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:31:02.954 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 36/38 2026-02-25T13:31:02.954 INFO:teuthology.orchestra.run.trial163.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:02.954 INFO:teuthology.orchestra.run.trial163.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-25T13:31:02.955 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-25T13:31:02.955 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-25T13:31:02.955 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:31:02.956 INFO:teuthology.orchestra.run.trial163.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-25T13:31:02.969 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-25T13:31:02.969 INFO:teuthology.orchestra.run.trial163.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-25T13:31:03.027 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-25T13:31:03.027 INFO:teuthology.orchestra.run.trial163.stdout:Creating group 'qat' with GID 992. 2026-02-25T13:31:03.027 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 1/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 2/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 3/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 4/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libcephfs-daemon-2:20.3.0-5580.g506b402a.el9.x86_6 5/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_6 6/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 7/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_6 8/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 9/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5580.g506b402a.el9. 10/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-ceph-common-2:20.3.0-5580.g506b402a.el9.x8 11/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 12/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 13/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 14/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 15/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-25T13:31:03.314 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-25T13:31:03.315 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-25T13:31:03.315 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-25T13:31:03.315 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-25T13:31:03.315 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-25T13:31:03.315 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-25T13:31:03.315 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-25T13:31:03.315 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-25T13:31:03.315 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : librados2-2:20.3.0-5580.g506b402a.el9.x86_64 35/38 2026-02-25T13:31:03.315 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-25T13:31:03.315 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 37/38 2026-02-25T13:31:03.383 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-25T13:31:03.383 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:31:03.383 INFO:teuthology.orchestra.run.trial163.stdout:Upgraded: 2026-02-25T13:31:03.383 INFO:teuthology.orchestra.run.trial163.stdout: librados2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.383 INFO:teuthology.orchestra.run.trial163.stdout: librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.384 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:31:03.384 INFO:teuthology.orchestra.run.trial163.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-25T13:31:03.384 INFO:teuthology.orchestra.run.trial163.stdout: ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.384 INFO:teuthology.orchestra.run.trial163.stdout: ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.384 INFO:teuthology.orchestra.run.trial163.stdout: ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.384 INFO:teuthology.orchestra.run.trial163.stdout: ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.384 INFO:teuthology.orchestra.run.trial163.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-25T13:31:03.384 INFO:teuthology.orchestra.run.trial163.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-25T13:31:03.384 INFO:teuthology.orchestra.run.trial163.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-25T13:31:03.384 INFO:teuthology.orchestra.run.trial163.stdout: libcephfs-daemon-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.385 INFO:teuthology.orchestra.run.trial163.stdout: libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.385 INFO:teuthology.orchestra.run.trial163.stdout: libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.385 INFO:teuthology.orchestra.run.trial163.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-25T13:31:03.385 INFO:teuthology.orchestra.run.trial163.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-25T13:31:03.385 INFO:teuthology.orchestra.run.trial163.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-25T13:31:03.385 INFO:teuthology.orchestra.run.trial163.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-25T13:31:03.385 INFO:teuthology.orchestra.run.trial163.stdout: libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.385 INFO:teuthology.orchestra.run.trial163.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-25T13:31:03.385 INFO:teuthology.orchestra.run.trial163.stdout: librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.386 INFO:teuthology.orchestra.run.trial163.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-25T13:31:03.386 INFO:teuthology.orchestra.run.trial163.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-25T13:31:03.386 INFO:teuthology.orchestra.run.trial163.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-25T13:31:03.386 INFO:teuthology.orchestra.run.trial163.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-25T13:31:03.387 INFO:teuthology.orchestra.run.trial163.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-25T13:31:03.387 INFO:teuthology.orchestra.run.trial163.stdout: python3-ceph-argparse-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.387 INFO:teuthology.orchestra.run.trial163.stdout: python3-ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.387 INFO:teuthology.orchestra.run.trial163.stdout: python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.387 INFO:teuthology.orchestra.run.trial163.stdout: python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.387 INFO:teuthology.orchestra.run.trial163.stdout: python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.387 INFO:teuthology.orchestra.run.trial163.stdout: python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:03.388 INFO:teuthology.orchestra.run.trial163.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-25T13:31:03.388 INFO:teuthology.orchestra.run.trial163.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-25T13:31:03.388 INFO:teuthology.orchestra.run.trial163.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-25T13:31:03.388 INFO:teuthology.orchestra.run.trial163.stdout: re2-1:20211101-20.el9.x86_64 2026-02-25T13:31:03.389 INFO:teuthology.orchestra.run.trial163.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-25T13:31:03.389 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:31:03.389 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:31:03.424 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-test 2026-02-25T13:31:03.743 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:00:14 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:03.826 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:31:03.827 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:31:03.827 INFO:teuthology.orchestra.run.trial163.stdout: Package Arch Version Repository Size 2026-02-25T13:31:03.827 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:31:03.827 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:31:03.827 INFO:teuthology.orchestra.run.trial163.stdout: ceph-test x86_64 2:20.3.0-5580.g506b402a.el9 ceph 76 M 2026-02-25T13:31:03.827 INFO:teuthology.orchestra.run.trial163.stdout:Installing dependencies: 2026-02-25T13:31:03.827 INFO:teuthology.orchestra.run.trial163.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-25T13:31:03.827 INFO:teuthology.orchestra.run.trial163.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-25T13:31:03.827 INFO:teuthology.orchestra.run.trial163.stdout: libcephsqlite x86_64 2:20.3.0-5580.g506b402a.el9 ceph 159 k 2026-02-25T13:31:03.827 INFO:teuthology.orchestra.run.trial163.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-25T13:31:03.828 INFO:teuthology.orchestra.run.trial163.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-25T13:31:03.828 INFO:teuthology.orchestra.run.trial163.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-25T13:31:03.828 INFO:teuthology.orchestra.run.trial163.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-25T13:31:03.828 INFO:teuthology.orchestra.run.trial163.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-25T13:31:03.828 INFO:teuthology.orchestra.run.trial163.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-25T13:31:03.828 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:31:03.828 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:31:03.828 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:31:03.828 INFO:teuthology.orchestra.run.trial163.stdout:Install 10 Packages 2026-02-25T13:31:03.828 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:31:03.829 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 80 M 2026-02-25T13:31:03.829 INFO:teuthology.orchestra.run.trial163.stdout:Installed size: 331 M 2026-02-25T13:31:03.829 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:31:03.872 INFO:teuthology.orchestra.run.trial042.stdout:(1/10): libcephsqlite-20.3.0-5580.g506b402a.el9 1.6 MB/s | 159 kB 00:00 2026-02-25T13:31:03.950 INFO:teuthology.orchestra.run.trial042.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 294 kB/s | 23 kB 00:00 2026-02-25T13:31:03.971 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 35/38 2026-02-25T13:31:03.971 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /sys 2026-02-25T13:31:03.971 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /proc 2026-02-25T13:31:03.971 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /mnt 2026-02-25T13:31:03.971 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /var/tmp 2026-02-25T13:31:03.971 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /home 2026-02-25T13:31:03.971 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /root 2026-02-25T13:31:03.971 INFO:teuthology.orchestra.run.trial161.stdout:skipping the directory /tmp 2026-02-25T13:31:03.971 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:04.014 INFO:teuthology.orchestra.run.trial042.stdout:(3/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 8.8 MB/s | 2.1 MB 00:00 2026-02-25T13:31:04.024 INFO:teuthology.orchestra.run.trial042.stdout:(4/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 1.2 MB/s | 94 kB 00:00 2026-02-25T13:31:04.549 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 36/38 2026-02-25T13:31:04.572 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 36/38 2026-02-25T13:31:04.572 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:04.572 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-25T13:31:04.572 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-25T13:31:04.573 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-25T13:31:04.573 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:04.574 INFO:teuthology.orchestra.run.trial161.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-25T13:31:04.587 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-25T13:31:04.587 INFO:teuthology.orchestra.run.trial161.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-25T13:31:04.627 INFO:teuthology.orchestra.run.trial163.stdout:(1/10): libcephsqlite-20.3.0-5580.g506b402a.el9 417 kB/s | 159 kB 00:00 2026-02-25T13:31:04.644 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-25T13:31:04.644 INFO:teuthology.orchestra.run.trial161.stdout:Creating group 'qat' with GID 992. 2026-02-25T13:31:04.644 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:04.823 INFO:teuthology.orchestra.run.trial042.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 288 kB/s | 233 kB 00:00 2026-02-25T13:31:04.872 INFO:teuthology.orchestra.run.trial163.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 93 kB/s | 23 kB 00:00 2026-02-25T13:31:04.930 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 1/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 2/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 3/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 4/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libcephfs-daemon-2:20.3.0-5580.g506b402a.el9.x86_6 5/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_6 6/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 7/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_6 8/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 9/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5580.g506b402a.el9. 10/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-ceph-common-2:20.3.0-5580.g506b402a.el9.x8 11/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 12/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 13/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 14/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 15/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-25T13:31:04.931 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librados2-2:20.3.0-5580.g506b402a.el9.x86_64 35/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-25T13:31:04.932 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 37/38 2026-02-25T13:31:04.975 INFO:teuthology.orchestra.run.trial042.stdout:(6/10): protobuf-3.14.0-17.el9.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 2026-02-25T13:31:04.997 INFO:teuthology.orchestra.run.trial163.stdout:(3/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 2.8 MB/s | 2.1 MB 00:00 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout:Upgraded: 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout: librados2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout: librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout: ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout: ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout: ceph-radosgw-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout: ceph-selinux-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.000 INFO:teuthology.orchestra.run.trial161.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs-daemon-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs-proxy2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: libradosstriper1-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: librgw2-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: python3-ceph-argparse-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: python3-ceph-common-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-25T13:31:05.001 INFO:teuthology.orchestra.run.trial161.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-25T13:31:05.002 INFO:teuthology.orchestra.run.trial161.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-25T13:31:05.002 INFO:teuthology.orchestra.run.trial161.stdout: re2-1:20211101-20.el9.x86_64 2026-02-25T13:31:05.002 INFO:teuthology.orchestra.run.trial161.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-25T13:31:05.002 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:05.002 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:05.003 INFO:teuthology.orchestra.run.trial042.stdout:(7/10): socat-1.7.4.1-8.el9.x86_64.rpm 1.6 MB/s | 303 kB 00:00 2026-02-25T13:31:05.044 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-test 2026-02-25T13:31:05.046 INFO:teuthology.orchestra.run.trial163.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 4.6 MB/s | 233 kB 00:00 2026-02-25T13:31:05.076 INFO:teuthology.orchestra.run.trial042.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 627 kB/s | 64 kB 00:00 2026-02-25T13:31:05.080 INFO:teuthology.orchestra.run.trial163.stdout:(5/10): protobuf-3.14.0-17.el9.x86_64.rpm 30 MB/s | 1.0 MB 00:00 2026-02-25T13:31:05.107 INFO:teuthology.orchestra.run.trial163.stdout:(6/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 399 kB/s | 94 kB 00:00 2026-02-25T13:31:05.141 INFO:teuthology.orchestra.run.trial163.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 64 kB 00:00 2026-02-25T13:31:05.144 INFO:teuthology.orchestra.run.trial163.stdout:(8/10): socat-1.7.4.1-8.el9.x86_64.rpm 4.7 MB/s | 303 kB 00:00 2026-02-25T13:31:05.175 INFO:teuthology.orchestra.run.trial042.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 711 kB/s | 122 kB 00:00 2026-02-25T13:31:05.308 INFO:teuthology.orchestra.run.trial042.stdout:(10/10): ceph-test-20.3.0-5580.g506b402a.el9.x8 50 MB/s | 76 MB 00:01 2026-02-25T13:31:05.310 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:05.310 INFO:teuthology.orchestra.run.trial042.stdout:Total 34 MB/s | 80 MB 00:02 2026-02-25T13:31:05.360 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:15 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:05.371 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:31:05.383 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:31:05.383 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:31:05.443 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:05.444 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:05.444 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-25T13:31:05.444 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:05.444 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:31:05.444 INFO:teuthology.orchestra.run.trial161.stdout: ceph-test x86_64 2:20.3.0-5580.g506b402a.el9 ceph 76 M 2026-02-25T13:31:05.445 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-25T13:31:05.445 INFO:teuthology.orchestra.run.trial161.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-25T13:31:05.445 INFO:teuthology.orchestra.run.trial161.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-25T13:31:05.445 INFO:teuthology.orchestra.run.trial161.stdout: libcephsqlite x86_64 2:20.3.0-5580.g506b402a.el9 ceph 159 k 2026-02-25T13:31:05.445 INFO:teuthology.orchestra.run.trial161.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-25T13:31:05.445 INFO:teuthology.orchestra.run.trial161.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-25T13:31:05.445 INFO:teuthology.orchestra.run.trial161.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-25T13:31:05.445 INFO:teuthology.orchestra.run.trial161.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-25T13:31:05.445 INFO:teuthology.orchestra.run.trial161.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-25T13:31:05.445 INFO:teuthology.orchestra.run.trial161.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-25T13:31:05.446 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:05.446 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:31:05.446 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:05.446 INFO:teuthology.orchestra.run.trial161.stdout:Install 10 Packages 2026-02-25T13:31:05.446 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:05.446 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 80 M 2026-02-25T13:31:05.446 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 331 M 2026-02-25T13:31:05.446 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:31:05.588 INFO:teuthology.orchestra.run.trial163.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 273 kB/s | 122 kB 00:00 2026-02-25T13:31:05.660 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:31:05.660 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:31:05.729 INFO:teuthology.orchestra.run.trial161.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 28 MB/s | 2.1 MB 00:00 2026-02-25T13:31:05.738 INFO:teuthology.orchestra.run.trial161.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 2.4 MB/s | 23 kB 00:00 2026-02-25T13:31:05.748 INFO:teuthology.orchestra.run.trial161.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 9.4 MB/s | 94 kB 00:00 2026-02-25T13:31:05.774 INFO:teuthology.orchestra.run.trial161.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 8.9 MB/s | 233 kB 00:00 2026-02-25T13:31:05.775 INFO:teuthology.orchestra.run.trial161.stdout:(5/10): libcephsqlite-20.3.0-5580.g506b402a.el9 1.3 MB/s | 159 kB 00:00 2026-02-25T13:31:05.801 INFO:teuthology.orchestra.run.trial161.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 11 MB/s | 303 kB 00:00 2026-02-25T13:31:05.808 INFO:teuthology.orchestra.run.trial161.stdout:(7/10): protobuf-3.14.0-17.el9.x86_64.rpm 30 MB/s | 1.0 MB 00:00 2026-02-25T13:31:05.808 INFO:teuthology.orchestra.run.trial161.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 9.0 MB/s | 64 kB 00:00 2026-02-25T13:31:05.965 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:31:05.972 INFO:teuthology.orchestra.run.trial161.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 742 kB/s | 122 kB 00:00 2026-02-25T13:31:05.973 INFO:teuthology.orchestra.run.trial042.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-25T13:31:05.981 INFO:teuthology.orchestra.run.trial042.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-25T13:31:05.987 INFO:teuthology.orchestra.run.trial042.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-25T13:31:05.991 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-25T13:31:05.996 INFO:teuthology.orchestra.run.trial042.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-25T13:31:05.998 INFO:teuthology.orchestra.run.trial042.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-25T13:31:06.008 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-25T13:31:06.016 INFO:teuthology.orchestra.run.trial042.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-25T13:31:06.017 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 9/10 2026-02-25T13:31:06.949 INFO:teuthology.orchestra.run.trial163.stdout:(10/10): ceph-test-20.3.0-5580.g506b402a.el9.x8 28 MB/s | 76 MB 00:02 2026-02-25T13:31:06.950 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:06.950 INFO:teuthology.orchestra.run.trial163.stdout:Total 26 MB/s | 80 MB 00:03 2026-02-25T13:31:07.012 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:31:07.024 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:31:07.024 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:31:07.302 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:31:07.302 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:31:07.606 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:31:07.614 INFO:teuthology.orchestra.run.trial163.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-25T13:31:07.623 INFO:teuthology.orchestra.run.trial163.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-25T13:31:07.628 INFO:teuthology.orchestra.run.trial163.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-25T13:31:07.633 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-25T13:31:07.638 INFO:teuthology.orchestra.run.trial163.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-25T13:31:07.640 INFO:teuthology.orchestra.run.trial163.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-25T13:31:07.649 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-25T13:31:07.657 INFO:teuthology.orchestra.run.trial163.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-25T13:31:07.658 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 9/10 2026-02-25T13:31:08.116 INFO:teuthology.orchestra.run.trial161.stdout:(10/10): ceph-test-20.3.0-5580.g506b402a.el9.x8 31 MB/s | 76 MB 00:02 2026-02-25T13:31:08.117 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:08.118 INFO:teuthology.orchestra.run.trial161.stdout:Total 30 MB/s | 80 MB 00:02 2026-02-25T13:31:08.185 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:31:08.196 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:31:08.196 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:31:08.474 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:31:08.474 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:31:08.782 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:31:08.791 INFO:teuthology.orchestra.run.trial161.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-25T13:31:08.799 INFO:teuthology.orchestra.run.trial161.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-25T13:31:08.804 INFO:teuthology.orchestra.run.trial161.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-25T13:31:08.809 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-25T13:31:08.815 INFO:teuthology.orchestra.run.trial161.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-25T13:31:08.816 INFO:teuthology.orchestra.run.trial161.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-25T13:31:08.826 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-25T13:31:08.834 INFO:teuthology.orchestra.run.trial161.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-25T13:31:08.835 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 9/10 2026-02-25T13:31:09.429 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 9/10 2026-02-25T13:31:09.450 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 10/10 2026-02-25T13:31:09.787 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 10/10 2026-02-25T13:31:09.788 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 1/10 2026-02-25T13:31:09.788 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 2/10 2026-02-25T13:31:09.788 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-25T13:31:09.788 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-25T13:31:09.788 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-25T13:31:09.788 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-25T13:31:09.788 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-25T13:31:09.788 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-25T13:31:09.788 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:09.848 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:09.885 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph 2026-02-25T13:31:10.191 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:21 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:10.280 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout:======================================================================================= 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: Package Arch Version Repository Size 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout:======================================================================================= 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: ceph x86_64 2:20.3.0-5580.g506b402a.el9 ceph 6.5 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout:Installing dependencies: 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 57 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mds x86_64 2:20.3.0-5580.g506b402a.el9 ceph 2.4 M 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr x86_64 2:20.3.0-5580.g506b402a.el9 ceph 954 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 300 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mon x86_64 2:20.3.0-5580.g506b402a.el9 ceph 5.0 M 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: ceph-osd x86_64 2:20.3.0-5580.g506b402a.el9 ceph 166 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: ceph-osd-classic x86_64 2:20.3.0-5580.g506b402a.el9 ceph 16 M 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: ceph-osd-crimson x86_64 2:20.3.0-5580.g506b402a.el9 ceph 19 M 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 17 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: cephadm noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 1.0 M 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-25T13:31:10.283 INFO:teuthology.orchestra.run.trial042.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-25T13:31:10.284 INFO:teuthology.orchestra.run.trial042.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout:Installing weak dependencies: 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 185 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 15 M 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 7.4 M 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 22 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-rook noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 50 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: ceph-volume noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 301 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout:======================================================================================= 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout:Install 95 Packages 2026-02-25T13:31:10.285 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:10.286 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 123 M 2026-02-25T13:31:10.286 INFO:teuthology.orchestra.run.trial042.stdout:Installed size: 656 M 2026-02-25T13:31:10.286 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:31:10.630 INFO:teuthology.orchestra.run.trial042.stdout:(1/95): ceph-20.3.0-5580.g506b402a.el9.x86_64.r 122 kB/s | 6.5 kB 00:00 2026-02-25T13:31:10.695 INFO:teuthology.orchestra.run.trial042.stdout:(2/95): ceph-mgr-20.3.0-5580.g506b402a.el9.x86_ 7.9 MB/s | 954 kB 00:00 2026-02-25T13:31:10.717 INFO:teuthology.orchestra.run.trial042.stdout:(3/95): ceph-osd-20.3.0-5580.g506b402a.el9.x86_ 7.6 MB/s | 166 kB 00:00 2026-02-25T13:31:10.745 INFO:teuthology.orchestra.run.trial042.stdout:(4/95): ceph-mds-20.3.0-5580.g506b402a.el9.x86_ 14 MB/s | 2.4 MB 00:00 2026-02-25T13:31:10.944 INFO:teuthology.orchestra.run.trial042.stdout:(5/95): ceph-mon-20.3.0-5580.g506b402a.el9.x86_ 16 MB/s | 5.0 MB 00:00 2026-02-25T13:31:10.991 INFO:teuthology.orchestra.run.trial042.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5580.g50 1.2 MB/s | 57 kB 00:00 2026-02-25T13:31:11.021 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 9/10 2026-02-25T13:31:11.040 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 10/10 2026-02-25T13:31:11.042 INFO:teuthology.orchestra.run.trial042.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5580.g506b402a. 3.5 MB/s | 185 kB 00:00 2026-02-25T13:31:11.342 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 10/10 2026-02-25T13:31:11.342 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 1/10 2026-02-25T13:31:11.342 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 2/10 2026-02-25T13:31:11.342 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-25T13:31:11.342 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-25T13:31:11.342 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-25T13:31:11.342 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-25T13:31:11.342 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-25T13:31:11.342 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-25T13:31:11.342 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:31:11.402 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:31:11.440 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph 2026-02-25T13:31:11.543 INFO:teuthology.orchestra.run.trial042.stdout:(8/95): ceph-osd-crimson-20.3.0-5580.g506b402a. 24 MB/s | 19 MB 00:00 2026-02-25T13:31:11.563 INFO:teuthology.orchestra.run.trial042.stdout:(9/95): ceph-osd-classic-20.3.0-5580.g506b402a. 18 MB/s | 16 MB 00:00 2026-02-25T13:31:11.590 INFO:teuthology.orchestra.run.trial042.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5580.g506b40 827 kB/s | 22 kB 00:00 2026-02-25T13:31:11.633 INFO:teuthology.orchestra.run.trial042.stdout:(11/95): ceph-mgr-modules-core-20.3.0-5580.g506 6.8 MB/s | 300 kB 00:00 2026-02-25T13:31:11.671 INFO:teuthology.orchestra.run.trial042.stdout:(12/95): ceph-mgr-rook-20.3.0-5580.g506b402a.el 1.3 MB/s | 50 kB 00:00 2026-02-25T13:31:11.710 INFO:teuthology.orchestra.run.trial042.stdout:(13/95): ceph-prometheus-alerts-20.3.0-5580.g50 451 kB/s | 17 kB 00:00 2026-02-25T13:31:11.753 INFO:teuthology.orchestra.run.trial042.stdout:(14/95): ceph-volume-20.3.0-5580.g506b402a.el9. 6.8 MB/s | 301 kB 00:00 2026-02-25T13:31:11.754 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:00:22 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:11.778 INFO:teuthology.orchestra.run.trial042.stdout:(15/95): ceph-mgr-diskprediction-local-20.3.0-5 32 MB/s | 7.4 MB 00:00 2026-02-25T13:31:11.804 INFO:teuthology.orchestra.run.trial042.stdout:(16/95): cephadm-20.3.0-5580.g506b402a.el9.noar 20 MB/s | 1.0 MB 00:00 2026-02-25T13:31:11.842 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:31:11.843 INFO:teuthology.orchestra.run.trial042.stdout:(17/95): ceph-mgr-dashboard-20.3.0-5580.g506b40 19 MB/s | 15 MB 00:00 2026-02-25T13:31:11.844 INFO:teuthology.orchestra.run.trial163.stdout:======================================================================================= 2026-02-25T13:31:11.844 INFO:teuthology.orchestra.run.trial163.stdout: Package Arch Version Repository Size 2026-02-25T13:31:11.844 INFO:teuthology.orchestra.run.trial163.stdout:======================================================================================= 2026-02-25T13:31:11.844 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout: ceph x86_64 2:20.3.0-5580.g506b402a.el9 ceph 6.5 k 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout:Installing dependencies: 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 57 k 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mds x86_64 2:20.3.0-5580.g506b402a.el9 ceph 2.4 M 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr x86_64 2:20.3.0-5580.g506b402a.el9 ceph 954 k 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 300 k 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mon x86_64 2:20.3.0-5580.g506b402a.el9 ceph 5.0 M 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout: ceph-osd x86_64 2:20.3.0-5580.g506b402a.el9 ceph 166 k 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout: ceph-osd-classic x86_64 2:20.3.0-5580.g506b402a.el9 ceph 16 M 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout: ceph-osd-crimson x86_64 2:20.3.0-5580.g506b402a.el9 ceph 19 M 2026-02-25T13:31:11.845 INFO:teuthology.orchestra.run.trial163.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 17 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: cephadm noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 1.0 M 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-25T13:31:11.846 INFO:teuthology.orchestra.run.trial163.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-25T13:31:11.847 INFO:teuthology.orchestra.run.trial163.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-25T13:31:11.848 INFO:teuthology.orchestra.run.trial163.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-25T13:31:11.849 INFO:teuthology.orchestra.run.trial163.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-25T13:31:11.850 INFO:teuthology.orchestra.run.trial163.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout:Installing weak dependencies: 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 185 k 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 15 M 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 7.4 M 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 22 k 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-rook noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 50 k 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout: ceph-volume noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 301 k 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout:======================================================================================= 2026-02-25T13:31:11.851 INFO:teuthology.orchestra.run.trial163.stdout:Install 95 Packages 2026-02-25T13:31:11.852 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:31:11.852 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 123 M 2026-02-25T13:31:11.852 INFO:teuthology.orchestra.run.trial163.stdout:Installed size: 656 M 2026-02-25T13:31:11.852 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:31:11.863 INFO:teuthology.orchestra.run.trial042.stdout:(18/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 4.0 MB/s | 351 kB 00:00 2026-02-25T13:31:11.880 INFO:teuthology.orchestra.run.trial042.stdout:(19/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 536 kB/s | 40 kB 00:00 2026-02-25T13:31:11.881 INFO:teuthology.orchestra.run.trial042.stdout:(20/95): libconfig-1.7.2-9.el9.x86_64.rpm 1.9 MB/s | 72 kB 00:00 2026-02-25T13:31:11.904 INFO:teuthology.orchestra.run.trial042.stdout:(21/95): libgfortran-11.5.0-14.el9.x86_64.rpm 19 MB/s | 794 kB 00:00 2026-02-25T13:31:11.915 INFO:teuthology.orchestra.run.trial042.stdout:(22/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 7.4 MB/s | 253 kB 00:00 2026-02-25T13:31:11.916 INFO:teuthology.orchestra.run.trial042.stdout:(23/95): libquadmath-11.5.0-14.el9.x86_64.rpm 5.0 MB/s | 184 kB 00:00 2026-02-25T13:31:11.939 INFO:teuthology.orchestra.run.trial042.stdout:(24/95): python3-cryptography-36.0.1-5.el9.x86_ 35 MB/s | 1.2 MB 00:00 2026-02-25T13:31:11.942 INFO:teuthology.orchestra.run.trial042.stdout:(25/95): python3-ply-3.11-14.el9.noarch.rpm 3.9 MB/s | 106 kB 00:00 2026-02-25T13:31:11.946 INFO:teuthology.orchestra.run.trial042.stdout:(26/95): python3-pycparser-2.20-6.el9.noarch.rp 4.3 MB/s | 135 kB 00:00 2026-02-25T13:31:11.970 INFO:teuthology.orchestra.run.trial042.stdout:(27/95): python3-requests-2.25.1-10.el9.noarch. 4.1 MB/s | 126 kB 00:00 2026-02-25T13:31:11.974 INFO:teuthology.orchestra.run.trial042.stdout:(28/95): python3-urllib3-1.26.5-7.el9.noarch.rp 6.6 MB/s | 218 kB 00:00 2026-02-25T13:31:11.980 INFO:teuthology.orchestra.run.trial042.stdout:(29/95): unzip-6.0-59.el9.x86_64.rpm 5.3 MB/s | 182 kB 00:00 2026-02-25T13:31:12.002 INFO:teuthology.orchestra.run.trial042.stdout:(30/95): zip-3.0-35.el9.x86_64.rpm 8.1 MB/s | 266 kB 00:00 2026-02-25T13:31:12.262 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 9/10 2026-02-25T13:31:12.281 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 10/10 2026-02-25T13:31:12.405 INFO:teuthology.orchestra.run.trial163.stdout:(1/95): ceph-20.3.0-5580.g506b402a.el9.x86_64.r 128 kB/s | 6.5 kB 00:00 2026-02-25T13:31:12.494 INFO:teuthology.orchestra.run.trial163.stdout:(2/95): ceph-mgr-20.3.0-5580.g506b402a.el9.x86_ 6.7 MB/s | 954 kB 00:00 2026-02-25T13:31:12.523 INFO:teuthology.orchestra.run.trial163.stdout:(3/95): ceph-mds-20.3.0-5580.g506b402a.el9.x86_ 14 MB/s | 2.4 MB 00:00 2026-02-25T13:31:12.526 INFO:teuthology.orchestra.run.trial163.stdout:(4/95): ceph-osd-20.3.0-5580.g506b402a.el9.x86_ 5.0 MB/s | 166 kB 00:00 2026-02-25T13:31:12.532 INFO:teuthology.orchestra.run.trial042.stdout:(31/95): flexiblas-3.0.4-9.el9.x86_64.rpm 53 kB/s | 30 kB 00:00 2026-02-25T13:31:12.561 INFO:teuthology.orchestra.run.trial042.stdout:(32/95): flexiblas-openblas-openmp-3.0.4-9.el9. 27 kB/s | 15 kB 00:00 2026-02-25T13:31:12.584 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 10/10 2026-02-25T13:31:12.584 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 1/10 2026-02-25T13:31:12.584 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 2/10 2026-02-25T13:31:12.584 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-25T13:31:12.584 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-25T13:31:12.585 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-25T13:31:12.585 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-25T13:31:12.585 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-25T13:31:12.585 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-25T13:31:12.585 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: ceph-test-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: libcephsqlite-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-25T13:31:12.644 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:12.645 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:12.659 INFO:teuthology.orchestra.run.trial163.stdout:(5/95): ceph-mon-20.3.0-5580.g506b402a.el9.x86_ 20 MB/s | 5.0 MB 00:00 2026-02-25T13:31:12.679 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph 2026-02-25T13:31:12.702 INFO:teuthology.orchestra.run.trial163.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5580.g50 1.3 MB/s | 57 kB 00:00 2026-02-25T13:31:12.749 INFO:teuthology.orchestra.run.trial163.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5580.g506b402a. 3.8 MB/s | 185 kB 00:00 2026-02-25T13:31:12.849 INFO:teuthology.orchestra.run.trial042.stdout:(33/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 778 kB/s | 246 kB 00:00 2026-02-25T13:31:12.877 INFO:teuthology.orchestra.run.trial042.stdout:(34/95): lua-5.4.4-4.el9.x86_64.rpm 596 kB/s | 188 kB 00:00 2026-02-25T13:31:13.002 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:22 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:13.006 INFO:teuthology.orchestra.run.trial042.stdout:(35/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 2.9 MB/s | 3.0 MB 00:01 2026-02-25T13:31:13.007 INFO:teuthology.orchestra.run.trial042.stdout:(36/95): openblas-0.3.29-1.el9.x86_64.rpm 266 kB/s | 42 kB 00:00 2026-02-25T13:31:13.089 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:13.092 INFO:teuthology.orchestra.run.trial161.stdout:======================================================================================= 2026-02-25T13:31:13.093 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repository Size 2026-02-25T13:31:13.093 INFO:teuthology.orchestra.run.trial161.stdout:======================================================================================= 2026-02-25T13:31:13.093 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:31:13.093 INFO:teuthology.orchestra.run.trial161.stdout: ceph x86_64 2:20.3.0-5580.g506b402a.el9 ceph 6.5 k 2026-02-25T13:31:13.093 INFO:teuthology.orchestra.run.trial161.stdout:Installing dependencies: 2026-02-25T13:31:13.093 INFO:teuthology.orchestra.run.trial161.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-25T13:31:13.093 INFO:teuthology.orchestra.run.trial161.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 57 k 2026-02-25T13:31:13.093 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mds x86_64 2:20.3.0-5580.g506b402a.el9 ceph 2.4 M 2026-02-25T13:31:13.093 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr x86_64 2:20.3.0-5580.g506b402a.el9 ceph 954 k 2026-02-25T13:31:13.093 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 300 k 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mon x86_64 2:20.3.0-5580.g506b402a.el9 ceph 5.0 M 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd x86_64 2:20.3.0-5580.g506b402a.el9 ceph 166 k 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd-classic x86_64 2:20.3.0-5580.g506b402a.el9 ceph 16 M 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd-crimson x86_64 2:20.3.0-5580.g506b402a.el9 ceph 19 M 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 17 k 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: cephadm noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 1.0 M 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-25T13:31:13.094 INFO:teuthology.orchestra.run.trial161.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-25T13:31:13.095 INFO:teuthology.orchestra.run.trial161.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-25T13:31:13.096 INFO:teuthology.orchestra.run.trial161.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-25T13:31:13.096 INFO:teuthology.orchestra.run.trial161.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-25T13:31:13.096 INFO:teuthology.orchestra.run.trial161.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-25T13:31:13.096 INFO:teuthology.orchestra.run.trial161.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-25T13:31:13.096 INFO:teuthology.orchestra.run.trial161.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-25T13:31:13.096 INFO:teuthology.orchestra.run.trial161.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-25T13:31:13.096 INFO:teuthology.orchestra.run.trial161.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-25T13:31:13.096 INFO:teuthology.orchestra.run.trial161.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-25T13:31:13.096 INFO:teuthology.orchestra.run.trial161.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-25T13:31:13.096 INFO:teuthology.orchestra.run.trial161.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-25T13:31:13.097 INFO:teuthology.orchestra.run.trial161.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-25T13:31:13.097 INFO:teuthology.orchestra.run.trial161.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-25T13:31:13.097 INFO:teuthology.orchestra.run.trial161.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-25T13:31:13.097 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-25T13:31:13.097 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-25T13:31:13.097 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-25T13:31:13.097 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-25T13:31:13.098 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-25T13:31:13.098 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-25T13:31:13.098 INFO:teuthology.orchestra.run.trial161.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-25T13:31:13.098 INFO:teuthology.orchestra.run.trial161.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-25T13:31:13.098 INFO:teuthology.orchestra.run.trial161.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-25T13:31:13.099 INFO:teuthology.orchestra.run.trial161.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-25T13:31:13.099 INFO:teuthology.orchestra.run.trial161.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-25T13:31:13.099 INFO:teuthology.orchestra.run.trial161.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-25T13:31:13.099 INFO:teuthology.orchestra.run.trial161.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-25T13:31:13.099 INFO:teuthology.orchestra.run.trial161.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-25T13:31:13.099 INFO:teuthology.orchestra.run.trial161.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-25T13:31:13.099 INFO:teuthology.orchestra.run.trial161.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-25T13:31:13.100 INFO:teuthology.orchestra.run.trial161.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-25T13:31:13.101 INFO:teuthology.orchestra.run.trial161.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-25T13:31:13.102 INFO:teuthology.orchestra.run.trial161.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-25T13:31:13.102 INFO:teuthology.orchestra.run.trial161.stdout:Installing weak dependencies: 2026-02-25T13:31:13.102 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 185 k 2026-02-25T13:31:13.102 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 15 M 2026-02-25T13:31:13.102 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 7.4 M 2026-02-25T13:31:13.102 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 22 k 2026-02-25T13:31:13.102 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-rook noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 50 k 2026-02-25T13:31:13.102 INFO:teuthology.orchestra.run.trial161.stdout: ceph-volume noarch 2:20.3.0-5580.g506b402a.el9 ceph-noarch 301 k 2026-02-25T13:31:13.102 INFO:teuthology.orchestra.run.trial161.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-25T13:31:13.102 INFO:teuthology.orchestra.run.trial161.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-25T13:31:13.102 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:13.103 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:31:13.103 INFO:teuthology.orchestra.run.trial161.stdout:======================================================================================= 2026-02-25T13:31:13.103 INFO:teuthology.orchestra.run.trial161.stdout:Install 95 Packages 2026-02-25T13:31:13.103 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:13.104 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 123 M 2026-02-25T13:31:13.104 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 656 M 2026-02-25T13:31:13.104 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:31:13.167 INFO:teuthology.orchestra.run.trial042.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 1.5 MB/s | 244 kB 00:00 2026-02-25T13:31:13.198 INFO:teuthology.orchestra.run.trial163.stdout:(8/95): ceph-osd-classic-20.3.0-5580.g506b402a. 23 MB/s | 16 MB 00:00 2026-02-25T13:31:13.341 INFO:teuthology.orchestra.run.trial042.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.4 MB/s | 249 kB 00:00 2026-02-25T13:31:13.379 INFO:teuthology.orchestra.run.trial042.stdout:(39/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 11 MB/s | 5.3 MB 00:00 2026-02-25T13:31:13.492 INFO:teuthology.orchestra.run.trial042.stdout:(40/95): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 6.0 MB 00:00 2026-02-25T13:31:13.499 INFO:teuthology.orchestra.run.trial042.stdout:(41/95): python3-jmespath-1.0.1-1.el9.noarch.rp 301 kB/s | 48 kB 00:00 2026-02-25T13:31:13.539 INFO:teuthology.orchestra.run.trial042.stdout:(42/95): python3-libstoragemgmt-1.10.1-1.el9.x8 1.1 MB/s | 177 kB 00:00 2026-02-25T13:31:13.568 INFO:teuthology.orchestra.run.trial163.stdout:(9/95): ceph-mgr-dashboard-20.3.0-5580.g506b402 18 MB/s | 15 MB 00:00 2026-02-25T13:31:13.576 INFO:teuthology.orchestra.run.trial163.stdout:(10/95): ceph-mgr-diskprediction-local-20.3.0-5 20 MB/s | 7.4 MB 00:00 2026-02-25T13:31:13.602 INFO:teuthology.orchestra.run.trial163.stdout:(11/95): ceph-osd-crimson-20.3.0-5580.g506b402a 18 MB/s | 19 MB 00:01 2026-02-25T13:31:13.603 INFO:teuthology.orchestra.run.trial163.stdout:(12/95): ceph-mgr-k8sevents-20.3.0-5580.g506b40 638 kB/s | 22 kB 00:00 2026-02-25T13:31:13.604 INFO:teuthology.orchestra.run.trial163.stdout:(13/95): ceph-mgr-modules-core-20.3.0-5580.g506 11 MB/s | 300 kB 00:00 2026-02-25T13:31:13.614 INFO:teuthology.orchestra.run.trial163.stdout:(14/95): ceph-mgr-rook-20.3.0-5580.g506b402a.el 4.2 MB/s | 50 kB 00:00 2026-02-25T13:31:13.614 INFO:teuthology.orchestra.run.trial163.stdout:(15/95): ceph-prometheus-alerts-20.3.0-5580.g50 1.5 MB/s | 17 kB 00:00 2026-02-25T13:31:13.616 INFO:teuthology.orchestra.run.trial163.stdout:(16/95): ceph-volume-20.3.0-5580.g506b402a.el9. 24 MB/s | 301 kB 00:00 2026-02-25T13:31:13.639 INFO:teuthology.orchestra.run.trial163.stdout:(17/95): cephadm-20.3.0-5580.g506b402a.el9.noar 42 MB/s | 1.0 MB 00:00 2026-02-25T13:31:13.656 INFO:teuthology.orchestra.run.trial042.stdout:(43/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 7.5 MB/s | 1.2 MB 00:00 2026-02-25T13:31:13.657 INFO:teuthology.orchestra.run.trial042.stdout:(44/95): python3-markupsafe-1.1.1-12.el9.x86_64 219 kB/s | 35 kB 00:00 2026-02-25T13:31:13.696 INFO:teuthology.orchestra.run.trial163.stdout:(18/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 510 kB/s | 40 kB 00:00 2026-02-25T13:31:13.725 INFO:teuthology.orchestra.run.trial163.stdout:(19/95): libconfig-1.7.2-9.el9.x86_64.rpm 836 kB/s | 72 kB 00:00 2026-02-25T13:31:13.729 INFO:teuthology.orchestra.run.trial161.stdout:(1/95): ceph-20.3.0-5580.g506b402a.el9.x86_64.r 126 kB/s | 6.5 kB 00:00 2026-02-25T13:31:13.760 INFO:teuthology.orchestra.run.trial163.stdout:(20/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.4 MB/s | 351 kB 00:00 2026-02-25T13:31:13.780 INFO:teuthology.orchestra.run.trial163.stdout:(21/95): libquadmath-11.5.0-14.el9.x86_64.rpm 3.3 MB/s | 184 kB 00:00 2026-02-25T13:31:13.789 INFO:teuthology.orchestra.run.trial163.stdout:(22/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 8.4 MB/s | 253 kB 00:00 2026-02-25T13:31:13.794 INFO:teuthology.orchestra.run.trial042.stdout:(45/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 24 MB/s | 6.1 MB 00:00 2026-02-25T13:31:13.804 INFO:teuthology.orchestra.run.trial163.stdout:(23/95): libgfortran-11.5.0-14.el9.x86_64.rpm 7.2 MB/s | 794 kB 00:00 2026-02-25T13:31:13.813 INFO:teuthology.orchestra.run.trial163.stdout:(24/95): python3-ply-3.11-14.el9.noarch.rpm 4.5 MB/s | 106 kB 00:00 2026-02-25T13:31:13.815 INFO:teuthology.orchestra.run.trial042.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 487 kB/s | 77 kB 00:00 2026-02-25T13:31:13.817 INFO:teuthology.orchestra.run.trial042.stdout:(47/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 2.7 MB/s | 442 kB 00:00 2026-02-25T13:31:13.817 INFO:teuthology.orchestra.run.trial161.stdout:(2/95): ceph-mgr-20.3.0-5580.g506b402a.el9.x86_ 6.7 MB/s | 954 kB 00:00 2026-02-25T13:31:13.826 INFO:teuthology.orchestra.run.trial163.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 6.0 MB/s | 135 kB 00:00 2026-02-25T13:31:13.836 INFO:teuthology.orchestra.run.trial163.stdout:(26/95): python3-requests-2.25.1-10.el9.noarch. 5.3 MB/s | 126 kB 00:00 2026-02-25T13:31:13.846 INFO:teuthology.orchestra.run.trial161.stdout:(3/95): ceph-mds-20.3.0-5580.g506b402a.el9.x86_ 14 MB/s | 2.4 MB 00:00 2026-02-25T13:31:13.849 INFO:teuthology.orchestra.run.trial163.stdout:(27/95): python3-urllib3-1.26.5-7.el9.noarch.rp 9.4 MB/s | 218 kB 00:00 2026-02-25T13:31:13.850 INFO:teuthology.orchestra.run.trial161.stdout:(4/95): ceph-osd-20.3.0-5580.g506b402a.el9.x86_ 5.0 MB/s | 166 kB 00:00 2026-02-25T13:31:13.859 INFO:teuthology.orchestra.run.trial163.stdout:(28/95): python3-cryptography-36.0.1-5.el9.x86_ 16 MB/s | 1.2 MB 00:00 2026-02-25T13:31:13.862 INFO:teuthology.orchestra.run.trial163.stdout:(29/95): unzip-6.0-59.el9.x86_64.rpm 7.0 MB/s | 182 kB 00:00 2026-02-25T13:31:13.872 INFO:teuthology.orchestra.run.trial163.stdout:(30/95): zip-3.0-35.el9.x86_64.rpm 11 MB/s | 266 kB 00:00 2026-02-25T13:31:13.886 INFO:teuthology.orchestra.run.trial163.stdout:(31/95): flexiblas-3.0.4-9.el9.x86_64.rpm 1.1 MB/s | 30 kB 00:00 2026-02-25T13:31:13.896 INFO:teuthology.orchestra.run.trial163.stdout:(32/95): flexiblas-openblas-openmp-3.0.4-9.el9. 612 kB/s | 15 kB 00:00 2026-02-25T13:31:13.919 INFO:teuthology.orchestra.run.trial163.stdout:(33/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 7.4 MB/s | 246 kB 00:00 2026-02-25T13:31:13.924 INFO:teuthology.orchestra.run.trial163.stdout:(34/95): lua-5.4.4-4.el9.x86_64.rpm 6.6 MB/s | 188 kB 00:00 2026-02-25T13:31:13.928 INFO:teuthology.orchestra.run.trial163.stdout:(35/95): openblas-0.3.29-1.el9.x86_64.rpm 4.5 MB/s | 42 kB 00:00 2026-02-25T13:31:13.948 INFO:teuthology.orchestra.run.trial163.stdout:(36/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 35 MB/s | 3.0 MB 00:00 2026-02-25T13:31:13.953 INFO:teuthology.orchestra.run.trial042.stdout:(48/95): python3-protobuf-3.14.0-17.el9.noarch. 1.6 MB/s | 267 kB 00:00 2026-02-25T13:31:13.961 INFO:teuthology.orchestra.run.trial163.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 19 MB/s | 244 kB 00:00 2026-02-25T13:31:13.974 INFO:teuthology.orchestra.run.trial163.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 20 MB/s | 249 kB 00:00 2026-02-25T13:31:13.975 INFO:teuthology.orchestra.run.trial042.stdout:(49/95): python3-pyasn1-0.4.8-7.el9.noarch.rpm 985 kB/s | 157 kB 00:00 2026-02-25T13:31:13.978 INFO:teuthology.orchestra.run.trial042.stdout:(50/95): python3-pyasn1-modules-0.4.8-7.el9.noa 1.7 MB/s | 277 kB 00:00 2026-02-25T13:31:13.981 INFO:teuthology.orchestra.run.trial161.stdout:(5/95): ceph-mon-20.3.0-5580.g506b402a.el9.x86_ 20 MB/s | 5.0 MB 00:00 2026-02-25T13:31:13.983 INFO:teuthology.orchestra.run.trial163.stdout:(39/95): python3-jmespath-1.0.1-1.el9.noarch.rp 4.8 MB/s | 48 kB 00:00 2026-02-25T13:31:13.995 INFO:teuthology.orchestra.run.trial163.stdout:(40/95): python3-libstoragemgmt-1.10.1-1.el9.x8 16 MB/s | 177 kB 00:00 2026-02-25T13:31:14.010 INFO:teuthology.orchestra.run.trial163.stdout:(41/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 79 MB/s | 1.2 MB 00:00 2026-02-25T13:31:14.020 INFO:teuthology.orchestra.run.trial163.stdout:(42/95): python3-markupsafe-1.1.1-12.el9.x86_64 3.4 MB/s | 35 kB 00:00 2026-02-25T13:31:14.021 INFO:teuthology.orchestra.run.trial161.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5580.g50 1.4 MB/s | 57 kB 00:00 2026-02-25T13:31:14.061 INFO:teuthology.orchestra.run.trial163.stdout:(43/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 151 MB/s | 6.1 MB 00:00 2026-02-25T13:31:14.067 INFO:teuthology.orchestra.run.trial163.stdout:(44/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 37 MB/s | 5.3 MB 00:00 2026-02-25T13:31:14.068 INFO:teuthology.orchestra.run.trial161.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5580.g506b402a. 3.9 MB/s | 185 kB 00:00 2026-02-25T13:31:14.074 INFO:teuthology.orchestra.run.trial163.stdout:(45/95): python3-babel-2.9.1-2.el9.noarch.rpm 41 MB/s | 6.0 MB 00:00 2026-02-25T13:31:14.076 INFO:teuthology.orchestra.run.trial163.stdout:(46/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 29 MB/s | 442 kB 00:00 2026-02-25T13:31:14.077 INFO:teuthology.orchestra.run.trial163.stdout:(47/95): python3-packaging-20.9-5.el9.noarch.rp 7.3 MB/s | 77 kB 00:00 2026-02-25T13:31:14.086 INFO:teuthology.orchestra.run.trial163.stdout:(48/95): python3-protobuf-3.14.0-17.el9.noarch. 22 MB/s | 267 kB 00:00 2026-02-25T13:31:14.088 INFO:teuthology.orchestra.run.trial163.stdout:(49/95): python3-pyasn1-0.4.8-7.el9.noarch.rpm 13 MB/s | 157 kB 00:00 2026-02-25T13:31:14.089 INFO:teuthology.orchestra.run.trial163.stdout:(50/95): python3-pyasn1-modules-0.4.8-7.el9.noa 23 MB/s | 277 kB 00:00 2026-02-25T13:31:14.096 INFO:teuthology.orchestra.run.trial163.stdout:(51/95): python3-requests-oauthlib-1.3.0-12.el9 5.3 MB/s | 54 kB 00:00 2026-02-25T13:31:14.100 INFO:teuthology.orchestra.run.trial163.stdout:(52/95): python3-toml-0.10.2-6.el9.noarch.rpm 4.1 MB/s | 42 kB 00:00 2026-02-25T13:31:14.109 INFO:teuthology.orchestra.run.trial163.stdout:(53/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 16 MB/s | 189 kB 00:00 2026-02-25T13:31:14.109 INFO:teuthology.orchestra.run.trial163.stdout:(54/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 9.1 MB/s | 90 kB 00:00 2026-02-25T13:31:14.116 INFO:teuthology.orchestra.run.trial042.stdout:(51/95): python3-requests-oauthlib-1.3.0-12.el9 330 kB/s | 54 kB 00:00 2026-02-25T13:31:14.137 INFO:teuthology.orchestra.run.trial042.stdout:(52/95): python3-toml-0.10.2-6.el9.noarch.rpm 262 kB/s | 42 kB 00:00 2026-02-25T13:31:14.190 INFO:teuthology.orchestra.run.trial163.stdout:(55/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 190 MB/s | 19 MB 00:00 2026-02-25T13:31:14.275 INFO:teuthology.orchestra.run.trial042.stdout:(53/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.2 MB/s | 189 kB 00:00 2026-02-25T13:31:14.299 INFO:teuthology.orchestra.run.trial042.stdout:(54/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 558 kB/s | 90 kB 00:00 2026-02-25T13:31:14.360 INFO:teuthology.orchestra.run.trial042.stdout:(55/95): lua-devel-5.4.4-4.el9.x86_64.rpm 261 kB/s | 22 kB 00:00 2026-02-25T13:31:14.445 INFO:teuthology.orchestra.run.trial042.stdout:(56/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 6.4 MB/s | 551 kB 00:00 2026-02-25T13:31:14.455 INFO:teuthology.orchestra.run.trial042.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 1.9 MB/s | 19 kB 00:00 2026-02-25T13:31:14.467 INFO:teuthology.orchestra.run.trial042.stdout:(58/95): luarocks-3.9.2-5.el9.noarch.rpm 12 MB/s | 151 kB 00:00 2026-02-25T13:31:14.497 INFO:teuthology.orchestra.run.trial042.stdout:(59/95): python3-asyncssh-2.13.2-5.el9.noarch.r 18 MB/s | 548 kB 00:00 2026-02-25T13:31:14.500 INFO:teuthology.orchestra.run.trial042.stdout:(60/95): protobuf-compiler-3.14.0-17.el9.x86_64 4.2 MB/s | 862 kB 00:00 2026-02-25T13:31:14.509 INFO:teuthology.orchestra.run.trial042.stdout:(61/95): python3-autocommand-2.2.2-8.el9.noarch 2.5 MB/s | 29 kB 00:00 2026-02-25T13:31:14.513 INFO:teuthology.orchestra.run.trial161.stdout:(8/95): ceph-osd-classic-20.3.0-5580.g506b402a. 23 MB/s | 16 MB 00:00 2026-02-25T13:31:14.530 INFO:teuthology.orchestra.run.trial042.stdout:(62/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 2.0 MB/s | 43 kB 00:00 2026-02-25T13:31:14.538 INFO:teuthology.orchestra.run.trial042.stdout:(63/95): python3-backports-tarfile-1.2.0-1.el9. 1.5 MB/s | 60 kB 00:00 2026-02-25T13:31:14.541 INFO:teuthology.orchestra.run.trial042.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 2.9 MB/s | 32 kB 00:00 2026-02-25T13:31:14.548 INFO:teuthology.orchestra.run.trial042.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 1.4 MB/s | 14 kB 00:00 2026-02-25T13:31:14.555 INFO:teuthology.orchestra.run.trial042.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 12 MB/s | 173 kB 00:00 2026-02-25T13:31:14.576 INFO:teuthology.orchestra.run.trial042.stdout:(67/95): python3-google-auth-2.45.0-1.el9.noarc 12 MB/s | 254 kB 00:00 2026-02-25T13:31:14.579 INFO:teuthology.orchestra.run.trial042.stdout:(68/95): python3-cherrypy-18.6.1-2.el9.noarch.r 11 MB/s | 358 kB 00:00 2026-02-25T13:31:14.591 INFO:teuthology.orchestra.run.trial042.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 12 MB/s | 144 kB 00:00 2026-02-25T13:31:14.604 INFO:teuthology.orchestra.run.trial042.stdout:(70/95): python3-influxdb-5.3.1-1.el9.noarch.rp 11 MB/s | 139 kB 00:00 2026-02-25T13:31:14.614 INFO:teuthology.orchestra.run.trial042.stdout:(71/95): python3-isodate-0.6.1-3.el9.noarch.rpm 5.3 MB/s | 56 kB 00:00 2026-02-25T13:31:14.624 INFO:teuthology.orchestra.run.trial042.stdout:(72/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 1.1 MB/s | 11 kB 00:00 2026-02-25T13:31:14.629 INFO:teuthology.orchestra.run.trial042.stdout:(73/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 38 MB/s | 2.0 MB 00:00 2026-02-25T13:31:14.633 INFO:teuthology.orchestra.run.trial042.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 1.8 MB/s | 18 kB 00:00 2026-02-25T13:31:14.640 INFO:teuthology.orchestra.run.trial042.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 2.0 MB/s | 23 kB 00:00 2026-02-25T13:31:14.643 INFO:teuthology.orchestra.run.trial042.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 2.0 MB/s | 20 kB 00:00 2026-02-25T13:31:14.651 INFO:teuthology.orchestra.run.trial042.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 1.7 MB/s | 19 kB 00:00 2026-02-25T13:31:14.653 INFO:teuthology.orchestra.run.trial042.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 2.6 MB/s | 26 kB 00:00 2026-02-25T13:31:14.656 INFO:teuthology.orchestra.run.trial163.stdout:(56/95): lua-devel-5.4.4-4.el9.x86_64.rpm 41 kB/s | 22 kB 00:00 2026-02-25T13:31:14.664 INFO:teuthology.orchestra.run.trial042.stdout:(79/95): python3-more-itertools-8.12.0-2.el9.no 7.1 MB/s | 79 kB 00:00 2026-02-25T13:31:14.669 INFO:teuthology.orchestra.run.trial042.stdout:(80/95): python3-kubernetes-26.1.0-3.el9.noarch 59 MB/s | 1.0 MB 00:00 2026-02-25T13:31:14.675 INFO:teuthology.orchestra.run.trial042.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 7.7 MB/s | 86 kB 00:00 2026-02-25T13:31:14.680 INFO:teuthology.orchestra.run.trial042.stdout:(82/95): python3-natsort-7.1.1-5.el9.noarch.rpm 5.0 MB/s | 58 kB 00:00 2026-02-25T13:31:14.685 INFO:teuthology.orchestra.run.trial042.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 1.6 MB/s | 16 kB 00:00 2026-02-25T13:31:14.692 INFO:teuthology.orchestra.run.trial042.stdout:(84/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 7.6 MB/s | 90 kB 00:00 2026-02-25T13:31:14.696 INFO:teuthology.orchestra.run.trial042.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 3.0 MB/s | 31 kB 00:00 2026-02-25T13:31:14.705 INFO:teuthology.orchestra.run.trial042.stdout:(86/95): python3-routes-2.5.1-5.el9.noarch.rpm 15 MB/s | 188 kB 00:00 2026-02-25T13:31:14.706 INFO:teuthology.orchestra.run.trial042.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 5.5 MB/s | 59 kB 00:00 2026-02-25T13:31:14.724 INFO:teuthology.orchestra.run.trial042.stdout:(88/95): python3-tempora-5.0.0-2.el9.noarch.rpm 2.0 MB/s | 36 kB 00:00 2026-02-25T13:31:14.726 INFO:teuthology.orchestra.run.trial042.stdout:(89/95): python3-saml-1.16.0-1.el9.noarch.rpm 5.7 MB/s | 125 kB 00:00 2026-02-25T13:31:14.735 INFO:teuthology.orchestra.run.trial042.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 7.7 MB/s | 86 kB 00:00 2026-02-25T13:31:14.737 INFO:teuthology.orchestra.run.trial042.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 8.1 MB/s | 90 kB 00:00 2026-02-25T13:31:14.746 INFO:teuthology.orchestra.run.trial042.stdout:(92/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 4.5 MB/s | 48 kB 00:00 2026-02-25T13:31:14.748 INFO:teuthology.orchestra.run.trial042.stdout:(93/95): python3-xmltodict-0.12.0-15.el9.noarch 2.0 MB/s | 22 kB 00:00 2026-02-25T13:31:14.756 INFO:teuthology.orchestra.run.trial042.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 1.8 MB/s | 20 kB 00:00 2026-02-25T13:31:14.850 INFO:teuthology.orchestra.run.trial161.stdout:(9/95): ceph-mgr-diskprediction-local-20.3.0-55 22 MB/s | 7.4 MB 00:00 2026-02-25T13:31:14.882 INFO:teuthology.orchestra.run.trial161.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5580.g506b40 701 kB/s | 22 kB 00:00 2026-02-25T13:31:14.903 INFO:teuthology.orchestra.run.trial161.stdout:(11/95): ceph-mgr-dashboard-20.3.0-5580.g506b40 18 MB/s | 15 MB 00:00 2026-02-25T13:31:14.904 INFO:teuthology.orchestra.run.trial161.stdout:(12/95): ceph-mgr-modules-core-20.3.0-5580.g506 13 MB/s | 300 kB 00:00 2026-02-25T13:31:14.930 INFO:teuthology.orchestra.run.trial161.stdout:(13/95): ceph-osd-crimson-20.3.0-5580.g506b402a 18 MB/s | 19 MB 00:01 2026-02-25T13:31:14.931 INFO:teuthology.orchestra.run.trial161.stdout:(14/95): ceph-prometheus-alerts-20.3.0-5580.g50 673 kB/s | 17 kB 00:00 2026-02-25T13:31:14.931 INFO:teuthology.orchestra.run.trial161.stdout:(15/95): ceph-mgr-rook-20.3.0-5580.g506b402a.el 1.8 MB/s | 50 kB 00:00 2026-02-25T13:31:14.943 INFO:teuthology.orchestra.run.trial161.stdout:(16/95): ceph-volume-20.3.0-5580.g506b402a.el9. 23 MB/s | 301 kB 00:00 2026-02-25T13:31:14.955 INFO:teuthology.orchestra.run.trial161.stdout:(17/95): cephadm-20.3.0-5580.g506b402a.el9.noar 41 MB/s | 1.0 MB 00:00 2026-02-25T13:31:14.978 INFO:teuthology.orchestra.run.trial042.stdout:(95/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 19 MB/s | 19 MB 00:01 2026-02-25T13:31:14.980 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:14.980 INFO:teuthology.orchestra.run.trial042.stdout:Total 26 MB/s | 123 MB 00:04 2026-02-25T13:31:15.011 INFO:teuthology.orchestra.run.trial161.stdout:(18/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 590 kB/s | 40 kB 00:00 2026-02-25T13:31:15.030 INFO:teuthology.orchestra.run.trial163.stdout:(57/95): protobuf-compiler-3.14.0-17.el9.x86_64 936 kB/s | 862 kB 00:00 2026-02-25T13:31:15.041 INFO:teuthology.orchestra.run.trial161.stdout:(19/95): libconfig-1.7.2-9.el9.x86_64.rpm 836 kB/s | 72 kB 00:00 2026-02-25T13:31:15.064 INFO:teuthology.orchestra.run.trial161.stdout:(20/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.6 MB/s | 351 kB 00:00 2026-02-25T13:31:15.094 INFO:teuthology.orchestra.run.trial161.stdout:(21/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 8.3 MB/s | 253 kB 00:00 2026-02-25T13:31:15.097 INFO:teuthology.orchestra.run.trial161.stdout:(22/95): libquadmath-11.5.0-14.el9.x86_64.rpm 3.3 MB/s | 184 kB 00:00 2026-02-25T13:31:15.123 INFO:teuthology.orchestra.run.trial161.stdout:(23/95): libgfortran-11.5.0-14.el9.x86_64.rpm 7.0 MB/s | 794 kB 00:00 2026-02-25T13:31:15.124 INFO:teuthology.orchestra.run.trial161.stdout:(24/95): python3-ply-3.11-14.el9.noarch.rpm 3.9 MB/s | 106 kB 00:00 2026-02-25T13:31:15.144 INFO:teuthology.orchestra.run.trial161.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 6.0 MB/s | 135 kB 00:00 2026-02-25T13:31:15.151 INFO:teuthology.orchestra.run.trial161.stdout:(26/95): python3-requests-2.25.1-10.el9.noarch. 4.5 MB/s | 126 kB 00:00 2026-02-25T13:31:15.158 INFO:teuthology.orchestra.run.trial161.stdout:(27/95): python3-cryptography-36.0.1-5.el9.x86_ 19 MB/s | 1.2 MB 00:00 2026-02-25T13:31:15.167 INFO:teuthology.orchestra.run.trial161.stdout:(28/95): python3-urllib3-1.26.5-7.el9.noarch.rp 9.3 MB/s | 218 kB 00:00 2026-02-25T13:31:15.180 INFO:teuthology.orchestra.run.trial161.stdout:(29/95): zip-3.0-35.el9.x86_64.rpm 12 MB/s | 266 kB 00:00 2026-02-25T13:31:15.182 INFO:teuthology.orchestra.run.trial161.stdout:(30/95): unzip-6.0-59.el9.x86_64.rpm 5.7 MB/s | 182 kB 00:00 2026-02-25T13:31:15.383 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:31:15.420 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:31:15.420 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:31:15.611 INFO:teuthology.orchestra.run.trial161.stdout:(31/95): flexiblas-3.0.4-9.el9.x86_64.rpm 67 kB/s | 30 kB 00:00 2026-02-25T13:31:15.621 INFO:teuthology.orchestra.run.trial161.stdout:(32/95): flexiblas-openblas-openmp-3.0.4-9.el9. 34 kB/s | 15 kB 00:00 2026-02-25T13:31:15.869 INFO:teuthology.orchestra.run.trial161.stdout:(33/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 958 kB/s | 246 kB 00:00 2026-02-25T13:31:15.876 INFO:teuthology.orchestra.run.trial161.stdout:(34/95): lua-5.4.4-4.el9.x86_64.rpm 738 kB/s | 188 kB 00:00 2026-02-25T13:31:15.917 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:31:15.917 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:31:15.969 INFO:teuthology.orchestra.run.trial161.stdout:(35/95): openblas-0.3.29-1.el9.x86_64.rpm 422 kB/s | 42 kB 00:00 2026-02-25T13:31:16.090 INFO:teuthology.orchestra.run.trial161.stdout:(36/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 3.3 MB/s | 3.0 MB 00:00 2026-02-25T13:31:16.191 INFO:teuthology.orchestra.run.trial161.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 2.4 MB/s | 244 kB 00:00 2026-02-25T13:31:16.292 INFO:teuthology.orchestra.run.trial161.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 2.4 MB/s | 249 kB 00:00 2026-02-25T13:31:16.300 INFO:teuthology.orchestra.run.trial161.stdout:(39/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 12 MB/s | 5.3 MB 00:00 2026-02-25T13:31:16.396 INFO:teuthology.orchestra.run.trial161.stdout:(40/95): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2026-02-25T13:31:16.396 INFO:teuthology.orchestra.run.trial161.stdout:(41/95): python3-jmespath-1.0.1-1.el9.noarch.rp 460 kB/s | 48 kB 00:00 2026-02-25T13:31:16.401 INFO:teuthology.orchestra.run.trial161.stdout:(42/95): python3-libstoragemgmt-1.10.1-1.el9.x8 1.7 MB/s | 177 kB 00:00 2026-02-25T13:31:16.436 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:31:16.438 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-25T13:31:16.442 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-25T13:31:16.464 INFO:teuthology.orchestra.run.trial042.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-25T13:31:16.474 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 4/95 2026-02-25T13:31:16.495 INFO:teuthology.orchestra.run.trial161.stdout:(43/95): python3-markupsafe-1.1.1-12.el9.x86_64 351 kB/s | 35 kB 00:00 2026-02-25T13:31:16.502 INFO:teuthology.orchestra.run.trial161.stdout:(44/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 2026-02-25T13:31:16.507 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-25T13:31:16.513 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-25T13:31:16.516 INFO:teuthology.orchestra.run.trial042.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-25T13:31:16.520 INFO:teuthology.orchestra.run.trial042.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-25T13:31:16.543 INFO:teuthology.orchestra.run.trial042.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-25T13:31:16.556 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-25T13:31:16.559 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-25T13:31:16.565 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-25T13:31:16.567 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-25T13:31:16.578 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-25T13:31:16.585 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-25T13:31:16.596 INFO:teuthology.orchestra.run.trial161.stdout:(45/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 31 MB/s | 6.1 MB 00:00 2026-02-25T13:31:16.598 INFO:teuthology.orchestra.run.trial161.stdout:(46/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 4.2 MB/s | 442 kB 00:00 2026-02-25T13:31:16.601 INFO:teuthology.orchestra.run.trial161.stdout:(47/95): python3-packaging-20.9-5.el9.noarch.rp 777 kB/s | 77 kB 00:00 2026-02-25T13:31:16.609 INFO:teuthology.orchestra.run.trial042.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-25T13:31:16.612 INFO:teuthology.orchestra.run.trial042.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-25T13:31:16.663 INFO:teuthology.orchestra.run.trial042.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-25T13:31:16.675 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 19/95 2026-02-25T13:31:16.678 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-25T13:31:16.682 INFO:teuthology.orchestra.run.trial042.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-25T13:31:16.688 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-25T13:31:16.692 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-25T13:31:16.695 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-25T13:31:16.698 INFO:teuthology.orchestra.run.trial161.stdout:(48/95): python3-pyasn1-0.4.8-7.el9.noarch.rpm 1.5 MB/s | 157 kB 00:00 2026-02-25T13:31:16.699 INFO:teuthology.orchestra.run.trial161.stdout:(49/95): python3-protobuf-3.14.0-17.el9.noarch. 2.5 MB/s | 267 kB 00:00 2026-02-25T13:31:16.703 INFO:teuthology.orchestra.run.trial161.stdout:(50/95): python3-pyasn1-modules-0.4.8-7.el9.noa 2.7 MB/s | 277 kB 00:00 2026-02-25T13:31:16.710 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-25T13:31:16.714 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-25T13:31:16.719 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-25T13:31:16.730 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-25T13:31:16.740 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-25T13:31:16.746 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-25T13:31:16.766 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-25T13:31:16.777 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-25T13:31:16.793 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-25T13:31:16.798 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-25T13:31:16.799 INFO:teuthology.orchestra.run.trial161.stdout:(51/95): python3-requests-oauthlib-1.3.0-12.el9 534 kB/s | 54 kB 00:00 2026-02-25T13:31:16.803 INFO:teuthology.orchestra.run.trial161.stdout:(52/95): python3-toml-0.10.2-6.el9.noarch.rpm 413 kB/s | 42 kB 00:00 2026-02-25T13:31:16.805 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-25T13:31:16.845 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-25T13:31:16.899 INFO:teuthology.orchestra.run.trial161.stdout:(53/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.8 MB/s | 189 kB 00:00 2026-02-25T13:31:16.903 INFO:teuthology.orchestra.run.trial161.stdout:(54/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 905 kB/s | 90 kB 00:00 2026-02-25T13:31:16.921 INFO:teuthology.orchestra.run.trial161.stdout:(55/95): lua-devel-5.4.4-4.el9.x86_64.rpm 1.0 MB/s | 22 kB 00:00 2026-02-25T13:31:16.935 INFO:teuthology.orchestra.run.trial161.stdout:(56/95): protobuf-compiler-3.14.0-17.el9.x86_64 27 MB/s | 862 kB 00:00 2026-02-25T13:31:17.108 INFO:teuthology.orchestra.run.trial161.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 112 kB/s | 19 kB 00:00 2026-02-25T13:31:17.185 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-25T13:31:17.195 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-25T13:31:17.198 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-25T13:31:17.204 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-25T13:31:17.206 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-25T13:31:17.234 INFO:teuthology.orchestra.run.trial042.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-25T13:31:17.251 INFO:teuthology.orchestra.run.trial161.stdout:(58/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.6 MB/s | 551 kB 00:00 2026-02-25T13:31:17.277 INFO:teuthology.orchestra.run.trial042.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-25T13:31:17.286 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-25T13:31:17.291 INFO:teuthology.orchestra.run.trial042.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-25T13:31:17.292 INFO:teuthology.orchestra.run.trial161.stdout:(59/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 32 MB/s | 19 MB 00:00 2026-02-25T13:31:17.293 INFO:teuthology.orchestra.run.trial161.stdout:(60/95): luarocks-3.9.2-5.el9.noarch.rpm 818 kB/s | 151 kB 00:00 2026-02-25T13:31:17.295 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-25T13:31:17.301 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-25T13:31:17.305 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-25T13:31:17.311 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-25T13:31:17.315 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-25T13:31:17.327 INFO:teuthology.orchestra.run.trial161.stdout:(61/95): python3-asyncssh-2.13.2-5.el9.noarch.r 7.1 MB/s | 548 kB 00:00 2026-02-25T13:31:17.337 INFO:teuthology.orchestra.run.trial161.stdout:(62/95): python3-autocommand-2.2.2-8.el9.noarch 660 kB/s | 29 kB 00:00 2026-02-25T13:31:17.343 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-25T13:31:17.352 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-25T13:31:17.359 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-25T13:31:17.365 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-25T13:31:17.396 INFO:teuthology.orchestra.run.trial161.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 632 kB/s | 43 kB 00:00 2026-02-25T13:31:17.400 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-25T13:31:17.408 INFO:teuthology.orchestra.run.trial161.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 453 kB/s | 32 kB 00:00 2026-02-25T13:31:17.445 INFO:teuthology.orchestra.run.trial161.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 291 kB/s | 14 kB 00:00 2026-02-25T13:31:17.479 INFO:teuthology.orchestra.run.trial161.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 2.4 MB/s | 173 kB 00:00 2026-02-25T13:31:17.490 INFO:teuthology.orchestra.run.trial161.stdout:(67/95): python3-backports-tarfile-1.2.0-1.el9. 305 kB/s | 60 kB 00:00 2026-02-25T13:31:17.501 INFO:teuthology.orchestra.run.trial161.stdout:(68/95): python3-cherrypy-18.6.1-2.el9.noarch.r 6.2 MB/s | 358 kB 00:00 2026-02-25T13:31:17.567 INFO:teuthology.orchestra.run.trial161.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 2.2 MB/s | 144 kB 00:00 2026-02-25T13:31:17.576 INFO:teuthology.orchestra.run.trial161.stdout:(70/95): python3-google-auth-2.45.0-1.el9.noarc 2.6 MB/s | 254 kB 00:00 2026-02-25T13:31:17.616 INFO:teuthology.orchestra.run.trial161.stdout:(71/95): python3-influxdb-5.3.1-1.el9.noarch.rp 2.8 MB/s | 139 kB 00:00 2026-02-25T13:31:17.622 INFO:teuthology.orchestra.run.trial161.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 1.2 MB/s | 56 kB 00:00 2026-02-25T13:31:17.625 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-25T13:31:17.649 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-25T13:31:17.654 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-25T13:31:17.655 INFO:teuthology.orchestra.run.trial161.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 281 kB/s | 11 kB 00:00 2026-02-25T13:31:17.661 INFO:teuthology.orchestra.run.trial161.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 461 kB/s | 18 kB 00:00 2026-02-25T13:31:17.693 INFO:teuthology.orchestra.run.trial161.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 606 kB/s | 23 kB 00:00 2026-02-25T13:31:17.710 INFO:teuthology.orchestra.run.trial161.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 400 kB/s | 20 kB 00:00 2026-02-25T13:31:17.713 INFO:teuthology.orchestra.run.trial042.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-25T13:31:17.714 INFO:teuthology.orchestra.run.trial042.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-25T13:31:17.731 INFO:teuthology.orchestra.run.trial161.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 509 kB/s | 19 kB 00:00 2026-02-25T13:31:17.735 INFO:teuthology.orchestra.run.trial042.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-25T13:31:17.746 INFO:teuthology.orchestra.run.trial161.stdout:(78/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 8.0 MB/s | 2.0 MB 00:00 2026-02-25T13:31:17.749 INFO:teuthology.orchestra.run.trial161.stdout:(79/95): python3-jaraco-text-4.0.0-2.el9.noarch 673 kB/s | 26 kB 00:00 2026-02-25T13:31:17.797 INFO:teuthology.orchestra.run.trial161.stdout:(80/95): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2026-02-25T13:31:17.810 INFO:teuthology.orchestra.run.trial161.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 1.4 MB/s | 86 kB 00:00 2026-02-25T13:31:17.817 INFO:teuthology.orchestra.run.trial161.stdout:(82/95): python3-kubernetes-26.1.0-3.el9.noarch 12 MB/s | 1.0 MB 00:00 2026-02-25T13:31:17.835 INFO:teuthology.orchestra.run.trial161.stdout:(83/95): python3-natsort-7.1.1-5.el9.noarch.rpm 1.5 MB/s | 58 kB 00:00 2026-02-25T13:31:17.866 INFO:teuthology.orchestra.run.trial161.stdout:(84/95): python3-portend-3.1.0-2.el9.noarch.rpm 295 kB/s | 16 kB 00:00 2026-02-25T13:31:17.873 INFO:teuthology.orchestra.run.trial161.stdout:(85/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.6 MB/s | 90 kB 00:00 2026-02-25T13:31:17.877 INFO:teuthology.orchestra.run.trial161.stdout:(86/95): python3-repoze-lru-0.7-16.el9.noarch.r 733 kB/s | 31 kB 00:00 2026-02-25T13:31:17.916 INFO:teuthology.orchestra.run.trial161.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 1.3 MB/s | 59 kB 00:00 2026-02-25T13:31:17.925 INFO:teuthology.orchestra.run.trial161.stdout:(88/95): python3-routes-2.5.1-5.el9.noarch.rpm 3.1 MB/s | 188 kB 00:00 2026-02-25T13:31:17.926 INFO:teuthology.orchestra.run.trial161.stdout:(89/95): python3-saml-1.16.0-1.el9.noarch.rpm 2.5 MB/s | 125 kB 00:00 2026-02-25T13:31:17.983 INFO:teuthology.orchestra.run.trial161.stdout:(90/95): python3-tempora-5.0.0-2.el9.noarch.rpm 538 kB/s | 36 kB 00:00 2026-02-25T13:31:17.988 INFO:teuthology.orchestra.run.trial161.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 1.4 MB/s | 90 kB 00:00 2026-02-25T13:31:17.999 INFO:teuthology.orchestra.run.trial161.stdout:(92/95): python3-typing-extensions-4.15.0-1.el9 1.1 MB/s | 86 kB 00:00 2026-02-25T13:31:18.030 INFO:teuthology.orchestra.run.trial161.stdout:(93/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.0 MB/s | 48 kB 00:00 2026-02-25T13:31:18.039 INFO:teuthology.orchestra.run.trial161.stdout:(94/95): python3-xmltodict-0.12.0-15.el9.noarch 433 kB/s | 22 kB 00:00 2026-02-25T13:31:18.042 INFO:teuthology.orchestra.run.trial161.stdout:(95/95): python3-zc-lockfile-2.0-10.el9.noarch. 462 kB/s | 20 kB 00:00 2026-02-25T13:31:18.047 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:18.048 INFO:teuthology.orchestra.run.trial161.stdout:Total 25 MB/s | 123 MB 00:04 2026-02-25T13:31:18.061 INFO:teuthology.orchestra.run.trial042.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-25T13:31:18.134 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-25T13:31:18.479 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:31:18.516 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:31:18.516 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:31:18.804 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-25T13:31:18.823 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-25T13:31:18.836 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-25T13:31:18.852 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-25T13:31:18.928 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-25T13:31:18.936 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-25T13:31:18.960 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-25T13:31:18.990 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-25T13:31:19.013 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:31:19.013 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:31:19.040 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-25T13:31:19.046 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-25T13:31:19.050 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-25T13:31:19.051 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-25T13:31:19.069 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-25T13:31:19.070 INFO:teuthology.orchestra.run.trial042.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-25T13:31:19.070 INFO:teuthology.orchestra.run.trial042.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-25T13:31:19.070 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:19.077 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-25T13:31:19.102 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-25T13:31:19.103 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-25T13:31:19.103 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:19.140 INFO:teuthology.orchestra.run.trial042.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-25T13:31:19.539 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:31:19.541 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-25T13:31:19.545 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-25T13:31:19.566 INFO:teuthology.orchestra.run.trial161.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-25T13:31:19.577 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 4/95 2026-02-25T13:31:19.610 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-25T13:31:19.616 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-25T13:31:19.619 INFO:teuthology.orchestra.run.trial161.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-25T13:31:19.623 INFO:teuthology.orchestra.run.trial161.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-25T13:31:19.646 INFO:teuthology.orchestra.run.trial161.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-25T13:31:19.659 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-25T13:31:19.662 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-25T13:31:19.668 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-25T13:31:19.670 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-25T13:31:19.681 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-25T13:31:19.687 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-25T13:31:19.711 INFO:teuthology.orchestra.run.trial161.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-25T13:31:19.715 INFO:teuthology.orchestra.run.trial161.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-25T13:31:19.763 INFO:teuthology.orchestra.run.trial042.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-25T13:31:19.764 INFO:teuthology.orchestra.run.trial161.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-25T13:31:19.777 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 19/95 2026-02-25T13:31:19.780 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-25T13:31:19.785 INFO:teuthology.orchestra.run.trial161.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-25T13:31:19.790 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-25T13:31:19.794 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-25T13:31:19.797 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-25T13:31:19.812 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-25T13:31:19.816 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-25T13:31:19.821 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-25T13:31:19.833 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-25T13:31:19.842 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-25T13:31:19.848 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-25T13:31:19.868 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-25T13:31:19.879 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-25T13:31:19.894 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-25T13:31:19.899 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-25T13:31:19.907 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-25T13:31:19.947 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-25T13:31:20.272 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-25T13:31:20.282 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-25T13:31:20.286 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-25T13:31:20.292 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-25T13:31:20.294 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-25T13:31:20.322 INFO:teuthology.orchestra.run.trial161.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-25T13:31:20.366 INFO:teuthology.orchestra.run.trial161.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-25T13:31:20.374 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-25T13:31:20.380 INFO:teuthology.orchestra.run.trial161.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-25T13:31:20.383 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-25T13:31:20.390 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-25T13:31:20.393 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-25T13:31:20.400 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-25T13:31:20.403 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-25T13:31:20.431 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-25T13:31:20.443 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-25T13:31:20.450 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-25T13:31:20.456 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-25T13:31:20.491 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-25T13:31:20.527 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_6 79/95 2026-02-25T13:31:20.591 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_6 80/95 2026-02-25T13:31:20.593 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 81/95 2026-02-25T13:31:20.607 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 81/95 2026-02-25T13:31:20.607 INFO:teuthology.orchestra.run.trial042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:20.608 INFO:teuthology.orchestra.run.trial042.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-25T13:31:20.608 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:20.617 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 82/95 2026-02-25T13:31:20.641 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 82/95 2026-02-25T13:31:20.641 INFO:teuthology.orchestra.run.trial042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:20.641 INFO:teuthology.orchestra.run.trial042.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-25T13:31:20.642 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-25T13:31:20.642 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-25T13:31:20.642 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:20.699 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: cephadm-2:20.3.0-5580.g506b402a.el9.noarch 83/95 2026-02-25T13:31:20.701 INFO:teuthology.orchestra.run.trial042.stdout: Installing : cephadm-2:20.3.0-5580.g506b402a.el9.noarch 83/95 2026-02-25T13:31:20.710 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5580.g506b402a.el9 84/95 2026-02-25T13:31:20.716 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-25T13:31:20.734 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5580.g506b402a.el 85/95 2026-02-25T13:31:20.735 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarc 86/95 2026-02-25T13:31:20.740 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-25T13:31:20.744 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-25T13:31:20.803 INFO:teuthology.orchestra.run.trial161.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-25T13:31:20.804 INFO:teuthology.orchestra.run.trial161.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-25T13:31:20.825 INFO:teuthology.orchestra.run.trial161.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-25T13:31:21.151 INFO:teuthology.orchestra.run.trial161.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-25T13:31:21.225 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-25T13:31:21.899 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-25T13:31:21.918 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-25T13:31:21.931 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-25T13:31:21.947 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-25T13:31:22.023 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-25T13:31:22.032 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-25T13:31:22.055 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-25T13:31:22.085 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-25T13:31:22.136 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-25T13:31:22.142 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-25T13:31:22.145 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-25T13:31:22.146 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-25T13:31:22.165 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-25T13:31:22.166 INFO:teuthology.orchestra.run.trial161.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-25T13:31:22.166 INFO:teuthology.orchestra.run.trial161.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-25T13:31:22.166 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:22.173 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-25T13:31:22.200 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-25T13:31:22.200 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-25T13:31:22.201 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:22.238 INFO:teuthology.orchestra.run.trial161.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-25T13:31:22.319 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarc 86/95 2026-02-25T13:31:22.326 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noa 87/95 2026-02-25T13:31:22.779 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noa 87/95 2026-02-25T13:31:22.780 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b4 88/95 2026-02-25T13:31:22.793 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b4 88/95 2026-02-25T13:31:22.793 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noa 89/95 2026-02-25T13:31:22.856 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noa 89/95 2026-02-25T13:31:22.859 INFO:teuthology.orchestra.run.trial161.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-25T13:31:22.899 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5580.g506b402a.el9. 90/95 2026-02-25T13:31:22.900 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 91/95 2026-02-25T13:31:22.921 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 91/95 2026-02-25T13:31:22.921 INFO:teuthology.orchestra.run.trial042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:22.921 INFO:teuthology.orchestra.run.trial042.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-25T13:31:22.921 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-25T13:31:22.921 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-25T13:31:22.921 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:22.932 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 92/95 2026-02-25T13:31:23.157 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 92/95 2026-02-25T13:31:23.158 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 93/95 2026-02-25T13:31:23.181 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 93/95 2026-02-25T13:31:23.181 INFO:teuthology.orchestra.run.trial042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:23.181 INFO:teuthology.orchestra.run.trial042.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-25T13:31:23.181 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-25T13:31:23.181 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-25T13:31:23.181 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:23.277 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 94/95 2026-02-25T13:31:23.297 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 94/95 2026-02-25T13:31:23.297 INFO:teuthology.orchestra.run.trial042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:23.297 INFO:teuthology.orchestra.run.trial042.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-25T13:31:23.297 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-25T13:31:23.297 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-25T13:31:23.297 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:23.297 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-2:20.3.0-5580.g506b402a.el9.x86_64 95/95 2026-02-25T13:31:23.305 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_6 95/95 2026-02-25T13:31:23.331 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_6 95/95 2026-02-25T13:31:23.621 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_6 79/95 2026-02-25T13:31:23.685 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_6 80/95 2026-02-25T13:31:23.687 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 81/95 2026-02-25T13:31:23.703 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 81/95 2026-02-25T13:31:23.703 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:23.703 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-25T13:31:23.703 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:23.713 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 82/95 2026-02-25T13:31:23.737 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 82/95 2026-02-25T13:31:23.738 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:23.738 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-25T13:31:23.738 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-25T13:31:23.738 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-25T13:31:23.738 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:23.797 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: cephadm-2:20.3.0-5580.g506b402a.el9.noarch 83/95 2026-02-25T13:31:23.799 INFO:teuthology.orchestra.run.trial161.stdout: Installing : cephadm-2:20.3.0-5580.g506b402a.el9.noarch 83/95 2026-02-25T13:31:23.809 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5580.g506b402a.el9 84/95 2026-02-25T13:31:23.833 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5580.g506b402a.el 85/95 2026-02-25T13:31:23.834 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarc 86/95 2026-02-25T13:31:24.114 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-2:20.3.0-5580.g506b402a.el9.x86_64 95/95 2026-02-25T13:31:24.114 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-2:20.3.0-5580.g506b402a.el9.x86_64 1/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 2/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 3/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 4/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 5/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_6 6/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_6 7/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5580.g506b402a.el 8/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarc 9/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noa 10/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b4 11/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noa 12/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5580.g506b402a.el9. 13/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 14/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5580.g506b402a.el9 15/95 2026-02-25T13:31:24.115 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 16/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : cephadm-2:20.3.0-5580.g506b402a.el9.noarch 17/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-25T13:31:24.116 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-25T13:31:24.117 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 49/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 50/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-25T13:31:24.118 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-25T13:31:24.119 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-25T13:31:24.120 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-25T13:31:24.120 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-25T13:31:24.120 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-25T13:31:24.120 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-25T13:31:24.120 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-25T13:31:24.120 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-25T13:31:24.184 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-25T13:31:24.184 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:24.184 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-grafana-dashboards-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-modules-core-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-prometheus-alerts-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: cephadm-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: lua-5.4.4-4.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-25T13:31:24.185 INFO:teuthology.orchestra.run.trial042.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-25T13:31:24.186 INFO:teuthology.orchestra.run.trial042.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-ply-3.11-14.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: unzip-6.0-59.el9.x86_64 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: zip-3.0-35.el9.x86_64 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:24.187 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:24.245 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-base 2026-02-25T13:31:24.562 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:35 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:24.627 INFO:teuthology.orchestra.run.trial042.stdout:Package ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:24.646 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:24.647 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:24.647 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:24.668 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install cephadm 2026-02-25T13:31:24.988 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:35 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:25.054 INFO:teuthology.orchestra.run.trial042.stdout:Package cephadm-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:25.073 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:25.074 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:25.074 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:25.095 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-immutable-object-cache 2026-02-25T13:31:25.420 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarc 86/95 2026-02-25T13:31:25.420 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:36 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:25.427 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noa 87/95 2026-02-25T13:31:25.504 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:25.505 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:25.505 INFO:teuthology.orchestra.run.trial042.stdout: Package Arch Version Repo Size 2026-02-25T13:31:25.505 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:25.506 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:31:25.506 INFO:teuthology.orchestra.run.trial042.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5580.g506b402a.el9 ceph 147 k 2026-02-25T13:31:25.506 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:25.506 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:31:25.506 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:25.506 INFO:teuthology.orchestra.run.trial042.stdout:Install 1 Package 2026-02-25T13:31:25.506 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:25.506 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 147 k 2026-02-25T13:31:25.506 INFO:teuthology.orchestra.run.trial042.stdout:Installed size: 419 k 2026-02-25T13:31:25.506 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:31:25.601 INFO:teuthology.orchestra.run.trial042.stdout:ceph-immutable-object-cache-20.3.0-5580.g506b40 1.5 MB/s | 147 kB 00:00 2026-02-25T13:31:25.601 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:25.601 INFO:teuthology.orchestra.run.trial042.stdout:Total 1.5 MB/s | 147 kB 00:00 2026-02-25T13:31:25.601 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:31:25.605 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:31:25.605 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:31:25.636 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:31:25.636 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:31:25.693 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:31:25.694 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5580.g506b402a. 1/1 2026-02-25T13:31:25.717 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5580.g506b402a. 1/1 2026-02-25T13:31:25.717 INFO:teuthology.orchestra.run.trial042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:25.717 INFO:teuthology.orchestra.run.trial042.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-25T13:31:25.717 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:25.881 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noa 87/95 2026-02-25T13:31:25.882 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b4 88/95 2026-02-25T13:31:25.895 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b4 88/95 2026-02-25T13:31:25.895 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noa 89/95 2026-02-25T13:31:25.956 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noa 89/95 2026-02-25T13:31:25.999 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5580.g506b402a.el9. 90/95 2026-02-25T13:31:26.000 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 91/95 2026-02-25T13:31:26.022 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 91/95 2026-02-25T13:31:26.022 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:26.022 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-25T13:31:26.022 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-25T13:31:26.022 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-25T13:31:26.022 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:26.033 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5580.g506b402a. 1/1 2026-02-25T13:31:26.033 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:26.033 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:31:26.033 INFO:teuthology.orchestra.run.trial042.stdout: ceph-immutable-object-cache-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:26.033 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:26.033 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:26.035 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 92/95 2026-02-25T13:31:26.061 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-mgr 2026-02-25T13:31:26.259 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 92/95 2026-02-25T13:31:26.260 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 93/95 2026-02-25T13:31:26.282 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 93/95 2026-02-25T13:31:26.282 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:26.282 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-25T13:31:26.283 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-25T13:31:26.283 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-25T13:31:26.283 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:26.377 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 94/95 2026-02-25T13:31:26.384 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:37 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:26.399 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 94/95 2026-02-25T13:31:26.399 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:26.400 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-25T13:31:26.400 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-25T13:31:26.400 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-25T13:31:26.400 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:26.400 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-2:20.3.0-5580.g506b402a.el9.x86_64 95/95 2026-02-25T13:31:26.408 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_6 95/95 2026-02-25T13:31:26.433 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_6 95/95 2026-02-25T13:31:26.452 INFO:teuthology.orchestra.run.trial042.stdout:Package ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:26.471 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:26.472 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:26.472 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:26.492 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-mgr-dashboard 2026-02-25T13:31:26.816 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:37 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:26.885 INFO:teuthology.orchestra.run.trial042.stdout:Package ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:26.904 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:26.904 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:26.904 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:26.926 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-2:20.3.0-5580.g506b402a.el9.x86_64 95/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-2:20.3.0-5580.g506b402a.el9.x86_64 1/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 2/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 3/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 4/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 5/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_6 6/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_6 7/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5580.g506b402a.el 8/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarc 9/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noa 10/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b4 11/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noa 12/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5580.g506b402a.el9. 13/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 14/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5580.g506b402a.el9 15/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 16/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : cephadm-2:20.3.0-5580.g506b402a.el9.noarch 17/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-25T13:31:27.237 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-25T13:31:27.238 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-25T13:31:27.238 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-25T13:31:27.238 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-25T13:31:27.238 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-25T13:31:27.238 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 49/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 50/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-25T13:31:27.239 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-25T13:31:27.240 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-25T13:31:27.245 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:38 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:27.311 INFO:teuthology.orchestra.run.trial042.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:27.312 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-25T13:31:27.312 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:27.312 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:31:27.313 INFO:teuthology.orchestra.run.trial161.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-25T13:31:27.313 INFO:teuthology.orchestra.run.trial161.stdout: ceph-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:27.313 INFO:teuthology.orchestra.run.trial161.stdout: ceph-grafana-dashboards-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:27.313 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:27.313 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:27.313 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:27.313 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:27.313 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:27.313 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:27.313 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-modules-core-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:27.313 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:27.314 INFO:teuthology.orchestra.run.trial161.stdout: ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:27.314 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:27.314 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:27.314 INFO:teuthology.orchestra.run.trial161.stdout: ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:27.314 INFO:teuthology.orchestra.run.trial161.stdout: ceph-prometheus-alerts-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:27.314 INFO:teuthology.orchestra.run.trial161.stdout: ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:27.314 INFO:teuthology.orchestra.run.trial161.stdout: cephadm-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:31:27.314 INFO:teuthology.orchestra.run.trial161.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-25T13:31:27.314 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-25T13:31:27.314 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-25T13:31:27.315 INFO:teuthology.orchestra.run.trial161.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-25T13:31:27.315 INFO:teuthology.orchestra.run.trial161.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-25T13:31:27.315 INFO:teuthology.orchestra.run.trial161.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-25T13:31:27.315 INFO:teuthology.orchestra.run.trial161.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-25T13:31:27.315 INFO:teuthology.orchestra.run.trial161.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-25T13:31:27.315 INFO:teuthology.orchestra.run.trial161.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-25T13:31:27.315 INFO:teuthology.orchestra.run.trial161.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-25T13:31:27.315 INFO:teuthology.orchestra.run.trial161.stdout: lua-5.4.4-4.el9.x86_64 2026-02-25T13:31:27.315 INFO:teuthology.orchestra.run.trial161.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-25T13:31:27.315 INFO:teuthology.orchestra.run.trial161.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-25T13:31:27.316 INFO:teuthology.orchestra.run.trial161.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-25T13:31:27.316 INFO:teuthology.orchestra.run.trial161.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-25T13:31:27.316 INFO:teuthology.orchestra.run.trial161.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-25T13:31:27.316 INFO:teuthology.orchestra.run.trial161.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-25T13:31:27.316 INFO:teuthology.orchestra.run.trial161.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-25T13:31:27.316 INFO:teuthology.orchestra.run.trial161.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-25T13:31:27.316 INFO:teuthology.orchestra.run.trial161.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-25T13:31:27.316 INFO:teuthology.orchestra.run.trial161.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-25T13:31:27.316 INFO:teuthology.orchestra.run.trial161.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-25T13:31:27.316 INFO:teuthology.orchestra.run.trial161.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-25T13:31:27.317 INFO:teuthology.orchestra.run.trial161.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-25T13:31:27.317 INFO:teuthology.orchestra.run.trial161.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-25T13:31:27.317 INFO:teuthology.orchestra.run.trial161.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-25T13:31:27.317 INFO:teuthology.orchestra.run.trial161.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-25T13:31:27.317 INFO:teuthology.orchestra.run.trial161.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-25T13:31:27.317 INFO:teuthology.orchestra.run.trial161.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-25T13:31:27.317 INFO:teuthology.orchestra.run.trial161.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-25T13:31:27.317 INFO:teuthology.orchestra.run.trial161.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-25T13:31:27.317 INFO:teuthology.orchestra.run.trial161.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-25T13:31:27.317 INFO:teuthology.orchestra.run.trial161.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-25T13:31:27.317 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-25T13:31:27.318 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-25T13:31:27.318 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-25T13:31:27.318 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-25T13:31:27.318 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-25T13:31:27.318 INFO:teuthology.orchestra.run.trial161.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-25T13:31:27.318 INFO:teuthology.orchestra.run.trial161.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-25T13:31:27.318 INFO:teuthology.orchestra.run.trial161.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-25T13:31:27.318 INFO:teuthology.orchestra.run.trial161.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-25T13:31:27.318 INFO:teuthology.orchestra.run.trial161.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-25T13:31:27.318 INFO:teuthology.orchestra.run.trial161.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-25T13:31:27.318 INFO:teuthology.orchestra.run.trial161.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-25T13:31:27.319 INFO:teuthology.orchestra.run.trial161.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-25T13:31:27.319 INFO:teuthology.orchestra.run.trial161.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-25T13:31:27.319 INFO:teuthology.orchestra.run.trial161.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-25T13:31:27.319 INFO:teuthology.orchestra.run.trial161.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-25T13:31:27.319 INFO:teuthology.orchestra.run.trial161.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-25T13:31:27.319 INFO:teuthology.orchestra.run.trial161.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-25T13:31:27.319 INFO:teuthology.orchestra.run.trial161.stdout: python3-ply-3.11-14.el9.noarch 2026-02-25T13:31:27.319 INFO:teuthology.orchestra.run.trial161.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-25T13:31:27.319 INFO:teuthology.orchestra.run.trial161.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-25T13:31:27.319 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-25T13:31:27.319 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-02-25T13:31:27.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-02-25T13:31:27.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-25T13:31:27.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-25T13:31:27.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-25T13:31:27.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-25T13:31:27.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-25T13:31:27.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-25T13:31:27.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-25T13:31:27.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-25T13:31:27.320 INFO:teuthology.orchestra.run.trial161.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-25T13:31:27.321 INFO:teuthology.orchestra.run.trial161.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-25T13:31:27.321 INFO:teuthology.orchestra.run.trial161.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-25T13:31:27.321 INFO:teuthology.orchestra.run.trial161.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-25T13:31:27.321 INFO:teuthology.orchestra.run.trial161.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-25T13:31:27.321 INFO:teuthology.orchestra.run.trial161.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-25T13:31:27.321 INFO:teuthology.orchestra.run.trial161.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-25T13:31:27.321 INFO:teuthology.orchestra.run.trial161.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-25T13:31:27.321 INFO:teuthology.orchestra.run.trial161.stdout: unzip-6.0-59.el9.x86_64 2026-02-25T13:31:27.321 INFO:teuthology.orchestra.run.trial161.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-25T13:31:27.321 INFO:teuthology.orchestra.run.trial161.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-25T13:31:27.321 INFO:teuthology.orchestra.run.trial161.stdout: zip-3.0-35.el9.x86_64 2026-02-25T13:31:27.322 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:27.322 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:27.330 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:27.331 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:27.331 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:27.351 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-mgr-rook 2026-02-25T13:31:27.371 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-base 2026-02-25T13:31:27.672 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:38 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:27.697 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:37 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:27.739 INFO:teuthology.orchestra.run.trial042.stdout:Package ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:27.758 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:27.759 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:27.759 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:27.762 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:27.780 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-mgr-cephadm 2026-02-25T13:31:27.781 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:27.781 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:27.781 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:27.803 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install cephadm 2026-02-25T13:31:28.102 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:39 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:28.122 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:38 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:28.168 INFO:teuthology.orchestra.run.trial042.stdout:Package ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:28.186 INFO:teuthology.orchestra.run.trial161.stdout:Package cephadm-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:28.187 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:28.187 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:28.187 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:28.205 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:28.206 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:28.206 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:28.209 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-osd 2026-02-25T13:31:28.227 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-immutable-object-cache 2026-02-25T13:31:28.527 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:39 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:28.542 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:38 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:28.592 INFO:teuthology.orchestra.run.trial042.stdout:Package ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:28.611 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:28.612 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:28.612 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:28.626 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:28.626 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:28.626 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repo Size 2026-02-25T13:31:28.626 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:28.626 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:31:28.626 INFO:teuthology.orchestra.run.trial161.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5580.g506b402a.el9 ceph 147 k 2026-02-25T13:31:28.627 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:28.627 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:31:28.627 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:28.627 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-25T13:31:28.627 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:28.627 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 147 k 2026-02-25T13:31:28.627 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 419 k 2026-02-25T13:31:28.627 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:31:28.633 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-osd-classic 2026-02-25T13:31:28.715 INFO:teuthology.orchestra.run.trial161.stdout:ceph-immutable-object-cache-20.3.0-5580.g506b40 1.7 MB/s | 147 kB 00:00 2026-02-25T13:31:28.715 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:28.715 INFO:teuthology.orchestra.run.trial161.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-25T13:31:28.715 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:31:28.719 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:31:28.719 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:31:28.751 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:31:28.752 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:31:28.807 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:31:28.809 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5580.g506b402a. 1/1 2026-02-25T13:31:28.833 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5580.g506b402a. 1/1 2026-02-25T13:31:28.833 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:28.833 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-25T13:31:28.833 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:28.954 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:39 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:29.020 INFO:teuthology.orchestra.run.trial042.stdout:Package ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:29.038 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:29.039 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:29.039 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:29.061 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-fuse 2026-02-25T13:31:29.166 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5580.g506b402a. 1/1 2026-02-25T13:31:29.166 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:29.166 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:31:29.166 INFO:teuthology.orchestra.run.trial161.stdout: ceph-immutable-object-cache-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:29.166 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:29.166 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:29.193 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-mgr 2026-02-25T13:31:29.381 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:40 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:29.466 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout: Package Arch Version Repo Size 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout: ceph-fuse x86_64 2:20.3.0-5580.g506b402a.el9 ceph 987 k 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout:Install 1 Package 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 987 k 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout:Installed size: 2.9 M 2026-02-25T13:31:29.467 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:31:29.514 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:39 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:29.579 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:29.591 INFO:teuthology.orchestra.run.trial042.stdout:ceph-fuse-20.3.0-5580.g506b402a.el9.x86_64.rpm 7.8 MB/s | 987 kB 00:00 2026-02-25T13:31:29.591 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:29.591 INFO:teuthology.orchestra.run.trial042.stdout:Total 7.8 MB/s | 987 kB 00:00 2026-02-25T13:31:29.591 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:31:29.596 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:31:29.596 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:31:29.598 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:29.598 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:29.598 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:29.620 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-mgr-dashboard 2026-02-25T13:31:29.630 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:31:29.630 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:31:29.723 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:31:29.741 INFO:teuthology.orchestra.run.trial042.stdout: Installing : ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:29.940 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:39 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:29.990 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:30.005 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:30.024 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:30.024 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:30.024 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:30.047 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-25T13:31:30.052 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:30.052 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:30.052 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:31:30.052 INFO:teuthology.orchestra.run.trial042.stdout: ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:30.052 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:30.052 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:30.083 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install ceph-volume 2026-02-25T13:31:30.367 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:40 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:30.409 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:41 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:30.431 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:30.450 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:30.451 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:30.451 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:30.472 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-mgr-rook 2026-02-25T13:31:30.476 INFO:teuthology.orchestra.run.trial042.stdout:Package ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:30.494 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:30.495 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:30.495 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:30.518 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install librados-devel 2026-02-25T13:31:30.788 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:40 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:30.843 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:41 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:30.854 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:30.872 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:30.873 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:30.873 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:30.894 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-mgr-cephadm 2026-02-25T13:31:30.926 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout: Package Arch Version Repo Size 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout: librados-devel x86_64 2:20.3.0-5580.g506b402a.el9 ceph 123 k 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout:Install 1 Package 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 123 k 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout:Installed size: 437 k 2026-02-25T13:31:30.927 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:31:31.014 INFO:teuthology.orchestra.run.trial042.stdout:librados-devel-20.3.0-5580.g506b402a.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-25T13:31:31.014 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:31.015 INFO:teuthology.orchestra.run.trial042.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-25T13:31:31.015 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:31:31.017 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:31:31.017 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:31:31.050 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:31:31.050 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:31:31.107 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:31:31.124 INFO:teuthology.orchestra.run.trial042.stdout: Installing : librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:31.214 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:41 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:31.217 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:31.279 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:31.281 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:31.281 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:31.281 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:31:31.281 INFO:teuthology.orchestra.run.trial042.stdout: librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:31.281 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:31.281 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:31.298 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:31.299 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:31.299 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:31.310 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install libcephfs2 2026-02-25T13:31:31.320 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-osd 2026-02-25T13:31:31.630 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:42 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:31.632 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:41 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:31.697 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:31.698 INFO:teuthology.orchestra.run.trial042.stdout:Package libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:31.716 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:31.717 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:31.717 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:31.717 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:31.717 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:31.718 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:31.738 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-osd-classic 2026-02-25T13:31:31.740 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install libcephfs-devel 2026-02-25T13:31:32.062 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:42 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:32.063 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:43 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:32.126 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:32.144 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:32.145 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:32.145 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:32.147 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:32.148 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:32.148 INFO:teuthology.orchestra.run.trial042.stdout: Package Arch Version Repo Size 2026-02-25T13:31:32.148 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:32.148 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:31:32.148 INFO:teuthology.orchestra.run.trial042.stdout: libcephfs-devel x86_64 2:20.3.0-5580.g506b402a.el9 ceph 37 k 2026-02-25T13:31:32.148 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:32.148 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:31:32.148 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:32.148 INFO:teuthology.orchestra.run.trial042.stdout:Install 1 Package 2026-02-25T13:31:32.148 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:32.148 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 37 k 2026-02-25T13:31:32.149 INFO:teuthology.orchestra.run.trial042.stdout:Installed size: 171 k 2026-02-25T13:31:32.149 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:31:32.167 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-fuse 2026-02-25T13:31:32.213 INFO:teuthology.orchestra.run.trial042.stdout:libcephfs-devel-20.3.0-5580.g506b402a.el9.x86_6 583 kB/s | 37 kB 00:00 2026-02-25T13:31:32.214 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:32.214 INFO:teuthology.orchestra.run.trial042.stdout:Total 577 kB/s | 37 kB 00:00 2026-02-25T13:31:32.214 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:31:32.215 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:31:32.215 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:31:32.217 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:31:32.217 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:31:32.240 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:31:32.256 INFO:teuthology.orchestra.run.trial042.stdout: Installing : libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:32.319 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:32.381 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:32.381 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:32.381 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:31:32.381 INFO:teuthology.orchestra.run.trial042.stdout: libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:32.381 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:32.381 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:32.408 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install librados2 2026-02-25T13:31:32.487 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:42 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:32.572 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:32.572 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:32.572 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repo Size 2026-02-25T13:31:32.572 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:32.572 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:31:32.572 INFO:teuthology.orchestra.run.trial161.stdout: ceph-fuse x86_64 2:20.3.0-5580.g506b402a.el9 ceph 987 k 2026-02-25T13:31:32.572 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:32.572 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:31:32.573 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:32.573 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-25T13:31:32.573 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:32.573 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 987 k 2026-02-25T13:31:32.573 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 2.9 M 2026-02-25T13:31:32.573 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:31:32.695 INFO:teuthology.orchestra.run.trial161.stdout:ceph-fuse-20.3.0-5580.g506b402a.el9.x86_64.rpm 7.9 MB/s | 987 kB 00:00 2026-02-25T13:31:32.696 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:32.696 INFO:teuthology.orchestra.run.trial161.stdout:Total 7.8 MB/s | 987 kB 00:00 2026-02-25T13:31:32.696 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:31:32.700 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:31:32.700 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:31:32.727 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:43 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:32.734 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:31:32.734 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:31:32.793 INFO:teuthology.orchestra.run.trial042.stdout:Package librados2-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:32.811 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:32.811 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:32.811 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:32.828 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:31:32.833 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install librbd1 2026-02-25T13:31:32.846 INFO:teuthology.orchestra.run.trial161.stdout: Installing : ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:33.093 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:33.155 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:33.156 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:33.156 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:31:33.156 INFO:teuthology.orchestra.run.trial161.stdout: ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:33.156 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:33.156 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:33.156 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:44 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:33.183 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install ceph-volume 2026-02-25T13:31:33.222 INFO:teuthology.orchestra.run.trial042.stdout:Package librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:33.240 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:33.240 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:33.240 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:33.262 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install python3-rados 2026-02-25T13:31:33.505 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:43 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:33.571 INFO:teuthology.orchestra.run.trial161.stdout:Package ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:31:33.577 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:44 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:33.588 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:33.589 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:33.589 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:33.611 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install librados-devel 2026-02-25T13:31:33.645 INFO:teuthology.orchestra.run.trial042.stdout:Package python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:33.662 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:33.663 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:33.664 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:33.684 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install python3-rgw 2026-02-25T13:31:33.929 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:43 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:34.007 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:45 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:34.011 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repo Size 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout: librados-devel x86_64 2:20.3.0-5580.g506b402a.el9 ceph 123 k 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 123 k 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 437 k 2026-02-25T13:31:34.012 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:31:34.073 INFO:teuthology.orchestra.run.trial042.stdout:Package python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:34.091 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:34.092 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:34.092 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:34.100 INFO:teuthology.orchestra.run.trial161.stdout:librados-devel-20.3.0-5580.g506b402a.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-25T13:31:34.101 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:34.101 INFO:teuthology.orchestra.run.trial161.stdout:Total 1.3 MB/s | 123 kB 00:00 2026-02-25T13:31:34.101 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:31:34.104 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:31:34.104 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:31:34.114 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install python3-cephfs 2026-02-25T13:31:34.135 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:31:34.136 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:31:34.191 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:31:34.208 INFO:teuthology.orchestra.run.trial161.stdout: Installing : librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:34.295 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:34.358 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:34.358 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:34.358 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:31:34.358 INFO:teuthology.orchestra.run.trial161.stdout: librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:34.358 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:34.358 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:34.387 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install libcephfs2 2026-02-25T13:31:34.436 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:45 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:34.501 INFO:teuthology.orchestra.run.trial042.stdout:Package python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:34.519 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:34.519 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:34.520 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:34.540 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install python3-rbd 2026-02-25T13:31:34.706 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:44 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:34.772 INFO:teuthology.orchestra.run.trial161.stdout:Package libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:34.789 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:34.790 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:34.790 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:34.812 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install libcephfs-devel 2026-02-25T13:31:34.862 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:45 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:34.930 INFO:teuthology.orchestra.run.trial042.stdout:Package python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:34.947 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:34.948 INFO:teuthology.orchestra.run.trial042.stdout:Nothing to do. 2026-02-25T13:31:34.949 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:34.969 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install rbd-fuse 2026-02-25T13:31:35.128 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:45 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repo Size 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs-devel x86_64 2:20.3.0-5580.g506b402a.el9 ceph 37 k 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 37 k 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 171 k 2026-02-25T13:31:35.211 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:31:35.276 INFO:teuthology.orchestra.run.trial161.stdout:libcephfs-devel-20.3.0-5580.g506b402a.el9.x86_6 579 kB/s | 37 kB 00:00 2026-02-25T13:31:35.276 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:35.277 INFO:teuthology.orchestra.run.trial161.stdout:Total 573 kB/s | 37 kB 00:00 2026-02-25T13:31:35.277 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:31:35.278 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:31:35.278 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:31:35.281 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:31:35.281 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:31:35.291 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:46 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:35.303 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:31:35.320 INFO:teuthology.orchestra.run.trial161.stdout: Installing : libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout: Package Architecture Version Repository Size 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout: rbd-fuse x86_64 2:20.3.0-5580.g506b402a.el9 ceph 84 k 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout:Install 1 Package 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 84 k 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout:Installed size: 209 k 2026-02-25T13:31:35.376 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:31:35.380 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:35.441 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:35.441 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:35.441 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:31:35.442 INFO:teuthology.orchestra.run.trial161.stdout: libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:35.442 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:35.442 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:35.452 INFO:teuthology.orchestra.run.trial042.stdout:rbd-fuse-20.3.0-5580.g506b402a.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-25T13:31:35.453 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:35.453 INFO:teuthology.orchestra.run.trial042.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-25T13:31:35.453 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:31:35.456 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:31:35.457 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:31:35.468 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install librados2 2026-02-25T13:31:35.488 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:31:35.488 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:31:35.540 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:31:35.557 INFO:teuthology.orchestra.run.trial042.stdout: Installing : rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:35.644 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:35.707 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:35.708 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:35.708 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:31:35.708 INFO:teuthology.orchestra.run.trial042.stdout: rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:35.708 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:35.708 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:35.735 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install rbd-mirror 2026-02-25T13:31:35.789 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:45 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:35.854 INFO:teuthology.orchestra.run.trial161.stdout:Package librados2-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:35.871 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:35.872 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:35.872 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:35.893 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install librbd1 2026-02-25T13:31:36.060 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:47 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:36.146 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:36.147 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:36.147 INFO:teuthology.orchestra.run.trial042.stdout: Package Arch Version Repo Size 2026-02-25T13:31:36.147 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:36.147 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:31:36.147 INFO:teuthology.orchestra.run.trial042.stdout: rbd-mirror x86_64 2:20.3.0-5580.g506b402a.el9 ceph 2.9 M 2026-02-25T13:31:36.147 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:36.148 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:31:36.148 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:36.148 INFO:teuthology.orchestra.run.trial042.stdout:Install 1 Package 2026-02-25T13:31:36.148 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:36.148 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 2.9 M 2026-02-25T13:31:36.148 INFO:teuthology.orchestra.run.trial042.stdout:Installed size: 11 M 2026-02-25T13:31:36.148 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:31:36.207 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:46 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:36.272 INFO:teuthology.orchestra.run.trial161.stdout:Package librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:36.290 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:36.291 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:36.291 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:36.292 INFO:teuthology.orchestra.run.trial042.stdout:rbd-mirror-20.3.0-5580.g506b402a.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-25T13:31:36.294 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:36.294 INFO:teuthology.orchestra.run.trial042.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-25T13:31:36.294 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:31:36.298 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:31:36.298 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:31:36.313 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install python3-rados 2026-02-25T13:31:36.339 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:31:36.339 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:31:36.518 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:31:36.520 INFO:teuthology.orchestra.run.trial042.stdout: Installing : rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:36.543 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:36.543 INFO:teuthology.orchestra.run.trial042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:36.543 INFO:teuthology.orchestra.run.trial042.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-25T13:31:36.543 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-25T13:31:36.543 INFO:teuthology.orchestra.run.trial042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-25T13:31:36.543 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:36.632 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:46 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:36.698 INFO:teuthology.orchestra.run.trial161.stdout:Package python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:36.715 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:36.716 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:36.716 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:36.740 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install python3-rgw 2026-02-25T13:31:36.879 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:36.879 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:36.879 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:31:36.879 INFO:teuthology.orchestra.run.trial042.stdout: rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:36.879 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:36.879 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:36.909 DEBUG:teuthology.orchestra.run.trial042:> sudo yum -y install rbd-nbd 2026-02-25T13:31:37.058 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:47 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:37.124 INFO:teuthology.orchestra.run.trial161.stdout:Package python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:37.142 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:37.143 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:37.143 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:37.165 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install python3-cephfs 2026-02-25T13:31:37.226 INFO:teuthology.orchestra.run.trial042.stdout:Last metadata expiration check: 0:00:48 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout:Dependencies resolved. 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout: Package Architecture Version Repository Size 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout:Installing: 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout: rbd-nbd x86_64 2:20.3.0-5580.g506b402a.el9 ceph 172 k 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout:Transaction Summary 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout:================================================================================ 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout:Install 1 Package 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout:Total download size: 172 k 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout:Installed size: 462 k 2026-02-25T13:31:37.310 INFO:teuthology.orchestra.run.trial042.stdout:Downloading Packages: 2026-02-25T13:31:37.397 INFO:teuthology.orchestra.run.trial042.stdout:rbd-nbd-20.3.0-5580.g506b402a.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-25T13:31:37.397 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:37.397 INFO:teuthology.orchestra.run.trial042.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-25T13:31:37.398 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction check 2026-02-25T13:31:37.402 INFO:teuthology.orchestra.run.trial042.stdout:Transaction check succeeded. 2026-02-25T13:31:37.402 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction test 2026-02-25T13:31:37.434 INFO:teuthology.orchestra.run.trial042.stdout:Transaction test succeeded. 2026-02-25T13:31:37.434 INFO:teuthology.orchestra.run.trial042.stdout:Running transaction 2026-02-25T13:31:37.488 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:47 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:37.491 INFO:teuthology.orchestra.run.trial042.stdout: Preparing : 1/1 2026-02-25T13:31:37.509 INFO:teuthology.orchestra.run.trial042.stdout: Installing : rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:37.553 INFO:teuthology.orchestra.run.trial161.stdout:Package python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:37.571 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:37.571 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:37.572 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:37.593 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install python3-rbd 2026-02-25T13:31:37.594 INFO:teuthology.orchestra.run.trial042.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:37.657 INFO:teuthology.orchestra.run.trial042.stdout: Verifying : rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:37.657 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:37.657 INFO:teuthology.orchestra.run.trial042.stdout:Installed: 2026-02-25T13:31:37.658 INFO:teuthology.orchestra.run.trial042.stdout: rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:37.658 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:31:37.658 INFO:teuthology.orchestra.run.trial042.stdout:Complete! 2026-02-25T13:31:37.688 DEBUG:teuthology.parallel:result is None 2026-02-25T13:31:37.913 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:47 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:37.979 INFO:teuthology.orchestra.run.trial161.stdout:Package python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:31:37.997 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:37.997 INFO:teuthology.orchestra.run.trial161.stdout:Nothing to do. 2026-02-25T13:31:37.997 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:38.020 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install rbd-fuse 2026-02-25T13:31:38.338 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:48 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:38.421 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:38.421 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout: Package Architecture Version Repository Size 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout: rbd-fuse x86_64 2:20.3.0-5580.g506b402a.el9 ceph 84 k 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 84 k 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 209 k 2026-02-25T13:31:38.422 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:31:38.497 INFO:teuthology.orchestra.run.trial161.stdout:rbd-fuse-20.3.0-5580.g506b402a.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-25T13:31:38.497 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:38.498 INFO:teuthology.orchestra.run.trial161.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-25T13:31:38.498 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:31:38.501 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:31:38.501 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:31:38.532 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:31:38.532 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:31:38.584 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:31:38.602 INFO:teuthology.orchestra.run.trial161.stdout: Installing : rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:38.686 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:38.748 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:38.748 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:38.748 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:31:38.748 INFO:teuthology.orchestra.run.trial161.stdout: rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:38.748 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:38.749 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:38.776 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install rbd-mirror 2026-02-25T13:31:39.098 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:49 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:39.183 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:39.183 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:39.183 INFO:teuthology.orchestra.run.trial161.stdout: Package Arch Version Repo Size 2026-02-25T13:31:39.183 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:39.184 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:31:39.184 INFO:teuthology.orchestra.run.trial161.stdout: rbd-mirror x86_64 2:20.3.0-5580.g506b402a.el9 ceph 2.9 M 2026-02-25T13:31:39.184 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:39.184 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:31:39.184 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:39.184 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-25T13:31:39.184 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:39.184 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 2.9 M 2026-02-25T13:31:39.184 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 11 M 2026-02-25T13:31:39.185 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:31:39.329 INFO:teuthology.orchestra.run.trial161.stdout:rbd-mirror-20.3.0-5580.g506b402a.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-25T13:31:39.330 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:39.330 INFO:teuthology.orchestra.run.trial161.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-25T13:31:39.330 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:31:39.335 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:31:39.335 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:31:39.375 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:31:39.375 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:31:39.553 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:31:39.555 INFO:teuthology.orchestra.run.trial161.stdout: Installing : rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:39.577 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:39.577 INFO:teuthology.orchestra.run.trial161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:31:39.577 INFO:teuthology.orchestra.run.trial161.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-25T13:31:39.577 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-25T13:31:39.578 INFO:teuthology.orchestra.run.trial161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-25T13:31:39.578 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:39.906 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:39.907 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:39.907 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:31:39.907 INFO:teuthology.orchestra.run.trial161.stdout: rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:39.907 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:39.907 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:39.933 DEBUG:teuthology.orchestra.run.trial161:> sudo yum -y install rbd-nbd 2026-02-25T13:31:40.248 INFO:teuthology.orchestra.run.trial161.stdout:Last metadata expiration check: 0:00:50 ago on Wed 25 Feb 2026 01:30:50 PM UTC. 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout:Dependencies resolved. 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout: Package Architecture Version Repository Size 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout:Installing: 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout: rbd-nbd x86_64 2:20.3.0-5580.g506b402a.el9 ceph 172 k 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout:Transaction Summary 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout:================================================================================ 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout:Install 1 Package 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout:Total download size: 172 k 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout:Installed size: 462 k 2026-02-25T13:31:40.331 INFO:teuthology.orchestra.run.trial161.stdout:Downloading Packages: 2026-02-25T13:31:40.420 INFO:teuthology.orchestra.run.trial161.stdout:rbd-nbd-20.3.0-5580.g506b402a.el9.x86_64.rpm 1.9 MB/s | 172 kB 00:00 2026-02-25T13:31:40.420 INFO:teuthology.orchestra.run.trial161.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:31:40.420 INFO:teuthology.orchestra.run.trial161.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-25T13:31:40.421 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction check 2026-02-25T13:31:40.424 INFO:teuthology.orchestra.run.trial161.stdout:Transaction check succeeded. 2026-02-25T13:31:40.425 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction test 2026-02-25T13:31:40.456 INFO:teuthology.orchestra.run.trial161.stdout:Transaction test succeeded. 2026-02-25T13:31:40.456 INFO:teuthology.orchestra.run.trial161.stdout:Running transaction 2026-02-25T13:31:40.513 INFO:teuthology.orchestra.run.trial161.stdout: Preparing : 1/1 2026-02-25T13:31:40.530 INFO:teuthology.orchestra.run.trial161.stdout: Installing : rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:40.620 INFO:teuthology.orchestra.run.trial161.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:40.684 INFO:teuthology.orchestra.run.trial161.stdout: Verifying : rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:31:40.684 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:40.685 INFO:teuthology.orchestra.run.trial161.stdout:Installed: 2026-02-25T13:31:40.685 INFO:teuthology.orchestra.run.trial161.stdout: rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:31:40.685 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:31:40.685 INFO:teuthology.orchestra.run.trial161.stdout:Complete! 2026-02-25T13:31:40.714 DEBUG:teuthology.parallel:result is None 2026-02-25T13:33:23.291 INFO:teuthology.orchestra.run.trial163.stdout:[MIRROR] abseil-cpp-20211102.0-4.el9.x86_64.rpm: Curl error (28): Timeout was reached for https://cfhcable.mm.fcix.net/epel/9/Everything/x86_64/Packages/a/abseil-cpp-20211102.0-4.el9.x86_64.rpm [Failed to connect to cfhcable.mm.fcix.net port 443: Connection timed out] 2026-02-25T13:33:23.291 INFO:teuthology.orchestra.run.trial163.stdout:[MIRROR] grpc-data-1.46.7-10.el9.noarch.rpm: Curl error (28): Timeout was reached for https://cfhcable.mm.fcix.net/epel/9/Everything/x86_64/Packages/g/grpc-data-1.46.7-10.el9.noarch.rpm [Failed to connect to cfhcable.mm.fcix.net port 443: Connection timed out] 2026-02-25T13:33:23.416 INFO:teuthology.orchestra.run.trial163.stdout:(58/95): grpc-data-1.46.7-10.el9.noarch.rpm 154 B/s | 19 kB 02:08 2026-02-25T13:33:23.573 INFO:teuthology.orchestra.run.trial163.stdout:(59/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 4.3 kB/s | 551 kB 02:09 2026-02-25T13:33:23.610 INFO:teuthology.orchestra.run.trial163.stdout:(60/95): python3-asyncssh-2.13.2-5.el9.noarch.r 2.8 MB/s | 548 kB 00:00 2026-02-25T13:33:23.613 INFO:teuthology.orchestra.run.trial163.stdout:(61/95): python3-autocommand-2.2.2-8.el9.noarch 741 kB/s | 29 kB 00:00 2026-02-25T13:33:23.648 INFO:teuthology.orchestra.run.trial163.stdout:(62/95): python3-backports-tarfile-1.2.0-1.el9. 1.6 MB/s | 60 kB 00:00 2026-02-25T13:33:23.650 INFO:teuthology.orchestra.run.trial163.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.2 MB/s | 43 kB 00:00 2026-02-25T13:33:23.684 INFO:teuthology.orchestra.run.trial163.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 879 kB/s | 32 kB 00:00 2026-02-25T13:33:23.686 INFO:teuthology.orchestra.run.trial163.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 390 kB/s | 14 kB 00:00 2026-02-25T13:33:23.728 INFO:teuthology.orchestra.run.trial163.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 3.9 MB/s | 173 kB 00:00 2026-02-25T13:33:23.738 INFO:teuthology.orchestra.run.trial163.stdout:(67/95): python3-cherrypy-18.6.1-2.el9.noarch.r 6.8 MB/s | 358 kB 00:00 2026-02-25T13:33:23.774 INFO:teuthology.orchestra.run.trial163.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 5.5 MB/s | 254 kB 00:00 2026-02-25T13:33:23.815 INFO:teuthology.orchestra.run.trial163.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 3.5 MB/s | 144 kB 00:00 2026-02-25T13:33:23.852 INFO:teuthology.orchestra.run.trial163.stdout:(70/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 18 MB/s | 2.0 MB 00:00 2026-02-25T13:33:23.859 INFO:teuthology.orchestra.run.trial163.stdout:(71/95): python3-influxdb-5.3.1-1.el9.noarch.rp 3.0 MB/s | 139 kB 00:00 2026-02-25T13:33:23.889 INFO:teuthology.orchestra.run.trial163.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 1.5 MB/s | 56 kB 00:00 2026-02-25T13:33:23.896 INFO:teuthology.orchestra.run.trial163.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 298 kB/s | 11 kB 00:00 2026-02-25T13:33:23.925 INFO:teuthology.orchestra.run.trial163.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 490 kB/s | 18 kB 00:00 2026-02-25T13:33:23.932 INFO:teuthology.orchestra.run.trial163.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 634 kB/s | 23 kB 00:00 2026-02-25T13:33:23.962 INFO:teuthology.orchestra.run.trial163.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 539 kB/s | 20 kB 00:00 2026-02-25T13:33:23.969 INFO:teuthology.orchestra.run.trial163.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 536 kB/s | 19 kB 00:00 2026-02-25T13:33:23.998 INFO:teuthology.orchestra.run.trial163.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 718 kB/s | 26 kB 00:00 2026-02-25T13:33:24.037 INFO:teuthology.orchestra.run.trial163.stdout:(79/95): python3-more-itertools-8.12.0-2.el9.no 2.0 MB/s | 79 kB 00:00 2026-02-25T13:33:24.050 INFO:teuthology.orchestra.run.trial163.stdout:(80/95): python3-kubernetes-26.1.0-3.el9.noarch 12 MB/s | 1.0 MB 00:00 2026-02-25T13:33:24.074 INFO:teuthology.orchestra.run.trial163.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 2.2 MB/s | 86 kB 00:00 2026-02-25T13:33:24.088 INFO:teuthology.orchestra.run.trial163.stdout:(82/95): python3-natsort-7.1.1-5.el9.noarch.rpm 1.5 MB/s | 58 kB 00:00 2026-02-25T13:33:24.111 INFO:teuthology.orchestra.run.trial163.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 449 kB/s | 16 kB 00:00 2026-02-25T13:33:24.125 INFO:teuthology.orchestra.run.trial163.stdout:(84/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.4 MB/s | 90 kB 00:00 2026-02-25T13:33:24.147 INFO:teuthology.orchestra.run.trial163.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 848 kB/s | 31 kB 00:00 2026-02-25T13:33:24.163 INFO:teuthology.orchestra.run.trial163.stdout:(86/95): python3-routes-2.5.1-5.el9.noarch.rpm 4.8 MB/s | 188 kB 00:00 2026-02-25T13:33:24.188 INFO:teuthology.orchestra.run.trial163.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 1.4 MB/s | 59 kB 00:00 2026-02-25T13:33:24.202 INFO:teuthology.orchestra.run.trial163.stdout:(88/95): python3-saml-1.16.0-1.el9.noarch.rpm 3.1 MB/s | 125 kB 00:00 2026-02-25T13:33:24.225 INFO:teuthology.orchestra.run.trial163.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 964 kB/s | 36 kB 00:00 2026-02-25T13:33:24.238 INFO:teuthology.orchestra.run.trial163.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 2.3 MB/s | 86 kB 00:00 2026-02-25T13:33:24.263 INFO:teuthology.orchestra.run.trial163.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 2.3 MB/s | 90 kB 00:00 2026-02-25T13:33:24.276 INFO:teuthology.orchestra.run.trial163.stdout:(92/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.3 MB/s | 48 kB 00:00 2026-02-25T13:33:24.299 INFO:teuthology.orchestra.run.trial163.stdout:(93/95): python3-xmltodict-0.12.0-15.el9.noarch 613 kB/s | 22 kB 00:00 2026-02-25T13:33:24.312 INFO:teuthology.orchestra.run.trial163.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 550 kB/s | 20 kB 00:00 2026-02-25T13:33:27.277 INFO:teuthology.orchestra.run.trial163.stdout:[MIRROR] luarocks-3.9.2-5.el9.noarch.rpm: Curl error (28): Timeout was reached for https://cfhcable.mm.fcix.net/epel/9/Everything/x86_64/Packages/l/luarocks-3.9.2-5.el9.noarch.rpm [Failed to connect to cfhcable.mm.fcix.net port 443: Connection timed out] 2026-02-25T13:33:27.479 INFO:teuthology.orchestra.run.trial163.stdout:(95/95): luarocks-3.9.2-5.el9.noarch.rpm 1.1 kB/s | 151 kB 02:12 2026-02-25T13:33:27.480 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:33:27.480 INFO:teuthology.orchestra.run.trial163.stdout:Total 926 kB/s | 123 MB 02:15 2026-02-25T13:33:27.849 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:33:27.889 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:33:27.889 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:33:28.385 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:33:28.385 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:33:28.906 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:33:28.908 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-25T13:33:28.912 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-25T13:33:28.935 INFO:teuthology.orchestra.run.trial163.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-25T13:33:28.947 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 4/95 2026-02-25T13:33:28.982 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-25T13:33:28.988 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-25T13:33:28.991 INFO:teuthology.orchestra.run.trial163.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-25T13:33:28.995 INFO:teuthology.orchestra.run.trial163.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-25T13:33:29.020 INFO:teuthology.orchestra.run.trial163.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-25T13:33:29.033 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-25T13:33:29.037 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-25T13:33:29.043 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-25T13:33:29.045 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-25T13:33:29.057 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-25T13:33:29.063 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-25T13:33:29.090 INFO:teuthology.orchestra.run.trial163.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-25T13:33:29.093 INFO:teuthology.orchestra.run.trial163.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-25T13:33:29.147 INFO:teuthology.orchestra.run.trial163.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-25T13:33:29.160 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 19/95 2026-02-25T13:33:29.162 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-25T13:33:29.167 INFO:teuthology.orchestra.run.trial163.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-25T13:33:29.173 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-25T13:33:29.178 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-25T13:33:29.181 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-25T13:33:29.196 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-25T13:33:29.201 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-25T13:33:29.206 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-25T13:33:29.219 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-25T13:33:29.228 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-25T13:33:29.235 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-25T13:33:29.256 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-25T13:33:29.267 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-25T13:33:29.284 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-25T13:33:29.288 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-25T13:33:29.297 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-25T13:33:29.340 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-25T13:33:29.684 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-25T13:33:29.694 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-25T13:33:29.699 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-25T13:33:29.705 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-25T13:33:29.706 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-25T13:33:29.735 INFO:teuthology.orchestra.run.trial163.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-25T13:33:29.781 INFO:teuthology.orchestra.run.trial163.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-25T13:33:29.790 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-25T13:33:29.796 INFO:teuthology.orchestra.run.trial163.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-25T13:33:29.799 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-25T13:33:29.806 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-25T13:33:29.809 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-25T13:33:29.817 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-25T13:33:29.820 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-25T13:33:29.850 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-25T13:33:29.860 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-25T13:33:29.866 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-25T13:33:29.874 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-25T13:33:29.911 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-25T13:33:30.149 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-25T13:33:30.174 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-25T13:33:30.178 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-25T13:33:30.237 INFO:teuthology.orchestra.run.trial163.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-25T13:33:30.239 INFO:teuthology.orchestra.run.trial163.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-25T13:33:30.261 INFO:teuthology.orchestra.run.trial163.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-25T13:33:30.605 INFO:teuthology.orchestra.run.trial163.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-25T13:33:30.683 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-25T13:33:31.390 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-25T13:33:31.409 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-25T13:33:31.423 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-25T13:33:31.440 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-25T13:33:31.520 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-25T13:33:31.529 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-25T13:33:31.554 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-25T13:33:31.586 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-25T13:33:31.639 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-25T13:33:31.646 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-25T13:33:31.649 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-25T13:33:31.650 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-25T13:33:31.668 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-25T13:33:31.668 INFO:teuthology.orchestra.run.trial163.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-25T13:33:31.668 INFO:teuthology.orchestra.run.trial163.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-25T13:33:31.668 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:31.677 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-25T13:33:31.702 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-25T13:33:31.702 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-25T13:33:31.702 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:31.740 INFO:teuthology.orchestra.run.trial163.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-25T13:33:32.358 INFO:teuthology.orchestra.run.trial163.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-25T13:33:33.119 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_6 79/95 2026-02-25T13:33:33.186 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_6 80/95 2026-02-25T13:33:33.188 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 81/95 2026-02-25T13:33:33.203 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 81/95 2026-02-25T13:33:33.203 INFO:teuthology.orchestra.run.trial163.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:33:33.203 INFO:teuthology.orchestra.run.trial163.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-25T13:33:33.203 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:33.214 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 82/95 2026-02-25T13:33:33.239 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 82/95 2026-02-25T13:33:33.239 INFO:teuthology.orchestra.run.trial163.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:33:33.239 INFO:teuthology.orchestra.run.trial163.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-25T13:33:33.239 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-25T13:33:33.239 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-25T13:33:33.240 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:33.297 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: cephadm-2:20.3.0-5580.g506b402a.el9.noarch 83/95 2026-02-25T13:33:33.299 INFO:teuthology.orchestra.run.trial163.stdout: Installing : cephadm-2:20.3.0-5580.g506b402a.el9.noarch 83/95 2026-02-25T13:33:33.309 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5580.g506b402a.el9 84/95 2026-02-25T13:33:33.335 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5580.g506b402a.el 85/95 2026-02-25T13:33:33.337 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarc 86/95 2026-02-25T13:33:34.969 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarc 86/95 2026-02-25T13:33:34.976 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noa 87/95 2026-02-25T13:33:35.435 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noa 87/95 2026-02-25T13:33:35.435 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b4 88/95 2026-02-25T13:33:35.447 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b4 88/95 2026-02-25T13:33:35.448 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noa 89/95 2026-02-25T13:33:35.513 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noa 89/95 2026-02-25T13:33:35.555 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5580.g506b402a.el9. 90/95 2026-02-25T13:33:35.557 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 91/95 2026-02-25T13:33:35.578 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 91/95 2026-02-25T13:33:35.578 INFO:teuthology.orchestra.run.trial163.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:33:35.578 INFO:teuthology.orchestra.run.trial163.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-25T13:33:35.578 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-25T13:33:35.578 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-25T13:33:35.578 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:35.589 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 92/95 2026-02-25T13:33:35.808 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 92/95 2026-02-25T13:33:35.809 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 93/95 2026-02-25T13:33:35.831 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 93/95 2026-02-25T13:33:35.831 INFO:teuthology.orchestra.run.trial163.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:33:35.831 INFO:teuthology.orchestra.run.trial163.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-25T13:33:35.831 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-25T13:33:35.831 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-25T13:33:35.831 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:35.925 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 94/95 2026-02-25T13:33:35.945 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 94/95 2026-02-25T13:33:35.945 INFO:teuthology.orchestra.run.trial163.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:33:35.945 INFO:teuthology.orchestra.run.trial163.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-25T13:33:35.945 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-25T13:33:35.945 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-25T13:33:35.945 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:35.946 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-2:20.3.0-5580.g506b402a.el9.x86_64 95/95 2026-02-25T13:33:35.953 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_6 95/95 2026-02-25T13:33:35.976 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_6 95/95 2026-02-25T13:33:36.774 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-2:20.3.0-5580.g506b402a.el9.x86_64 95/95 2026-02-25T13:33:36.774 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-2:20.3.0-5580.g506b402a.el9.x86_64 1/95 2026-02-25T13:33:36.774 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 2/95 2026-02-25T13:33:36.774 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 3/95 2026-02-25T13:33:36.775 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 4/95 2026-02-25T13:33:36.775 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 5/95 2026-02-25T13:33:36.775 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_6 6/95 2026-02-25T13:33:36.775 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_6 7/95 2026-02-25T13:33:36.775 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5580.g506b402a.el 8/95 2026-02-25T13:33:36.775 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarc 9/95 2026-02-25T13:33:36.775 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noa 10/95 2026-02-25T13:33:36.775 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b4 11/95 2026-02-25T13:33:36.775 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noa 12/95 2026-02-25T13:33:36.775 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5580.g506b402a.el9. 13/95 2026-02-25T13:33:36.775 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 14/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5580.g506b402a.el9 15/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 16/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : cephadm-2:20.3.0-5580.g506b402a.el9.noarch 17/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-25T13:33:36.776 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-25T13:33:36.777 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 49/95 2026-02-25T13:33:36.778 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 50/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-25T13:33:36.779 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-25T13:33:36.780 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-25T13:33:36.781 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-25T13:33:36.782 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-25T13:33:36.782 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-25T13:33:36.782 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-25T13:33:36.782 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-25T13:33:36.782 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-25T13:33:36.782 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-grafana-dashboards-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mds-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-k8sevents-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-modules-core-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-mon-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-osd-crimson-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-prometheus-alerts-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: cephadm-2:20.3.0-5580.g506b402a.el9.noarch 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: lua-5.4.4-4.el9.x86_64 2026-02-25T13:33:36.842 INFO:teuthology.orchestra.run.trial163.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-ply-3.11-14.el9.noarch 2026-02-25T13:33:36.843 INFO:teuthology.orchestra.run.trial163.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: unzip-6.0-59.el9.x86_64 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: zip-3.0-35.el9.x86_64 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:36.844 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:36.897 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-base 2026-02-25T13:33:37.215 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:48 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:37.280 INFO:teuthology.orchestra.run.trial163.stdout:Package ceph-base-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:33:37.299 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:37.299 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:37.299 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:37.319 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install cephadm 2026-02-25T13:33:37.639 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:48 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:37.704 INFO:teuthology.orchestra.run.trial163.stdout:Package cephadm-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:33:37.722 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:37.723 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:37.723 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:37.745 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-immutable-object-cache 2026-02-25T13:33:38.063 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:49 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:38.147 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:38.147 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:38.147 INFO:teuthology.orchestra.run.trial163.stdout: Package Arch Version Repo Size 2026-02-25T13:33:38.147 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:38.147 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:33:38.147 INFO:teuthology.orchestra.run.trial163.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5580.g506b402a.el9 ceph 147 k 2026-02-25T13:33:38.147 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:38.147 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:33:38.147 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:38.147 INFO:teuthology.orchestra.run.trial163.stdout:Install 1 Package 2026-02-25T13:33:38.147 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:38.148 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 147 k 2026-02-25T13:33:38.148 INFO:teuthology.orchestra.run.trial163.stdout:Installed size: 419 k 2026-02-25T13:33:38.148 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:33:38.243 INFO:teuthology.orchestra.run.trial163.stdout:ceph-immutable-object-cache-20.3.0-5580.g506b40 1.5 MB/s | 147 kB 00:00 2026-02-25T13:33:38.243 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:33:38.243 INFO:teuthology.orchestra.run.trial163.stdout:Total 1.5 MB/s | 147 kB 00:00 2026-02-25T13:33:38.243 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:33:38.247 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:33:38.247 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:33:38.279 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:33:38.280 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:33:38.335 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:33:38.336 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5580.g506b402a. 1/1 2026-02-25T13:33:38.358 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5580.g506b402a. 1/1 2026-02-25T13:33:38.358 INFO:teuthology.orchestra.run.trial163.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:33:38.359 INFO:teuthology.orchestra.run.trial163.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-25T13:33:38.359 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:38.657 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5580.g506b402a. 1/1 2026-02-25T13:33:38.658 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:38.658 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:33:38.658 INFO:teuthology.orchestra.run.trial163.stdout: ceph-immutable-object-cache-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:38.658 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:38.658 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:38.686 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-mgr 2026-02-25T13:33:39.004 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:50 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:39.070 INFO:teuthology.orchestra.run.trial163.stdout:Package ceph-mgr-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:33:39.089 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:39.090 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:39.090 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:39.112 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-mgr-dashboard 2026-02-25T13:33:39.429 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:50 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:39.495 INFO:teuthology.orchestra.run.trial163.stdout:Package ceph-mgr-dashboard-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:33:39.514 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:39.515 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:39.515 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:39.536 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-25T13:33:39.856 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:50 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:39.921 INFO:teuthology.orchestra.run.trial163.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:33:39.940 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:39.941 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:39.941 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:39.962 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-mgr-rook 2026-02-25T13:33:40.280 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:51 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:40.346 INFO:teuthology.orchestra.run.trial163.stdout:Package ceph-mgr-rook-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:33:40.365 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:40.365 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:40.366 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:40.387 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-mgr-cephadm 2026-02-25T13:33:40.701 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:51 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:40.766 INFO:teuthology.orchestra.run.trial163.stdout:Package ceph-mgr-cephadm-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:33:40.785 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:40.786 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:40.786 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:40.806 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-osd 2026-02-25T13:33:41.118 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:52 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:41.184 INFO:teuthology.orchestra.run.trial163.stdout:Package ceph-osd-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:33:41.202 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:41.203 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:41.203 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:41.225 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-osd-classic 2026-02-25T13:33:41.545 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:52 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:41.611 INFO:teuthology.orchestra.run.trial163.stdout:Package ceph-osd-classic-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:33:41.629 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:41.630 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:41.630 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:41.652 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-fuse 2026-02-25T13:33:41.969 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:52 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout: Package Arch Version Repo Size 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout: ceph-fuse x86_64 2:20.3.0-5580.g506b402a.el9 ceph 987 k 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout:Install 1 Package 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 987 k 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout:Installed size: 2.9 M 2026-02-25T13:33:42.054 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:33:42.182 INFO:teuthology.orchestra.run.trial163.stdout:ceph-fuse-20.3.0-5580.g506b402a.el9.x86_64.rpm 7.5 MB/s | 987 kB 00:00 2026-02-25T13:33:42.183 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:33:42.183 INFO:teuthology.orchestra.run.trial163.stdout:Total 7.5 MB/s | 987 kB 00:00 2026-02-25T13:33:42.183 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:33:42.187 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:33:42.187 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:33:42.221 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:33:42.221 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:33:42.317 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:33:42.335 INFO:teuthology.orchestra.run.trial163.stdout: Installing : ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:42.582 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:42.645 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:42.645 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:42.645 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:33:42.645 INFO:teuthology.orchestra.run.trial163.stdout: ceph-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:42.645 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:42.645 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:42.674 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install ceph-volume 2026-02-25T13:33:42.992 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:53 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:43.058 INFO:teuthology.orchestra.run.trial163.stdout:Package ceph-volume-2:20.3.0-5580.g506b402a.el9.noarch is already installed. 2026-02-25T13:33:43.076 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:43.077 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:43.077 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:43.098 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install librados-devel 2026-02-25T13:33:43.412 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:54 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:43.495 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:43.495 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:43.495 INFO:teuthology.orchestra.run.trial163.stdout: Package Arch Version Repo Size 2026-02-25T13:33:43.495 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:43.495 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:33:43.495 INFO:teuthology.orchestra.run.trial163.stdout: librados-devel x86_64 2:20.3.0-5580.g506b402a.el9 ceph 123 k 2026-02-25T13:33:43.496 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:43.496 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:33:43.496 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:43.496 INFO:teuthology.orchestra.run.trial163.stdout:Install 1 Package 2026-02-25T13:33:43.496 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:43.496 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 123 k 2026-02-25T13:33:43.496 INFO:teuthology.orchestra.run.trial163.stdout:Installed size: 437 k 2026-02-25T13:33:43.496 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:33:43.583 INFO:teuthology.orchestra.run.trial163.stdout:librados-devel-20.3.0-5580.g506b402a.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-25T13:33:43.583 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:33:43.583 INFO:teuthology.orchestra.run.trial163.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-25T13:33:43.583 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:33:43.586 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:33:43.586 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:33:43.617 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:33:43.617 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:33:43.673 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:33:43.690 INFO:teuthology.orchestra.run.trial163.stdout: Installing : librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:43.781 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:43.847 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:43.847 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:43.847 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:33:43.847 INFO:teuthology.orchestra.run.trial163.stdout: librados-devel-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:43.847 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:43.847 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:43.874 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install libcephfs2 2026-02-25T13:33:44.195 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:55 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:44.261 INFO:teuthology.orchestra.run.trial163.stdout:Package libcephfs2-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:33:44.278 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:44.279 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:44.279 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:44.299 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install libcephfs-devel 2026-02-25T13:33:44.613 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:55 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:44.696 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:44.696 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:44.696 INFO:teuthology.orchestra.run.trial163.stdout: Package Arch Version Repo Size 2026-02-25T13:33:44.696 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:44.696 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:33:44.696 INFO:teuthology.orchestra.run.trial163.stdout: libcephfs-devel x86_64 2:20.3.0-5580.g506b402a.el9 ceph 37 k 2026-02-25T13:33:44.696 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:44.696 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:33:44.696 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:44.696 INFO:teuthology.orchestra.run.trial163.stdout:Install 1 Package 2026-02-25T13:33:44.696 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:44.697 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 37 k 2026-02-25T13:33:44.697 INFO:teuthology.orchestra.run.trial163.stdout:Installed size: 171 k 2026-02-25T13:33:44.697 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:33:44.762 INFO:teuthology.orchestra.run.trial163.stdout:libcephfs-devel-20.3.0-5580.g506b402a.el9.x86_6 576 kB/s | 37 kB 00:00 2026-02-25T13:33:44.763 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:33:44.763 INFO:teuthology.orchestra.run.trial163.stdout:Total 567 kB/s | 37 kB 00:00 2026-02-25T13:33:44.763 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:33:44.765 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:33:44.765 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:33:44.767 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:33:44.767 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:33:44.792 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:33:44.811 INFO:teuthology.orchestra.run.trial163.stdout: Installing : libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:44.873 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:44.936 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:44.936 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:44.937 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:33:44.937 INFO:teuthology.orchestra.run.trial163.stdout: libcephfs-devel-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:44.937 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:44.937 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:44.966 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install librados2 2026-02-25T13:33:45.278 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:56 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:45.346 INFO:teuthology.orchestra.run.trial163.stdout:Package librados2-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:33:45.363 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:45.364 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:45.364 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:45.386 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install librbd1 2026-02-25T13:33:45.703 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:56 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:45.769 INFO:teuthology.orchestra.run.trial163.stdout:Package librbd1-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:33:45.786 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:45.787 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:45.787 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:45.808 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install python3-rados 2026-02-25T13:33:46.128 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:57 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:46.194 INFO:teuthology.orchestra.run.trial163.stdout:Package python3-rados-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:33:46.212 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:46.213 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:46.213 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:46.234 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install python3-rgw 2026-02-25T13:33:46.554 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:57 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:46.621 INFO:teuthology.orchestra.run.trial163.stdout:Package python3-rgw-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:33:46.639 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:46.639 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:46.639 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:46.661 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install python3-cephfs 2026-02-25T13:33:46.977 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:57 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:47.042 INFO:teuthology.orchestra.run.trial163.stdout:Package python3-cephfs-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:33:47.059 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:47.060 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:47.060 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:47.082 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install python3-rbd 2026-02-25T13:33:47.398 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:58 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:47.463 INFO:teuthology.orchestra.run.trial163.stdout:Package python3-rbd-2:20.3.0-5580.g506b402a.el9.x86_64 is already installed. 2026-02-25T13:33:47.481 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:47.481 INFO:teuthology.orchestra.run.trial163.stdout:Nothing to do. 2026-02-25T13:33:47.481 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:47.502 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install rbd-fuse 2026-02-25T13:33:47.814 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:58 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:47.898 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:47.899 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:47.899 INFO:teuthology.orchestra.run.trial163.stdout: Package Architecture Version Repository Size 2026-02-25T13:33:47.899 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:47.899 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:33:47.899 INFO:teuthology.orchestra.run.trial163.stdout: rbd-fuse x86_64 2:20.3.0-5580.g506b402a.el9 ceph 84 k 2026-02-25T13:33:47.899 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:47.899 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:33:47.899 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:47.899 INFO:teuthology.orchestra.run.trial163.stdout:Install 1 Package 2026-02-25T13:33:47.900 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:47.900 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 84 k 2026-02-25T13:33:47.900 INFO:teuthology.orchestra.run.trial163.stdout:Installed size: 209 k 2026-02-25T13:33:47.900 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:33:47.973 INFO:teuthology.orchestra.run.trial163.stdout:rbd-fuse-20.3.0-5580.g506b402a.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-25T13:33:47.974 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:33:47.974 INFO:teuthology.orchestra.run.trial163.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-25T13:33:47.974 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:33:47.978 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:33:47.978 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:33:48.009 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:33:48.009 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:33:48.061 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:33:48.078 INFO:teuthology.orchestra.run.trial163.stdout: Installing : rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:48.168 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:48.231 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:48.232 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:48.232 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:33:48.232 INFO:teuthology.orchestra.run.trial163.stdout: rbd-fuse-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:48.232 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:48.232 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:48.260 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install rbd-mirror 2026-02-25T13:33:48.577 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:02:59 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:48.660 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:48.661 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:48.662 INFO:teuthology.orchestra.run.trial163.stdout: Package Arch Version Repo Size 2026-02-25T13:33:48.662 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:48.662 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:33:48.662 INFO:teuthology.orchestra.run.trial163.stdout: rbd-mirror x86_64 2:20.3.0-5580.g506b402a.el9 ceph 2.9 M 2026-02-25T13:33:48.662 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:48.662 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:33:48.662 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:48.662 INFO:teuthology.orchestra.run.trial163.stdout:Install 1 Package 2026-02-25T13:33:48.662 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:48.663 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 2.9 M 2026-02-25T13:33:48.663 INFO:teuthology.orchestra.run.trial163.stdout:Installed size: 11 M 2026-02-25T13:33:48.663 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:33:48.809 INFO:teuthology.orchestra.run.trial163.stdout:rbd-mirror-20.3.0-5580.g506b402a.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-25T13:33:48.810 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:33:48.810 INFO:teuthology.orchestra.run.trial163.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-25T13:33:48.810 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:33:48.815 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:33:48.815 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:33:48.856 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:33:48.856 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:33:49.033 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:33:49.035 INFO:teuthology.orchestra.run.trial163.stdout: Installing : rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:49.057 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:49.058 INFO:teuthology.orchestra.run.trial163.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-25T13:33:49.058 INFO:teuthology.orchestra.run.trial163.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-25T13:33:49.058 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-25T13:33:49.058 INFO:teuthology.orchestra.run.trial163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-25T13:33:49.058 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:49.355 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:49.355 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:49.355 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:33:49.355 INFO:teuthology.orchestra.run.trial163.stdout: rbd-mirror-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:49.355 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:49.355 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:49.386 DEBUG:teuthology.orchestra.run.trial163:> sudo yum -y install rbd-nbd 2026-02-25T13:33:49.705 INFO:teuthology.orchestra.run.trial163.stdout:Last metadata expiration check: 0:03:00 ago on Wed 25 Feb 2026 01:30:49 PM UTC. 2026-02-25T13:33:49.788 INFO:teuthology.orchestra.run.trial163.stdout:Dependencies resolved. 2026-02-25T13:33:49.789 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:49.789 INFO:teuthology.orchestra.run.trial163.stdout: Package Architecture Version Repository Size 2026-02-25T13:33:49.789 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:49.790 INFO:teuthology.orchestra.run.trial163.stdout:Installing: 2026-02-25T13:33:49.790 INFO:teuthology.orchestra.run.trial163.stdout: rbd-nbd x86_64 2:20.3.0-5580.g506b402a.el9 ceph 172 k 2026-02-25T13:33:49.790 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:49.790 INFO:teuthology.orchestra.run.trial163.stdout:Transaction Summary 2026-02-25T13:33:49.790 INFO:teuthology.orchestra.run.trial163.stdout:================================================================================ 2026-02-25T13:33:49.790 INFO:teuthology.orchestra.run.trial163.stdout:Install 1 Package 2026-02-25T13:33:49.790 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:49.790 INFO:teuthology.orchestra.run.trial163.stdout:Total download size: 172 k 2026-02-25T13:33:49.790 INFO:teuthology.orchestra.run.trial163.stdout:Installed size: 462 k 2026-02-25T13:33:49.790 INFO:teuthology.orchestra.run.trial163.stdout:Downloading Packages: 2026-02-25T13:33:49.877 INFO:teuthology.orchestra.run.trial163.stdout:rbd-nbd-20.3.0-5580.g506b402a.el9.x86_64.rpm 1.9 MB/s | 172 kB 00:00 2026-02-25T13:33:49.878 INFO:teuthology.orchestra.run.trial163.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:33:49.878 INFO:teuthology.orchestra.run.trial163.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-25T13:33:49.878 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction check 2026-02-25T13:33:49.882 INFO:teuthology.orchestra.run.trial163.stdout:Transaction check succeeded. 2026-02-25T13:33:49.882 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction test 2026-02-25T13:33:49.914 INFO:teuthology.orchestra.run.trial163.stdout:Transaction test succeeded. 2026-02-25T13:33:49.914 INFO:teuthology.orchestra.run.trial163.stdout:Running transaction 2026-02-25T13:33:49.970 INFO:teuthology.orchestra.run.trial163.stdout: Preparing : 1/1 2026-02-25T13:33:49.988 INFO:teuthology.orchestra.run.trial163.stdout: Installing : rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:50.072 INFO:teuthology.orchestra.run.trial163.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:50.134 INFO:teuthology.orchestra.run.trial163.stdout: Verifying : rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 1/1 2026-02-25T13:33:50.134 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:50.134 INFO:teuthology.orchestra.run.trial163.stdout:Installed: 2026-02-25T13:33:50.134 INFO:teuthology.orchestra.run.trial163.stdout: rbd-nbd-2:20.3.0-5580.g506b402a.el9.x86_64 2026-02-25T13:33:50.135 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:33:50.135 INFO:teuthology.orchestra.run.trial163.stdout:Complete! 2026-02-25T13:33:50.166 DEBUG:teuthology.parallel:result is None 2026-02-25T13:33:50.166 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=506b402a3d3a240d0bfe073b4769eaffdf84497b 2026-02-25T13:33:50.303 DEBUG:teuthology.orchestra.run.trial042:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-25T13:33:50.330 INFO:teuthology.orchestra.run.trial042.stdout:20.3.0-5580.g506b402a.el9 2026-02-25T13:33:50.330 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5580.g506b402a.el9 2026-02-25T13:33:50.331 INFO:teuthology.task.install:The correct ceph version 20.3.0-5580.g506b402a is installed. 2026-02-25T13:33:50.333 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=506b402a3d3a240d0bfe073b4769eaffdf84497b 2026-02-25T13:33:50.479 DEBUG:teuthology.orchestra.run.trial161:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-25T13:33:50.507 INFO:teuthology.orchestra.run.trial161.stdout:20.3.0-5580.g506b402a.el9 2026-02-25T13:33:50.507 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5580.g506b402a.el9 2026-02-25T13:33:50.508 INFO:teuthology.task.install:The correct ceph version 20.3.0-5580.g506b402a is installed. 2026-02-25T13:33:50.510 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=506b402a3d3a240d0bfe073b4769eaffdf84497b 2026-02-25T13:33:50.655 DEBUG:teuthology.orchestra.run.trial163:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-25T13:33:50.677 INFO:teuthology.orchestra.run.trial163.stdout:20.3.0-5580.g506b402a.el9 2026-02-25T13:33:50.677 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5580.g506b402a.el9 2026-02-25T13:33:50.677 INFO:teuthology.task.install:The correct ceph version 20.3.0-5580.g506b402a is installed. 2026-02-25T13:33:50.680 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-25T13:33:50.680 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:33:50.681 DEBUG:teuthology.orchestra.run.trial042:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-25T13:33:50.707 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-25T13:33:50.707 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-25T13:33:50.735 DEBUG:teuthology.orchestra.run.trial163:> set -ex 2026-02-25T13:33:50.736 DEBUG:teuthology.orchestra.run.trial163:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-25T13:33:50.761 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-25T13:33:50.761 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:33:50.761 DEBUG:teuthology.orchestra.run.trial042:> sudo dd of=/usr/bin/daemon-helper 2026-02-25T13:33:50.785 DEBUG:teuthology.orchestra.run.trial042:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-25T13:33:50.849 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-25T13:33:50.850 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/usr/bin/daemon-helper 2026-02-25T13:33:50.876 DEBUG:teuthology.orchestra.run.trial161:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-25T13:33:50.941 DEBUG:teuthology.orchestra.run.trial163:> set -ex 2026-02-25T13:33:50.941 DEBUG:teuthology.orchestra.run.trial163:> sudo dd of=/usr/bin/daemon-helper 2026-02-25T13:33:50.967 DEBUG:teuthology.orchestra.run.trial163:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-25T13:33:51.031 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-25T13:33:51.032 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:33:51.032 DEBUG:teuthology.orchestra.run.trial042:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-25T13:33:51.059 DEBUG:teuthology.orchestra.run.trial042:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-25T13:33:51.123 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-25T13:33:51.123 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-25T13:33:51.150 DEBUG:teuthology.orchestra.run.trial161:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-25T13:33:51.215 DEBUG:teuthology.orchestra.run.trial163:> set -ex 2026-02-25T13:33:51.215 DEBUG:teuthology.orchestra.run.trial163:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-25T13:33:51.240 DEBUG:teuthology.orchestra.run.trial163:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-25T13:33:51.304 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-25T13:33:51.304 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:33:51.305 DEBUG:teuthology.orchestra.run.trial042:> sudo dd of=/usr/bin/stdin-killer 2026-02-25T13:33:51.330 DEBUG:teuthology.orchestra.run.trial042:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-25T13:33:51.395 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-25T13:33:51.395 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/usr/bin/stdin-killer 2026-02-25T13:33:51.421 DEBUG:teuthology.orchestra.run.trial161:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-25T13:33:51.486 DEBUG:teuthology.orchestra.run.trial163:> set -ex 2026-02-25T13:33:51.486 DEBUG:teuthology.orchestra.run.trial163:> sudo dd of=/usr/bin/stdin-killer 2026-02-25T13:33:51.512 DEBUG:teuthology.orchestra.run.trial163:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-25T13:33:51.577 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-25T13:33:51.706 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '506b402a3d3a240d0bfe073b4769eaffdf84497b', 'distro-suffix': 'rockylinux-10'} 2026-02-25T13:33:51.706 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 2026-02-25T13:33:51.709 INFO:tasks.cephadm:Cluster fsid is 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:33:51.709 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-25T13:33:51.709 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.42', 'mon.b': '10.20.193.161', 'mon.c': '10.20.193.163'} 2026-02-25T13:33:51.709 INFO:tasks.cephadm:First mon is mon.a on trial042 2026-02-25T13:33:51.709 INFO:tasks.cephadm:First mgr is a 2026-02-25T13:33:51.709 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-25T13:33:51.709 DEBUG:teuthology.orchestra.run.trial042:> sudo hostname $(hostname -s) 2026-02-25T13:33:51.735 DEBUG:teuthology.orchestra.run.trial161:> sudo hostname $(hostname -s) 2026-02-25T13:33:51.761 DEBUG:teuthology.orchestra.run.trial163:> sudo hostname $(hostname -s) 2026-02-25T13:33:51.787 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-25T13:33:51.787 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=506b402a3d3a240d0bfe073b4769eaffdf84497b 2026-02-25T13:33:51.906 INFO:tasks.cephadm:builder_project result: [{'url': 'https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/flavors/default/', 'ref': 'wip-rocky10-branch-of-the-day-2026-02-24-1771941190', 'sha1': '506b402a3d3a240d0bfe073b4769eaffdf84497b', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-25 10:21:27.806689', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5580-g506b402a', 'package_manager_version': '20.3.0-5580.g506b402a', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3264/', 'root_build_cause': '', 'node_name': '10.20.192.98+toko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-25T13:33:52.036 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-rocky10-branch-of-the-day-2026-02-24-1771941190, sha1 506b402a3d3a240d0bfe073b4769eaffdf84497b from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=506b402a3d3a240d0bfe073b4769eaffdf84497b 2026-02-25T13:33:52.038 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/x86_64/flavors/default/cephadm 2026-02-25T13:33:52.038 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/x86_64/flavors/default/cephadm 2026-02-25T13:33:52.038 DEBUG:teuthology.orchestra.run.trial042:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-25T13:33:52.443 INFO:teuthology.orchestra.run.trial042.stdout:-rw-r--r--. 1 ubuntu ubuntu 1076513 Feb 25 13:33 /home/ubuntu/cephtest/cephadm 2026-02-25T13:33:52.443 DEBUG:teuthology.orchestra.run.trial161:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-25T13:33:52.858 INFO:teuthology.orchestra.run.trial161.stdout:-rw-r--r--. 1 ubuntu ubuntu 1076513 Feb 25 13:33 /home/ubuntu/cephtest/cephadm 2026-02-25T13:33:52.859 DEBUG:teuthology.orchestra.run.trial163:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-24-1771941190/506b402a3d3a240d0bfe073b4769eaffdf84497b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-25T13:33:53.232 INFO:teuthology.orchestra.run.trial163.stdout:-rw-r--r--. 1 ubuntu ubuntu 1076513 Feb 25 13:33 /home/ubuntu/cephtest/cephadm 2026-02-25T13:33:53.233 DEBUG:teuthology.orchestra.run.trial042:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-25T13:33:53.251 DEBUG:teuthology.orchestra.run.trial161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-25T13:33:53.268 DEBUG:teuthology.orchestra.run.trial163:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-25T13:33:53.301 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 on all hosts... 2026-02-25T13:33:53.302 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 pull 2026-02-25T13:33:53.304 DEBUG:teuthology.orchestra.run.trial161:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 pull 2026-02-25T13:33:53.310 DEBUG:teuthology.orchestra.run.trial163:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 pull 2026-02-25T13:33:53.442 INFO:teuthology.orchestra.run.trial042.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10... 2026-02-25T13:33:53.453 INFO:teuthology.orchestra.run.trial161.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10... 2026-02-25T13:33:53.480 INFO:teuthology.orchestra.run.trial163.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10... 2026-02-25T13:34:03.689 INFO:teuthology.orchestra.run.trial161.stdout:{ 2026-02-25T13:34:03.689 INFO:teuthology.orchestra.run.trial161.stdout: "ceph_version": "ceph version 20.3.0-5580-g506b402a (506b402a3d3a240d0bfe073b4769eaffdf84497b) tentacle (dev)", 2026-02-25T13:34:03.689 INFO:teuthology.orchestra.run.trial161.stdout: "image_id": "03ebe9038c3348ac8c54b446265b490291393679a25a98696afabfc7545cca9a", 2026-02-25T13:34:03.690 INFO:teuthology.orchestra.run.trial161.stdout: "repo_digests": [ 2026-02-25T13:34:03.690 INFO:teuthology.orchestra.run.trial161.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82" 2026-02-25T13:34:03.690 INFO:teuthology.orchestra.run.trial161.stdout: ] 2026-02-25T13:34:03.690 INFO:teuthology.orchestra.run.trial161.stdout:} 2026-02-25T13:34:03.741 INFO:teuthology.orchestra.run.trial163.stdout:{ 2026-02-25T13:34:03.741 INFO:teuthology.orchestra.run.trial163.stdout: "ceph_version": "ceph version 20.3.0-5580-g506b402a (506b402a3d3a240d0bfe073b4769eaffdf84497b) tentacle (dev)", 2026-02-25T13:34:03.741 INFO:teuthology.orchestra.run.trial163.stdout: "image_id": "03ebe9038c3348ac8c54b446265b490291393679a25a98696afabfc7545cca9a", 2026-02-25T13:34:03.741 INFO:teuthology.orchestra.run.trial163.stdout: "repo_digests": [ 2026-02-25T13:34:03.741 INFO:teuthology.orchestra.run.trial163.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82" 2026-02-25T13:34:03.741 INFO:teuthology.orchestra.run.trial163.stdout: ] 2026-02-25T13:34:03.741 INFO:teuthology.orchestra.run.trial163.stdout:} 2026-02-25T13:34:03.757 INFO:teuthology.orchestra.run.trial042.stdout:{ 2026-02-25T13:34:03.757 INFO:teuthology.orchestra.run.trial042.stdout: "ceph_version": "ceph version 20.3.0-5580-g506b402a (506b402a3d3a240d0bfe073b4769eaffdf84497b) tentacle (dev)", 2026-02-25T13:34:03.758 INFO:teuthology.orchestra.run.trial042.stdout: "image_id": "03ebe9038c3348ac8c54b446265b490291393679a25a98696afabfc7545cca9a", 2026-02-25T13:34:03.758 INFO:teuthology.orchestra.run.trial042.stdout: "repo_digests": [ 2026-02-25T13:34:03.758 INFO:teuthology.orchestra.run.trial042.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82" 2026-02-25T13:34:03.758 INFO:teuthology.orchestra.run.trial042.stdout: ] 2026-02-25T13:34:03.758 INFO:teuthology.orchestra.run.trial042.stdout:} 2026-02-25T13:34:03.774 DEBUG:teuthology.orchestra.run.trial042:> sudo mkdir -p /etc/ceph 2026-02-25T13:34:03.842 DEBUG:teuthology.orchestra.run.trial161:> sudo mkdir -p /etc/ceph 2026-02-25T13:34:03.870 DEBUG:teuthology.orchestra.run.trial163:> sudo mkdir -p /etc/ceph 2026-02-25T13:34:03.899 DEBUG:teuthology.orchestra.run.trial042:> sudo chmod 777 /etc/ceph 2026-02-25T13:34:03.925 DEBUG:teuthology.orchestra.run.trial161:> sudo chmod 777 /etc/ceph 2026-02-25T13:34:03.949 DEBUG:teuthology.orchestra.run.trial163:> sudo chmod 777 /etc/ceph 2026-02-25T13:34:03.974 INFO:tasks.cephadm:Writing seed config... 2026-02-25T13:34:03.975 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-25T13:34:03.975 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-25T13:34:03.975 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-25T13:34:03.975 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-02-25T13:34:03.975 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-25T13:34:03.975 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-25T13:34:03.975 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-25T13:34:03.975 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-25T13:34:03.975 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-25T13:34:03.975 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:34:03.975 DEBUG:teuthology.orchestra.run.trial042:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-25T13:34:03.990 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=isa 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 = 9f73174d-124e-11f1-814b-d404e6e7d460 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-02-25T13:34:03.990 DEBUG:teuthology.orchestra.run.trial042:mon.a> sudo journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.a.service 2026-02-25T13:34:04.032 DEBUG:teuthology.orchestra.run.trial042:mgr.a> sudo journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mgr.a.service 2026-02-25T13:34:04.074 INFO:tasks.cephadm:Bootstrapping... 2026-02-25T13:34:04.074 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 -v bootstrap --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 --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 10.20.193.42 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:04.212 INFO:teuthology.orchestra.run.trial042.stdout:-------------------------------------------------------------------------------- 2026-02-25T13:34:04.212 INFO:teuthology.orchestra.run.trial042.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10', '-v', 'bootstrap', '--fsid', '9f73174d-124e-11f1-814b-d404e6e7d460', '--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', '10.20.193.42', '--skip-admin-label'] 2026-02-25T13:34:04.213 INFO:teuthology.orchestra.run.trial042.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-25T13:34:04.213 INFO:teuthology.orchestra.run.trial042.stdout:Verifying podman|docker is present... 2026-02-25T13:34:04.228 INFO:teuthology.orchestra.run.trial042.stdout:/bin/podman: stdout 5.8.0 2026-02-25T13:34:04.228 INFO:teuthology.orchestra.run.trial042.stdout:Verifying lvm2 is present... 2026-02-25T13:34:04.228 INFO:teuthology.orchestra.run.trial042.stdout:Verifying time synchronization is in place... 2026-02-25T13:34:04.234 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-25T13:34:04.234 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-25T13:34:04.240 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-25T13:34:04.240 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout inactive 2026-02-25T13:34:04.246 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout enabled 2026-02-25T13:34:04.251 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout active 2026-02-25T13:34:04.251 INFO:teuthology.orchestra.run.trial042.stdout:Unit chronyd.service is enabled and running 2026-02-25T13:34:04.251 INFO:teuthology.orchestra.run.trial042.stdout:Repeating the final host check... 2026-02-25T13:34:04.266 INFO:teuthology.orchestra.run.trial042.stdout:/bin/podman: stdout 5.8.0 2026-02-25T13:34:04.266 INFO:teuthology.orchestra.run.trial042.stdout:podman (/bin/podman) version 5.8.0 is present 2026-02-25T13:34:04.266 INFO:teuthology.orchestra.run.trial042.stdout:systemctl is present 2026-02-25T13:34:04.266 INFO:teuthology.orchestra.run.trial042.stdout:lvcreate is present 2026-02-25T13:34:04.271 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-25T13:34:04.271 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-25T13:34:04.277 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-25T13:34:04.277 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout inactive 2026-02-25T13:34:04.284 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout enabled 2026-02-25T13:34:04.290 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout active 2026-02-25T13:34:04.290 INFO:teuthology.orchestra.run.trial042.stdout:Unit chronyd.service is enabled and running 2026-02-25T13:34:04.290 INFO:teuthology.orchestra.run.trial042.stdout:Host looks OK 2026-02-25T13:34:04.290 INFO:teuthology.orchestra.run.trial042.stdout:Cluster fsid: 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:04.290 INFO:teuthology.orchestra.run.trial042.stdout:Acquiring lock 140656963586800 on /run/cephadm/9f73174d-124e-11f1-814b-d404e6e7d460.lock 2026-02-25T13:34:04.290 INFO:teuthology.orchestra.run.trial042.stdout:Lock 140656963586800 acquired on /run/cephadm/9f73174d-124e-11f1-814b-d404e6e7d460.lock 2026-02-25T13:34:04.290 INFO:teuthology.orchestra.run.trial042.stdout:Verifying IP 10.20.193.42 port 3300 ... 2026-02-25T13:34:04.290 INFO:teuthology.orchestra.run.trial042.stdout:Verifying IP 10.20.193.42 port 6789 ... 2026-02-25T13:34:04.290 INFO:teuthology.orchestra.run.trial042.stdout:Base mon IP(s) is [10.20.193.42:3300, 10.20.193.42:6789], mon addrv is [v2:10.20.193.42:3300,v1:10.20.193.42:6789] 2026-02-25T13:34:04.293 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.42 metric 102 2026-02-25T13:34:04.293 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.42 metric 102 2026-02-25T13:34:04.293 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-25T13:34:04.296 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-25T13:34:04.296 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-25T13:34:04.296 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-25T13:34:04.298 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout inet6 fe80::c984:546a:d81a:e419/64 scope link noprefixroute 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:60aa/64 scope link 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:Mon IP `10.20.193.42` is in CIDR network `10.20.192.0/20` 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:Mon IP `10.20.193.42` is in CIDR network `10.20.192.0/20` 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-25T13:34:04.299 INFO:teuthology.orchestra.run.trial042.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10... 2026-02-25T13:34:04.565 INFO:teuthology.orchestra.run.trial042.stdout:/bin/podman: stdout 03ebe9038c3348ac8c54b446265b490291393679a25a98696afabfc7545cca9a 2026-02-25T13:34:04.565 INFO:teuthology.orchestra.run.trial042.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10... 2026-02-25T13:34:04.565 INFO:teuthology.orchestra.run.trial042.stdout:/bin/podman: stderr Getting image source signatures 2026-02-25T13:34:04.566 INFO:teuthology.orchestra.run.trial042.stdout:/bin/podman: stderr Copying blob sha256:51e5e4e95d0cfd716f3a83473ca66189a5c6a813908c60429ae7a11ddd1b5d22 2026-02-25T13:34:04.566 INFO:teuthology.orchestra.run.trial042.stdout:/bin/podman: stderr Copying blob sha256:0c53e9fad0324c188a40a9b1e0ca4eb777da2812507ec104055fa6ec400d9a27 2026-02-25T13:34:04.566 INFO:teuthology.orchestra.run.trial042.stdout:/bin/podman: stderr Copying config sha256:03ebe9038c3348ac8c54b446265b490291393679a25a98696afabfc7545cca9a 2026-02-25T13:34:04.566 INFO:teuthology.orchestra.run.trial042.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-25T13:34:04.714 INFO:teuthology.orchestra.run.trial042.stdout:ceph: stdout ceph version 20.3.0-5580-g506b402a (506b402a3d3a240d0bfe073b4769eaffdf84497b) tentacle (dev) 2026-02-25T13:34:04.714 INFO:teuthology.orchestra.run.trial042.stdout:Ceph version: ceph version 20.3.0-5580-g506b402a (506b402a3d3a240d0bfe073b4769eaffdf84497b) tentacle (dev) 2026-02-25T13:34:04.714 INFO:teuthology.orchestra.run.trial042.stdout:Extracting ceph user uid/gid from container image... 2026-02-25T13:34:04.843 INFO:teuthology.orchestra.run.trial042.stdout:stat: stdout 167 167 2026-02-25T13:34:04.844 INFO:teuthology.orchestra.run.trial042.stdout:Creating initial keys... 2026-02-25T13:34:04.968 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph-authtool: stdout AQBM+p5pbI/oOBAAHEAJ1FfIfWyERqtzisnmTw== 2026-02-25T13:34:05.099 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph-authtool: stdout AQBN+p5pSxIfBRAAgaZNwIZK4sAQMKHlYHZOlw== 2026-02-25T13:34:05.211 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph-authtool: stdout AQBN+p5pnZ3QCxAAmcGw7Tlid6L00m8AXpKVOg== 2026-02-25T13:34:05.212 INFO:teuthology.orchestra.run.trial042.stdout:Creating initial monmap... 2026-02-25T13:34:05.351 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-25T13:34:05.351 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-25T13:34:05.352 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:05.352 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-25T13:34:05.352 INFO:teuthology.orchestra.run.trial042.stdout:monmaptool for a [v2:10.20.193.42:3300,v1:10.20.193.42:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-25T13:34:05.352 INFO:teuthology.orchestra.run.trial042.stdout:setting min_mon_release = tentacle 2026-02-25T13:34:05.352 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/monmaptool: set fsid to 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:05.352 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-25T13:34:05.352 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:05.352 INFO:teuthology.orchestra.run.trial042.stdout:Creating mon... 2026-02-25T13:34:05.483 INFO:teuthology.orchestra.run.trial042.stdout:create mon.a on 2026-02-25T13:34:05.660 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-25T13:34:05.760 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-25T13:34:05.860 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9f73174d-124e-11f1-814b-d404e6e7d460.target → /etc/systemd/system/ceph-9f73174d-124e-11f1-814b-d404e6e7d460.target. 2026-02-25T13:34:05.860 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-9f73174d-124e-11f1-814b-d404e6e7d460.target → /etc/systemd/system/ceph-9f73174d-124e-11f1-814b-d404e6e7d460.target. 2026-02-25T13:34:05.982 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.a 2026-02-25T13:34:05.982 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.a.service: Unit ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.a.service not loaded. 2026-02-25T13:34:06.112 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9f73174d-124e-11f1-814b-d404e6e7d460.target.wants/ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-9f73174d-124e-11f1-814b-d404e6e7d460@.service. 2026-02-25T13:34:06.240 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 podman[39491]: 2026-02-25 13:34:06.212587808 +0000 UTC m=+0.016210685 container create 01960af547d5e1e9a13237626470974a90128fd06611a6d2ea8bcbbd14041ed0 (image=quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, license=BSD-3-Clause, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.title=rockylinux, version=10, name=rockylinux, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.version=10, summary=Rocky Linux Base image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True) 2026-02-25T13:34:06.257 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-25T13:34:06.257 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout disabled 2026-02-25T13:34:06.263 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-25T13:34:06.264 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout inactive 2026-02-25T13:34:06.264 INFO:teuthology.orchestra.run.trial042.stdout:firewalld.service is not enabled 2026-02-25T13:34:06.264 INFO:teuthology.orchestra.run.trial042.stdout:Not possible to enable service . firewalld.service is not available 2026-02-25T13:34:06.264 INFO:teuthology.orchestra.run.trial042.stdout:Waiting for mon to start... 2026-02-25T13:34:06.264 INFO:teuthology.orchestra.run.trial042.stdout:Waiting for mon... 2026-02-25T13:34:06.431 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout cluster: 2026-02-25T13:34:06.431 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout id: 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:06.432 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-25T13:34:06.432 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 2026-02-25T13:34:06.432 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout services: 2026-02-25T13:34:06.432 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.143212s) [leader: a] 2026-02-25T13:34:06.432 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-25T13:34:06.432 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-25T13:34:06.432 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 2026-02-25T13:34:06.432 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout data: 2026-02-25T13:34:06.432 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-25T13:34:06.432 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-25T13:34:06.432 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-25T13:34:06.433 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout pgs: 2026-02-25T13:34:06.433 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 2026-02-25T13:34:06.433 INFO:teuthology.orchestra.run.trial042.stdout:mon is available 2026-02-25T13:34:06.433 INFO:teuthology.orchestra.run.trial042.stdout:Assimilating anything we can from ceph.conf... 2026-02-25T13:34:06.545 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 podman[39491]: 2026-02-25 13:34:06.239589762 +0000 UTC m=+0.043212639 container init 01960af547d5e1e9a13237626470974a90128fd06611a6d2ea8bcbbd14041ed0 (image=quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a, summary=Rocky Linux Base image, version=10, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.opencontainers.image.title=rockylinux, org.opencontainers.image.version=10, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, license=BSD-3-Clause, org.opencontainers.image.licenses=BSD-3-Clause, name=rockylinux, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-25T13:34:06.545 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 podman[39491]: 2026-02-25 13:34:06.241816107 +0000 UTC m=+0.045438974 container start 01960af547d5e1e9a13237626470974a90128fd06611a6d2ea8bcbbd14041ed0 (image=quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.title=rockylinux, org.opencontainers.image.version=10, summary=Rocky Linux Base image, org.opencontainers.image.documentation=https://docs.ceph.com/, version=10, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, name=rockylinux, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, io.buildah.version=1.41.3, license=BSD-3-Clause, org.opencontainers.image.licenses=BSD-3-Clause, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default) 2026-02-25T13:34:06.545 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 bash[39491]: 01960af547d5e1e9a13237626470974a90128fd06611a6d2ea8bcbbd14041ed0 2026-02-25T13:34:06.545 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 podman[39491]: 2026-02-25 13:34:06.205320823 +0000 UTC m=+0.008943710 image pull 03ebe9038c3348ac8c54b446265b490291393679a25a98696afabfc7545cca9a quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 2026-02-25T13:34:06.545 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 systemd[1]: Started Ceph mon.a for 9f73174d-124e-11f1-814b-d404e6e7d460. 2026-02-25T13:34:06.545 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 ceph-mon[39522]: mkfs 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:06.545 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 ceph-mon[39522]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-25T13:34:06.604 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 2026-02-25T13:34:06.604 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout [global] 2026-02-25T13:34:06.604 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout fsid = 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:06.604 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-25T13:34:06.604 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.42:3300,v1:10.20.193.42:6789] 2026-02-25T13:34:06.604 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-25T13:34:06.604 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-25T13:34:06.604 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-25T13:34:06.604 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-25T13:34:06.605 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 2026-02-25T13:34:06.605 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-25T13:34:06.605 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-02-25T13:34:06.605 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-25T13:34:06.605 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 2026-02-25T13:34:06.605 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout [osd] 2026-02-25T13:34:06.605 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-25T13:34:06.605 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-25T13:34:06.605 INFO:teuthology.orchestra.run.trial042.stdout:Generating new minimal ceph.conf... 2026-02-25T13:34:06.781 INFO:teuthology.orchestra.run.trial042.stdout:Restarting the monitor... 2026-02-25T13:34:07.110 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 systemd[1]: Stopping Ceph mon.a for 9f73174d-124e-11f1-814b-d404e6e7d460... 2026-02-25T13:34:07.110 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a[39518]: 2026-02-25T13:34:06.855+0000 7fd4870ea6c0 -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 2026-02-25T13:34:07.110 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a[39518]: 2026-02-25T13:34:06.855+0000 7fd4870ea6c0 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-25T13:34:07.110 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 podman[39801]: 2026-02-25 13:34:06.968017246 +0000 UTC m=+0.123136451 container died 01960af547d5e1e9a13237626470974a90128fd06611a6d2ea8bcbbd14041ed0 (image=quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a, io.buildah.version=1.41.3, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, name=rockylinux, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, license=BSD-3-Clause, summary=Rocky Linux Base image, version=10, org.opencontainers.image.title=rockylinux, org.opencontainers.image.version=10, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-25T13:34:07.111 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 podman[39801]: 2026-02-25 13:34:06.976239726 +0000 UTC m=+0.131358931 container remove 01960af547d5e1e9a13237626470974a90128fd06611a6d2ea8bcbbd14041ed0 (image=quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, version=10, license=BSD-3-Clause, io.buildah.version=1.41.3, name=rockylinux, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.title=rockylinux, vendor=Rocky Enterprise Software Foundation, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.version=10, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, ceph=True, org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, OSD_FLAVOR=default, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, summary=Rocky Linux Base image) 2026-02-25T13:34:07.111 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:06 trial042 bash[39801]: ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a 2026-02-25T13:34:07.111 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 systemd[1]: ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-25T13:34:07.111 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 systemd[1]: Stopped Ceph mon.a for 9f73174d-124e-11f1-814b-d404e6e7d460. 2026-02-25T13:34:07.111 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 systemd[1]: Starting Ceph mon.a for 9f73174d-124e-11f1-814b-d404e6e7d460... 2026-02-25T13:34:07.144 INFO:teuthology.orchestra.run.trial042.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-25T13:34:07.316 INFO:teuthology.orchestra.run.trial042.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-25T13:34:07.316 INFO:teuthology.orchestra.run.trial042.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:07.316 INFO:teuthology.orchestra.run.trial042.stdout:Creating mgr... 2026-02-25T13:34:07.316 INFO:teuthology.orchestra.run.trial042.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-25T13:34:07.317 INFO:teuthology.orchestra.run.trial042.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-25T13:34:07.367 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 podman[39916]: 2026-02-25 13:34:07.107695084 +0000 UTC m=+0.015096776 container create 5508c16e621dda6bd949c17bde74988e230e739a9252d875e26530711da83ba4 (image=quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, org.opencontainers.image.licenses=BSD-3-Clause, name=rockylinux, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, version=10, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.title=rockylinux, license=BSD-3-Clause, summary=Rocky Linux Base image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.version=10, OSD_FLAVOR=default, vendor=Rocky Enterprise Software Foundation, io.buildah.version=1.41.3) 2026-02-25T13:34:07.367 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 podman[39916]: 2026-02-25 13:34:07.136199729 +0000 UTC m=+0.043601421 container init 5508c16e621dda6bd949c17bde74988e230e739a9252d875e26530711da83ba4 (image=quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a, vendor=Rocky Enterprise Software Foundation, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.version=10, summary=Rocky Linux Base image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, license=BSD-3-Clause, io.buildah.version=1.41.3, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, org.opencontainers.image.title=rockylinux, org.opencontainers.image.documentation=https://docs.ceph.com/, name=rockylinux, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, version=10, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, OSD_FLAVOR=default) 2026-02-25T13:34:07.367 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 podman[39916]: 2026-02-25 13:34:07.138529515 +0000 UTC m=+0.045931207 container start 5508c16e621dda6bd949c17bde74988e230e739a9252d875e26530711da83ba4 (image=quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a, io.buildah.version=1.41.3, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, OSD_FLAVOR=default, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.title=rockylinux, license=BSD-3-Clause, org.opencontainers.image.version=10, name=rockylinux, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.licenses=BSD-3-Clause, summary=Rocky Linux Base image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, version=10, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.authors=Ceph Release Team , vendor=Rocky Enterprise Software Foundation) 2026-02-25T13:34:07.367 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 bash[39916]: 5508c16e621dda6bd949c17bde74988e230e739a9252d875e26530711da83ba4 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 podman[39916]: 2026-02-25 13:34:07.101698128 +0000 UTC m=+0.009099820 image pull 03ebe9038c3348ac8c54b446265b490291393679a25a98696afabfc7545cca9a quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 systemd[1]: Started Ceph mon.a for 9f73174d-124e-11f1-814b-d404e6e7d460. 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: set uid:gid to 167:167 (ceph:ceph) 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: ceph version 20.3.0-5580-g506b402a (506b402a3d3a240d0bfe073b4769eaffdf84497b) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: pidfile_write: ignore empty --pid-file 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: load: jerasure load: lrc 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: RocksDB version: 7.9.2 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Git sha 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Compile date 2026-02-25 09:54:19 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: DB SUMMARY 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: DB Session ID: EO3WKUTINQG7F29E55ZK 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: CURRENT file: CURRENT 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: IDENTITY file: IDENTITY 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 77391 ; 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.error_if_exists: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.create_if_missing: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.paranoid_checks: 1 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.env: 0x5563b74972c0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.fs: PosixFileSystem 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.info_log: 0x5563b8c36220 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_file_opening_threads: 16 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.statistics: (nil) 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.use_fsync: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_log_file_size: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.keep_log_file_num: 1000 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.recycle_log_file_num: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.allow_fallocate: 1 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.allow_mmap_reads: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.allow_mmap_writes: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.use_direct_reads: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.create_missing_column_families: 0 2026-02-25T13:34:07.368 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.db_log_dir: 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.wal_dir: 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.advise_random_on_open: 1 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.db_write_buffer_size: 0 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.write_buffer_manager: 0x5563b8c2db80 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.rate_limiter: (nil) 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.wal_recovery_mode: 2 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.enable_thread_tracking: 0 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.enable_pipelined_write: 0 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.unordered_write: 0 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.row_cache: None 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.wal_filter: None 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.allow_ingest_behind: 0 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.two_write_queues: 0 2026-02-25T13:34:07.369 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.manual_wal_flush: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.wal_compression: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.atomic_flush: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.log_readahead_size: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.best_efforts_recovery: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.allow_data_in_errors: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.db_host_id: __hostname__ 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_background_jobs: 2 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_background_compactions: -1 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_subcompactions: 1 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_total_wal_size: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_open_files: -1 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bytes_per_sync: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_readahead_size: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_background_flushes: -1 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Compression algorithms supported: 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: kZSTD supported: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: kXpressCompression supported: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: kBZip2Compression supported: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: kLZ4Compression supported: 1 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: kZlibCompression supported: 1 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: kLZ4HCCompression supported: 1 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: kSnappyCompression supported: 1 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.merge_operator: 2026-02-25T13:34:07.370 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_filter: None 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_filter_factory: None 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.sst_partitioner_factory: None 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5563b8db65c0) 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: cache_index_and_filter_blocks: 1 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: pin_top_level_index_and_filter: 1 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: index_type: 0 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: data_block_index_type: 0 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: index_shortening: 1 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: checksum: 4 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: no_block_cache: 0 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: block_cache: 0x5563b8c2f690 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: block_cache_name: BinnedLRUCache 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: block_cache_options: 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: capacity : 536870912 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: num_shard_bits : 4 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: strict_capacity_limit : 0 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: high_pri_pool_ratio: 0.000 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: block_cache_compressed: (nil) 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: persistent_cache: (nil) 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: block_size: 4096 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: block_size_deviation: 10 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: block_restart_interval: 16 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: index_block_restart_interval: 1 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: metadata_block_size: 4096 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: partition_filters: 0 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: use_delta_encoding: 1 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: filter_policy: bloomfilter 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: whole_key_filtering: 1 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: verify_compression: 0 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: read_amp_bytes_per_bit: 0 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: format_version: 5 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: enable_index_compression: 1 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: block_align: 0 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: max_auto_readahead_size: 262144 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: prepopulate_block_cache: 0 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: initial_auto_readahead_size: 8192 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout: num_file_reads_for_auto_readahead: 2 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.write_buffer_size: 33554432 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_write_buffer_number: 2 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compression: NoCompression 2026-02-25T13:34:07.371 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bottommost_compression: Disabled 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.prefix_extractor: nullptr 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.num_levels: 7 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compression_opts.level: 32767 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compression_opts.strategy: 0 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compression_opts.enabled: false 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.target_file_size_base: 67108864 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.arena_block_size: 1048576 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.disable_auto_compactions: 0 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-25T13:34:07.372 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.inplace_update_support: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.bloom_locality: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.max_successive_merges: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.paranoid_file_checks: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.force_consistency_checks: 1 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.report_bg_io_stats: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.ttl: 2592000 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.enable_blob_files: false 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.min_blob_size: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.blob_file_size: 268435456 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.blob_file_starting_level: 0 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: 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 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b581d6ec-91ea-40df-9936-1e65ad39c446 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772026447155520, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772026447156277, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 74483, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 72758, "index_size": 174, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9783, "raw_average_key_size": 48, "raw_value_size": 67172, "raw_average_value_size": 335, "num_data_blocks": 8, "num_entries": 200, "num_filter_entries": 200, "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": 1772026447, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b581d6ec-91ea-40df-9936-1e65ad39c446", "db_session_id": "EO3WKUTINQG7F29E55ZK", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772026447156326, "job": 1, "event": "recovery_finished"} 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: 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 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5563b8c52e00 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: DB pointer 0x5563b9a58000 2026-02-25T13:34:07.373 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: ** DB Stats ** 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: ** Compaction Stats [default] ** 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.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) 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: L0 2/0 74.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Sum 2/0 74.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.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 121.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: ** Compaction Stats [default] ** 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.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) 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.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 121.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Cumulative compaction: 0.00 GB write, 27.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Interval compaction: 0.00 GB write, 27.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.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 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Block cache BinnedLRUCache@0x5563b8c2f690#2 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: starting mon.a rank 0 at public addrs [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] at bind addrs [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: mon.a@-1(???) e1 preinit fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: mon.a@-1(???).mds e1 new map 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: mon.a@-1(???).mds e1 print_map 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: e1 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: btime 2026-02-25T13:34:06:264172+0000 2026-02-25T13:34:07.374 INFO:journalctl@ceph.mon.a.trial042.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.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} 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout: legacy client fscid: -1 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout: 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout: No filesystems configured 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: monmap epoch 1 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: last_changed 2026-02-25T13:34:05.319920+0000 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: min_mon_release 20 (tentacle) 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: election_strategy: 1 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: fsmap 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: osdmap e1: 0 total, 0 up, 0 in 2026-02-25T13:34:07.375 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-mon[39945]: mgrmap e1: no daemons active 2026-02-25T13:34:07.449 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mgr.a 2026-02-25T13:34:07.449 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mgr.a.service: Unit ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mgr.a.service not loaded. 2026-02-25T13:34:07.563 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9f73174d-124e-11f1-814b-d404e6e7d460.target.wants/ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-9f73174d-124e-11f1-814b-d404e6e7d460@.service. 2026-02-25T13:34:07.702 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-25T13:34:07.702 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout disabled 2026-02-25T13:34:07.708 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-25T13:34:07.708 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout inactive 2026-02-25T13:34:07.708 INFO:teuthology.orchestra.run.trial042.stdout:firewalld.service is not enabled 2026-02-25T13:34:07.708 INFO:teuthology.orchestra.run.trial042.stdout:Not possible to enable service . firewalld.service is not available 2026-02-25T13:34:07.715 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:07 trial042 systemd[1]: Started Ceph mgr.a for 9f73174d-124e-11f1-814b-d404e6e7d460. 2026-02-25T13:34:07.716 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-25T13:34:07.716 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout disabled 2026-02-25T13:34:07.722 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-25T13:34:07.723 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout inactive 2026-02-25T13:34:07.723 INFO:teuthology.orchestra.run.trial042.stdout:firewalld.service is not enabled 2026-02-25T13:34:07.723 INFO:teuthology.orchestra.run.trial042.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-25T13:34:07.723 INFO:teuthology.orchestra.run.trial042.stdout:Waiting for mgr to start... 2026-02-25T13:34:07.723 INFO:teuthology.orchestra.run.trial042.stdout:Waiting for mgr... 2026-02-25T13:34:07.900 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 2026-02-25T13:34:07.901 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout { 2026-02-25T13:34:07.901 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "fsid": "9f73174d-124e-11f1-814b-d404e6e7d460", 2026-02-25T13:34:07.901 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "health": { 2026-02-25T13:34:07.901 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-25T13:34:07.901 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-25T13:34:07.901 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-25T13:34:07.901 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:07.901 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-25T13:34:07.901 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-25T13:34:07.901 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 0 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout ], 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "a" 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout ], 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-25T13:34:07.902 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-25T13:34:07.903 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-25T13:34:07.903 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-25T13:34:07.903 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-25T13:34:07.903 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-25T13:34:07.903 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-25T13:34:07.903 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:07.903 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-25T13:34:07.903 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-25T13:34:07.904 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-25T13:34:07.904 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-25T13:34:07.904 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-25T13:34:07.904 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-25T13:34:07.904 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-25T13:34:07.904 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-25T13:34:07.904 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-25T13:34:07.904 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:07.904 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-25T13:34:07.904 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-25T13:34:07.904 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "btime": "2026-02-25T13:34:06:264172+0000", 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout ], 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:07.905 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-25T13:34:07.906 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-25T13:34:07.906 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "modified": "2026-02-25T13:34:06.264512+0000", 2026-02-25T13:34:07.906 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-25T13:34:07.906 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:07.906 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-25T13:34:07.906 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout } 2026-02-25T13:34:07.906 INFO:teuthology.orchestra.run.trial042.stdout:mgr not available, waiting (1/15)... 2026-02-25T13:34:08.021 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:07.712+0000 7f2bac0ddfc0 -1 mgr[py] Loading module stats in main interpreter 2026-02-25T13:34:08.022 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:07 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:07.752+0000 7f2bac0ddfc0 -1 mgr[py] Loading module dashboard in main interpreter 2026-02-25T13:34:08.022 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.018+0000 7f2bac0ddfc0 -1 mgr[py] Loading module mirroring in main interpreter 2026-02-25T13:34:08.294 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.029+0000 7f2bac0ddfc0 -1 mgr[py] Loading module snap_schedule in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.035+0000 7f2bac0ddfc0 -1 mgr[py] Loading module prometheus in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.042+0000 7f2bac0ddfc0 -1 mgr[py] Loading module balancer in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.048+0000 7f2bac0ddfc0 -1 mgr[py] Loading module rbd_support in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.060+0000 7f2bac0ddfc0 -1 mgr[py] Loading module smb in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.087+0000 7f2bac0ddfc0 -1 mgr[py] Loading module devicehealth in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.090+0000 7f2bac0ddfc0 -1 mgr[py] Loading module alerts in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.091+0000 7f2bac0ddfc0 -1 mgr[py] Loading module telemetry in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.098+0000 7f2bac0ddfc0 -1 mgr[py] Loading module diskprediction_local in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.134+0000 7f2bac0ddfc0 -1 mgr[py] Loading module status in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.136+0000 7f2bac0ddfc0 -1 mgr[py] Loading module rgw in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.140+0000 7f2bac0ddfc0 -1 mgr[py] Loading module insights in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.142+0000 7f2bac0ddfc0 -1 mgr[py] Loading module iostat in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.142+0000 7f2bac0ddfc0 -1 mgr[py] Loading module pg_autoscaler in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.145+0000 7f2bac0ddfc0 -1 mgr[py] Loading module osd_perf_query in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.146+0000 7f2bac0ddfc0 -1 mgr[py] Loading module crash in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.149+0000 7f2bac0ddfc0 -1 mgr[py] Loading module progress in main interpreter 2026-02-25T13:34:08.295 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.151+0000 7f2bac0ddfc0 -1 mgr[py] Loading module rook in main interpreter 2026-02-25T13:34:08.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/959548726' entity='client.admin' 2026-02-25T13:34:08.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/1848246415' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-25T13:34:08.686 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.318+0000 7f2bac0ddfc0 -1 mgr[py] Loading module nfs in main interpreter 2026-02-25T13:34:08.686 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.318+0000 7f2bac0ddfc0 -1 mgr[py] Loading module telegraf in main interpreter 2026-02-25T13:34:08.686 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.320+0000 7f2bac0ddfc0 -1 mgr[py] Loading module selftest in main interpreter 2026-02-25T13:34:08.686 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.323+0000 7f2bac0ddfc0 -1 mgr[py] Loading module test_orchestrator in main interpreter 2026-02-25T13:34:08.686 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.324+0000 7f2bac0ddfc0 -1 mgr[py] Loading module osd_support in main interpreter 2026-02-25T13:34:08.686 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.325+0000 7f2bac0ddfc0 -1 mgr[py] Loading module orchestrator in main interpreter 2026-02-25T13:34:08.686 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.325+0000 7f2bac0ddfc0 -1 mgr[py] Loading module cephadm in main interpreter 2026-02-25T13:34:08.686 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.467+0000 7f2bac0ddfc0 -1 mgr[py] Loading module volumes in main interpreter 2026-02-25T13:34:08.686 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.495+0000 7f2bac0ddfc0 -1 mgr[py] Loading module k8sevents in main interpreter 2026-02-25T13:34:08.686 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.499+0000 7f2bac0ddfc0 -1 mgr[py] Loading module mds_autoscaler in main interpreter 2026-02-25T13:34:08.687 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.500+0000 7f2bac0ddfc0 -1 mgr[py] Loading module localpool in main interpreter 2026-02-25T13:34:08.687 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:08 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:08.500+0000 7f2bac0ddfc0 -1 mgr[py] Loading module influx in main interpreter 2026-02-25T13:34:09.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: Activating manager daemon a 2026-02-25T13:34:09.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: mgrmap e2: a(active, starting, since 0.00265408s) 2026-02-25T13:34:09.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-25T13:34:09.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-25T13:34:09.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-25T13:34:09.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:34:09.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-25T13:34:09.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: Manager daemon a is now available 2026-02-25T13:34:09.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-25T13:34:09.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' 2026-02-25T13:34:09.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-25T13:34:09.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' 2026-02-25T13:34:09.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:09 trial042 ceph-mon[39945]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' 2026-02-25T13:34:10.174 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 2026-02-25T13:34:10.175 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout { 2026-02-25T13:34:10.175 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "fsid": "9f73174d-124e-11f1-814b-d404e6e7d460", 2026-02-25T13:34:10.175 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "health": { 2026-02-25T13:34:10.175 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-25T13:34:10.175 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-25T13:34:10.175 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-25T13:34:10.175 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:10.175 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-25T13:34:10.175 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-25T13:34:10.175 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 0 2026-02-25T13:34:10.175 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout ], 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "a" 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout ], 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-25T13:34:10.176 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-25T13:34:10.177 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "btime": "2026-02-25T13:34:06:264172+0000", 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-25T13:34:10.178 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout ], 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "modified": "2026-02-25T13:34:06.264512+0000", 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout }, 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-25T13:34:10.179 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout } 2026-02-25T13:34:10.180 INFO:teuthology.orchestra.run.trial042.stdout:mgr is available 2026-02-25T13:34:10.403 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 2026-02-25T13:34:10.404 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout [global] 2026-02-25T13:34:10.404 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout fsid = 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:10.404 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-25T13:34:10.404 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.42:3300,v1:10.20.193.42:6789] 2026-02-25T13:34:10.404 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-25T13:34:10.404 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-25T13:34:10.404 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-25T13:34:10.404 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-25T13:34:10.404 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 2026-02-25T13:34:10.404 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-25T13:34:10.404 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-25T13:34:10.405 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 2026-02-25T13:34:10.405 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout [osd] 2026-02-25T13:34:10.405 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-25T13:34:10.405 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-25T13:34:10.405 INFO:teuthology.orchestra.run.trial042.stdout:Enabling cephadm module... 2026-02-25T13:34:10.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:10 trial042 ceph-mon[39945]: mgrmap e3: a(active, since 1.00452s) 2026-02-25T13:34:10.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:10 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3582468229' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-25T13:34:10.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:10 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3883806719' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-25T13:34:10.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:10 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3883806719' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-25T13:34:11.651 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2455653537' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-25T13:34:11.651 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2455653537' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-25T13:34:11.651 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-mon[39945]: mgrmap e4: a(active, since 2s) 2026-02-25T13:34:11.651 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: ignoring --setuser ceph since I am not root 2026-02-25T13:34:11.651 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: ignoring --setgroup ceph since I am not root 2026-02-25T13:34:11.651 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.414+0000 7fca55d7cfc0 -1 mgr[py] Loading module stats in main interpreter 2026-02-25T13:34:11.651 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.454+0000 7fca55d7cfc0 -1 mgr[py] Loading module dashboard in main interpreter 2026-02-25T13:34:11.677 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout { 2026-02-25T13:34:11.677 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "epoch": 4, 2026-02-25T13:34:11.677 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-25T13:34:11.678 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-25T13:34:11.678 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-25T13:34:11.678 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout } 2026-02-25T13:34:11.678 INFO:teuthology.orchestra.run.trial042.stdout:Waiting for the mgr to restart... 2026-02-25T13:34:11.678 INFO:teuthology.orchestra.run.trial042.stdout:Waiting for mgr epoch 4... 2026-02-25T13:34:11.935 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.718+0000 7fca55d7cfc0 -1 mgr[py] Loading module mirroring in main interpreter 2026-02-25T13:34:11.936 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.728+0000 7fca55d7cfc0 -1 mgr[py] Loading module snap_schedule in main interpreter 2026-02-25T13:34:11.936 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.734+0000 7fca55d7cfc0 -1 mgr[py] Loading module prometheus in main interpreter 2026-02-25T13:34:11.936 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.741+0000 7fca55d7cfc0 -1 mgr[py] Loading module balancer in main interpreter 2026-02-25T13:34:11.936 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.747+0000 7fca55d7cfc0 -1 mgr[py] Loading module rbd_support in main interpreter 2026-02-25T13:34:11.936 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.759+0000 7fca55d7cfc0 -1 mgr[py] Loading module smb in main interpreter 2026-02-25T13:34:11.936 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.786+0000 7fca55d7cfc0 -1 mgr[py] Loading module devicehealth in main interpreter 2026-02-25T13:34:11.936 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.789+0000 7fca55d7cfc0 -1 mgr[py] Loading module alerts in main interpreter 2026-02-25T13:34:11.936 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.791+0000 7fca55d7cfc0 -1 mgr[py] Loading module telemetry in main interpreter 2026-02-25T13:34:11.936 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.798+0000 7fca55d7cfc0 -1 mgr[py] Loading module diskprediction_local in main interpreter 2026-02-25T13:34:11.936 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.834+0000 7fca55d7cfc0 -1 mgr[py] Loading module status in main interpreter 2026-02-25T13:34:11.936 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.836+0000 7fca55d7cfc0 -1 mgr[py] Loading module rgw in main interpreter 2026-02-25T13:34:11.937 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.840+0000 7fca55d7cfc0 -1 mgr[py] Loading module insights in main interpreter 2026-02-25T13:34:11.937 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.842+0000 7fca55d7cfc0 -1 mgr[py] Loading module iostat in main interpreter 2026-02-25T13:34:11.937 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.842+0000 7fca55d7cfc0 -1 mgr[py] Loading module pg_autoscaler in main interpreter 2026-02-25T13:34:11.937 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.845+0000 7fca55d7cfc0 -1 mgr[py] Loading module osd_perf_query in main interpreter 2026-02-25T13:34:11.937 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.846+0000 7fca55d7cfc0 -1 mgr[py] Loading module crash in main interpreter 2026-02-25T13:34:11.937 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.849+0000 7fca55d7cfc0 -1 mgr[py] Loading module progress in main interpreter 2026-02-25T13:34:11.937 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:11 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:11.851+0000 7fca55d7cfc0 -1 mgr[py] Loading module rook in main interpreter 2026-02-25T13:34:12.435 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.014+0000 7fca55d7cfc0 -1 mgr[py] Loading module nfs in main interpreter 2026-02-25T13:34:12.435 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.014+0000 7fca55d7cfc0 -1 mgr[py] Loading module telegraf in main interpreter 2026-02-25T13:34:12.436 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.017+0000 7fca55d7cfc0 -1 mgr[py] Loading module selftest in main interpreter 2026-02-25T13:34:12.436 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.019+0000 7fca55d7cfc0 -1 mgr[py] Loading module test_orchestrator in main interpreter 2026-02-25T13:34:12.436 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.021+0000 7fca55d7cfc0 -1 mgr[py] Loading module osd_support in main interpreter 2026-02-25T13:34:12.436 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.021+0000 7fca55d7cfc0 -1 mgr[py] Loading module orchestrator in main interpreter 2026-02-25T13:34:12.436 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.021+0000 7fca55d7cfc0 -1 mgr[py] Loading module cephadm in main interpreter 2026-02-25T13:34:12.436 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.162+0000 7fca55d7cfc0 -1 mgr[py] Loading module volumes in main interpreter 2026-02-25T13:34:12.436 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.191+0000 7fca55d7cfc0 -1 mgr[py] Loading module k8sevents in main interpreter 2026-02-25T13:34:12.436 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.195+0000 7fca55d7cfc0 -1 mgr[py] Loading module mds_autoscaler in main interpreter 2026-02-25T13:34:12.436 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.195+0000 7fca55d7cfc0 -1 mgr[py] Loading module localpool in main interpreter 2026-02-25T13:34:12.437 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:12.196+0000 7fca55d7cfc0 -1 mgr[py] Loading module influx in main interpreter 2026-02-25T13:34:12.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3931380927' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-25T13:34:12.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-mon[39945]: Active manager daemon a restarted 2026-02-25T13:34:12.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-mon[39945]: Activating manager daemon a 2026-02-25T13:34:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-mon[39945]: osdmap e2: 0 total, 0 up, 0 in 2026-02-25T13:34:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-mon[39945]: mgrmap e5: a(active, starting, since 0.00274679s) 2026-02-25T13:34:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:34:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-25T13:34:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-25T13:34:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-25T13:34:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-25T13:34:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:12 trial042 ceph-mon[39945]: Manager daemon a is now available 2026-02-25T13:34:13.248 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout { 2026-02-25T13:34:13.248 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 6, 2026-02-25T13:34:13.249 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-25T13:34:13.249 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout } 2026-02-25T13:34:13.249 INFO:teuthology.orchestra.run.trial042.stdout:mgr epoch 4 is available 2026-02-25T13:34:13.249 INFO:teuthology.orchestra.run.trial042.stdout:Verifying orchestrator module is enabled... 2026-02-25T13:34:13.534 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: Client ('10.20.193.42', 54524) lost — peer dropped the TLS connection suddenly, during handshake: (8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:998)') 2026-02-25T13:34:13.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:13.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:13.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:13.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:13.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:13.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:13.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-25T13:34:13.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-25T13:34:13.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:13.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:13.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:13.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:13.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: mgrmap e6: a(active, since 1.0035s) 2026-02-25T13:34:13.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:13 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/1873358825' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-25T13:34:14.233 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-25T13:34:14.234 INFO:teuthology.orchestra.run.trial042.stdout:Setting orchestrator backend to cephadm... 2026-02-25T13:34:14.704 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-25T13:34:14.704 INFO:teuthology.orchestra.run.trial042.stdout:Generating ssh key... 2026-02-25T13:34:15.002 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: Generating public/private ed25519 key pair. 2026-02-25T13:34:15.002 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: Your identification has been saved in /tmp/tmpxlclquqk/key 2026-02-25T13:34:15.002 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: Your public key has been saved in /tmp/tmpxlclquqk/key.pub 2026-02-25T13:34:15.002 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: The key fingerprint is: 2026-02-25T13:34:15.002 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: SHA256:lES3+TkBmwPabCFhC7015JPuiYvC4ayJ/NsOJl/qxug ceph-9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:15.002 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: The key's randomart image is: 2026-02-25T13:34:15.002 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: +--[ED25519 256]--+ 2026-02-25T13:34:15.002 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: | ..++* o | 2026-02-25T13:34:15.003 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: | o.Oo* * | 2026-02-25T13:34:15.003 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: | ooX.* . | 2026-02-25T13:34:15.003 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: | .+ . o o | 2026-02-25T13:34:15.003 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: | S + | 2026-02-25T13:34:15.003 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: | . o . . | 2026-02-25T13:34:15.003 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: | =o+ .. o | 2026-02-25T13:34:15.003 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: |ooOo=. . | 2026-02-25T13:34:15.003 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: |=E+B+o. | 2026-02-25T13:34:15.003 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:14 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: +----[SHA256]-----+ 2026-02-25T13:34:15.188 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF8k5TOYWP4ICCl4fAlAGTq7Gwh0HfUPG1bUBF0G1yIX ceph-9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:15.188 INFO:teuthology.orchestra.run.trial042.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-25T13:34:15.188 INFO:teuthology.orchestra.run.trial042.stdout:Adding key to root@localhost authorized_keys... 2026-02-25T13:34:15.189 INFO:teuthology.orchestra.run.trial042.stdout:Adding host trial042... 2026-02-25T13:34:15.302 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: Found migration_current of "None". Setting to last migration. 2026-02-25T13:34:15.302 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: Starting service-discovery server on 10.20.193.42:8765... 2026-02-25T13:34:15.302 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-25T13:34:15.303 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-25T13:34:15.303 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: Starting cephadm-agent server on 10.20.193.42:7150... 2026-02-25T13:34:15.303 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: Cherrypy server started successfully. 2026-02-25T13:34:15.303 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/1873358825' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-25T13:34:15.303 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: mgrmap e7: a(active, since 2s) 2026-02-25T13:34:15.303 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:15.303 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:15.303 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:15.303 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:15 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:16.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:16 trial042 ceph-mon[39945]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:16.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:16 trial042 ceph-mon[39945]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:16.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:16 trial042 ceph-mon[39945]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:16.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:16 trial042 ceph-mon[39945]: Generating ssh key... 2026-02-25T13:34:16.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:16 trial042 ceph-mon[39945]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:16.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:16 trial042 ceph-mon[39945]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial042", "addr": "10.20.193.42", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:17.230 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout Added host 'trial042' with addr '10.20.193.42' 2026-02-25T13:34:17.230 INFO:teuthology.orchestra.run.trial042.stdout:Deploying unmanaged mon service... 2026-02-25T13:34:17.461 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:17 trial042 ceph-mon[39945]: Deploying cephadm binary to trial042 2026-02-25T13:34:17.461 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:17 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:17.462 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:17 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:17.487 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-25T13:34:17.487 INFO:teuthology.orchestra.run.trial042.stdout:Deploying unmanaged mgr service... 2026-02-25T13:34:17.720 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-25T13:34:18.195 INFO:teuthology.orchestra.run.trial042.stdout:Enabling the dashboard module... 2026-02-25T13:34:18.242 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:18 trial042 ceph-mon[39945]: Added host trial042 2026-02-25T13:34:18.242 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:18 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:18.242 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:18 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:18.243 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:18 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:18.243 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:18 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/137435237' entity='client.admin' 2026-02-25T13:34:18.243 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:18 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2017832963' entity='client.admin' 2026-02-25T13:34:18.243 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:18 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:19.221 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-mon[39945]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:19.221 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-mon[39945]: Saving service mon spec with placement count:5 2026-02-25T13:34:19.221 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-mon[39945]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:19.221 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-mon[39945]: Saving service mgr spec with placement count:2 2026-02-25T13:34:19.222 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/4260665986' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-25T13:34:19.222 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-mon[39945]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:19.499 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: ignoring --setuser ceph since I am not root 2026-02-25T13:34:19.499 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: ignoring --setgroup ceph since I am not root 2026-02-25T13:34:19.499 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.244+0000 7fb53d50cfc0 -1 mgr[py] Loading module stats in main interpreter 2026-02-25T13:34:19.499 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.290+0000 7fb53d50cfc0 -1 mgr[py] Loading module dashboard in main interpreter 2026-02-25T13:34:19.524 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout { 2026-02-25T13:34:19.525 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "epoch": 8, 2026-02-25T13:34:19.525 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-25T13:34:19.525 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-25T13:34:19.525 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-25T13:34:19.525 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout } 2026-02-25T13:34:19.525 INFO:teuthology.orchestra.run.trial042.stdout:Waiting for the mgr to restart... 2026-02-25T13:34:19.525 INFO:teuthology.orchestra.run.trial042.stdout:Waiting for mgr epoch 8... 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.565+0000 7fb53d50cfc0 -1 mgr[py] Loading module mirroring in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.575+0000 7fb53d50cfc0 -1 mgr[py] Loading module snap_schedule in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.581+0000 7fb53d50cfc0 -1 mgr[py] Loading module prometheus in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.589+0000 7fb53d50cfc0 -1 mgr[py] Loading module balancer in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.595+0000 7fb53d50cfc0 -1 mgr[py] Loading module rbd_support in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.607+0000 7fb53d50cfc0 -1 mgr[py] Loading module smb in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.634+0000 7fb53d50cfc0 -1 mgr[py] Loading module devicehealth in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.637+0000 7fb53d50cfc0 -1 mgr[py] Loading module alerts in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.639+0000 7fb53d50cfc0 -1 mgr[py] Loading module telemetry in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.646+0000 7fb53d50cfc0 -1 mgr[py] Loading module diskprediction_local in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.682+0000 7fb53d50cfc0 -1 mgr[py] Loading module status in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.684+0000 7fb53d50cfc0 -1 mgr[py] Loading module rgw in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.688+0000 7fb53d50cfc0 -1 mgr[py] Loading module insights in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.690+0000 7fb53d50cfc0 -1 mgr[py] Loading module iostat in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.690+0000 7fb53d50cfc0 -1 mgr[py] Loading module pg_autoscaler in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.693+0000 7fb53d50cfc0 -1 mgr[py] Loading module osd_perf_query in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.694+0000 7fb53d50cfc0 -1 mgr[py] Loading module crash in main interpreter 2026-02-25T13:34:19.865 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.697+0000 7fb53d50cfc0 -1 mgr[py] Loading module progress in main interpreter 2026-02-25T13:34:19.866 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.699+0000 7fb53d50cfc0 -1 mgr[py] Loading module rook in main interpreter 2026-02-25T13:34:19.866 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.862+0000 7fb53d50cfc0 -1 mgr[py] Loading module nfs in main interpreter 2026-02-25T13:34:19.866 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.862+0000 7fb53d50cfc0 -1 mgr[py] Loading module telegraf in main interpreter 2026-02-25T13:34:20.185 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.864+0000 7fb53d50cfc0 -1 mgr[py] Loading module selftest in main interpreter 2026-02-25T13:34:20.185 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.867+0000 7fb53d50cfc0 -1 mgr[py] Loading module test_orchestrator in main interpreter 2026-02-25T13:34:20.185 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.868+0000 7fb53d50cfc0 -1 mgr[py] Loading module osd_support in main interpreter 2026-02-25T13:34:20.185 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.869+0000 7fb53d50cfc0 -1 mgr[py] Loading module orchestrator in main interpreter 2026-02-25T13:34:20.185 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:19 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:19.869+0000 7fb53d50cfc0 -1 mgr[py] Loading module cephadm in main interpreter 2026-02-25T13:34:20.185 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:20.010+0000 7fb53d50cfc0 -1 mgr[py] Loading module volumes in main interpreter 2026-02-25T13:34:20.185 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:20.039+0000 7fb53d50cfc0 -1 mgr[py] Loading module k8sevents in main interpreter 2026-02-25T13:34:20.185 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:20.043+0000 7fb53d50cfc0 -1 mgr[py] Loading module mds_autoscaler in main interpreter 2026-02-25T13:34:20.185 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:20.043+0000 7fb53d50cfc0 -1 mgr[py] Loading module localpool in main interpreter 2026-02-25T13:34:20.185 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: 2026-02-25T13:34:20.044+0000 7fb53d50cfc0 -1 mgr[py] Loading module influx in main interpreter 2026-02-25T13:34:20.186 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: /usr/share/ceph/mgr/cephadm/ssl_cert_utils.py:345: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_after_utc. 2026-02-25T13:34:20.186 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: tz = given_cert.not_valid_after.tzinfo 2026-02-25T13:34:20.186 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: /usr/share/ceph/mgr/cephadm/ssl_cert_utils.py:346: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_after_utc. 2026-02-25T13:34:20.186 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: if datetime.now(tz) >= given_cert.not_valid_after: 2026-02-25T13:34:20.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/4260665986' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-25T13:34:20.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: mgrmap e8: a(active, since 7s) 2026-02-25T13:34:20.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3154390519' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-25T13:34:20.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: Active manager daemon a restarted 2026-02-25T13:34:20.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: Activating manager daemon a 2026-02-25T13:34:20.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: osdmap e3: 0 total, 0 up, 0 in 2026-02-25T13:34:20.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: mgrmap e9: a(active, starting, since 0.00276099s) 2026-02-25T13:34:20.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:34:20.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-25T13:34:20.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-25T13:34:20.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-25T13:34:20.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-25T13:34:20.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-mon[39945]: Manager daemon a is now available 2026-02-25T13:34:21.058 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:20 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: Client ('10.20.193.42', 59680) lost — peer dropped the TLS connection suddenly, during handshake: (8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:998)') 2026-02-25T13:34:21.081 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout { 2026-02-25T13:34:21.081 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 10, 2026-02-25T13:34:21.081 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-25T13:34:21.081 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout } 2026-02-25T13:34:21.081 INFO:teuthology.orchestra.run.trial042.stdout:mgr epoch 8 is available 2026-02-25T13:34:21.081 INFO:teuthology.orchestra.run.trial042.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-25T13:34:21.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:21 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:21.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:21 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-25T13:34:21.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:21 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-25T13:34:21.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:21 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:21.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:21 trial042 ceph-mon[39945]: mgrmap e10: a(active, since 1.00459s) 2026-02-25T13:34:21.871 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUZDbs0GhHCrLZttnr1VtLXHoPIB4wDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LTlmNzMxNzRkLTEyNGUtMTFmMS04\nMTRiLWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjUxMzM0MjFaFw0yOTAyMjQxMzM0MjFa\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My40MjCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBALgdcWixYEp9IP7NHxaqPBS0bmlrzyC9p6pGkaYpNPRHMHnRtoDU\ndNNSp1WkW1cR5qay0XHNCuohLegNsJE81Do39rHg7lE84FOvkMQAGc0ihHbBleLs\nKF9KTOqOE3NtDVS3xUrPGgxe4H+pWMapY6vd0+bg9jOL6RaInzu6qbccbXB5ILvQ\nZmWWkQN+CSQQNeSumss1lw2qqqPesoSeX0xo3kxiB23BaU0sMny31JAlHiGp7xJI\nOHwpBjvsSqp/rQ1CpUHfMyRQJs2feiWY6jpFMboA29UA7fwvpe0t0VnA1Ppe8N1P\nh42kChkg8azuaSkyC1WUAwyUUP0qaEU7xgfGb6fKPHT94fAz1H0VRJu4uEMf/GgT\nLwKHsz8vpcOixBtC3RPbnmTwYTuy138sDcenyj0+kEMpHFR4/+pxXCwXmxEn1L9+\nW9g0xOoZvvbIRGmfOmveVDLUlYPzALw1uYjIdCSDGICFs8Xq5kKLVp/P099E37O7\nRggVKmYkg9e43nNpblpBd+OsUU7RaVWvhdFmO7iZZ0mICkJ73QF8WsgOYDoVApoI\noLtjmmtg//RY1aC302uFQvL8jATOwNe3vZ7wjYx4LFhAIEoZh9H6UW1lDiXqK4xs\neYvJDfmDRNl4ehDv2q3Rm034V4Dk8TD48hcN5gqC8KOSn73smHeTVjnFAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDQyghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nKjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQChATLZnYSm8MS2PlxO\n2FNRhqkP0Y1mPmawBX678pAv2hGDYYRY+oOOrpPdCoNKilvC08PskmiuO+W4oM1o\nSzNViA+A27WhdVm3zFg6QmgtnDatKwDO6On/ODO1Q0/Id+RI4nE/iUBsRQ6MOT9Z\nxUU3ezYpvEE0KAhQ48zNM11Miii82Rp/QgWj/oyd0PwRZV8dEclgPbl/Y+4wFT9/\n9wKLS5QGU4W1EIBv3DhtDDbdB7frMCLx0TVHPLxXZ59NdapoNhW5dCDAzl3SdQNv\n0NJwzuPCLEAQowTVOHzCilThMK2STmU/4f1DxY3ijxBMH0XXWqdfIlZ804Zr7NBN\nsoduz5fGHVgRUVjeOPcpru0GKu8Jile2Uj+3shjbwfnvmyUfIkUEiw9sfBo2QQfh\nusgLbTyDexhKBKW245vIoTH3gspegPVZKU8hUfHTtqGeF/pvGHx+6hAfDeR/PeL8\nD5QYi+9vne8LCHbvi7J2BtiD6UrsGLPuSXndFKiIYIxAZ9BF6bsTte6aZAG90nto\n+iQ4OJnaYBUu7CR4Q1/1FrlmNuSnmeG5YThchVF3jfxhmIP3QC+FSwx3ashmEP6b\nRwob7opCILYKnEfKRbXK174Br/NtOCCu9alwQopq6OvPIgEiHaON7igFgWfC1tbR\nzH/4sOyhYi7VYDnXNyoQSw1+Yw==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAuB1xaLFgSn0g/s0fFqo8FLRuaWvPIL2nqkaRpik09EcwedG2\ngNR001KnVaRbVxHmprLRcc0K6iEt6A2wkTzUOjf2seDuUTzgU6+QxAAZzSKEdsGV\n4uwoX0pM6o4Tc20NVLfFSs8aDF7gf6lYxqljq93T5uD2M4vpFoifO7qptxxtcHkg\nu9BmZZaRA34JJBA15K6ayzWXDaqqo96yhJ5fTGjeTGIHbcFpTSwyfLfUkCUeIanv\nEkg4fCkGO+xKqn+tDUKlQd8zJFAmzZ96JZjqOkUxugDb1QDt/C+l7S3RWcDU+l7w\n3U+HjaQKGSDxrO5pKTILVZQDDJRQ/SpoRTvGB8Zvp8o8dP3h8DPUfRVEm7i4Qx/8\naBMvAoezPy+lw6LEG0LdE9ueZPBhO7LXfywNx6fKPT6QQykcVHj/6nFcLBebESfU\nv35b2DTE6hm+9shEaZ86a95UMtSVg/MAvDW5iMh0JIMYgIWzxermQotWn8/T30Tf\ns7tGCBUqZiSD17jec2luWkF346xRTtFpVa+F0WY7uJlnSYgKQnvdAXxayA5gOhUC\nmgigu2Oaa2D/9FjVoLfTa4VC8vyMBM7A17e9nvCNjHgsWEAgShmH0fpRbWUOJeor\njGx5i8kN+YNE2Xh6EO/ardGbTfhXgOTxMPjyFw3mCoLwo5KfveyYd5NWOcUCAwEA\nAQKCAgAArpU8tMl9RSTh5Lscf6Fs1zVAfTZ9cc5k7lF8StNII1pd3SW+qOrM3JXD\nlrIC6s1OqUNm10JW1ywfG6vfgdjsZUgr5QAk+2N+U9xmqXRvAtV4RiPKvSKyJamO\nxdtzFkCSI4Me0ZEQYiqVNniedcKpgI8YIBWxX6+LlpJ2a2zVAY0zOTOilnVGo43i\ndC1O/aNhdzcaERb/5TWwGTNSk+6Y7xuBr2xFHw4Hi+Yc+aZXKVgI+mLpD6zr4tAD\n2U52frYSokBP8+Zx2D0ojlJqwLv/XsG+JWIrEg+Pm1KTRBPuL+1qBv9/5ltDbkve\nR3W1tQVdMnMBzGRNf+Aj6+wKc5v6akcksYZMv7EofItXG+V0Q7KGS0gXfF8cnYc7\ng5hT/AxtzmGti5U6qwnBjanb5svZL8hJ/YXltb5lvRcaQ3jZM1rg9o3sxUcin5M+\nh2bdShQcN3Pel8BnscZ73dNJpw0F9qIC/uDpNEcIRgLFKDWuIUF/g3Y0vkbooLkF\nY5ShtXZjYAU4sAYkWwrWTo+nmS9xOfIdFXU6IUMs/rQhuh4XcIwiKmcO4e7XoSuK\nJ41JNfcll6fjWJ7wJZdHYguARs+Yczhq3WssYV5bwD7EVcK2aCYLcdOS/n1knKMD\n0A/OVJdbS6vLaPxNAoJ5by1lnvPq2niYzi33ccDnRgyARegw6QKCAQEA8FAmWhRL\nrYHZt2sFUUQ6cbytgkHZSP8bY56GvKeFZvwvN1mYOcPin0ZZ+zULPFOKC58Up5xK\nqzGjryQiVAhalNINMTQrRTILHegkIlDdiVa/X5F6HWMFJDaA8zsvhV7lPUqMhwKl\nI0xkp4kyrpYSlSgIEW8UsX7uRR34yfEO7E0f8+4IlI0sMzghSdqCbsq+0bKYjU+0\nnONWkEjDeyfEunlW695j7P/5bvWj7SZSLmYeA7f589CKXdW02KhGka5lZSjuZsO4\nf/jCpIiNqNsu4w3rGg8cfcVWfdQARocnnBG6p/KDoSNKtau0uW9D4xt1Y89pkAot\nbCdHS4IBMCLi3QKCAQEAxCIsGnqoZlsnaNI8uSAckdElgecYc5u/ckfSu2YJG3GZ\ndceUqsqwb8SStVqsMWAXgdRlKaiWANXhk3OIO8rN3nNCQRfucKDPPX6KwX7FM/YN\n1ypYtiKJgtYHrqt40nFMHLieKg7qNqcg41m4nemV/zdJ7d6b5HGEL9vMbDdB+hN5\nhTfcW6FJVp8BWCRoYaTBftJjM5Mjj98zwlEV7mh5B+UUsCfdiEbJ2hnCWMHkVuDR\nNuVk51v66ap5zZ3lcy3LzGO8j2QXI0wMwKUD9am9/sGlua5sLIQeD8XCUXGdZ63L\nkvNqfLQg/RXXnEMgp5gWk7sdoBeh8m3jkLc15ClACQKCAQEAzeONiD29PNF0i73o\nV2ECRbHmYiQymmTevXHzdCx+keZcOarMTilyvw1SSHSAxNW5/wzzcErqelPULlji\nBGcH3Fs+rDpLHESs25mpY7EurN0ipymHmyfcHtOHlVzO8RCFjQaS8ZUlkOGBlzxn\nrMas8xfSGcW2z/+0+oicP8AFDhVh2+bDeSqehN+BPbo1Z+DSrey64M86KfRolMOS\nn7BJz43oF7t4l3QT66oPIT5kyJX6/yqfvvGbqptPDxTVKTlma84uuuLS7uldMgRA\ngjwPpr6k/7WUrnjlCncZKVPgbsmNxxhzCBqpho6vDvSyECDVaYcppRvjILdiUOH4\nTJqHDQKCAQAzQNLRoJf9F3j29WmU3wVYPZVVmvRS0bJ3xLkW65UZrNfzZVI+R3VP\n38iOx8ETrg62iLBe8IUydrHZ/GjvZxHhPbFknUJcAEnnwfe0lNInv/bh8Vj5T5Er\ntY6QYJLUO3MuVjhOuVMPMSFxB/MsoOvno6UYGgIW8mserot/A/mjxg8NdwmIkF8/\n2ZFaXTlBuvItmAEAa0TxxdwavWHDyV1HaN+9IM3NXOJGslCNLS3kXh+N/ugdZXXu\nNfRafRaGwMLvCGkv93HscWUrunOMcO0Lc8NBAImYIHZSnNUov03o2AvIvP9o0xGD\n0X9kgE46PY440L7vJP3XAkxjdt0IYJcxAoIBAHjErfRtLzvjD/9C1XyTMNeSX+fK\nMd+JcD5LvW8TEjPHlEkYg5F0YAZSwlYoC9Qy5r/Y126LZsDU/j5h3yuE5mFzAzAl\n6LPWxm4fJj2UE5BQhumXHk7VW4Li182WmI0TAjFP04qVVBkM0OCoQ0s0AbLVp+B/\n0YZKDuYCthFa2lKpspTvohSdnvLYoQ5ESENsc0j1F6bWtk3/wvZwkRsxsAR/dNGF\n4pbmU85UCfP4NYNlpXdU1O7DDnzZycfDZnw92OIxcijbFn3JvAQpxyEdWodzl5/3\nqSR0SQkqFiwFSN8Z9epCg1C/kU3XTLztfKqfl8GZurC4XDt0swmZrP/qfEM=\n-----END RSA PRIVATE KEY-----\n"} 2026-02-25T13:34:22.137 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-25T13:34:22.379 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-25T13:34:22.380 INFO:teuthology.orchestra.run.trial042.stdout:Creating initial admin user... 2026-02-25T13:34:22.826 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$4XQFz6e/8zltMKWp.OSZlO.mCihFvZiDd.09JDzDhj5ElZE/BwK/a", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1772026462, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-25T13:34:22.826 INFO:teuthology.orchestra.run.trial042.stdout:Fetching dashboard port number... 2026-02-25T13:34:23.050 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stdout 8443 2026-02-25T13:34:23.051 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:22 trial042 ceph-mon[39945]: Starting service-discovery server on 10.20.193.42:8765... 2026-02-25T13:34:23.051 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:22 trial042 ceph-mon[39945]: Starting cephadm-agent server on 10.20.193.42:7150... 2026-02-25T13:34:23.051 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:22 trial042 ceph-mon[39945]: Cherrypy server started successfully. 2026-02-25T13:34:23.051 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:22 trial042 ceph-mon[39945]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-25T13:34:23.051 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:22 trial042 ceph-mon[39945]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-25T13:34:23.051 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:22 trial042 ceph-mon[39945]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:23.052 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:23.052 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:22 trial042 ceph-mon[39945]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:23.052 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:23.052 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:23.052 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:23.059 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-25T13:34:23.059 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout disabled 2026-02-25T13:34:23.065 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-25T13:34:23.065 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout inactive 2026-02-25T13:34:23.065 INFO:teuthology.orchestra.run.trial042.stdout:firewalld.service is not enabled 2026-02-25T13:34:23.065 INFO:teuthology.orchestra.run.trial042.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-25T13:34:23.066 INFO:teuthology.orchestra.run.trial042.stdout:Ceph Dashboard is now available at: 2026-02-25T13:34:23.066 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:23.066 INFO:teuthology.orchestra.run.trial042.stdout: URL: https://trial042:8443/ 2026-02-25T13:34:23.066 INFO:teuthology.orchestra.run.trial042.stdout: User: admin 2026-02-25T13:34:23.066 INFO:teuthology.orchestra.run.trial042.stdout: Password: mpsqh4tz6a 2026-02-25T13:34:23.066 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:23.067 INFO:teuthology.orchestra.run.trial042.stdout:Saving cluster configuration to /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config directory 2026-02-25T13:34:23.342 INFO:teuthology.orchestra.run.trial042.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-25T13:34:23.342 INFO:teuthology.orchestra.run.trial042.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-25T13:34:23.342 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:23.342 INFO:teuthology.orchestra.run.trial042.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:23.342 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:23.342 INFO:teuthology.orchestra.run.trial042.stdout:Or, if you are only running a single cluster on this host: 2026-02-25T13:34:23.342 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:23.342 INFO:teuthology.orchestra.run.trial042.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-25T13:34:23.343 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:23.343 INFO:teuthology.orchestra.run.trial042.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-25T13:34:23.343 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:23.343 INFO:teuthology.orchestra.run.trial042.stdout: ceph telemetry on 2026-02-25T13:34:23.343 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:23.343 INFO:teuthology.orchestra.run.trial042.stdout:For more information see: 2026-02-25T13:34:23.343 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:23.343 INFO:teuthology.orchestra.run.trial042.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-25T13:34:23.343 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:23.343 INFO:teuthology.orchestra.run.trial042.stdout:Bootstrap complete. 2026-02-25T13:34:23.349 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout static 2026-02-25T13:34:23.354 INFO:teuthology.orchestra.run.trial042.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-25T13:34:23.354 INFO:teuthology.orchestra.run.trial042.stdout:systemctl: stdout inactive 2026-02-25T13:34:23.354 INFO:teuthology.orchestra.run.trial042.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-25T13:34:23.499 INFO:tasks.cephadm:Fetching config... 2026-02-25T13:34:23.499 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:34:23.499 DEBUG:teuthology.orchestra.run.trial042:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-25T13:34:23.517 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-25T13:34:23.517 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:34:23.517 DEBUG:teuthology.orchestra.run.trial042:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-25T13:34:23.574 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-25T13:34:23.574 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:34:23.575 DEBUG:teuthology.orchestra.run.trial042:> sudo dd if=/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-25T13:34:23.640 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-25T13:34:23.640 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:34:23.641 DEBUG:teuthology.orchestra.run.trial042:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-25T13:34:23.697 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-25T13:34:23.697 DEBUG:teuthology.orchestra.run.trial042:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF8k5TOYWP4ICCl4fAlAGTq7Gwh0HfUPG1bUBF0G1yIX ceph-9f73174d-124e-11f1-814b-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-25T13:34:23.771 INFO:teuthology.orchestra.run.trial042.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF8k5TOYWP4ICCl4fAlAGTq7Gwh0HfUPG1bUBF0G1yIX ceph-9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:23.781 DEBUG:teuthology.orchestra.run.trial161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF8k5TOYWP4ICCl4fAlAGTq7Gwh0HfUPG1bUBF0G1yIX ceph-9f73174d-124e-11f1-814b-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-25T13:34:23.816 INFO:teuthology.orchestra.run.trial161.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF8k5TOYWP4ICCl4fAlAGTq7Gwh0HfUPG1bUBF0G1yIX ceph-9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:23.826 DEBUG:teuthology.orchestra.run.trial163:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF8k5TOYWP4ICCl4fAlAGTq7Gwh0HfUPG1bUBF0G1yIX ceph-9f73174d-124e-11f1-814b-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-25T13:34:23.861 INFO:teuthology.orchestra.run.trial163.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF8k5TOYWP4ICCl4fAlAGTq7Gwh0HfUPG1bUBF0G1yIX ceph-9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:23.871 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-25T13:34:23.986 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:24.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:23 trial042 ceph-mon[39945]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:24.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:23 trial042 ceph-mon[39945]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:24.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:23 trial042 ceph-mon[39945]: mgrmap e11: a(active, since 2s) 2026-02-25T13:34:24.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:23 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/685149174' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-25T13:34:24.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:23 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3906443411' entity='client.admin' 2026-02-25T13:34:24.241 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-25T13:34:24.242 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-25T13:34:24.360 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:24.639 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial161 2026-02-25T13:34:24.639 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-25T13:34:24.639 DEBUG:teuthology.orchestra.run.trial161:> dd of=/etc/ceph/ceph.conf 2026-02-25T13:34:24.657 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-25T13:34:24.658 DEBUG:teuthology.orchestra.run.trial161:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:24.714 INFO:tasks.cephadm:Adding host trial161 to orchestrator... 2026-02-25T13:34:24.714 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph orch host add trial161 2026-02-25T13:34:24.829 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:25.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/494875463' entity='client.admin' 2026-02-25T13:34:25.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:25.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:25.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial042", "name": "osd_memory_target"} : dispatch 2026-02-25T13:34:25.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:25.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:25.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:25.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:25.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:25.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:25.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:25.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:26.185 INFO:journalctl@ceph.mgr.a.trial042.stdout:Feb 25 13:34:25 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-a[40217]: Client ('10.20.193.42', 35852) lost — peer dropped the TLS connection suddenly, during handshake: (8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:998)') 2026-02-25T13:34:26.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:26 trial042 ceph-mon[39945]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:26.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:26 trial042 ceph-mon[39945]: Certificate for "cephadm-signed_agent_cert (trial042)" is still valid for 1824 days. 2026-02-25T13:34:26.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:26 trial042 ceph-mon[39945]: Updating trial042:/etc/ceph/ceph.conf 2026-02-25T13:34:26.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:26 trial042 ceph-mon[39945]: Updating trial042:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:26.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:26 trial042 ceph-mon[39945]: Updating trial042:/etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:26.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:26 trial042 ceph-mon[39945]: Updating trial042:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-25T13:34:26.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:26 trial042 ceph-mon[39945]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial161", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:26.981 INFO:teuthology.orchestra.run.trial042.stdout:Added host 'trial161' with addr '10.20.193.161' 2026-02-25T13:34:27.050 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-25T13:34:27.167 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:27.282 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:27 trial042 ceph-mon[39945]: Deploying cephadm binary to trial161 2026-02-25T13:34:27.282 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:27 trial042 ceph-mon[39945]: mgrmap e12: a(active, since 6s) 2026-02-25T13:34:27.282 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:27 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:27.282 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:27 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:27.379 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:27.380 INFO:teuthology.orchestra.run.trial042.stdout:[{"addr": "10.20.193.42", "hostname": "trial042", "labels": [], "status": ""}, {"addr": "10.20.193.161", "hostname": "trial161", "labels": [], "status": ""}] 2026-02-25T13:34:27.421 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph config-key ls 2026-02-25T13:34:27.537 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:27.793 INFO:teuthology.orchestra.run.trial042.stdout:[ 2026-02-25T13:34:27.793 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/10/", 2026-02-25T13:34:27.793 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/10/+mgr/mgr/cephadm/allow_ptrace", 2026-02-25T13:34:27.793 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/", 2026-02-25T13:34:27.793 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-25T13:34:27.794 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-25T13:34:27.794 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-25T13:34:27.794 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/auth_debug", 2026-02-25T13:34:27.794 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/container_image", 2026-02-25T13:34:27.794 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-25T13:34:27.794 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/log_to_file", 2026-02-25T13:34:27.794 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/log_to_journald", 2026-02-25T13:34:27.794 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/log_to_stderr", 2026-02-25T13:34:27.794 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-25T13:34:27.794 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-25T13:34:27.794 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-25T13:34:27.795 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_election_default_strategy", 2026-02-25T13:34:27.795 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-25T13:34:27.795 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-25T13:34:27.795 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-25T13:34:27.795 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-25T13:34:27.795 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-25T13:34:27.795 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-25T13:34:27.795 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-25T13:34:27.795 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-25T13:34:27.795 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-25T13:34:27.795 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mgr/debug_ms", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/debug_mon", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/debug_ms", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/debug_paxos", 2026-02-25T13:34:27.796 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/debug_ms", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/debug_osd", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-25T13:34:27.797 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-25T13:34:27.798 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/3/", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/3/+global/public_network", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/4/", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/4/+mgr/mgr/cephadm/use_agent", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/5/", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/5/+mgr/mgr/cephadm/migration_current", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/6/", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/6/+mgr/mgr/orchestrator/orchestrator", 2026-02-25T13:34:27.799 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/7/", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/7/+global/container_image", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/7/-global/container_image", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/8/", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/8/+mgr/mgr/cephadm/container_init", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/9/", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/9/+mgr/mgr/dashboard/ssl_server_port", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/auth_debug", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/container_image", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-25T13:34:27.800 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/log_to_file", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/log_to_journald", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/log_to_stderr", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_allow_pool_delete", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_clock_drift_allowed", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_cluster_log_to_file", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_election_default_strategy", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_max_pg_per_osd", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-25T13:34:27.801 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/ms_die_on_bug", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/ms_die_on_old_message", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/public_network", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/debug_mgr", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/debug_ms", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/cephadm/use_agent", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-25T13:34:27.802 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/debug_mon", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/debug_ms", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/debug_paxos", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_data_avail_warn", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-25T13:34:27.803 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/bdev_debug_aio", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/debug_ms", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/debug_osd", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_op_order", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_shutdown", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_mclock_profile", 2026-02-25T13:34:27.804 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_memory_target_autotune", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_op_queue", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_scrub_max_interval", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/client_keyrings", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/config_checks", 2026-02-25T13:34:27.805 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/host.trial042", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/host.trial042.devices.0", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/host.trial161", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/inventory", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/spec.mgr", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/spec.mon", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/dashboard/accessdb_v2", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/dashboard/cluster/status", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/dashboard/crt", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/dashboard/key", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/telemetry/collection", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/telemetry/report_id", 2026-02-25T13:34:27.806 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/telemetry/salt" 2026-02-25T13:34:27.807 INFO:teuthology.orchestra.run.trial042.stdout:] 2026-02-25T13:34:27.834 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-25T13:34:27.949 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:28.259 INFO:teuthology.orchestra.run.trial042.stdout:{"trial042": {"hostname": "trial042", "addr": "10.20.193.42", "labels": [], "status": ""}, "trial161": {"hostname": "trial161", "addr": "10.20.193.161", "labels": [], "status": ""}} 2026-02-25T13:34:28.260 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial163 2026-02-25T13:34:28.260 DEBUG:teuthology.orchestra.run.trial163:> set -ex 2026-02-25T13:34:28.260 DEBUG:teuthology.orchestra.run.trial163:> dd of=/etc/ceph/ceph.conf 2026-02-25T13:34:28.279 DEBUG:teuthology.orchestra.run.trial163:> set -ex 2026-02-25T13:34:28.280 DEBUG:teuthology.orchestra.run.trial163:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:28.335 INFO:tasks.cephadm:Adding host trial163 to orchestrator... 2026-02-25T13:34:28.336 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph orch host add trial163 2026-02-25T13:34:28.357 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:28 trial042 ceph-mon[39945]: Added host trial161 2026-02-25T13:34:28.358 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:28 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:28.358 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:28 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:28.358 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:28 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/757494169' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-25T13:34:28.453 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:29.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:29 trial042 ceph-mon[39945]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:34:29.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:29 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3087874415' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-25T13:34:29.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:29 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:30.488 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:30 trial042 ceph-mon[39945]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial163", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:30.488 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:30 trial042 ceph-mon[39945]: Deploying cephadm binary to trial163 2026-02-25T13:34:30.488 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:30 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:30.488 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:30 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:30.488 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:30 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:30.488 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:30 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:30.488 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:30 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial161", "name": "osd_memory_target"} : dispatch 2026-02-25T13:34:30.488 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:30 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:30.489 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:30 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:30.489 INFO:teuthology.orchestra.run.trial042.stdout:Added host 'trial163' with addr '10.20.193.163' 2026-02-25T13:34:30.532 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-25T13:34:30.686 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:30.906 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:30.906 INFO:teuthology.orchestra.run.trial042.stdout:[{"addr": "10.20.193.42", "hostname": "trial042", "labels": [], "status": ""}, {"addr": "10.20.193.161", "hostname": "trial161", "labels": [], "status": ""}, {"addr": "10.20.193.163", "hostname": "trial163", "labels": [], "status": ""}] 2026-02-25T13:34:30.948 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph config-key ls 2026-02-25T13:34:31.065 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:31.326 INFO:teuthology.orchestra.run.trial042.stdout:[ 2026-02-25T13:34:31.326 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/10/", 2026-02-25T13:34:31.326 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/10/+mgr/mgr/cephadm/allow_ptrace", 2026-02-25T13:34:31.327 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/", 2026-02-25T13:34:31.327 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-25T13:34:31.327 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-25T13:34:31.327 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-25T13:34:31.327 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/auth_debug", 2026-02-25T13:34:31.327 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/container_image", 2026-02-25T13:34:31.327 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-25T13:34:31.327 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/log_to_file", 2026-02-25T13:34:31.327 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/log_to_journald", 2026-02-25T13:34:31.327 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/log_to_stderr", 2026-02-25T13:34:31.327 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-25T13:34:31.328 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-25T13:34:31.328 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-25T13:34:31.328 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_election_default_strategy", 2026-02-25T13:34:31.328 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-25T13:34:31.328 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-25T13:34:31.328 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-25T13:34:31.328 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-25T13:34:31.328 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-25T13:34:31.328 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-25T13:34:31.328 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-25T13:34:31.328 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mgr/debug_ms", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/debug_mon", 2026-02-25T13:34:31.329 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/debug_ms", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/debug_paxos", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/debug_ms", 2026-02-25T13:34:31.330 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/debug_osd", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-25T13:34:31.331 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/3/", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/3/+global/public_network", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/4/", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/4/+mgr/mgr/cephadm/use_agent", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/5/", 2026-02-25T13:34:31.332 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/5/+mgr/mgr/cephadm/migration_current", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/6/", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/6/+mgr/mgr/orchestrator/orchestrator", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/7/", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/7/+global/container_image", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/7/-global/container_image", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/8/", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/8/+mgr/mgr/cephadm/container_init", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/9/", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config-history/9/+mgr/mgr/dashboard/ssl_server_port", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-25T13:34:31.333 INFO:teuthology.orchestra.run.trial042.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-25T13:34:31.334 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/auth_debug", 2026-02-25T13:34:31.334 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/container_image", 2026-02-25T13:34:31.334 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-25T13:34:31.334 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/log_to_file", 2026-02-25T13:34:31.334 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/log_to_journald", 2026-02-25T13:34:31.334 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/log_to_stderr", 2026-02-25T13:34:31.334 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_allow_pool_delete", 2026-02-25T13:34:31.334 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_clock_drift_allowed", 2026-02-25T13:34:31.334 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_cluster_log_to_file", 2026-02-25T13:34:31.334 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_election_default_strategy", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_max_pg_per_osd", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/ms_die_on_bug", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/ms_die_on_old_message", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-25T13:34:31.335 INFO:teuthology.orchestra.run.trial042.stdout: "config/global/public_network", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/debug_mgr", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/debug_ms", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/cephadm/use_agent", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-25T13:34:31.336 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-25T13:34:31.337 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/debug_mon", 2026-02-25T13:34:31.337 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/debug_ms", 2026-02-25T13:34:31.337 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/debug_paxos", 2026-02-25T13:34:31.337 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_data_avail_warn", 2026-02-25T13:34:31.337 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-25T13:34:31.337 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-25T13:34:31.337 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-25T13:34:31.337 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-25T13:34:31.337 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-25T13:34:31.337 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-25T13:34:31.337 INFO:teuthology.orchestra.run.trial042.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/bdev_debug_aio", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/debug_ms", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/debug_osd", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_op_order", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_shutdown", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-25T13:34:31.338 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_mclock_profile", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_memory_target_autotune", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_op_queue", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_scrub_max_interval", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-25T13:34:31.339 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/client_keyrings", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/config_checks", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/host.trial042", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/host.trial042.devices.0", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/host.trial161", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/host.trial161.devices.0", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/host.trial163", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/inventory", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/spec.mgr", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/spec.mon", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-25T13:34:31.340 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-25T13:34:31.341 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/dashboard/accessdb_v2", 2026-02-25T13:34:31.341 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/dashboard/cluster/status", 2026-02-25T13:34:31.341 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/dashboard/crt", 2026-02-25T13:34:31.341 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/dashboard/key", 2026-02-25T13:34:31.341 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/telemetry/collection", 2026-02-25T13:34:31.341 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/telemetry/report_id", 2026-02-25T13:34:31.341 INFO:teuthology.orchestra.run.trial042.stdout: "mgr/telemetry/salt" 2026-02-25T13:34:31.341 INFO:teuthology.orchestra.run.trial042.stdout:] 2026-02-25T13:34:31.342 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:31 trial042 ceph-mon[39945]: Updating trial161:/etc/ceph/ceph.conf 2026-02-25T13:34:31.342 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:31 trial042 ceph-mon[39945]: Updating trial161:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:31.342 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:31 trial042 ceph-mon[39945]: Updating trial161:/etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:31.342 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:31.342 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:31.342 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:31.342 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:31.342 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:31.342 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:31.342 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:31.367 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-25T13:34:31.481 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:31.777 INFO:teuthology.orchestra.run.trial042.stdout:{"trial042": {"hostname": "trial042", "addr": "10.20.193.42", "labels": [], "status": ""}, "trial161": {"hostname": "trial161", "addr": "10.20.193.161", "labels": [], "status": ""}, "trial163": {"hostname": "trial163", "addr": "10.20.193.163", "labels": [], "status": ""}} 2026-02-25T13:34:31.777 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-25T13:34:31.777 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd crush tunables default 2026-02-25T13:34:31.893 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:32.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:32 trial042 ceph-mon[39945]: Updating trial161:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-25T13:34:32.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:32 trial042 ceph-mon[39945]: Added host trial163 2026-02-25T13:34:32.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:32 trial042 ceph-mon[39945]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:34:32.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:32 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/4100316955' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-25T13:34:32.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:32 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2372651177' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-25T13:34:32.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:32 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:32.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:32 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2490806200' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-25T13:34:32.865 INFO:teuthology.orchestra.run.trial042.stderr:adjusted tunables profile to default 2026-02-25T13:34:32.911 INFO:tasks.cephadm:Adding mon.a on trial042 2026-02-25T13:34:32.911 INFO:tasks.cephadm:Adding mon.b on trial161 2026-02-25T13:34:32.911 INFO:tasks.cephadm:Adding mon.c on trial163 2026-02-25T13:34:32.911 DEBUG:teuthology.orchestra.run.trial163:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph orch apply mon '3;trial042:10.20.193.42=a;trial161:10.20.193.161=b;trial163:10.20.193.163=c' 2026-02-25T13:34:33.035 INFO:teuthology.orchestra.run.trial163.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-25T13:34:33.035 INFO:teuthology.orchestra.run.trial163.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-25T13:34:33.307 INFO:teuthology.orchestra.run.trial163.stdout:Scheduled mon update... 2026-02-25T13:34:33.373 DEBUG:teuthology.orchestra.run.trial161:mon.b> sudo journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.b.service 2026-02-25T13:34:33.376 DEBUG:teuthology.orchestra.run.trial163:mon.c> sudo journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.c.service 2026-02-25T13:34:33.379 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-25T13:34:33.379 DEBUG:teuthology.orchestra.run.trial163:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph mon dump -f json 2026-02-25T13:34:33.578 INFO:teuthology.orchestra.run.trial163.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:33.859 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:34:33.859 INFO:teuthology.orchestra.run.trial163.stdout:{"epoch":1,"fsid":"9f73174d-124e-11f1-814b-d404e6e7d460","modified":"2026-02-25T13:34:05.319920Z","created":"2026-02-25T13:34:05.319920Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:3300","nonce":0},{"type":"v1","addr":"10.20.193.42:6789","nonce":0}]},"addr":"10.20.193.42:6789/0","public_addr":"10.20.193.42:6789/0","priority":0,"weight":0,"time_added":"2026-02-25T13:34:05:319931+0000","crush_location":[]}],"quorum":[0]} 2026-02-25T13:34:33.859 INFO:teuthology.orchestra.run.trial163.stderr:dumped monmap epoch 1 2026-02-25T13:34:34.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2490806200' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-25T13:34:34.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: osdmap e4: 0 total, 0 up, 0 in 2026-02-25T13:34:34.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:34.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:34.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial163", "name": "osd_memory_target"} : dispatch 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: Updating trial163:/etc/ceph/ceph.conf 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: Updating trial163:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:34.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:34.187 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:33 trial042 ceph-mon[39945]: from='client.? 10.20.193.163:0/156932221' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-25T13:34:34.904 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-25T13:34:34.904 DEBUG:teuthology.orchestra.run.trial163:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph mon dump -f json 2026-02-25T13:34:35.025 INFO:teuthology.orchestra.run.trial163.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.c/config 2026-02-25T13:34:35.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:34 trial042 ceph-mon[39945]: Updating trial163:/etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:35.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:34 trial042 ceph-mon[39945]: from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial042:10.20.193.42=a;trial161:10.20.193.161=b;trial163:10.20.193.163=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:35.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:34 trial042 ceph-mon[39945]: Saving service mon spec with placement trial042:10.20.193.42=a;trial161:10.20.193.161=b;trial163:10.20.193.163=c;count:3 2026-02-25T13:34:35.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:34 trial042 ceph-mon[39945]: Updating trial163:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-25T13:34:35.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:34 trial042 ceph-mon[39945]: Deploying daemon mon.c on trial163 2026-02-25T13:34:40.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:40.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:34:40.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: mon.a calling monitor election 2026-02-25T13:34:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: mon.c calling monitor election 2026-02-25T13:34:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-25T13:34:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: monmap epoch 2 2026-02-25T13:34:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: last_changed 2026-02-25T13:34:34.907231+0000 2026-02-25T13:34:40.437 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:34:40.437 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: min_mon_release 20 (tentacle) 2026-02-25T13:34:40.437 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: election_strategy: 1 2026-02-25T13:34:40.437 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a 2026-02-25T13:34:40.437 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: 1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c 2026-02-25T13:34:40.437 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: fsmap 2026-02-25T13:34:40.437 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: osdmap e4: 0 total, 0 up, 0 in 2026-02-25T13:34:40.437 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: mgrmap e12: a(active, since 19s) 2026-02-25T13:34:40.437 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: overall HEALTH_OK 2026-02-25T13:34:40.437 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:40.437 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:40.438 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:40.438 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:40.438 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:41.278 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:34:41.278 INFO:teuthology.orchestra.run.trial163.stdout:{"epoch":2,"fsid":"9f73174d-124e-11f1-814b-d404e6e7d460","modified":"2026-02-25T13:34:34.907231Z","created":"2026-02-25T13:34:05.319920Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:3300","nonce":0},{"type":"v1","addr":"10.20.193.42:6789","nonce":0}]},"addr":"10.20.193.42:6789/0","public_addr":"10.20.193.42:6789/0","priority":0,"weight":0,"time_added":"2026-02-25T13:34:05:319931+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:3300","nonce":0},{"type":"v1","addr":"10.20.193.163:6789","nonce":0}]},"addr":"10.20.193.163:6789/0","public_addr":"10.20.193.163:6789/0","priority":0,"weight":0,"time_added":"2026-02-25T13:34:34:907229+0000","crush_location":[]}],"quorum":[0,1]} 2026-02-25T13:34:41.279 INFO:teuthology.orchestra.run.trial163.stderr:dumped monmap epoch 2 2026-02-25T13:34:41.284 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).mds e1 print_map 2026-02-25T13:34:41.284 INFO:journalctl@ceph.mon.b.trial161.stdout: e1 2026-02-25T13:34:41.284 INFO:journalctl@ceph.mon.b.trial161.stdout: btime 2026-02-25T13:34:06:264172+0000 2026-02-25T13:34:41.285 INFO:journalctl@ceph.mon.b.trial161.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-25T13:34:41.285 INFO:journalctl@ceph.mon.b.trial161.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} 2026-02-25T13:34:41.285 INFO:journalctl@ceph.mon.b.trial161.stdout: legacy client fscid: -1 2026-02-25T13:34:41.285 INFO:journalctl@ceph.mon.b.trial161.stdout: 2026-02-25T13:34:41.285 INFO:journalctl@ceph.mon.b.trial161.stdout: No filesystems configured 2026-02-25T13:34:41.285 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-02-25T13:34:41.317 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:41 trial163 ceph-mon[43351]: Deploying daemon mon.b on trial161 2026-02-25T13:34:41.318 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:41 trial163 ceph-mon[43351]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:41.318 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:41 trial042 ceph-mon[39945]: Deploying daemon mon.b on trial161 2026-02-25T13:34:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:41 trial042 ceph-mon[39945]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:41.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2026-02-25T13:34:41.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-02-25T13:34:41.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-02-25T13:34:41.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-02-25T13:34:41.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-02-25T13:34:41.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-25T13:34:41.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-25T13:34:41.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mkfs 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: monmap epoch 1 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: last_changed 2026-02-25T13:34:05.319920+0000 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: min_mon_release 20 (tentacle) 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: election_strategy: 1 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a 2026-02-25T13:34:41.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: fsmap 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: osdmap e1: 0 total, 0 up, 0 in 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e1: no daemons active 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/959548726' entity='client.admin' 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/1848246415' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Activating manager daemon a 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e2: a(active, starting, since 0.00265408s) 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-25T13:34:41.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Manager daemon a is now available 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14100 10.20.193.42:0/148710542' entity='mgr.a' 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e3: a(active, since 1.00452s) 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3582468229' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3883806719' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3883806719' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2455653537' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2455653537' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e4: a(active, since 2s) 2026-02-25T13:34:41.759 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3931380927' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Active manager daemon a restarted 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Activating manager daemon a 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: osdmap e2: 0 total, 0 up, 0 in 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e5: a(active, starting, since 0.00274679s) 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Manager daemon a is now available 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.760 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e6: a(active, since 1.0035s) 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/1873358825' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-25T13:34:41.761 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Found migration_current of "None". Setting to last migration. 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Starting service-discovery server on 10.20.193.42:8765... 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Starting cephadm-agent server on 10.20.193.42:7150... 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Cherrypy server started successfully. 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/1873358825' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e7: a(active, since 2s) 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.762 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.763 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.763 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.763 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Generating ssh key... 2026-02-25T13:34:41.763 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.763 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial042", "addr": "10.20.193.42", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.763 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Deploying cephadm binary to trial042 2026-02-25T13:34:41.763 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.763 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:41.763 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Added host trial042 2026-02-25T13:34:41.763 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.764 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.764 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.764 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/137435237' entity='client.admin' 2026-02-25T13:34:41.764 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2017832963' entity='client.admin' 2026-02-25T13:34:41.764 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.764 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.764 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Saving service mon spec with placement count:5 2026-02-25T13:34:41.764 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.764 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Saving service mgr spec with placement count:2 2026-02-25T13:34:41.764 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/4260665986' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-25T13:34:41.764 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14116 10.20.193.42:0/759315156' entity='mgr.a' 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/4260665986' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e8: a(active, since 7s) 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3154390519' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Active manager daemon a restarted 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Activating manager daemon a 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: osdmap e3: 0 total, 0 up, 0 in 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e9: a(active, starting, since 0.00276099s) 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-25T13:34:41.765 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Manager daemon a is now available 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e10: a(active, since 1.00459s) 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Starting service-discovery server on 10.20.193.42:8765... 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Starting cephadm-agent server on 10.20.193.42:7150... 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Cherrypy server started successfully. 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-25T13:34:41.766 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.767 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.767 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.767 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.767 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.767 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.767 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.767 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.768 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e11: a(active, since 2s) 2026-02-25T13:34:41.768 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/685149174' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-25T13:34:41.768 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3906443411' entity='client.admin' 2026-02-25T13:34:41.768 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/494875463' entity='client.admin' 2026-02-25T13:34:41.768 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.769 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.769 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial042", "name": "osd_memory_target"} : dispatch 2026-02-25T13:34:41.769 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.769 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.769 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:41.769 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:41.769 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:41.769 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.769 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.769 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Certificate for "cephadm-signed_agent_cert (trial042)" is still valid for 1824 days. 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial042:/etc/ceph/ceph.conf 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial042:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial042:/etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial042:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial161", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Deploying cephadm binary to trial161 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e12: a(active, since 6s) 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:41.770 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Added host trial161 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/757494169' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3087874415' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial163", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Deploying cephadm binary to trial163 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.771 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial161", "name": "osd_memory_target"} : dispatch 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial161:/etc/ceph/ceph.conf 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial161:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial161:/etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.772 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial161:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Added host trial163 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/4100316955' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2372651177' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2490806200' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2490806200' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: osdmap e4: 0 total, 0 up, 0 in 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.773 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial163", "name": "osd_memory_target"} : dispatch 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial163:/etc/ceph/ceph.conf 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial163:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:41.774 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.? 10.20.193.163:0/156932221' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial163:/etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial042:10.20.193.42=a;trial161:10.20.193.161=b;trial163:10.20.193.163=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Saving service mon spec with placement trial042:10.20.193.42=a;trial161:10.20.193.161=b;trial163:10.20.193.163=c;count:3 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Updating trial163:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Deploying daemon mon.c on trial163 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.a calling monitor election 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.c calling monitor election 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:41.775 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: monmap epoch 2 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: last_changed 2026-02-25T13:34:34.907231+0000 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: min_mon_release 20 (tentacle) 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: election_strategy: 1 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: 1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: fsmap 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: osdmap e4: 0 total, 0 up, 0 in 2026-02-25T13:34:41.776 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mgrmap e12: a(active, since 19s) 2026-02-25T13:34:41.777 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: overall HEALTH_OK 2026-02-25T13:34:41.777 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.777 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.777 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:41.777 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:41.777 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:41.777 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: Deploying daemon mon.b on trial161 2026-02-25T13:34:41.777 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:41.777 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:41.777 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:41 trial161 ceph-mon[43840]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-25T13:34:42.320 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-25T13:34:42.320 DEBUG:teuthology.orchestra.run.trial163:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph mon dump -f json 2026-02-25T13:34:42.438 INFO:teuthology.orchestra.run.trial163.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.c/config 2026-02-25T13:34:46.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:34:46.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:46.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: mon.a calling monitor election 2026-02-25T13:34:46.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: mon.c calling monitor election 2026-02-25T13:34:46.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: mon.b calling monitor election 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: monmap epoch 3 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: last_changed 2026-02-25T13:34:41.287707+0000 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: min_mon_release 20 (tentacle) 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: election_strategy: 1 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: 1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: 2: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.b 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: fsmap 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: osdmap e4: 0 total, 0 up, 0 in 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: mgrmap e12: a(active, since 26s) 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: overall HEALTH_OK 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:46.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:46 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:46.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:34:46.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:46.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: mon.a calling monitor election 2026-02-25T13:34:46.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: mon.c calling monitor election 2026-02-25T13:34:46.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: mon.b calling monitor election 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: monmap epoch 3 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:46.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: last_changed 2026-02-25T13:34:41.287707+0000 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: min_mon_release 20 (tentacle) 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: election_strategy: 1 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: 1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: 2: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.b 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: fsmap 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: osdmap e4: 0 total, 0 up, 0 in 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: mgrmap e12: a(active, since 26s) 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: overall HEALTH_OK 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:46.688 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:46.689 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:46.689 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:46 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:46.705 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:34:46.706 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.706 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:34:46.706 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: mon.a calling monitor election 2026-02-25T13:34:46.706 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: mon.c calling monitor election 2026-02-25T13:34:46.706 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: mon.b calling monitor election 2026-02-25T13:34:46.706 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:46.706 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.706 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.706 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:46.706 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.706 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: monmap epoch 3 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: last_changed 2026-02-25T13:34:41.287707+0000 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: min_mon_release 20 (tentacle) 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: election_strategy: 1 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: 1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: 2: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.b 2026-02-25T13:34:46.707 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: fsmap 2026-02-25T13:34:46.708 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: osdmap e4: 0 total, 0 up, 0 in 2026-02-25T13:34:46.708 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: mgrmap e12: a(active, since 26s) 2026-02-25T13:34:46.708 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: overall HEALTH_OK 2026-02-25T13:34:46.708 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:46.708 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:46.708 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:46.708 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:46 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.091 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:34:47.091 INFO:teuthology.orchestra.run.trial163.stdout:{"epoch":3,"fsid":"9f73174d-124e-11f1-814b-d404e6e7d460","modified":"2026-02-25T13:34:41.287707Z","created":"2026-02-25T13:34:05.319920Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:3300","nonce":0},{"type":"v1","addr":"10.20.193.42:6789","nonce":0}]},"addr":"10.20.193.42:6789/0","public_addr":"10.20.193.42:6789/0","priority":0,"weight":0,"time_added":"2026-02-25T13:34:05:319931+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:3300","nonce":0},{"type":"v1","addr":"10.20.193.163:6789","nonce":0}]},"addr":"10.20.193.163:6789/0","public_addr":"10.20.193.163:6789/0","priority":0,"weight":0,"time_added":"2026-02-25T13:34:34:907229+0000","crush_location":[]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:3300","nonce":0},{"type":"v1","addr":"10.20.193.161:6789","nonce":0}]},"addr":"10.20.193.161:6789/0","public_addr":"10.20.193.161:6789/0","priority":0,"weight":0,"time_added":"2026-02-25T13:34:41:287706+0000","crush_location":[]}],"quorum":[0,1,2]} 2026-02-25T13:34:47.091 INFO:teuthology.orchestra.run.trial163.stderr:dumped monmap epoch 3 2026-02-25T13:34:47.132 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-25T13:34:47.132 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-25T13:34:47.252 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:47.432 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:47.433 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.433 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.433 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.433 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.433 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:47.433 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:47.433 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: Updating trial042:/etc/ceph/ceph.conf 2026-02-25T13:34:47.433 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: Updating trial161:/etc/ceph/ceph.conf 2026-02-25T13:34:47.433 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: Updating trial163:/etc/ceph/ceph.conf 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: Updating trial042:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: Updating trial161:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: Updating trial163:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='client.? 10.20.193.163:0/1152939681' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-25T13:34:47.434 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: Reconfiguring mon.a (unknown last config time)... 2026-02-25T13:34:47.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:47.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:34:47.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:47.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: Reconfiguring daemon mon.a on trial042 2026-02-25T13:34:47.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:47 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:47.479 INFO:teuthology.orchestra.run.trial042.stdout:# minimal ceph.conf for 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:47.479 INFO:teuthology.orchestra.run.trial042.stdout:[global] 2026-02-25T13:34:47.479 INFO:teuthology.orchestra.run.trial042.stdout: fsid = 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:34:47.479 INFO:teuthology.orchestra.run.trial042.stdout: mon_host = [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] 2026-02-25T13:34:47.541 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-25T13:34:47.542 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:34:47.542 DEBUG:teuthology.orchestra.run.trial042:> sudo dd of=/etc/ceph/ceph.conf 2026-02-25T13:34:47.568 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:34:47.568 DEBUG:teuthology.orchestra.run.trial042:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:47.631 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-25T13:34:47.632 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/etc/ceph/ceph.conf 2026-02-25T13:34:47.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:47.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:47.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:47.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: Updating trial042:/etc/ceph/ceph.conf 2026-02-25T13:34:47.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: Updating trial161:/etc/ceph/ceph.conf 2026-02-25T13:34:47.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: Updating trial163:/etc/ceph/ceph.conf 2026-02-25T13:34:47.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: Updating trial042:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:47.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: Updating trial161:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: Updating trial163:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='client.? 10.20.193.163:0/1152939681' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: Reconfiguring mon.a (unknown last config time)... 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:47.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:34:47.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:47.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: Reconfiguring daemon mon.a on trial042 2026-02-25T13:34:47.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:47 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:47.654 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:47.654 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.654 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.654 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: Updating trial042:/etc/ceph/ceph.conf 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: Updating trial161:/etc/ceph/ceph.conf 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: Updating trial163:/etc/ceph/ceph.conf 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: Updating trial042:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: Updating trial161:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: Updating trial163:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/config/ceph.conf 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.655 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.656 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.656 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.656 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.656 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:47.656 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='client.? 10.20.193.163:0/1152939681' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-25T13:34:47.656 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: Reconfiguring mon.a (unknown last config time)... 2026-02-25T13:34:47.656 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:47.656 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:34:47.656 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:47.656 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: Reconfiguring daemon mon.a on trial042 2026-02-25T13:34:47.656 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:47 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:34:47.659 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-25T13:34:47.659 DEBUG:teuthology.orchestra.run.trial161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:47.724 DEBUG:teuthology.orchestra.run.trial163:> set -ex 2026-02-25T13:34:47.724 DEBUG:teuthology.orchestra.run.trial163:> sudo dd of=/etc/ceph/ceph.conf 2026-02-25T13:34:47.753 DEBUG:teuthology.orchestra.run.trial163:> set -ex 2026-02-25T13:34:47.753 DEBUG:teuthology.orchestra.run.trial163:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-25T13:34:47.818 INFO:tasks.cephadm:Adding mgr.a on trial042 2026-02-25T13:34:47.818 INFO:tasks.cephadm:Adding mgr.b on trial161 2026-02-25T13:34:47.818 DEBUG:teuthology.orchestra.run.trial163:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph orch apply mgr '2;trial042=a;trial161=b' 2026-02-25T13:34:47.974 INFO:teuthology.orchestra.run.trial163.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.c/config 2026-02-25T13:34:48.216 INFO:teuthology.orchestra.run.trial163.stdout:Scheduled mgr update... 2026-02-25T13:34:48.273 DEBUG:teuthology.orchestra.run.trial161:mgr.b> sudo journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mgr.b.service 2026-02-25T13:34:48.275 DEBUG:tasks.cephadm:set 0 configs 2026-02-25T13:34:48.275 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph config dump 2026-02-25T13:34:48.388 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:48.603 INFO:teuthology.orchestra.run.trial042.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-25T13:34:48.603 INFO:teuthology.orchestra.run.trial042.stdout:global dev auth_debug true 2026-02-25T13:34:48.604 INFO:teuthology.orchestra.run.trial042.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82 * 2026-02-25T13:34:48.604 INFO:teuthology.orchestra.run.trial042.stdout:global dev debug_asserts_on_shutdown true 2026-02-25T13:34:48.604 INFO:teuthology.orchestra.run.trial042.stdout:global basic log_to_file true 2026-02-25T13:34:48.604 INFO:teuthology.orchestra.run.trial042.stdout:global basic log_to_journald false 2026-02-25T13:34:48.604 INFO:teuthology.orchestra.run.trial042.stdout:global basic log_to_stderr false 2026-02-25T13:34:48.604 INFO:teuthology.orchestra.run.trial042.stdout:global advanced mon_allow_pool_delete true 2026-02-25T13:34:48.604 INFO:teuthology.orchestra.run.trial042.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-25T13:34:48.604 INFO:teuthology.orchestra.run.trial042.stdout:global advanced mon_cluster_log_to_file true 2026-02-25T13:34:48.604 INFO:teuthology.orchestra.run.trial042.stdout:global advanced mon_election_default_strategy 1 2026-02-25T13:34:48.604 INFO:teuthology.orchestra.run.trial042.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:global dev ms_die_on_bug true 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:global dev ms_die_on_old_message true 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:global advanced osd_pool_default_erasure_code_profile plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-25T13:34:48.605 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced debug_mon 20/20 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced debug_ms 1/1 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced debug_paxos 20/20 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced mon_data_avail_warn 5 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-25T13:34:48.606 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-25T13:34:48.607 INFO:teuthology.orchestra.run.trial042.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-25T13:34:48.607 INFO:teuthology.orchestra.run.trial042.stdout:mgr advanced debug_mgr 20/20 2026-02-25T13:34:48.607 INFO:teuthology.orchestra.run.trial042.stdout:mgr advanced debug_ms 1/1 2026-02-25T13:34:48.607 INFO:teuthology.orchestra.run.trial042.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-25T13:34:48.607 INFO:teuthology.orchestra.run.trial042.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-25T13:34:48.607 INFO:teuthology.orchestra.run.trial042.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-25T13:34:48.607 INFO:teuthology.orchestra.run.trial042.stdout:mgr advanced mgr/cephadm/use_agent false * 2026-02-25T13:34:48.607 INFO:teuthology.orchestra.run.trial042.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-25T13:34:48.607 INFO:teuthology.orchestra.run.trial042.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-25T13:34:48.607 INFO:teuthology.orchestra.run.trial042.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-25T13:34:48.608 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/980604868' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.608 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.608 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.608 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: Reconfiguring mon.b (monmap changed)... 2026-02-25T13:34:48.608 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:48.608 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:34:48.608 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.608 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: Reconfiguring daemon mon.b on trial161 2026-02-25T13:34:48.608 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: Reconfiguring mon.c (monmap changed)... 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: Reconfiguring daemon mon.c on trial163 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial042=a;trial161=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: Saving service mgr spec with placement trial042=a;trial161=b;count:2 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.609 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.610 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:48.610 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.610 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:48.610 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.610 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:34:48.610 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-25T13:34:48.610 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:34:48.610 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:48 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.610 INFO:teuthology.orchestra.run.trial042.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd dev bdev_debug_aio true 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced debug_ms 1/1 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced debug_osd 20/20 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd dev osd_debug_misdirected_ops true 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd dev osd_debug_op_order true 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd dev osd_debug_shutdown true 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-25T13:34:48.611 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced osd_memory_target_autotune true 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced osd_op_queue debug_random * 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced osd_recover_clone_overlap true 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-25T13:34:48.612 INFO:teuthology.orchestra.run.trial042.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-25T13:34:48.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/980604868' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: Reconfiguring mon.b (monmap changed)... 2026-02-25T13:34:48.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:48.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:34:48.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: Reconfiguring daemon mon.b on trial161 2026-02-25T13:34:48.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: Reconfiguring mon.c (monmap changed)... 2026-02-25T13:34:48.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:48.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:34:48.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: Reconfiguring daemon mon.c on trial163 2026-02-25T13:34:48.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:48.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial042=a;trial161=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:48.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: Saving service mgr spec with placement trial042=a;trial161=b;count:2 2026-02-25T13:34:48.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:48.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:48.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:34:48.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-25T13:34:48.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:34:48.642 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:48 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.644 INFO:tasks.cephadm:Deploying OSDs... 2026-02-25T13:34:48.644 DEBUG:teuthology.orchestra.run.trial042:> set -ex 2026-02-25T13:34:48.644 DEBUG:teuthology.orchestra.run.trial042:> dd if=/scratch_devs of=/dev/stdout 2026-02-25T13:34:48.651 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/980604868' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.651 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.651 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.651 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: Reconfiguring mon.b (monmap changed)... 2026-02-25T13:34:48.651 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: Reconfiguring daemon mon.b on trial161 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: Reconfiguring mon.c (monmap changed)... 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: Reconfiguring daemon mon.c on trial163 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:48.652 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial042=a;trial161=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:48.653 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: Saving service mgr spec with placement trial042=a;trial161=b;count:2 2026-02-25T13:34:48.653 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.653 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.653 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.653 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:48.654 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.654 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:48.654 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:48.654 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:34:48.654 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-25T13:34:48.654 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:34:48.654 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:48 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:48.662 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-25T13:34:48.662 DEBUG:teuthology.orchestra.run.trial042:> stat /dev/vg_nvme/lv_1 2026-02-25T13:34:48.719 INFO:teuthology.orchestra.run.trial042.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-25T13:34:48.719 INFO:teuthology.orchestra.run.trial042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:48.719 INFO:teuthology.orchestra.run.trial042.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-25T13:34:48.720 INFO:teuthology.orchestra.run.trial042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:48.720 INFO:teuthology.orchestra.run.trial042.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:48.720 INFO:teuthology.orchestra.run.trial042.stdout:Access: 2026-02-25 13:34:24.074274410 +0000 2026-02-25T13:34:48.720 INFO:teuthology.orchestra.run.trial042.stdout:Modify: 2026-02-25 13:30:32.910492268 +0000 2026-02-25T13:34:48.720 INFO:teuthology.orchestra.run.trial042.stdout:Change: 2026-02-25 13:30:32.910492268 +0000 2026-02-25T13:34:48.720 INFO:teuthology.orchestra.run.trial042.stdout: Birth: 2026-02-25 13:30:32.910492268 +0000 2026-02-25T13:34:48.720 DEBUG:teuthology.orchestra.run.trial042:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-25T13:34:48.784 INFO:teuthology.orchestra.run.trial042.stderr:1+0 records in 2026-02-25T13:34:48.784 INFO:teuthology.orchestra.run.trial042.stderr:1+0 records out 2026-02-25T13:34:48.785 INFO:teuthology.orchestra.run.trial042.stderr:512 bytes copied, 0.000168713 s, 3.0 MB/s 2026-02-25T13:34:48.786 DEBUG:teuthology.orchestra.run.trial042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-25T13:34:48.843 DEBUG:teuthology.orchestra.run.trial042:> stat /dev/vg_nvme/lv_2 2026-02-25T13:34:48.900 INFO:teuthology.orchestra.run.trial042.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-25T13:34:48.900 INFO:teuthology.orchestra.run.trial042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:48.901 INFO:teuthology.orchestra.run.trial042.stdout:Device: 6h/6d Inode: 1309 Links: 1 2026-02-25T13:34:48.901 INFO:teuthology.orchestra.run.trial042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:48.901 INFO:teuthology.orchestra.run.trial042.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:48.901 INFO:teuthology.orchestra.run.trial042.stdout:Access: 2026-02-25 13:34:24.101273621 +0000 2026-02-25T13:34:48.901 INFO:teuthology.orchestra.run.trial042.stdout:Modify: 2026-02-25 13:30:32.911492234 +0000 2026-02-25T13:34:48.901 INFO:teuthology.orchestra.run.trial042.stdout:Change: 2026-02-25 13:30:32.911492234 +0000 2026-02-25T13:34:48.901 INFO:teuthology.orchestra.run.trial042.stdout: Birth: 2026-02-25 13:30:32.911492234 +0000 2026-02-25T13:34:48.902 DEBUG:teuthology.orchestra.run.trial042:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-25T13:34:48.963 INFO:teuthology.orchestra.run.trial042.stderr:1+0 records in 2026-02-25T13:34:48.963 INFO:teuthology.orchestra.run.trial042.stderr:1+0 records out 2026-02-25T13:34:48.964 INFO:teuthology.orchestra.run.trial042.stderr:512 bytes copied, 0.000146342 s, 3.5 MB/s 2026-02-25T13:34:48.965 DEBUG:teuthology.orchestra.run.trial042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-25T13:34:49.023 DEBUG:teuthology.orchestra.run.trial042:> stat /dev/vg_nvme/lv_3 2026-02-25T13:34:49.079 INFO:teuthology.orchestra.run.trial042.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-25T13:34:49.079 INFO:teuthology.orchestra.run.trial042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:49.080 INFO:teuthology.orchestra.run.trial042.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-25T13:34:49.080 INFO:teuthology.orchestra.run.trial042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:49.080 INFO:teuthology.orchestra.run.trial042.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:49.080 INFO:teuthology.orchestra.run.trial042.stdout:Access: 2026-02-25 13:34:24.129272803 +0000 2026-02-25T13:34:49.080 INFO:teuthology.orchestra.run.trial042.stdout:Modify: 2026-02-25 13:30:32.910492268 +0000 2026-02-25T13:34:49.080 INFO:teuthology.orchestra.run.trial042.stdout:Change: 2026-02-25 13:30:32.910492268 +0000 2026-02-25T13:34:49.080 INFO:teuthology.orchestra.run.trial042.stdout: Birth: 2026-02-25 13:30:32.910492268 +0000 2026-02-25T13:34:49.080 DEBUG:teuthology.orchestra.run.trial042:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-25T13:34:49.144 INFO:teuthology.orchestra.run.trial042.stderr:1+0 records in 2026-02-25T13:34:49.144 INFO:teuthology.orchestra.run.trial042.stderr:1+0 records out 2026-02-25T13:34:49.144 INFO:teuthology.orchestra.run.trial042.stderr:512 bytes copied, 0.000175816 s, 2.9 MB/s 2026-02-25T13:34:49.146 DEBUG:teuthology.orchestra.run.trial042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-25T13:34:49.203 DEBUG:teuthology.orchestra.run.trial042:> stat /dev/vg_nvme/lv_4 2026-02-25T13:34:49.255 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.145+0000 7f75b61e8fc0 -1 mgr[py] Loading module dashboard in main interpreter 2026-02-25T13:34:49.259 INFO:teuthology.orchestra.run.trial042.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-25T13:34:49.259 INFO:teuthology.orchestra.run.trial042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:49.259 INFO:teuthology.orchestra.run.trial042.stdout:Device: 6h/6d Inode: 1313 Links: 1 2026-02-25T13:34:49.259 INFO:teuthology.orchestra.run.trial042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:49.259 INFO:teuthology.orchestra.run.trial042.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:49.259 INFO:teuthology.orchestra.run.trial042.stdout:Access: 2026-02-25 13:34:24.156272013 +0000 2026-02-25T13:34:49.259 INFO:teuthology.orchestra.run.trial042.stdout:Modify: 2026-02-25 13:30:32.911492234 +0000 2026-02-25T13:34:49.260 INFO:teuthology.orchestra.run.trial042.stdout:Change: 2026-02-25 13:30:32.911492234 +0000 2026-02-25T13:34:49.260 INFO:teuthology.orchestra.run.trial042.stdout: Birth: 2026-02-25 13:30:32.911492234 +0000 2026-02-25T13:34:49.260 DEBUG:teuthology.orchestra.run.trial042:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-25T13:34:49.323 INFO:teuthology.orchestra.run.trial042.stderr:1+0 records in 2026-02-25T13:34:49.323 INFO:teuthology.orchestra.run.trial042.stderr:1+0 records out 2026-02-25T13:34:49.324 INFO:teuthology.orchestra.run.trial042.stderr:512 bytes copied, 0.000164606 s, 3.1 MB/s 2026-02-25T13:34:49.325 DEBUG:teuthology.orchestra.run.trial042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-25T13:34:49.382 DEBUG:teuthology.orchestra.run.trial161:> set -ex 2026-02-25T13:34:49.383 DEBUG:teuthology.orchestra.run.trial161:> dd if=/scratch_devs of=/dev/stdout 2026-02-25T13:34:49.399 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-25T13:34:49.399 DEBUG:teuthology.orchestra.run.trial161:> stat /dev/vg_nvme/lv_1 2026-02-25T13:34:49.455 INFO:teuthology.orchestra.run.trial161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-25T13:34:49.456 INFO:teuthology.orchestra.run.trial161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:49.456 INFO:teuthology.orchestra.run.trial161.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-25T13:34:49.456 INFO:teuthology.orchestra.run.trial161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:49.456 INFO:teuthology.orchestra.run.trial161.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:49.456 INFO:teuthology.orchestra.run.trial161.stdout:Access: 2026-02-25 13:34:48.917589809 +0000 2026-02-25T13:34:49.456 INFO:teuthology.orchestra.run.trial161.stdout:Modify: 2026-02-25 13:30:34.021942261 +0000 2026-02-25T13:34:49.456 INFO:teuthology.orchestra.run.trial161.stdout:Change: 2026-02-25 13:30:34.021942261 +0000 2026-02-25T13:34:49.456 INFO:teuthology.orchestra.run.trial161.stdout: Birth: 2026-02-25 13:30:34.021942261 +0000 2026-02-25T13:34:49.457 DEBUG:teuthology.orchestra.run.trial161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-25T13:34:49.523 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records in 2026-02-25T13:34:49.523 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records out 2026-02-25T13:34:49.523 INFO:teuthology.orchestra.run.trial161.stderr:512 bytes copied, 0.000188901 s, 2.7 MB/s 2026-02-25T13:34:49.525 DEBUG:teuthology.orchestra.run.trial161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-25T13:34:49.582 DEBUG:teuthology.orchestra.run.trial161:> stat /dev/vg_nvme/lv_2 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-mon[43840]: Deploying daemon mgr.b on trial161 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/1585789615' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.410+0000 7f75b61e8fc0 -1 mgr[py] Loading module mirroring in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.419+0000 7f75b61e8fc0 -1 mgr[py] Loading module snap_schedule in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.426+0000 7f75b61e8fc0 -1 mgr[py] Loading module prometheus in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.432+0000 7f75b61e8fc0 -1 mgr[py] Loading module balancer in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.438+0000 7f75b61e8fc0 -1 mgr[py] Loading module rbd_support in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.450+0000 7f75b61e8fc0 -1 mgr[py] Loading module smb in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.477+0000 7f75b61e8fc0 -1 mgr[py] Loading module devicehealth in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.480+0000 7f75b61e8fc0 -1 mgr[py] Loading module alerts in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.482+0000 7f75b61e8fc0 -1 mgr[py] Loading module telemetry in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.489+0000 7f75b61e8fc0 -1 mgr[py] Loading module diskprediction_local in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.529+0000 7f75b61e8fc0 -1 mgr[py] Loading module status in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.531+0000 7f75b61e8fc0 -1 mgr[py] Loading module rgw in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.534+0000 7f75b61e8fc0 -1 mgr[py] Loading module insights in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.536+0000 7f75b61e8fc0 -1 mgr[py] Loading module iostat in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.537+0000 7f75b61e8fc0 -1 mgr[py] Loading module pg_autoscaler in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.540+0000 7f75b61e8fc0 -1 mgr[py] Loading module osd_perf_query in main interpreter 2026-02-25T13:34:49.614 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.541+0000 7f75b61e8fc0 -1 mgr[py] Loading module crash in main interpreter 2026-02-25T13:34:49.615 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.543+0000 7f75b61e8fc0 -1 mgr[py] Loading module progress in main interpreter 2026-02-25T13:34:49.615 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.546+0000 7f75b61e8fc0 -1 mgr[py] Loading module rook in main interpreter 2026-02-25T13:34:49.628 INFO:teuthology.orchestra.run.trial161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-25T13:34:49.628 INFO:teuthology.orchestra.run.trial161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:49.628 INFO:teuthology.orchestra.run.trial161.stdout:Device: 6h/6d Inode: 1307 Links: 1 2026-02-25T13:34:49.628 INFO:teuthology.orchestra.run.trial161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:49.628 INFO:teuthology.orchestra.run.trial161.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:49.629 INFO:teuthology.orchestra.run.trial161.stdout:Access: 2026-02-25 13:34:48.918589797 +0000 2026-02-25T13:34:49.629 INFO:teuthology.orchestra.run.trial161.stdout:Modify: 2026-02-25 13:30:34.021942261 +0000 2026-02-25T13:34:49.629 INFO:teuthology.orchestra.run.trial161.stdout:Change: 2026-02-25 13:30:34.021942261 +0000 2026-02-25T13:34:49.629 INFO:teuthology.orchestra.run.trial161.stdout: Birth: 2026-02-25 13:30:34.021942261 +0000 2026-02-25T13:34:49.629 DEBUG:teuthology.orchestra.run.trial161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-25T13:34:49.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:49 trial163 ceph-mon[43351]: Deploying daemon mgr.b on trial161 2026-02-25T13:34:49.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:49 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/1585789615' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-25T13:34:49.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:49 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:49 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:49 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:49 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:49 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:49.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:49 trial042 ceph-mon[39945]: Deploying daemon mgr.b on trial161 2026-02-25T13:34:49.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:49 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/1585789615' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-25T13:34:49.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:49 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:49 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:49 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:49 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:49.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:49 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:49.695 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records in 2026-02-25T13:34:49.695 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records out 2026-02-25T13:34:49.695 INFO:teuthology.orchestra.run.trial161.stderr:512 bytes copied, 0.000172791 s, 3.0 MB/s 2026-02-25T13:34:49.697 DEBUG:teuthology.orchestra.run.trial161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-25T13:34:49.753 DEBUG:teuthology.orchestra.run.trial161:> stat /dev/vg_nvme/lv_3 2026-02-25T13:34:49.810 INFO:teuthology.orchestra.run.trial161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-25T13:34:49.810 INFO:teuthology.orchestra.run.trial161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:49.810 INFO:teuthology.orchestra.run.trial161.stdout:Device: 6h/6d Inode: 1311 Links: 1 2026-02-25T13:34:49.810 INFO:teuthology.orchestra.run.trial161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:49.810 INFO:teuthology.orchestra.run.trial161.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:49.810 INFO:teuthology.orchestra.run.trial161.stdout:Access: 2026-02-25 13:34:48.918589797 +0000 2026-02-25T13:34:49.810 INFO:teuthology.orchestra.run.trial161.stdout:Modify: 2026-02-25 13:30:34.021942261 +0000 2026-02-25T13:34:49.810 INFO:teuthology.orchestra.run.trial161.stdout:Change: 2026-02-25 13:30:34.021942261 +0000 2026-02-25T13:34:49.810 INFO:teuthology.orchestra.run.trial161.stdout: Birth: 2026-02-25 13:30:34.021942261 +0000 2026-02-25T13:34:49.811 DEBUG:teuthology.orchestra.run.trial161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-25T13:34:49.871 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.727+0000 7f75b61e8fc0 -1 mgr[py] Loading module nfs in main interpreter 2026-02-25T13:34:49.871 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.727+0000 7f75b61e8fc0 -1 mgr[py] Loading module telegraf in main interpreter 2026-02-25T13:34:49.872 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.730+0000 7f75b61e8fc0 -1 mgr[py] Loading module selftest in main interpreter 2026-02-25T13:34:49.872 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.732+0000 7f75b61e8fc0 -1 mgr[py] Loading module test_orchestrator in main interpreter 2026-02-25T13:34:49.872 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.734+0000 7f75b61e8fc0 -1 mgr[py] Loading module osd_support in main interpreter 2026-02-25T13:34:49.872 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.734+0000 7f75b61e8fc0 -1 mgr[py] Loading module orchestrator in main interpreter 2026-02-25T13:34:49.872 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.735+0000 7f75b61e8fc0 -1 mgr[py] Loading module cephadm in main interpreter 2026-02-25T13:34:49.873 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records in 2026-02-25T13:34:49.874 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records out 2026-02-25T13:34:49.874 INFO:teuthology.orchestra.run.trial161.stderr:512 bytes copied, 0.000169735 s, 3.0 MB/s 2026-02-25T13:34:49.875 DEBUG:teuthology.orchestra.run.trial161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-25T13:34:49.934 DEBUG:teuthology.orchestra.run.trial161:> stat /dev/vg_nvme/lv_4 2026-02-25T13:34:49.991 INFO:teuthology.orchestra.run.trial161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-25T13:34:49.991 INFO:teuthology.orchestra.run.trial161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:49.991 INFO:teuthology.orchestra.run.trial161.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-25T13:34:49.991 INFO:teuthology.orchestra.run.trial161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:49.992 INFO:teuthology.orchestra.run.trial161.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:49.992 INFO:teuthology.orchestra.run.trial161.stdout:Access: 2026-02-25 13:34:48.918589797 +0000 2026-02-25T13:34:49.992 INFO:teuthology.orchestra.run.trial161.stdout:Modify: 2026-02-25 13:30:34.020942276 +0000 2026-02-25T13:34:49.992 INFO:teuthology.orchestra.run.trial161.stdout:Change: 2026-02-25 13:30:34.020942276 +0000 2026-02-25T13:34:49.992 INFO:teuthology.orchestra.run.trial161.stdout: Birth: 2026-02-25 13:30:34.020942276 +0000 2026-02-25T13:34:49.992 DEBUG:teuthology.orchestra.run.trial161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-25T13:34:50.055 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records in 2026-02-25T13:34:50.055 INFO:teuthology.orchestra.run.trial161.stderr:1+0 records out 2026-02-25T13:34:50.055 INFO:teuthology.orchestra.run.trial161.stderr:512 bytes copied, 0.000147174 s, 3.5 MB/s 2026-02-25T13:34:50.056 DEBUG:teuthology.orchestra.run.trial161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-25T13:34:50.113 DEBUG:teuthology.orchestra.run.trial163:> set -ex 2026-02-25T13:34:50.113 DEBUG:teuthology.orchestra.run.trial163:> dd if=/scratch_devs of=/dev/stdout 2026-02-25T13:34:50.131 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-25T13:34:50.132 DEBUG:teuthology.orchestra.run.trial163:> stat /dev/vg_nvme/lv_1 2026-02-25T13:34:50.189 INFO:teuthology.orchestra.run.trial163.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-25T13:34:50.189 INFO:teuthology.orchestra.run.trial163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:50.189 INFO:teuthology.orchestra.run.trial163.stdout:Device: 6h/6d Inode: 1313 Links: 1 2026-02-25T13:34:50.189 INFO:teuthology.orchestra.run.trial163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:50.189 INFO:teuthology.orchestra.run.trial163.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:50.189 INFO:teuthology.orchestra.run.trial163.stdout:Access: 2026-02-25 13:34:34.678830058 +0000 2026-02-25T13:34:50.189 INFO:teuthology.orchestra.run.trial163.stdout:Modify: 2026-02-25 13:30:33.077793966 +0000 2026-02-25T13:34:50.189 INFO:teuthology.orchestra.run.trial163.stdout:Change: 2026-02-25 13:30:33.077793966 +0000 2026-02-25T13:34:50.189 INFO:teuthology.orchestra.run.trial163.stdout: Birth: 2026-02-25 13:30:33.077793966 +0000 2026-02-25T13:34:50.190 DEBUG:teuthology.orchestra.run.trial163:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-25T13:34:50.255 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.879+0000 7f75b61e8fc0 -1 mgr[py] Loading module volumes in main interpreter 2026-02-25T13:34:50.255 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.908+0000 7f75b61e8fc0 -1 mgr[py] Loading module k8sevents in main interpreter 2026-02-25T13:34:50.255 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.912+0000 7f75b61e8fc0 -1 mgr[py] Loading module mds_autoscaler in main interpreter 2026-02-25T13:34:50.256 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.912+0000 7f75b61e8fc0 -1 mgr[py] Loading module localpool in main interpreter 2026-02-25T13:34:50.256 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:49 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: 2026-02-25T13:34:49.913+0000 7f75b61e8fc0 -1 mgr[py] Loading module influx in main interpreter 2026-02-25T13:34:50.258 INFO:teuthology.orchestra.run.trial163.stderr:1+0 records in 2026-02-25T13:34:50.258 INFO:teuthology.orchestra.run.trial163.stderr:1+0 records out 2026-02-25T13:34:50.258 INFO:teuthology.orchestra.run.trial163.stderr:512 bytes copied, 0.000171799 s, 3.0 MB/s 2026-02-25T13:34:50.259 DEBUG:teuthology.orchestra.run.trial163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-25T13:34:50.317 DEBUG:teuthology.orchestra.run.trial163:> stat /dev/vg_nvme/lv_2 2026-02-25T13:34:50.379 INFO:teuthology.orchestra.run.trial163.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-25T13:34:50.379 INFO:teuthology.orchestra.run.trial163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:50.379 INFO:teuthology.orchestra.run.trial163.stdout:Device: 6h/6d Inode: 1305 Links: 1 2026-02-25T13:34:50.380 INFO:teuthology.orchestra.run.trial163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:50.380 INFO:teuthology.orchestra.run.trial163.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:50.380 INFO:teuthology.orchestra.run.trial163.stdout:Access: 2026-02-25 13:34:34.678830058 +0000 2026-02-25T13:34:50.380 INFO:teuthology.orchestra.run.trial163.stdout:Modify: 2026-02-25 13:30:33.076793986 +0000 2026-02-25T13:34:50.380 INFO:teuthology.orchestra.run.trial163.stdout:Change: 2026-02-25 13:30:33.076793986 +0000 2026-02-25T13:34:50.381 INFO:teuthology.orchestra.run.trial163.stdout: Birth: 2026-02-25 13:30:33.076793986 +0000 2026-02-25T13:34:50.381 DEBUG:teuthology.orchestra.run.trial163:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-25T13:34:50.442 INFO:teuthology.orchestra.run.trial163.stderr:1+0 records in 2026-02-25T13:34:50.442 INFO:teuthology.orchestra.run.trial163.stderr:1+0 records out 2026-02-25T13:34:50.442 INFO:teuthology.orchestra.run.trial163.stderr:512 bytes copied, 0.000146703 s, 3.5 MB/s 2026-02-25T13:34:50.444 DEBUG:teuthology.orchestra.run.trial163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-25T13:34:50.507 DEBUG:teuthology.orchestra.run.trial163:> stat /dev/vg_nvme/lv_3 2026-02-25T13:34:50.564 INFO:teuthology.orchestra.run.trial163.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-25T13:34:50.564 INFO:teuthology.orchestra.run.trial163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:50.564 INFO:teuthology.orchestra.run.trial163.stdout:Device: 6h/6d Inode: 1298 Links: 1 2026-02-25T13:34:50.564 INFO:teuthology.orchestra.run.trial163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:50.564 INFO:teuthology.orchestra.run.trial163.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:50.564 INFO:teuthology.orchestra.run.trial163.stdout:Access: 2026-02-25 13:34:34.678830058 +0000 2026-02-25T13:34:50.564 INFO:teuthology.orchestra.run.trial163.stdout:Modify: 2026-02-25 13:30:33.076793986 +0000 2026-02-25T13:34:50.564 INFO:teuthology.orchestra.run.trial163.stdout:Change: 2026-02-25 13:30:33.076793986 +0000 2026-02-25T13:34:50.564 INFO:teuthology.orchestra.run.trial163.stdout: Birth: 2026-02-25 13:30:33.076793986 +0000 2026-02-25T13:34:50.564 DEBUG:teuthology.orchestra.run.trial163:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-25T13:34:50.626 INFO:teuthology.orchestra.run.trial163.stderr:1+0 records in 2026-02-25T13:34:50.626 INFO:teuthology.orchestra.run.trial163.stderr:1+0 records out 2026-02-25T13:34:50.626 INFO:teuthology.orchestra.run.trial163.stderr:512 bytes copied, 0.000150459 s, 3.4 MB/s 2026-02-25T13:34:50.627 DEBUG:teuthology.orchestra.run.trial163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-25T13:34:50.685 DEBUG:teuthology.orchestra.run.trial163:> stat /dev/vg_nvme/lv_4 2026-02-25T13:34:50.710 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b[44934]: Client ('10.20.193.161', 42322) lost — peer dropped the TLS connection suddenly, during handshake: (8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:998)') 2026-02-25T13:34:50.742 INFO:teuthology.orchestra.run.trial163.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-25T13:34:50.742 INFO:teuthology.orchestra.run.trial163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-25T13:34:50.742 INFO:teuthology.orchestra.run.trial163.stdout:Device: 6h/6d Inode: 1317 Links: 1 2026-02-25T13:34:50.742 INFO:teuthology.orchestra.run.trial163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-25T13:34:50.742 INFO:teuthology.orchestra.run.trial163.stdout:Context: system_u:object_r:device_t:s0 2026-02-25T13:34:50.742 INFO:teuthology.orchestra.run.trial163.stdout:Access: 2026-02-25 13:34:34.679830038 +0000 2026-02-25T13:34:50.742 INFO:teuthology.orchestra.run.trial163.stdout:Modify: 2026-02-25 13:30:33.078793947 +0000 2026-02-25T13:34:50.743 INFO:teuthology.orchestra.run.trial163.stdout:Change: 2026-02-25 13:30:33.078793947 +0000 2026-02-25T13:34:50.743 INFO:teuthology.orchestra.run.trial163.stdout: Birth: 2026-02-25 13:30:33.078793947 +0000 2026-02-25T13:34:50.743 DEBUG:teuthology.orchestra.run.trial163:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-25T13:34:50.804 INFO:teuthology.orchestra.run.trial163.stderr:1+0 records in 2026-02-25T13:34:50.804 INFO:teuthology.orchestra.run.trial163.stderr:1+0 records out 2026-02-25T13:34:50.804 INFO:teuthology.orchestra.run.trial163.stderr:512 bytes copied, 0.000151872 s, 3.4 MB/s 2026-02-25T13:34:50.805 DEBUG:teuthology.orchestra.run.trial163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-25T13:34:50.862 INFO:tasks.cephadm:Deploying osd.0 on trial042 with /dev/vg_nvme/lv_4... 2026-02-25T13:34:50.863 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: Reconfiguring mgr.a (unknown last config time)... 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: Reconfiguring daemon mgr.a on trial042 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: Standby manager daemon b started 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-25T13:34:50.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:50.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:50.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:50.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:50.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:50.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:50.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:50.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:50 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:50.980 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: Reconfiguring mgr.a (unknown last config time)... 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: Reconfiguring daemon mgr.a on trial042 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: Standby manager daemon b started 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-25T13:34:51.002 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:51.003 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.003 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.003 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:51.003 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:51.003 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:51.003 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.003 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:50 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:51.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:51.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: Reconfiguring mgr.a (unknown last config time)... 2026-02-25T13:34:51.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:34:51.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:34:51.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: Reconfiguring daemon mgr.a on trial042 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: Standby manager daemon b started 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.? 10.20.193.161:0/587701779' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:51.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.007 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:50 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:51.453 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:34:51.468 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph orch daemon add osd trial042:vg_nvme/lv_4 --skip-validation 2026-02-25T13:34:51.585 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:34:52.151 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: mgrmap e13: a(active, since 30s), standbys: b 2026-02-25T13:34:52.151 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-25T13:34:52.151 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.151 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.151 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:34:52.151 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:52.151 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:34:52.151 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:52.151 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.151 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.152 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:52.152 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:52.152 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.152 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:34:52.152 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:34:52.152 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:51 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:52.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: mgrmap e13: a(active, since 30s), standbys: b 2026-02-25T13:34:52.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-25T13:34:52.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:34:52.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:52.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:34:52.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:52.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:52.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:52.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:34:52.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:34:52.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:51 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:52.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: mgrmap e13: a(active, since 30s), standbys: b 2026-02-25T13:34:52.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-25T13:34:52.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:34:52.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:51 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:52.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:52 trial042 ceph-mon[39945]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial042:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:52.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:52 trial042 ceph-mon[39945]: osd.default does not exist. Creating it now. 2026-02-25T13:34:52.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:52 trial042 ceph-mon[39945]: Creating OSDs with service ID: default on trial042:['vg_nvme/lv_4'] 2026-02-25T13:34:52.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:52 trial042 ceph-mon[39945]: Marking host: trial042 for OSDSpec preview refresh. 2026-02-25T13:34:52.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:52 trial042 ceph-mon[39945]: Saving service osd.default spec with placement trial042 2026-02-25T13:34:52.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:52 trial042 ceph-mon[39945]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:52.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:52 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2740024627' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a3f17b75-fec4-4a39-8a74-aa008822c6f0"} : dispatch 2026-02-25T13:34:52.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:52 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2740024627' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3f17b75-fec4-4a39-8a74-aa008822c6f0"}]': finished 2026-02-25T13:34:52.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:52 trial042 ceph-mon[39945]: osdmap e5: 1 total, 0 up, 1 in 2026-02-25T13:34:52.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:52 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:34:52.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:52 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/4218824136' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-25T13:34:53.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:52 trial161 ceph-mon[43840]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial042:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:53.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:52 trial161 ceph-mon[43840]: osd.default does not exist. Creating it now. 2026-02-25T13:34:53.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:52 trial161 ceph-mon[43840]: Creating OSDs with service ID: default on trial042:['vg_nvme/lv_4'] 2026-02-25T13:34:53.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:52 trial161 ceph-mon[43840]: Marking host: trial042 for OSDSpec preview refresh. 2026-02-25T13:34:53.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:52 trial161 ceph-mon[43840]: Saving service osd.default spec with placement trial042 2026-02-25T13:34:53.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:52 trial161 ceph-mon[43840]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:53.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:52 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2740024627' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a3f17b75-fec4-4a39-8a74-aa008822c6f0"} : dispatch 2026-02-25T13:34:53.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:52 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2740024627' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3f17b75-fec4-4a39-8a74-aa008822c6f0"}]': finished 2026-02-25T13:34:53.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:52 trial161 ceph-mon[43840]: osdmap e5: 1 total, 0 up, 1 in 2026-02-25T13:34:53.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:52 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:34:53.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:52 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/4218824136' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-25T13:34:53.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:52 trial163 ceph-mon[43351]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial042:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:34:53.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:52 trial163 ceph-mon[43351]: osd.default does not exist. Creating it now. 2026-02-25T13:34:53.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:52 trial163 ceph-mon[43351]: Creating OSDs with service ID: default on trial042:['vg_nvme/lv_4'] 2026-02-25T13:34:53.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:52 trial163 ceph-mon[43351]: Marking host: trial042 for OSDSpec preview refresh. 2026-02-25T13:34:53.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:52 trial163 ceph-mon[43351]: Saving service osd.default spec with placement trial042 2026-02-25T13:34:53.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:52 trial163 ceph-mon[43351]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:53.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:52 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/2740024627' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a3f17b75-fec4-4a39-8a74-aa008822c6f0"} : dispatch 2026-02-25T13:34:53.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:52 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/2740024627' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3f17b75-fec4-4a39-8a74-aa008822c6f0"}]': finished 2026-02-25T13:34:53.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:52 trial163 ceph-mon[43351]: osdmap e5: 1 total, 0 up, 1 in 2026-02-25T13:34:53.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:52 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:34:53.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:52 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/4218824136' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-25T13:34:55.310 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:55 trial042 ceph-mon[39945]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:55.310 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:55 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:34:55.310 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:55 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:55.311 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:55 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:34:55.311 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:55 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:55.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:55 trial163 ceph-mon[43351]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:55.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:55 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:34:55.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:55 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:55.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:55 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:34:55.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:55 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:55.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:55 trial161 ceph-mon[43840]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:55.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:55 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:34:55.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:55 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:55.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:55 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:34:55.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:55 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:34:56.384 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:56 trial042 ceph-mon[39945]: Deploying daemon osd.0 on trial042 2026-02-25T13:34:56.385 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:56 trial042 ceph-mon[39945]: Deploying daemon osd.0 on trial042 2026-02-25T13:34:56.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:56 trial163 ceph-mon[43351]: Deploying daemon osd.0 on trial042 2026-02-25T13:34:56.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:56 trial163 ceph-mon[43351]: Deploying daemon osd.0 on trial042 2026-02-25T13:34:56.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:56 trial161 ceph-mon[43840]: Deploying daemon osd.0 on trial042 2026-02-25T13:34:56.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:56 trial161 ceph-mon[43840]: Deploying daemon osd.0 on trial042 2026-02-25T13:34:57.277 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:57 trial042 ceph-mon[39945]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:57.277 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:57 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:57.278 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:57 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:57.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:57 trial163 ceph-mon[43351]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:57.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:57 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:57.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:57 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:57.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:57 trial161 ceph-mon[43840]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:57.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:57 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:57.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:57 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:59 trial042 ceph-mon[39945]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:59.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:59 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:59 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:59 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:59 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:59 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:59.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:34:59 trial042 ceph-mon[39945]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-25T13:34:59.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:59 trial163 ceph-mon[43351]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:59.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:59 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:59 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:59 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:59 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:59 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:59.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:34:59 trial163 ceph-mon[43351]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-25T13:34:59.477 INFO:teuthology.orchestra.run.trial042.stdout:Created osd(s) 0 on host 'trial042' 2026-02-25T13:34:59.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:59 trial161 ceph-mon[43840]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:34:59.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:59 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:59 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:59 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:59 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:34:59.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:59 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:34:59.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:34:59 trial161 ceph-mon[43840]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-25T13:34:59.520 DEBUG:teuthology.orchestra.run.trial042:osd.0> sudo journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@osd.0.service 2026-02-25T13:34:59.521 INFO:tasks.cephadm:Deploying osd.1 on trial161 with /dev/vg_nvme/lv_4... 2026-02-25T13:34:59.522 DEBUG:teuthology.orchestra.run.trial161:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-25T13:34:59.639 INFO:teuthology.orchestra.run.trial161.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.b/config 2026-02-25T13:35:00.070 INFO:teuthology.orchestra.run.trial161.stdout: 2026-02-25T13:35:00.087 DEBUG:teuthology.orchestra.run.trial161:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph orch daemon add osd trial161:vg_nvme/lv_4 --skip-validation 2026-02-25T13:35:00.204 INFO:teuthology.orchestra.run.trial161.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.b/config 2026-02-25T13:35:00.718 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.718 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.718 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.718 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.719 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-25T13:35:00.719 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: osdmap e6: 1 total, 0 up, 1 in 2026-02-25T13:35:00.719 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial042", "root=default"]} : dispatch 2026-02-25T13:35:00.719 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:00.719 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:35:00.719 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.719 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.719 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:00.719 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:00.719 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:00 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:00.871 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.871 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: osdmap e6: 1 total, 0 up, 1 in 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial042", "root=default"]} : dispatch 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:00.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:00 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:00.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-25T13:35:00.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: osdmap e6: 1 total, 0 up, 1 in 2026-02-25T13:35:00.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial042", "root=default"]} : dispatch 2026-02-25T13:35:00.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:00.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-25T13:35:00.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:00.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:00.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:00.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:00 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:01.185 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:35:00 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0[53587]: 2026-02-25T13:35:00.868+0000 7fe75d3a96c0 -1 osd.0 0 waiting for initial osdmap 2026-02-25T13:35:01.186 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:35:00 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0[53587]: 2026-02-25T13:35:00.870+0000 7fe75926d6c0 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-25T13:35:01.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial161:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:35:01.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: osd.default does not exist. Creating it now. 2026-02-25T13:35:01.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: Creating OSDs with service ID: default on trial161:['vg_nvme/lv_4'] 2026-02-25T13:35:01.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: Marking host: trial161 for OSDSpec preview refresh. 2026-02-25T13:35:01.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: Saving service osd.default spec with placement trial161 2026-02-25T13:35:01.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: Detected new or changed devices on trial042 2026-02-25T13:35:01.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-25T13:35:01.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: Adjusting osd_memory_target on trial042 to 84047M 2026-02-25T13:35:01.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:01.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:01.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:01.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:01.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:01.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial042", "root=default"]}]': finished 2026-02-25T13:35:01.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: osdmap e7: 1 total, 0 up, 1 in 2026-02-25T13:35:01.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:01.757 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:01.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='client.? 10.20.193.161:0/2508875355' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1a75a3b1-52f6-46bb-8f00-944c9ba620a6"} : dispatch 2026-02-25T13:35:01.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1a75a3b1-52f6-46bb-8f00-944c9ba620a6"} : dispatch 2026-02-25T13:35:01.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a75a3b1-52f6-46bb-8f00-944c9ba620a6"}]': finished 2026-02-25T13:35:01.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892] boot 2026-02-25T13:35:01.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: osdmap e8: 2 total, 1 up, 2 in 2026-02-25T13:35:01.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:01.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:01.758 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:01 trial161 ceph-mon[43840]: from='client.? 10.20.193.161:0/1260853092' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-25T13:35:01.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial161:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:35:01.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: osd.default does not exist. Creating it now. 2026-02-25T13:35:01.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: Creating OSDs with service ID: default on trial161:['vg_nvme/lv_4'] 2026-02-25T13:35:01.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: Marking host: trial161 for OSDSpec preview refresh. 2026-02-25T13:35:01.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: Saving service osd.default spec with placement trial161 2026-02-25T13:35:01.891 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: Detected new or changed devices on trial042 2026-02-25T13:35:01.891 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.891 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.891 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-25T13:35:01.891 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: Adjusting osd_memory_target on trial042 to 84047M 2026-02-25T13:35:01.891 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.891 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:01.891 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:01.891 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.891 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:01.892 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:01.892 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:01.892 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial042", "root=default"]}]': finished 2026-02-25T13:35:01.892 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: osdmap e7: 1 total, 0 up, 1 in 2026-02-25T13:35:01.892 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:01.892 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:01.892 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='client.? 10.20.193.161:0/2508875355' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1a75a3b1-52f6-46bb-8f00-944c9ba620a6"} : dispatch 2026-02-25T13:35:01.892 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1a75a3b1-52f6-46bb-8f00-944c9ba620a6"} : dispatch 2026-02-25T13:35:01.892 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a75a3b1-52f6-46bb-8f00-944c9ba620a6"}]': finished 2026-02-25T13:35:01.892 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892] boot 2026-02-25T13:35:01.893 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: osdmap e8: 2 total, 1 up, 2 in 2026-02-25T13:35:01.893 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:01.893 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:01.893 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:01 trial163 ceph-mon[43351]: from='client.? 10.20.193.161:0/1260853092' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-25T13:35:01.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial161:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:35:01.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: osd.default does not exist. Creating it now. 2026-02-25T13:35:01.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: Creating OSDs with service ID: default on trial161:['vg_nvme/lv_4'] 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: Marking host: trial161 for OSDSpec preview refresh. 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: Saving service osd.default spec with placement trial161 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: Detected new or changed devices on trial042 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: Adjusting osd_memory_target on trial042 to 84047M 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:01.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial042", "root=default"]}]': finished 2026-02-25T13:35:01.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: osdmap e7: 1 total, 0 up, 1 in 2026-02-25T13:35:01.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:01.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:01.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='client.? 10.20.193.161:0/2508875355' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1a75a3b1-52f6-46bb-8f00-944c9ba620a6"} : dispatch 2026-02-25T13:35:01.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1a75a3b1-52f6-46bb-8f00-944c9ba620a6"} : dispatch 2026-02-25T13:35:01.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a75a3b1-52f6-46bb-8f00-944c9ba620a6"}]': finished 2026-02-25T13:35:01.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: osd.0 [v2:10.20.193.42:6802/1941185892,v1:10.20.193.42:6803/1941185892] boot 2026-02-25T13:35:01.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: osdmap e8: 2 total, 1 up, 2 in 2026-02-25T13:35:01.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-25T13:35:01.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:01.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:01 trial042 ceph-mon[39945]: from='client.? 10.20.193.161:0/1260853092' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-25T13:35:02.748 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:02 trial161 ceph-mon[43840]: purged_snaps scrub starts 2026-02-25T13:35:02.748 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:02 trial161 ceph-mon[43840]: purged_snaps scrub ok 2026-02-25T13:35:02.748 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:02 trial161 ceph-mon[43840]: pgmap v19: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:02.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:02 trial163 ceph-mon[43351]: purged_snaps scrub starts 2026-02-25T13:35:02.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:02 trial163 ceph-mon[43351]: purged_snaps scrub ok 2026-02-25T13:35:02.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:02 trial163 ceph-mon[43351]: pgmap v19: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:02.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:02 trial042 ceph-mon[39945]: purged_snaps scrub starts 2026-02-25T13:35:02.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:02 trial042 ceph-mon[39945]: purged_snaps scrub ok 2026-02-25T13:35:02.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:02 trial042 ceph-mon[39945]: pgmap v19: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:03.845 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:03 trial161 ceph-mon[43840]: osdmap e9: 2 total, 1 up, 2 in 2026-02-25T13:35:03.845 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:03 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:03.845 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:03 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:35:03.845 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:03 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:03.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:03 trial163 ceph-mon[43351]: osdmap e9: 2 total, 1 up, 2 in 2026-02-25T13:35:03.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:03 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:03.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:03 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:35:03.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:03 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:03.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:03 trial042 ceph-mon[39945]: osdmap e9: 2 total, 1 up, 2 in 2026-02-25T13:35:03.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:03 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:03.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:03 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:35:03.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:03 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:04.835 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:04 trial161 ceph-mon[43840]: Deploying daemon osd.1 on trial161 2026-02-25T13:35:04.836 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:04 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:35:04.836 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:04 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:04.836 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:04 trial161 ceph-mon[43840]: Deploying daemon osd.1 on trial161 2026-02-25T13:35:04.836 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:04 trial161 ceph-mon[43840]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:04.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:04 trial163 ceph-mon[43351]: Deploying daemon osd.1 on trial161 2026-02-25T13:35:04.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:04 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:35:04.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:04 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:04.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:04 trial163 ceph-mon[43351]: Deploying daemon osd.1 on trial161 2026-02-25T13:35:04.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:04 trial163 ceph-mon[43351]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:04.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:04 trial042 ceph-mon[39945]: Deploying daemon osd.1 on trial161 2026-02-25T13:35:04.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:04 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:35:04.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:04 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:04.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:04 trial042 ceph-mon[39945]: Deploying daemon osd.1 on trial161 2026-02-25T13:35:04.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:04 trial042 ceph-mon[39945]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:06.247 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:06 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:06.247 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:06 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:06.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:06 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:06.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:06 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:06.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:06 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:06.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:06 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:07.178 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:07 trial161 ceph-mon[43840]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:07.179 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:07.179 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:07.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:07 trial163 ceph-mon[43351]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:07.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:07.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:07.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:07 trial042 ceph-mon[39945]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:07.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:07.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:07.521 INFO:teuthology.orchestra.run.trial161.stdout:Created osd(s) 1 on host 'trial161' 2026-02-25T13:35:07.566 DEBUG:teuthology.orchestra.run.trial161:osd.1> sudo journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@osd.1.service 2026-02-25T13:35:07.567 INFO:tasks.cephadm:Deploying osd.2 on trial163 with /dev/vg_nvme/lv_4... 2026-02-25T13:35:07.568 DEBUG:teuthology.orchestra.run.trial163:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-25T13:35:07.684 INFO:teuthology.orchestra.run.trial163.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.c/config 2026-02-25T13:35:07.755 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:35:07 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1[49226]: 2026-02-25T13:35:07.646+0000 7f577cee4780 -1 osd.1 0 log_to_monitors true 2026-02-25T13:35:08.122 INFO:teuthology.orchestra.run.trial163.stdout: 2026-02-25T13:35:08.139 DEBUG:teuthology.orchestra.run.trial163:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph orch daemon add osd trial163:vg_nvme/lv_4 --skip-validation 2026-02-25T13:35:08.259 INFO:teuthology.orchestra.run.trial163.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.c/config 2026-02-25T13:35:08.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='osd.1 [v2:10.20.193.161:6800/1123987766,v1:10.20.193.161:6801/1123987766]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-25T13:35:08.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-25T13:35:08.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:08.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:08.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:08.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:08.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:08.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='osd.1 [v2:10.20.193.161:6800/1123987766,v1:10.20.193.161:6801/1123987766]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-25T13:35:08.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-25T13:35:08.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:08.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:08.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:08.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:08.756 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:08.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='osd.1 [v2:10.20.193.161:6800/1123987766,v1:10.20.193.161:6801/1123987766]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-25T13:35:08.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-25T13:35:08.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:08.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:08.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:08.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:08.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:08.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:09.525 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:35:09 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1[49226]: 2026-02-25T13:35:09.261+0000 7f5778e276c0 -1 osd.1 0 waiting for initial osdmap 2026-02-25T13:35:09.525 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:35:09 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1[49226]: 2026-02-25T13:35:09.263+0000 7f5770ce36c0 -1 osd.1 11 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-25T13:35:09.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial163:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:35:09.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: osd.default does not exist. Creating it now. 2026-02-25T13:35:09.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: Creating OSDs with service ID: default on trial163:['vg_nvme/lv_4'] 2026-02-25T13:35:09.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: Marking host: trial163 for OSDSpec preview refresh. 2026-02-25T13:35:09.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: Saving service osd.default spec with placement trial163 2026-02-25T13:35:09.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-25T13:35:09.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: osdmap e10: 2 total, 1 up, 2 in 2026-02-25T13:35:09.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:09.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='osd.1 [v2:10.20.193.161:6800/1123987766,v1:10.20.193.161:6801/1123987766]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-25T13:35:09.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='client.? 10.20.193.163:0/2580512921' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2d4e254e-3d4a-4c28-8d65-3412b925b05c"} : dispatch 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2d4e254e-3d4a-4c28-8d65-3412b925b05c"} : dispatch 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial161", "root=default"]}]': finished 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d4e254e-3d4a-4c28-8d65-3412b925b05c"}]': finished 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: osdmap e11: 3 total, 1 up, 3 in 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:09.641 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:09 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:09.780 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial163:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:35:09.781 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: osd.default does not exist. Creating it now. 2026-02-25T13:35:09.781 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: Creating OSDs with service ID: default on trial163:['vg_nvme/lv_4'] 2026-02-25T13:35:09.781 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: Marking host: trial163 for OSDSpec preview refresh. 2026-02-25T13:35:09.781 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: Saving service osd.default spec with placement trial163 2026-02-25T13:35:09.781 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-25T13:35:09.781 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: osdmap e10: 2 total, 1 up, 2 in 2026-02-25T13:35:09.781 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:09.781 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='osd.1 [v2:10.20.193.161:6800/1123987766,v1:10.20.193.161:6801/1123987766]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-25T13:35:09.781 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='client.? 10.20.193.163:0/2580512921' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2d4e254e-3d4a-4c28-8d65-3412b925b05c"} : dispatch 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2d4e254e-3d4a-4c28-8d65-3412b925b05c"} : dispatch 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial161", "root=default"]}]': finished 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d4e254e-3d4a-4c28-8d65-3412b925b05c"}]': finished 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: osdmap e11: 3 total, 1 up, 3 in 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:09.782 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:09 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:09.788 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial163:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-25T13:35:09.788 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: osd.default does not exist. Creating it now. 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: Creating OSDs with service ID: default on trial163:['vg_nvme/lv_4'] 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: Marking host: trial163 for OSDSpec preview refresh. 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: Saving service osd.default spec with placement trial163 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: osdmap e10: 2 total, 1 up, 2 in 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='osd.1 [v2:10.20.193.161:6800/1123987766,v1:10.20.193.161:6801/1123987766]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial161", "root=default"]} : dispatch 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.789 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:09.790 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='client.? 10.20.193.163:0/2580512921' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2d4e254e-3d4a-4c28-8d65-3412b925b05c"} : dispatch 2026-02-25T13:35:09.790 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2d4e254e-3d4a-4c28-8d65-3412b925b05c"} : dispatch 2026-02-25T13:35:09.790 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial161", "root=default"]}]': finished 2026-02-25T13:35:09.790 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d4e254e-3d4a-4c28-8d65-3412b925b05c"}]': finished 2026-02-25T13:35:09.790 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: osdmap e11: 3 total, 1 up, 3 in 2026-02-25T13:35:09.790 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:09.790 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:09.790 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:09 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:10.779 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='client.? 10.20.193.163:0/3361531014' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: Detected new or changed devices on trial161 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: Adjusting osd_memory_target on trial161 to 84047M 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:10.780 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.781 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:10.781 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:10.781 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:10.781 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:10.781 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: osd.1 [v2:10.20.193.161:6800/1123987766,v1:10.20.193.161:6801/1123987766] boot 2026-02-25T13:35:10.781 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: osdmap e12: 3 total, 2 up, 3 in 2026-02-25T13:35:10.781 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:10.781 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:10.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='client.? 10.20.193.163:0/3361531014' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-25T13:35:10.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: Detected new or changed devices on trial161 2026-02-25T13:35:10.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-25T13:35:10.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: Adjusting osd_memory_target on trial161 to 84047M 2026-02-25T13:35:10.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:10.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:10.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:10.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:10.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:10.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:10.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:10.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: osd.1 [v2:10.20.193.161:6800/1123987766,v1:10.20.193.161:6801/1123987766] boot 2026-02-25T13:35:10.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: osdmap e12: 3 total, 2 up, 3 in 2026-02-25T13:35:10.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:10.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:11.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='client.? 10.20.193.163:0/3361531014' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-25T13:35:11.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: Detected new or changed devices on trial161 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: Adjusting osd_memory_target on trial161 to 84047M 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:11.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:11.007 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:11.007 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:11.007 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:11.007 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-25T13:35:11.007 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: osd.1 [v2:10.20.193.161:6800/1123987766,v1:10.20.193.161:6801/1123987766] boot 2026-02-25T13:35:11.007 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: osdmap e12: 3 total, 2 up, 3 in 2026-02-25T13:35:11.007 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-25T13:35:11.007 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:11.607 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:11 trial163 ceph-mon[43351]: purged_snaps scrub starts 2026-02-25T13:35:11.607 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:11 trial163 ceph-mon[43351]: purged_snaps scrub ok 2026-02-25T13:35:11.607 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:11 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:35:11.607 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:11 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:11.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:11 trial161 ceph-mon[43840]: purged_snaps scrub starts 2026-02-25T13:35:11.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:11 trial161 ceph-mon[43840]: purged_snaps scrub ok 2026-02-25T13:35:11.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:11 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:35:11.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:11 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:11.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:11 trial042 ceph-mon[39945]: purged_snaps scrub starts 2026-02-25T13:35:11.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:11 trial042 ceph-mon[39945]: purged_snaps scrub ok 2026-02-25T13:35:11.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:11 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:35:11.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:11 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:12.834 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:12 trial163 ceph-mon[43351]: Deploying daemon osd.2 on trial163 2026-02-25T13:35:12.835 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:12 trial163 ceph-mon[43351]: osdmap e13: 3 total, 2 up, 3 in 2026-02-25T13:35:12.835 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:12 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:12.835 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:12 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:35:12.835 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:12 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:12.835 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:12 trial163 ceph-mon[43351]: Deploying daemon osd.2 on trial163 2026-02-25T13:35:12.835 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:12 trial163 ceph-mon[43351]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:12.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:12 trial042 ceph-mon[39945]: Deploying daemon osd.2 on trial163 2026-02-25T13:35:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:12 trial042 ceph-mon[39945]: osdmap e13: 3 total, 2 up, 3 in 2026-02-25T13:35:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:12 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:12 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:35:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:12 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:12 trial042 ceph-mon[39945]: Deploying daemon osd.2 on trial163 2026-02-25T13:35:12.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:12 trial042 ceph-mon[39945]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:13.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:12 trial161 ceph-mon[43840]: Deploying daemon osd.2 on trial163 2026-02-25T13:35:13.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:12 trial161 ceph-mon[43840]: osdmap e13: 3 total, 2 up, 3 in 2026-02-25T13:35:13.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:12 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:13.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:12 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:35:13.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:12 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:13.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:12 trial161 ceph-mon[43840]: Deploying daemon osd.2 on trial163 2026-02-25T13:35:13.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:12 trial161 ceph-mon[43840]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:14.237 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:14 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:14.237 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:14 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:14.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:14 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:14.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:14 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:14.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:14 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:14.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:14 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:15.349 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:15 trial163 ceph-mon[43351]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:15.349 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:15 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:15.350 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:15 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:15.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:15 trial042 ceph-mon[39945]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:15.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:15 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:15.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:15 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:15.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:15 trial161 ceph-mon[43840]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:15.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:15 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:15.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:15 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:15.599 INFO:teuthology.orchestra.run.trial163.stdout:Created osd(s) 2 on host 'trial163' 2026-02-25T13:35:15.648 DEBUG:teuthology.orchestra.run.trial163:osd.2> sudo journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@osd.2.service 2026-02-25T13:35:15.650 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-25T13:35:15.651 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd stat -f json 2026-02-25T13:35:15.773 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:15.890 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:35:15 trial163 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2[48636]: 2026-02-25T13:35:15.700+0000 7f4e0235e780 -1 osd.2 0 log_to_monitors true 2026-02-25T13:35:15.996 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:16.037 INFO:teuthology.orchestra.run.trial042.stdout:{"epoch":13,"num_osds":3,"num_up_osds":2,"osd_up_since":1772026510,"num_in_osds":3,"osd_in_since":1772026509,"num_remapped_pgs":0} 2026-02-25T13:35:16.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:16 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:16.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:16 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:16.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:16 trial163 ceph-mon[43351]: from='osd.2 [v2:10.20.193.163:6800/96381757,v1:10.20.193.163:6801/96381757]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-25T13:35:16.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:16 trial163 ceph-mon[43351]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-25T13:35:16.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:16 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/1994485707' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-25T13:35:16.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:16 trial163 ceph-mon[43351]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:16.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:16 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:16.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:16 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:16.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:16 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:16.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:16 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:16.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:16 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:16.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:16 trial042 ceph-mon[39945]: from='osd.2 [v2:10.20.193.163:6800/96381757,v1:10.20.193.163:6801/96381757]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-25T13:35:16.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:16 trial042 ceph-mon[39945]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-25T13:35:16.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:16 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/1994485707' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-25T13:35:16.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:16 trial042 ceph-mon[39945]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:16.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:16 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:16.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:16 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:16.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:16 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:17.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:16 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:16 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:16 trial161 ceph-mon[43840]: from='osd.2 [v2:10.20.193.163:6800/96381757,v1:10.20.193.163:6801/96381757]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-25T13:35:17.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:16 trial161 ceph-mon[43840]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-25T13:35:17.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:16 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/1994485707' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-25T13:35:17.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:16 trial161 ceph-mon[43840]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:17.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:16 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:16 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:16 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:17.039 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd stat -f json 2026-02-25T13:35:17.157 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:17.375 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:17.413 INFO:teuthology.orchestra.run.trial042.stdout:{"epoch":14,"num_osds":3,"num_up_osds":2,"osd_up_since":1772026510,"num_in_osds":3,"osd_in_since":1772026509,"num_remapped_pgs":0} 2026-02-25T13:35:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:17 trial042 ceph-mon[39945]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-25T13:35:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:17 trial042 ceph-mon[39945]: osdmap e14: 3 total, 2 up, 3 in 2026-02-25T13:35:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:17 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:17 trial042 ceph-mon[39945]: from='osd.2 [v2:10.20.193.163:6800/96381757,v1:10.20.193.163:6801/96381757]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial163", "root=default"]} : dispatch 2026-02-25T13:35:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:17 trial042 ceph-mon[39945]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial163", "root=default"]} : dispatch 2026-02-25T13:35:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:17 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:17 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:17 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:17 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:17 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3149094690' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-25T13:35:17.889 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:35:17 trial163 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2[48636]: 2026-02-25T13:35:17.602+0000 7f4dfe2a16c0 -1 osd.2 0 waiting for initial osdmap 2026-02-25T13:35:17.889 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:35:17 trial163 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2[48636]: 2026-02-25T13:35:17.605+0000 7f4dfa1656c0 -1 osd.2 15 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-25T13:35:17.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:17 trial163 ceph-mon[43351]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-25T13:35:17.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:17 trial163 ceph-mon[43351]: osdmap e14: 3 total, 2 up, 3 in 2026-02-25T13:35:17.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:17 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:17.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:17 trial163 ceph-mon[43351]: from='osd.2 [v2:10.20.193.163:6800/96381757,v1:10.20.193.163:6801/96381757]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial163", "root=default"]} : dispatch 2026-02-25T13:35:17.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:17 trial163 ceph-mon[43351]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial163", "root=default"]} : dispatch 2026-02-25T13:35:17.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:17 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:17 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:17 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:17 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:17.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:17 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/3149094690' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-25T13:35:18.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:17 trial161 ceph-mon[43840]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-25T13:35:18.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:17 trial161 ceph-mon[43840]: osdmap e14: 3 total, 2 up, 3 in 2026-02-25T13:35:18.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:17 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:18.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:17 trial161 ceph-mon[43840]: from='osd.2 [v2:10.20.193.163:6800/96381757,v1:10.20.193.163:6801/96381757]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial163", "root=default"]} : dispatch 2026-02-25T13:35:18.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:17 trial161 ceph-mon[43840]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial163", "root=default"]} : dispatch 2026-02-25T13:35:18.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:17 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:17 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:17 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:17 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:17 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3149094690' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-25T13:35:18.415 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd stat -f json 2026-02-25T13:35:18.532 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:18.740 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:18.741 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial163", "root=default"]}]': finished 2026-02-25T13:35:18.741 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: osdmap e15: 3 total, 2 up, 3 in 2026-02-25T13:35:18.741 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:18.741 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:18.741 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: Detected new or changed devices on trial163 2026-02-25T13:35:18.741 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.742 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.742 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.742 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.742 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-25T13:35:18.742 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: Adjusting osd_memory_target on trial163 to 88143M 2026-02-25T13:35:18.742 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.742 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.742 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.742 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:18.742 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:18.743 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.743 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:18.743 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:18.743 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:18.743 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:18 trial042 ceph-mon[39945]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:18.780 INFO:teuthology.orchestra.run.trial042.stdout:{"epoch":16,"num_osds":3,"num_up_osds":3,"osd_up_since":1772026518,"num_in_osds":3,"osd_in_since":1772026509,"num_remapped_pgs":0} 2026-02-25T13:35:18.780 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd dump --format=json 2026-02-25T13:35:18.867 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial163", "root=default"]}]': finished 2026-02-25T13:35:18.867 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: osdmap e15: 3 total, 2 up, 3 in 2026-02-25T13:35:18.867 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:18.867 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:18.867 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: Detected new or changed devices on trial163 2026-02-25T13:35:18.867 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.867 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.867 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.867 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: Adjusting osd_memory_target on trial163 to 88143M 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:18.868 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:18 trial163 ceph-mon[43351]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:18.894 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:19.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial163", "root=default"]}]': finished 2026-02-25T13:35:19.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: osdmap e15: 3 total, 2 up, 3 in 2026-02-25T13:35:19.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:19.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:19.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: Detected new or changed devices on trial163 2026-02-25T13:35:19.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:19.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: Adjusting osd_memory_target on trial163 to 88143M 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:19.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-25T13:35:19.007 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:19.007 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:18 trial161 ceph-mon[43840]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-25T13:35:19.106 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:19.106 INFO:teuthology.orchestra.run.trial042.stdout:{"epoch":16,"fsid":"9f73174d-124e-11f1-814b-d404e6e7d460","created":"2026-02-25T13:34:06.264299+0000","modified":"2026-02-25T13:35:18.604216+0000","last_up_change":"2026-02-25T13:35:18.604216+0000","last_in_change":"2026-02-25T13:35:09.257397+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"a3f17b75-fec4-4a39-8a74-aa008822c6f0","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":"10.20.193.42:6802","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6803","nonce":1941185892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:6804","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6805","nonce":1941185892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:6808","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6809","nonce":1941185892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:6806","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6807","nonce":1941185892}]},"public_addr":"10.20.193.42:6803/1941185892","cluster_addr":"10.20.193.42:6805/1941185892","heartbeat_back_addr":"10.20.193.42:6809/1941185892","heartbeat_front_addr":"10.20.193.42:6807/1941185892","state":["exists","up"]},{"osd":1,"uuid":"1a75a3b1-52f6-46bb-8f00-944c9ba620a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6800","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6801","nonce":1123987766}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6802","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6803","nonce":1123987766}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6806","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6807","nonce":1123987766}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6804","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6805","nonce":1123987766}]},"public_addr":"10.20.193.161:6801/1123987766","cluster_addr":"10.20.193.161:6803/1123987766","heartbeat_back_addr":"10.20.193.161:6807/1123987766","heartbeat_front_addr":"10.20.193.161:6805/1123987766","state":["exists","up"]},{"osd":2,"uuid":"2d4e254e-3d4a-4c28-8d65-3412b925b05c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6800","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6801","nonce":96381757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6802","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6803","nonce":96381757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6806","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6807","nonce":96381757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6804","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6805","nonce":96381757}]},"public_addr":"10.20.193.163:6801/96381757","cluster_addr":"10.20.193.163:6803/96381757","heartbeat_back_addr":"10.20.193.163:6807/96381757","heartbeat_front_addr":"10.20.193.163:6805/96381757","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-25T13:34:59.942184+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-25T13:35:08.659925+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.42:0/2284446137":"2026-02-26T13:34:20.048093+0000","10.20.193.42:0/2438818445":"2026-02-26T13:34:20.048093+0000","10.20.193.42:0/3719718398":"2026-02-26T13:34:12.200056+0000","10.20.193.42:0/102736372":"2026-02-26T13:34:12.200056+0000","10.20.193.42:6801/3100132934":"2026-02-26T13:34:20.048093+0000","10.20.193.42:6800/3100132934":"2026-02-26T13:34:20.048093+0000","10.20.193.42:6800/1376376561":"2026-02-26T13:34:12.200056+0000","10.20.193.42:0/57013635":"2026-02-26T13:34:20.048093+0000","10.20.193.42:6801/1376376561":"2026-02-26T13:34:12.200056+0000","10.20.193.42:0/3944458008":"2026-02-26T13:34:12.200056+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","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}} 2026-02-25T13:35:19.150 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-25T13:35:19.151 INFO:tasks.cephadm:Setting up client nodes... 2026-02-25T13:35:19.151 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-25T13:35:19.268 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:19.483 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:19.522 INFO:teuthology.orchestra.run.trial042.stdout:[{"version":13,"timestamp":"2026-02-25T13:35:17.742018+0000","name":"","changes":[{"name":"osd/host:trial163/osd_memory_target","new_value":"92424884633"}]}] 2026-02-25T13:35:19.523 INFO:tasks.ceph_manager:config epoch is 13 2026-02-25T13:35:19.523 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-25T13:35:19.523 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-25T13:35:19.523 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-25T13:35:19.638 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:19.884 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:19.885 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:19 trial042 ceph-mon[39945]: purged_snaps scrub starts 2026-02-25T13:35:19.885 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:19 trial042 ceph-mon[39945]: purged_snaps scrub ok 2026-02-25T13:35:19.885 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:19 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:19.885 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:19 trial042 ceph-mon[39945]: osd.2 [v2:10.20.193.163:6800/96381757,v1:10.20.193.163:6801/96381757] boot 2026-02-25T13:35:19.885 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:19 trial042 ceph-mon[39945]: osdmap e16: 3 total, 3 up, 3 in 2026-02-25T13:35:19.885 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:19 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:19.886 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:19 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/731152775' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-25T13:35:19.886 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:19 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3142064658' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-25T13:35:19.886 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:19 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/186729395' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-25T13:35:19.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:19 trial163 ceph-mon[43351]: purged_snaps scrub starts 2026-02-25T13:35:19.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:19 trial163 ceph-mon[43351]: purged_snaps scrub ok 2026-02-25T13:35:19.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:19 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:19.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:19 trial163 ceph-mon[43351]: osd.2 [v2:10.20.193.163:6800/96381757,v1:10.20.193.163:6801/96381757] boot 2026-02-25T13:35:19.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:19 trial163 ceph-mon[43351]: osdmap e16: 3 total, 3 up, 3 in 2026-02-25T13:35:19.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:19 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:19.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:19 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/731152775' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-25T13:35:19.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:19 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/3142064658' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-25T13:35:19.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:19 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/186729395' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-25T13:35:19.925 INFO:teuthology.orchestra.run.trial042.stdout:{"epoch":13,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:6800","nonce":370134997},{"type":"v1","addr":"10.20.193.42:6801","nonce":370134997}]},"active_addr":"10.20.193.42:6801/370134997","active_change":"2026-02-25T13:34:20.048189+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14232,"name":"b","mgr_features":4544132024016699391,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often the agent on each host will gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this option can facilitate debugging daemons that encounter runtime problems.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently Podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.7","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether the hardware monitoring daemon be deployed on every host?","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at the debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of daemons per service per host: guard against mistakes and runaways","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of OSDs that will be drained simultaneously when OSDs are removed","long_desc":"","tags":[],"see_also":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"Mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default IP address for RedFish API (OOB management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"Location of alerts to include in Prometheus Alertmanager","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry URL for login purposes. This is not the default registry.","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"Cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Customized SSH config file to distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use the cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest to ensure that all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often the agent on each host will gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this option can facilitate debugging daemons that encounter runtime problems.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently Podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.7","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether the hardware monitoring daemon be deployed on every host?","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at the debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of daemons per service per host: guard against mistakes and runaways","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of OSDs that will be drained simultaneously when OSDs are removed","long_desc":"","tags":[],"see_also":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"Mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default IP address for RedFish API (OOB management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"Location of alerts to include in Prometheus Alertmanager","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry URL for login purposes. This is not the default registry.","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"Cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Customized SSH config file to distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use the cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest to ensure that all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.42:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"tentacle":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"force_disabled_modules":{},"last_failure_osd_epoch":3,"active_clients":[{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"10.20.193.42:0","nonce":4012085261}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.42:0","nonce":1758645114}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.42:0","nonce":2109585957}]}]} 2026-02-25T13:35:19.933 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-25T13:35:19.933 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-25T13:35:19.933 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd dump --format=json 2026-02-25T13:35:20.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:19 trial161 ceph-mon[43840]: purged_snaps scrub starts 2026-02-25T13:35:20.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:19 trial161 ceph-mon[43840]: purged_snaps scrub ok 2026-02-25T13:35:20.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:19 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:20.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:19 trial161 ceph-mon[43840]: osd.2 [v2:10.20.193.163:6800/96381757,v1:10.20.193.163:6801/96381757] boot 2026-02-25T13:35:20.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:19 trial161 ceph-mon[43840]: osdmap e16: 3 total, 3 up, 3 in 2026-02-25T13:35:20.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:19 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-25T13:35:20.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:19 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/731152775' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-25T13:35:20.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:19 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3142064658' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-25T13:35:20.006 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:19 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/186729395' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-25T13:35:20.053 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:20.263 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:20.263 INFO:teuthology.orchestra.run.trial042.stdout:{"epoch":17,"fsid":"9f73174d-124e-11f1-814b-d404e6e7d460","created":"2026-02-25T13:34:06.264299+0000","modified":"2026-02-25T13:35:19.608110+0000","last_up_change":"2026-02-25T13:35:18.604216+0000","last_in_change":"2026-02-25T13:35:09.257397+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"a3f17b75-fec4-4a39-8a74-aa008822c6f0","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":"10.20.193.42:6802","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6803","nonce":1941185892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:6804","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6805","nonce":1941185892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:6808","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6809","nonce":1941185892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:6806","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6807","nonce":1941185892}]},"public_addr":"10.20.193.42:6803/1941185892","cluster_addr":"10.20.193.42:6805/1941185892","heartbeat_back_addr":"10.20.193.42:6809/1941185892","heartbeat_front_addr":"10.20.193.42:6807/1941185892","state":["exists","up"]},{"osd":1,"uuid":"1a75a3b1-52f6-46bb-8f00-944c9ba620a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6800","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6801","nonce":1123987766}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6802","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6803","nonce":1123987766}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6806","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6807","nonce":1123987766}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6804","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6805","nonce":1123987766}]},"public_addr":"10.20.193.161:6801/1123987766","cluster_addr":"10.20.193.161:6803/1123987766","heartbeat_back_addr":"10.20.193.161:6807/1123987766","heartbeat_front_addr":"10.20.193.161:6805/1123987766","state":["exists","up"]},{"osd":2,"uuid":"2d4e254e-3d4a-4c28-8d65-3412b925b05c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6800","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6801","nonce":96381757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6802","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6803","nonce":96381757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6806","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6807","nonce":96381757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6804","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6805","nonce":96381757}]},"public_addr":"10.20.193.163:6801/96381757","cluster_addr":"10.20.193.163:6803/96381757","heartbeat_back_addr":"10.20.193.163:6807/96381757","heartbeat_front_addr":"10.20.193.163:6805/96381757","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-25T13:34:59.942184+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-25T13:35:08.659925+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-25T13:35:16.741025+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.42:0/2284446137":"2026-02-26T13:34:20.048093+0000","10.20.193.42:0/2438818445":"2026-02-26T13:34:20.048093+0000","10.20.193.42:0/3719718398":"2026-02-26T13:34:12.200056+0000","10.20.193.42:0/102736372":"2026-02-26T13:34:12.200056+0000","10.20.193.42:6801/3100132934":"2026-02-26T13:34:20.048093+0000","10.20.193.42:6800/3100132934":"2026-02-26T13:34:20.048093+0000","10.20.193.42:6800/1376376561":"2026-02-26T13:34:12.200056+0000","10.20.193.42:0/57013635":"2026-02-26T13:34:20.048093+0000","10.20.193.42:6801/1376376561":"2026-02-26T13:34:12.200056+0000","10.20.193.42:0/3944458008":"2026-02-26T13:34:12.200056+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","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}} 2026-02-25T13:35:20.307 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-25T13:35:20.307 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd dump --format=json 2026-02-25T13:35:20.423 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:20.634 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:20.634 INFO:teuthology.orchestra.run.trial042.stdout:{"epoch":17,"fsid":"9f73174d-124e-11f1-814b-d404e6e7d460","created":"2026-02-25T13:34:06.264299+0000","modified":"2026-02-25T13:35:19.608110+0000","last_up_change":"2026-02-25T13:35:18.604216+0000","last_in_change":"2026-02-25T13:35:09.257397+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"a3f17b75-fec4-4a39-8a74-aa008822c6f0","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":"10.20.193.42:6802","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6803","nonce":1941185892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:6804","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6805","nonce":1941185892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:6808","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6809","nonce":1941185892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:6806","nonce":1941185892},{"type":"v1","addr":"10.20.193.42:6807","nonce":1941185892}]},"public_addr":"10.20.193.42:6803/1941185892","cluster_addr":"10.20.193.42:6805/1941185892","heartbeat_back_addr":"10.20.193.42:6809/1941185892","heartbeat_front_addr":"10.20.193.42:6807/1941185892","state":["exists","up"]},{"osd":1,"uuid":"1a75a3b1-52f6-46bb-8f00-944c9ba620a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6800","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6801","nonce":1123987766}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6802","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6803","nonce":1123987766}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6806","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6807","nonce":1123987766}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:6804","nonce":1123987766},{"type":"v1","addr":"10.20.193.161:6805","nonce":1123987766}]},"public_addr":"10.20.193.161:6801/1123987766","cluster_addr":"10.20.193.161:6803/1123987766","heartbeat_back_addr":"10.20.193.161:6807/1123987766","heartbeat_front_addr":"10.20.193.161:6805/1123987766","state":["exists","up"]},{"osd":2,"uuid":"2d4e254e-3d4a-4c28-8d65-3412b925b05c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6800","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6801","nonce":96381757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6802","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6803","nonce":96381757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6806","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6807","nonce":96381757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:6804","nonce":96381757},{"type":"v1","addr":"10.20.193.163:6805","nonce":96381757}]},"public_addr":"10.20.193.163:6801/96381757","cluster_addr":"10.20.193.163:6803/96381757","heartbeat_back_addr":"10.20.193.163:6807/96381757","heartbeat_front_addr":"10.20.193.163:6805/96381757","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-25T13:34:59.942184+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-25T13:35:08.659925+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-25T13:35:16.741025+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.42:0/2284446137":"2026-02-26T13:34:20.048093+0000","10.20.193.42:0/2438818445":"2026-02-26T13:34:20.048093+0000","10.20.193.42:0/3719718398":"2026-02-26T13:34:12.200056+0000","10.20.193.42:0/102736372":"2026-02-26T13:34:12.200056+0000","10.20.193.42:6801/3100132934":"2026-02-26T13:34:20.048093+0000","10.20.193.42:6800/3100132934":"2026-02-26T13:34:20.048093+0000","10.20.193.42:6800/1376376561":"2026-02-26T13:34:12.200056+0000","10.20.193.42:0/57013635":"2026-02-26T13:34:20.048093+0000","10.20.193.42:6801/1376376561":"2026-02-26T13:34:12.200056+0000","10.20.193.42:0/3944458008":"2026-02-26T13:34:12.200056+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","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}} 2026-02-25T13:35:20.691 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-25T13:35:20.692 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-25T13:35:20.692 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-25T13:35:20.714 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:20 trial042 ceph-mon[39945]: osdmap e17: 3 total, 3 up, 3 in 2026-02-25T13:35:20.715 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:20 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:20.715 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:20 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:20.715 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:20 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2714342258' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-25T13:35:20.715 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:20 trial042 ceph-mon[39945]: pgmap v37: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:20.715 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:20 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' 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 2026-02-25T13:35:20.715 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:20 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2022628540' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-25T13:35:20.808 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:20.808 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:20.809 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:20.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:20 trial163 ceph-mon[43351]: osdmap e17: 3 total, 3 up, 3 in 2026-02-25T13:35:20.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:20 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:20.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:20 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:20.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:20 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/2714342258' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-25T13:35:20.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:20 trial163 ceph-mon[43351]: pgmap v37: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:20.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:20 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' 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 2026-02-25T13:35:20.890 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:20 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/2022628540' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-25T13:35:20.996 INFO:teuthology.orchestra.run.trial042.stdout:51539607556 2026-02-25T13:35:20.996 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-25T13:35:20.998 INFO:teuthology.orchestra.run.trial042.stdout:68719476740 2026-02-25T13:35:20.999 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-25T13:35:21.001 INFO:teuthology.orchestra.run.trial042.stdout:34359738374 2026-02-25T13:35:21.002 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-25T13:35:21.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:20 trial161 ceph-mon[43840]: osdmap e17: 3 total, 3 up, 3 in 2026-02-25T13:35:21.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:20 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:21.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:20 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:21.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:20 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2714342258' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-25T13:35:21.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:20 trial161 ceph-mon[43840]: pgmap v37: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:21.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:20 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' 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 2026-02-25T13:35:21.005 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:20 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2022628540' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-25T13:35:21.118 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:21.156 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:21.157 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:21.343 INFO:teuthology.orchestra.run.trial042.stdout:51539607554 2026-02-25T13:35:21.362 INFO:teuthology.orchestra.run.trial042.stdout:68719476739 2026-02-25T13:35:21.366 INFO:teuthology.orchestra.run.trial042.stdout:34359738373 2026-02-25T13:35:21.390 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607556 got 51539607554 for osd.1 2026-02-25T13:35:21.406 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476740 got 68719476739 for osd.2 2026-02-25T13:35:21.411 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738373 for osd.0 2026-02-25T13:35:21.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:21 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/1765800368' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-25T13:35:21.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:21 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' 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 2026-02-25T13:35:21.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:21 trial163 ceph-mon[43351]: osdmap e18: 3 total, 3 up, 3 in 2026-02-25T13:35:21.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:21 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-25T13:35:21.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:21 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/1370161831' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-25T13:35:21.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:21 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/814228060' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-25T13:35:21.889 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:21 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/952819148' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-25T13:35:21.891 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:21 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/1765800368' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-25T13:35:21.891 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:21 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' 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 2026-02-25T13:35:21.891 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:21 trial042 ceph-mon[39945]: osdmap e18: 3 total, 3 up, 3 in 2026-02-25T13:35:21.891 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:21 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-25T13:35:21.892 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:21 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/1370161831' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-25T13:35:21.892 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:21 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/814228060' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-25T13:35:21.892 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:21 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/952819148' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-25T13:35:21.935 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:21 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/1765800368' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-25T13:35:21.935 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:21 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' 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 2026-02-25T13:35:21.935 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:21 trial161 ceph-mon[43840]: osdmap e18: 3 total, 3 up, 3 in 2026-02-25T13:35:21.936 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:21 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-25T13:35:21.936 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:21 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/1370161831' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-25T13:35:21.936 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:21 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/814228060' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-25T13:35:21.936 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:21 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/952819148' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-25T13:35:22.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 sudo[62936]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-25T13:35:22.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 sudo[62936]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 sudo[62936]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 sudo[62936]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 sudo[62940]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-25T13:35:22.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 sudo[62940]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 sudo[62940]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 sudo[62940]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.187 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:35:21 trial042 sudo[62928]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-25T13:35:22.187 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:35:21 trial042 sudo[62928]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.187 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:35:21 trial042 sudo[62928]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.187 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:35:21 trial042 sudo[62928]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.187 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:35:21 trial042 sudo[62932]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-25T13:35:22.187 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:35:21 trial042 sudo[62932]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.187 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:35:21 trial042 sudo[62932]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.187 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:35:21 trial042 sudo[62932]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 sudo[57056]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-25T13:35:22.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 sudo[57056]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 sudo[57056]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 sudo[57056]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 sudo[57060]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-25T13:35:22.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 sudo[57060]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 sudo[57060]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 sudo[57060]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.256 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:35:21 trial161 sudo[57048]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-25T13:35:22.256 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:35:21 trial161 sudo[57048]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.257 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:35:21 trial161 sudo[57048]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.257 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:35:21 trial161 sudo[57048]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.257 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:35:21 trial161 sudo[57052]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-25T13:35:22.257 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:35:21 trial161 sudo[57052]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.257 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:35:21 trial161 sudo[57052]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.257 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:35:21 trial161 sudo[57052]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 sudo[53132]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-25T13:35:22.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 sudo[53132]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 sudo[53132]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 sudo[53132]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 sudo[53136]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-25T13:35:22.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 sudo[53136]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 sudo[53136]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 sudo[53136]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.391 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:35:21 trial163 sudo[53124]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-25T13:35:22.391 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:35:21 trial163 sudo[53124]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.391 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:35:21 trial163 sudo[53124]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.391 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:35:21 trial163 sudo[53124]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.391 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:35:21 trial163 sudo[53128]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-25T13:35:22.391 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:35:21 trial163 sudo[53128]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-25T13:35:22.391 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:35:21 trial163 sudo[53128]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-25T13:35:22.391 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:35:21 trial163 sudo[53128]: pam_unix(sudo:session): session closed for user root 2026-02-25T13:35:22.392 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-25T13:35:22.407 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-25T13:35:22.412 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-25T13:35:22.514 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:22.551 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:22.552 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:22.752 INFO:teuthology.orchestra.run.trial042.stdout:51539607554 2026-02-25T13:35:22.761 INFO:teuthology.orchestra.run.trial042.stdout:68719476739 2026-02-25T13:35:22.766 INFO:teuthology.orchestra.run.trial042.stdout:34359738373 2026-02-25T13:35:22.797 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607556 got 51539607554 for osd.1 2026-02-25T13:35:22.807 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476740 got 68719476739 for osd.2 2026-02-25T13:35:22.813 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738373 for osd.0 2026-02-25T13:35:22.935 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-25T13:35:22.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: osdmap e19: 3 total, 3 up, 3 in 2026-02-25T13:35:22.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:22.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:22.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:22.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-25T13:35:22.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-25T13:35:22.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:22.936 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:22.937 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:22.938 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:22.938 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-25T13:35:22.938 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:22.938 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/4202202798' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-25T13:35:22.938 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/1309280006' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-25T13:35:22.938 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:22 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3580348164' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-25T13:35:23.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-25T13:35:23.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: osdmap e19: 3 total, 3 up, 3 in 2026-02-25T13:35:23.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-25T13:35:23.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-25T13:35:23.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:23.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:23.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:23.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:23.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-25T13:35:23.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:23.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:23.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:23.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-25T13:35:23.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-25T13:35:23.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:23.142 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:23.142 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:23.142 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-25T13:35:23.142 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.142 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/4202202798' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-25T13:35:23.142 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/1309280006' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-25T13:35:23.142 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:22 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/3580348164' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-25T13:35:23.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-25T13:35:23.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: osdmap e19: 3 total, 3 up, 3 in 2026-02-25T13:35:23.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:23.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/4202202798' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/1309280006' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-25T13:35:23.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:22 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3580348164' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-25T13:35:23.798 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-25T13:35:23.808 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-25T13:35:23.815 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-25T13:35:23.918 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:23.960 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:23.960 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:24.075 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:23 trial042 ceph-mon[39945]: osdmap e20: 3 total, 3 up, 3 in 2026-02-25T13:35:24.075 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:23 trial042 ceph-mon[39945]: mgrmap e14: a(active, since 63s), standbys: b 2026-02-25T13:35:24.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:23 trial163 ceph-mon[43351]: osdmap e20: 3 total, 3 up, 3 in 2026-02-25T13:35:24.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:23 trial163 ceph-mon[43351]: mgrmap e14: a(active, since 63s), standbys: b 2026-02-25T13:35:24.141 INFO:teuthology.orchestra.run.trial042.stdout:51539607556 2026-02-25T13:35:24.184 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607556 got 51539607556 for osd.1 2026-02-25T13:35:24.185 DEBUG:teuthology.parallel:result is None 2026-02-25T13:35:24.185 INFO:teuthology.orchestra.run.trial042.stdout:68719476740 2026-02-25T13:35:24.186 INFO:teuthology.orchestra.run.trial042.stdout:34359738375 2026-02-25T13:35:24.228 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476740 got 68719476740 for osd.2 2026-02-25T13:35:24.228 DEBUG:teuthology.parallel:result is None 2026-02-25T13:35:24.232 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738375 for osd.0 2026-02-25T13:35:24.233 DEBUG:teuthology.parallel:result is None 2026-02-25T13:35:24.233 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-25T13:35:24.233 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph pg dump --format=json 2026-02-25T13:35:24.254 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:23 trial161 ceph-mon[43840]: osdmap e20: 3 total, 3 up, 3 in 2026-02-25T13:35:24.254 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:23 trial161 ceph-mon[43840]: mgrmap e14: a(active, since 63s), standbys: b 2026-02-25T13:35:24.389 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:24.597 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:24.597 INFO:teuthology.orchestra.run.trial042.stderr:dumped all 2026-02-25T13:35:24.636 INFO:teuthology.orchestra.run.trial042.stdout:{"pg_ready":true,"pg_map":{"version":42,"stamp":"2026-02-25T13:35:24.056761+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":2,"kb":2202009600,"kb_used":81332,"kb_used_data":440,"kb_used_omap":21,"kb_used_meta":80810,"kb_avail":2201928268,"statfs":{"total":2254857830400,"available":2254774546432,"internally_reserved":0,"allocated":450560,"data_stored":130299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":22415,"internal_metadata":82749553},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":1,"reported_epoch":18,"state":"creating+peering","last_fresh":"2026-02-25T13:35:20.859380+0000","last_change":"2026-02-25T13:35:20.859380+0000","last_active":"2026-02-25T13:35:20.855711+0000","last_peered":"2026-02-25T13:35:20.855711+0000","last_clean":"2026-02-25T13:35:20.855711+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2026-02-25T13:35:20.859380+0000","last_undegraded":"2026-02-25T13:35:20.859380+0000","last_fullsized":"2026-02-25T13:35:20.859380+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-25T13:35:20.855711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-25T13:35:20.855711+0000","last_clean_scrub_stamp":"2026-02-25T13:35:20.855711+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476740,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27108,"kb_used_data":144,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733976092,"statfs":{"total":751619276800,"available":751591518208,"internally_reserved":0,"allocated":147456,"data_stored":42161,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4865,"internal_metadata":27585791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27108,"kb_used_data":144,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733976092,"statfs":{"total":751619276800,"available":751591518208,"internally_reserved":0,"allocated":147456,"data_stored":42161,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738375,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27116,"kb_used_data":152,"kb_used_omap":10,"kb_used_meta":26933,"kb_avail":733976084,"statfs":{"total":751619276800,"available":751591510016,"internally_reserved":0,"allocated":155648,"data_stored":45977,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10725,"internal_metadata":27579931},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-25T13:35:24.637 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph pg dump --format=json 2026-02-25T13:35:24.752 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:24.942 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:24 trial042 ceph-mon[39945]: pgmap v42: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:24.942 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:24 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2682032978' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-25T13:35:24.942 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:24 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/4287629507' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-25T13:35:24.942 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:24 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3834484513' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-25T13:35:24.956 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:24.956 INFO:teuthology.orchestra.run.trial042.stderr:dumped all 2026-02-25T13:35:25.002 INFO:teuthology.orchestra.run.trial042.stdout:{"pg_ready":true,"pg_map":{"version":42,"stamp":"2026-02-25T13:35:24.056761+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":2,"kb":2202009600,"kb_used":81332,"kb_used_data":440,"kb_used_omap":21,"kb_used_meta":80810,"kb_avail":2201928268,"statfs":{"total":2254857830400,"available":2254774546432,"internally_reserved":0,"allocated":450560,"data_stored":130299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":22415,"internal_metadata":82749553},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":1,"reported_epoch":18,"state":"creating+peering","last_fresh":"2026-02-25T13:35:20.859380+0000","last_change":"2026-02-25T13:35:20.859380+0000","last_active":"2026-02-25T13:35:20.855711+0000","last_peered":"2026-02-25T13:35:20.855711+0000","last_clean":"2026-02-25T13:35:20.855711+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2026-02-25T13:35:20.859380+0000","last_undegraded":"2026-02-25T13:35:20.859380+0000","last_fullsized":"2026-02-25T13:35:20.859380+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-25T13:35:20.855711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-25T13:35:20.855711+0000","last_clean_scrub_stamp":"2026-02-25T13:35:20.855711+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476740,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27108,"kb_used_data":144,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733976092,"statfs":{"total":751619276800,"available":751591518208,"internally_reserved":0,"allocated":147456,"data_stored":42161,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4865,"internal_metadata":27585791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27108,"kb_used_data":144,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733976092,"statfs":{"total":751619276800,"available":751591518208,"internally_reserved":0,"allocated":147456,"data_stored":42161,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738375,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27116,"kb_used_data":152,"kb_used_omap":10,"kb_used_meta":26933,"kb_avail":733976084,"statfs":{"total":751619276800,"available":751591510016,"internally_reserved":0,"allocated":155648,"data_stored":45977,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10725,"internal_metadata":27579931},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-25T13:35:25.003 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph pg dump --format=json 2026-02-25T13:35:25.120 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:25.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:24 trial163 ceph-mon[43351]: pgmap v42: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:25.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:24 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/2682032978' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-25T13:35:25.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:24 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/4287629507' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-25T13:35:25.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:24 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/3834484513' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-25T13:35:25.156 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:24 trial161 ceph-mon[43840]: pgmap v42: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:25.156 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:24 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2682032978' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-25T13:35:25.156 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:24 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/4287629507' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-25T13:35:25.156 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:24 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3834484513' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-25T13:35:25.325 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:25.326 INFO:teuthology.orchestra.run.trial042.stderr:dumped all 2026-02-25T13:35:25.370 INFO:teuthology.orchestra.run.trial042.stdout:{"pg_ready":true,"pg_map":{"version":42,"stamp":"2026-02-25T13:35:24.056761+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":2,"kb":2202009600,"kb_used":81332,"kb_used_data":440,"kb_used_omap":21,"kb_used_meta":80810,"kb_avail":2201928268,"statfs":{"total":2254857830400,"available":2254774546432,"internally_reserved":0,"allocated":450560,"data_stored":130299,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":22415,"internal_metadata":82749553},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":1,"reported_epoch":18,"state":"creating+peering","last_fresh":"2026-02-25T13:35:20.859380+0000","last_change":"2026-02-25T13:35:20.859380+0000","last_active":"2026-02-25T13:35:20.855711+0000","last_peered":"2026-02-25T13:35:20.855711+0000","last_clean":"2026-02-25T13:35:20.855711+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2026-02-25T13:35:20.859380+0000","last_undegraded":"2026-02-25T13:35:20.859380+0000","last_fullsized":"2026-02-25T13:35:20.859380+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-25T13:35:20.855711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-25T13:35:20.855711+0000","last_clean_scrub_stamp":"2026-02-25T13:35:20.855711+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476740,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27108,"kb_used_data":144,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733976092,"statfs":{"total":751619276800,"available":751591518208,"internally_reserved":0,"allocated":147456,"data_stored":42161,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4865,"internal_metadata":27585791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27108,"kb_used_data":144,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733976092,"statfs":{"total":751619276800,"available":751591518208,"internally_reserved":0,"allocated":147456,"data_stored":42161,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738375,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27116,"kb_used_data":152,"kb_used_omap":10,"kb_used_meta":26933,"kb_avail":733976084,"statfs":{"total":751619276800,"available":751591510016,"internally_reserved":0,"allocated":155648,"data_stored":45977,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10725,"internal_metadata":27579931},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-25T13:35:25.371 INFO:tasks.cephadm.ceph_manager.ceph:PG 1.0 is not active+clean 2026-02-25T13:35:25.371 INFO:tasks.cephadm.ceph_manager.ceph:{'pgid': '1.0', 'version': "0'0", 'reported_seq': 1, 'reported_epoch': 18, 'state': 'creating+peering', 'last_fresh': '2026-02-25T13:35:20.859380+0000', 'last_change': '2026-02-25T13:35:20.859380+0000', 'last_active': '2026-02-25T13:35:20.855711+0000', 'last_peered': '2026-02-25T13:35:20.855711+0000', 'last_clean': '2026-02-25T13:35:20.855711+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2026-02-25T13:35:20.859380+0000', 'last_undegraded': '2026-02-25T13:35:20.859380+0000', 'last_fullsized': '2026-02-25T13:35:20.859380+0000', 'mapping_epoch': 18, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 18, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2026-02-25T13:35:20.855711+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2026-02-25T13:35:20.855711+0000', 'last_clean_scrub_stamp': '2026-02-25T13:35:20.855711+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'no scrub is scheduled', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 0, 'num_large_omap_objects': 0, 'num_objects_manifest': 0, 'num_omap_bytes': 0, 'num_omap_keys': 0, 'num_objects_repaired': 0}, 'up': [1, 2, 0], 'acting': [1, 2, 0], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': 1, 'acting_primary': 1, 'purged_snaps': []} 2026-02-25T13:35:25.371 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph status --format=json 2026-02-25T13:35:25.487 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:25.735 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:25.736 INFO:teuthology.orchestra.run.trial042.stdout:{"fsid":"9f73174d-124e-11f1-814b-d404e6e7d460","health":{"status":"HEALTH_OK","checks":{},"mutes":[]},"election_epoch":14,"quorum":[0,1,2],"quorum_names":["a","c","b"],"quorum_age":39,"monmap":{"epoch":3,"min_mon_release_name":"tentacle","num_mons":3},"osdmap":{"epoch":20,"num_osds":3,"num_up_osds":3,"osd_up_since":1772026518,"num_in_osds":3,"osd_in_since":1772026509,"num_remapped_pgs":0},"pgmap":{"pgs_by_state":[{"state_name":"creating+peering","count":1}],"num_pgs":1,"num_pools":1,"num_objects":0,"data_bytes":0,"bytes_used":83283968,"bytes_avail":2254774546432,"bytes_total":2254857830400,"inactive_pgs_ratio":1},"fsmap":{"epoch":1,"btime":"2026-02-25T13:34:06:264172+0000","by_rank":[],"up:standby":0},"mgrmap":{"available":true,"num_standbys":1,"modules":["cephadm","dashboard","iostat","nfs"],"services":{"dashboard":"https://10.20.193.42:8443/"}},"servicemap":{"epoch":2,"modified":"2026-02-25T13:35:22.056576+0000","services":{"mgr":{"daemons":{"summary":"","b":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}}}},"mon":{"daemons":{"summary":"","b":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"c":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}}}},"osd":{"daemons":{"summary":"","0":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"1":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"2":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}}}}}},"progress_events":{}} 2026-02-25T13:35:25.775 INFO:tasks.cephadm.ceph_manager.ceph:no progress seen, keeping timeout for now 2026-02-25T13:35:25.775 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph pg dump --format=json 2026-02-25T13:35:25.891 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:26.103 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:26.103 INFO:teuthology.orchestra.run.trial042.stderr:dumped all 2026-02-25T13:35:26.103 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:25 trial042 ceph-mon[39945]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:26.103 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:25 trial042 ceph-mon[39945]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:26.103 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:25 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/4188277772' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-25T13:35:26.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:25 trial163 ceph-mon[43351]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:26.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:25 trial163 ceph-mon[43351]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:26.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:25 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/4188277772' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-25T13:35:26.144 INFO:teuthology.orchestra.run.trial042.stdout:{"pg_ready":true,"pg_map":{"version":43,"stamp":"2026-02-25T13:35:26.057001+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":83668,"kb_used_data":1648,"kb_used_omap":26,"kb_used_meta":80805,"kb_avail":2201925932,"statfs":{"total":2254857830400,"available":2254772154368,"internally_reserved":0,"allocated":1687552,"data_stored":1333891,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":26975,"internal_metadata":82744993},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"19'152","reported_seq":196,"reported_epoch":20,"state":"active+clean","last_fresh":"2026-02-25T13:35:22.861172+0000","last_change":"2026-02-25T13:35:21.861299+0000","last_active":"2026-02-25T13:35:22.861172+0000","last_peered":"2026-02-25T13:35:22.861172+0000","last_clean":"2026-02-25T13:35:22.861172+0000","last_became_active":"2026-02-25T13:35:21.861176+0000","last_became_peered":"2026-02-25T13:35:21.861176+0000","last_unstale":"2026-02-25T13:35:22.861172+0000","last_undegraded":"2026-02-25T13:35:22.861172+0000","last_fullsized":"2026-02-25T13:35:22.861172+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-25T13:35:20.855711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-25T13:35:20.855711+0000","last_clean_scrub_stamp":"2026-02-25T13:35:20.855711+0000","objects_scrubbed":0,"log_size":152,"log_dups_size":0,"ondisk_log_size":152,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-26T19:19:56.618770+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1191936,"data_stored":1181248,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476741,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643957,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607557,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643957,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9425,"internal_metadata":27581231},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738375,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27116,"kb_used_data":152,"kb_used_omap":10,"kb_used_meta":26933,"kb_avail":733976084,"statfs":{"total":751619276800,"available":751591510016,"internally_reserved":0,"allocated":155648,"data_stored":45977,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10725,"internal_metadata":27579931},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-25T13:35:26.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:25 trial161 ceph-mon[43840]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:26.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:25 trial161 ceph-mon[43840]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:26.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:25 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/4188277772' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-25T13:35:27.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:26 trial163 ceph-mon[43351]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:27.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:26 trial163 ceph-mon[43351]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:27.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:26 trial163 ceph-mon[43351]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:27.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:26 trial042 ceph-mon[39945]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:27.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:26 trial042 ceph-mon[39945]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:27.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:26 trial042 ceph-mon[39945]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:27.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:26 trial161 ceph-mon[43840]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:27.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:26 trial161 ceph-mon[43840]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:27.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:26 trial161 ceph-mon[43840]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:29.146 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph pg dump --format=json 2026-02-25T13:35:29.260 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:29.376 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:29 trial042 ceph-mon[39945]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:29.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:29 trial163 ceph-mon[43351]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:29.476 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:29.476 INFO:teuthology.orchestra.run.trial042.stderr:dumped all 2026-02-25T13:35:29.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:29 trial161 ceph-mon[43840]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:29.538 INFO:teuthology.orchestra.run.trial042.stdout:{"pg_ready":true,"pg_map":{"version":44,"stamp":"2026-02-25T13:35:28.057224+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":84828,"kb_used_data":2244,"kb_used_omap":27,"kb_used_meta":80804,"kb_avail":2201924772,"statfs":{"total":2254857830400,"available":2254770966528,"internally_reserved":0,"allocated":2297856,"data_stored":1931871,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28291,"internal_metadata":82743677},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"2.000222"},"pg_stats":[{"pgid":"1.0","version":"19'152","reported_seq":196,"reported_epoch":20,"state":"active+clean","last_fresh":"2026-02-25T13:35:22.861172+0000","last_change":"2026-02-25T13:35:21.861299+0000","last_active":"2026-02-25T13:35:22.861172+0000","last_peered":"2026-02-25T13:35:22.861172+0000","last_clean":"2026-02-25T13:35:22.861172+0000","last_became_active":"2026-02-25T13:35:21.861176+0000","last_became_peered":"2026-02-25T13:35:21.861176+0000","last_unstale":"2026-02-25T13:35:22.861172+0000","last_undegraded":"2026-02-25T13:35:22.861172+0000","last_fullsized":"2026-02-25T13:35:22.861172+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-25T13:35:20.855711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-25T13:35:20.855711+0000","last_clean_scrub_stamp":"2026-02-25T13:35:20.855711+0000","objects_scrubbed":0,"log_size":152,"log_dups_size":0,"ondisk_log_size":152,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-26T19:19:56.618770+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476741,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643957,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607557,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643957,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9425,"internal_metadata":27581231},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738376,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643957,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12041,"internal_metadata":27578615},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-25T13:35:29.539 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-25T13:35:29.539 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-25T13:35:29.539 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-25T13:35:29.540 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph health --format=json 2026-02-25T13:35:29.655 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:29.894 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:35:29.894 INFO:teuthology.orchestra.run.trial042.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-25T13:35:29.948 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-25T13:35:29.948 INFO:tasks.cephadm:Setup complete, yielding 2026-02-25T13:35:29.948 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-25T13:35:29.960 INFO:tasks.cephadm:Applying spec(s): placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 2026-02-25T13:35:29.960 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph orch apply -i - 2026-02-25T13:35:30.077 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:30.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:30 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/927016847' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-25T13:35:30.293 INFO:teuthology.orchestra.run.trial042.stdout:Scheduled mon update... 2026-02-25T13:35:30.335 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-25T13:35:30.348 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial042.front.sepia.ceph.com 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- bash -c 'set -ex 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> # since we don'"'"'t know the real hostnames before the test, the next 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> # the actual names cephadm knows the host by within the mon spec 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> ceph orch ls --service-name mon --export > mon.yaml 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> MONSPEC=`cat mon.yaml` 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> echo "$MONSPEC" 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> while read realname <&3 && read fakename <&4; do 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> MONSPEC="${MONSPEC//$fakename/$realname}" 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> done 3 echo "$MONSPEC" > mon.yaml 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> cat mon.yaml 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> ceph orch apply -i mon.yaml 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> sleep 90 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> ceph orch ps --refresh 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> sleep 90 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> ceph mon dump 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> ceph mon dump --format json 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> # verify all the crush locations got set from "ceph mon dump" output 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> while read monid <&3 && read crushloc <&4; do 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2026-02-25T13:35:30.348 DEBUG:teuthology.orchestra.run.trial042:> done 3 ' 2026-02-25T13:35:30.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:30 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/927016847' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-25T13:35:30.464 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:35:30.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:30 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/927016847' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-25T13:35:30.520 INFO:teuthology.orchestra.run.trial042.stderr:+ ceph orch host ls --format json 2026-02-25T13:35:30.520 INFO:teuthology.orchestra.run.trial042.stderr:+ jq -r '.[] | .hostname' 2026-02-25T13:35:30.695 INFO:teuthology.orchestra.run.trial042.stderr:+ echo 'host.a 2026-02-25T13:35:30.695 INFO:teuthology.orchestra.run.trial042.stderr:host.b 2026-02-25T13:35:30.695 INFO:teuthology.orchestra.run.trial042.stderr:host.c' 2026-02-25T13:35:30.695 INFO:teuthology.orchestra.run.trial042.stderr:+ echo 'a 2026-02-25T13:35:30.695 INFO:teuthology.orchestra.run.trial042.stderr:b 2026-02-25T13:35:30.695 INFO:teuthology.orchestra.run.trial042.stderr:c' 2026-02-25T13:35:30.695 INFO:teuthology.orchestra.run.trial042.stderr:+ echo '{datacenter=a} 2026-02-25T13:35:30.695 INFO:teuthology.orchestra.run.trial042.stderr:{datacenter=b,rack=2} 2026-02-25T13:35:30.696 INFO:teuthology.orchestra.run.trial042.stderr:{datacenter=a,rack=3}' 2026-02-25T13:35:30.696 INFO:teuthology.orchestra.run.trial042.stderr:+ ceph orch ls --service-name mon --export 2026-02-25T13:35:30.864 INFO:teuthology.orchestra.run.trial042.stderr:++ cat mon.yaml 2026-02-25T13:35:30.865 INFO:teuthology.orchestra.run.trial042.stderr:+ MONSPEC='service_type: mon 2026-02-25T13:35:30.865 INFO:teuthology.orchestra.run.trial042.stderr:service_name: mon 2026-02-25T13:35:30.865 INFO:teuthology.orchestra.run.trial042.stderr:placement: 2026-02-25T13:35:30.866 INFO:teuthology.orchestra.run.trial042.stderr: count: 3 2026-02-25T13:35:30.866 INFO:teuthology.orchestra.run.trial042.stderr:spec: 2026-02-25T13:35:30.866 INFO:teuthology.orchestra.run.trial042.stderr: crush_locations: 2026-02-25T13:35:30.866 INFO:teuthology.orchestra.run.trial042.stderr: host.a: 2026-02-25T13:35:30.866 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.866 INFO:teuthology.orchestra.run.trial042.stderr: host.b: 2026-02-25T13:35:30.866 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=b 2026-02-25T13:35:30.866 INFO:teuthology.orchestra.run.trial042.stderr: - rack=2 2026-02-25T13:35:30.866 INFO:teuthology.orchestra.run.trial042.stderr: host.c: 2026-02-25T13:35:30.866 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.867 INFO:teuthology.orchestra.run.trial042.stderr: - rack=3' 2026-02-25T13:35:30.867 INFO:teuthology.orchestra.run.trial042.stdout:service_type: mon 2026-02-25T13:35:30.867 INFO:teuthology.orchestra.run.trial042.stdout:service_name: mon 2026-02-25T13:35:30.867 INFO:teuthology.orchestra.run.trial042.stdout:placement: 2026-02-25T13:35:30.867 INFO:teuthology.orchestra.run.trial042.stdout: count: 3 2026-02-25T13:35:30.867 INFO:teuthology.orchestra.run.trial042.stdout:spec: 2026-02-25T13:35:30.867 INFO:teuthology.orchestra.run.trial042.stdout: crush_locations: 2026-02-25T13:35:30.868 INFO:teuthology.orchestra.run.trial042.stdout: host.a: 2026-02-25T13:35:30.868 INFO:teuthology.orchestra.run.trial042.stdout: - datacenter=a 2026-02-25T13:35:30.868 INFO:teuthology.orchestra.run.trial042.stdout: host.b: 2026-02-25T13:35:30.868 INFO:teuthology.orchestra.run.trial042.stdout: - datacenter=b 2026-02-25T13:35:30.868 INFO:teuthology.orchestra.run.trial042.stdout: - rack=2 2026-02-25T13:35:30.868 INFO:teuthology.orchestra.run.trial042.stdout: host.c: 2026-02-25T13:35:30.868 INFO:teuthology.orchestra.run.trial042.stdout: - datacenter=a 2026-02-25T13:35:30.868 INFO:teuthology.orchestra.run.trial042.stdout: - rack=3 2026-02-25T13:35:30.869 INFO:teuthology.orchestra.run.trial042.stderr:+ echo 'service_type: mon 2026-02-25T13:35:30.869 INFO:teuthology.orchestra.run.trial042.stderr:service_name: mon 2026-02-25T13:35:30.869 INFO:teuthology.orchestra.run.trial042.stderr:placement: 2026-02-25T13:35:30.869 INFO:teuthology.orchestra.run.trial042.stderr: count: 3 2026-02-25T13:35:30.869 INFO:teuthology.orchestra.run.trial042.stderr:spec: 2026-02-25T13:35:30.869 INFO:teuthology.orchestra.run.trial042.stderr: crush_locations: 2026-02-25T13:35:30.869 INFO:teuthology.orchestra.run.trial042.stderr: host.a: 2026-02-25T13:35:30.869 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.869 INFO:teuthology.orchestra.run.trial042.stderr: host.b: 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=b 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr: - rack=2 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr: host.c: 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr: - rack=3' 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr:+ read realname 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr:+ read fakename 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr:+ MONSPEC='service_type: mon 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr:service_name: mon 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr:placement: 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr: count: 3 2026-02-25T13:35:30.870 INFO:teuthology.orchestra.run.trial042.stderr:spec: 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr: crush_locations: 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr: trial042: 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr: host.b: 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=b 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr: - rack=2 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr: host.c: 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr: - rack=3' 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr:+ read realname 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr:+ read fakename 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr:+ MONSPEC='service_type: mon 2026-02-25T13:35:30.871 INFO:teuthology.orchestra.run.trial042.stderr:service_name: mon 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr:placement: 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr: count: 3 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr:spec: 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr: crush_locations: 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr: trial042: 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr: trial161: 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=b 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr: - rack=2 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr: host.c: 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr: - rack=3' 2026-02-25T13:35:30.872 INFO:teuthology.orchestra.run.trial042.stderr:+ read realname 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr:+ read fakename 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr:+ MONSPEC='service_type: mon 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr:service_name: mon 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr:placement: 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: count: 3 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr:spec: 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: crush_locations: 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: trial042: 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: trial161: 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=b 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: - rack=2 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: trial163: 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: - rack=3' 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr:+ read realname 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr:+ echo 'service_type: mon 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr:service_name: mon 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr:placement: 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: count: 3 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr:spec: 2026-02-25T13:35:30.873 INFO:teuthology.orchestra.run.trial042.stderr: crush_locations: 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stderr: trial042: 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stderr: trial161: 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=b 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stderr: - rack=2 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stderr: trial163: 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stderr: - datacenter=a 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stderr: - rack=3' 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stderr:+ cat mon.yaml 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stdout:service_type: mon 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stdout:service_name: mon 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stdout:placement: 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stdout: count: 3 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stdout:spec: 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stdout: crush_locations: 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stdout: trial042: 2026-02-25T13:35:30.874 INFO:teuthology.orchestra.run.trial042.stdout: - datacenter=a 2026-02-25T13:35:30.875 INFO:teuthology.orchestra.run.trial042.stdout: trial161: 2026-02-25T13:35:30.875 INFO:teuthology.orchestra.run.trial042.stdout: - datacenter=b 2026-02-25T13:35:30.875 INFO:teuthology.orchestra.run.trial042.stdout: - rack=2 2026-02-25T13:35:30.875 INFO:teuthology.orchestra.run.trial042.stdout: trial163: 2026-02-25T13:35:30.875 INFO:teuthology.orchestra.run.trial042.stdout: - datacenter=a 2026-02-25T13:35:30.875 INFO:teuthology.orchestra.run.trial042.stdout: - rack=3 2026-02-25T13:35:30.875 INFO:teuthology.orchestra.run.trial042.stderr:+ ceph orch apply -i mon.yaml 2026-02-25T13:35:31.026 INFO:teuthology.orchestra.run.trial042.stdout:Scheduled mon update... 2026-02-25T13:35:31.039 INFO:teuthology.orchestra.run.trial042.stderr:+ sleep 90 2026-02-25T13:35:31.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:31 trial163 ceph-mon[43351]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:31.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:31 trial163 ceph-mon[43351]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:31.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:31 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:31.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:31 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:31.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:31 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:31.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:31 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:31.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:31 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:31.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:31 trial042 ceph-mon[39945]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:31.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:31 trial042 ceph-mon[39945]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:31.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:31.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:31.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:31.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:31.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:31 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:31.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:31 trial161 ceph-mon[43840]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-25T13:35:31.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:31 trial161 ceph-mon[43840]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:31.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:31 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:31.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:31 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:31.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:31 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:31.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:31 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:31.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:31 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: mon.b calling monitor election 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: mon.a calling monitor election 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: mon.c calling monitor election 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: monmap epoch 6 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:35:38.185 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: last_changed 2026-02-25T13:35:36.886430+0000 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: min_mon_release 20 (tentacle) 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: election_strategy: 1 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a; crush_location {datacenter=a} 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: 1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: 2: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: fsmap 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: osdmap e20: 3 total, 3 up, 3 in 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: mgrmap e14: a(active, since 76s), standbys: b 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: overall HEALTH_OK 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: Reconfiguring mon.a (monmap changed)... 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: Reconfiguring daemon mon.a on trial042 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:35:38.186 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:37 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:38.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-25T13:35:38.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-25T13:35:38.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-25T13:35:38.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: mon.b calling monitor election 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: mon.a calling monitor election 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: mon.c calling monitor election 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: monmap epoch 6 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: last_changed 2026-02-25T13:35:36.886430+0000 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: min_mon_release 20 (tentacle) 2026-02-25T13:35:38.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: election_strategy: 1 2026-02-25T13:35:38.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a; crush_location {datacenter=a} 2026-02-25T13:35:38.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: 1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-25T13:35:38.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: 2: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-25T13:35:38.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: fsmap 2026-02-25T13:35:38.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: osdmap e20: 3 total, 3 up, 3 in 2026-02-25T13:35:38.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: mgrmap e14: a(active, since 76s), standbys: b 2026-02-25T13:35:38.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: overall HEALTH_OK 2026-02-25T13:35:38.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: Reconfiguring mon.a (monmap changed)... 2026-02-25T13:35:38.257 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: Reconfiguring daemon mon.a on trial042 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:35:38.258 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:37 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:38.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-25T13:35:38.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-25T13:35:38.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-25T13:35:38.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: mon.b calling monitor election 2026-02-25T13:35:38.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:35:38.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: mon.a calling monitor election 2026-02-25T13:35:38.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: mon.c calling monitor election 2026-02-25T13:35:38.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:35:38.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:35:38.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-25T13:35:38.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: monmap epoch 6 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: last_changed 2026-02-25T13:35:36.886430+0000 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: min_mon_release 20 (tentacle) 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: election_strategy: 1 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a; crush_location {datacenter=a} 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: 1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: 2: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: fsmap 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: osdmap e20: 3 total, 3 up, 3 in 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: mgrmap e14: a(active, since 76s), standbys: b 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: overall HEALTH_OK 2026-02-25T13:35:38.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: Reconfiguring mon.a (monmap changed)... 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: Reconfiguring daemon mon.a on trial042 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.392 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:38.393 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:35:38.393 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:37 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:39.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: Reconfiguring mgr.a (monmap changed)... 2026-02-25T13:35:39.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: Reconfiguring daemon mgr.a on trial042 2026-02-25T13:35:39.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: Reconfiguring osd.0 (monmap changed)... 2026-02-25T13:35:39.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: Reconfiguring daemon osd.0 on trial042 2026-02-25T13:35:39.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:39.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: Reconfiguring mon.b (monmap changed)... 2026-02-25T13:35:39.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:35:39.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:35:39.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:39.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: Reconfiguring daemon mon.b on trial161 2026-02-25T13:35:39.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:35:39.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:35:39.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:39.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:35:39.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:39 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: Reconfiguring mgr.a (monmap changed)... 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: Reconfiguring daemon mgr.a on trial042 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: Reconfiguring osd.0 (monmap changed)... 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: Reconfiguring daemon osd.0 on trial042 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: Reconfiguring mon.b (monmap changed)... 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: Reconfiguring daemon mon.b on trial161 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:35:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:39 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: Reconfiguring mgr.a (monmap changed)... 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: Reconfiguring daemon mgr.a on trial042 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: Reconfiguring osd.0 (monmap changed)... 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: Reconfiguring daemon osd.0 on trial042 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: Reconfiguring mon.b (monmap changed)... 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: Reconfiguring daemon mon.b on trial161 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:35:39.442 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:39 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:40.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: Reconfiguring mgr.b (monmap changed)... 2026-02-25T13:35:40.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: Reconfiguring daemon mgr.b on trial161 2026-02-25T13:35:40.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: Reconfiguring osd.1 (monmap changed)... 2026-02-25T13:35:40.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: Reconfiguring daemon osd.1 on trial161 2026-02-25T13:35:40.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:35:40.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:35:40.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:40.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:35:40.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:40 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:40.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: Reconfiguring mgr.b (monmap changed)... 2026-02-25T13:35:40.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: Reconfiguring daemon mgr.b on trial161 2026-02-25T13:35:40.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: Reconfiguring osd.1 (monmap changed)... 2026-02-25T13:35:40.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: Reconfiguring daemon osd.1 on trial161 2026-02-25T13:35:40.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:35:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:35:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:35:40.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:40 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:40.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: Reconfiguring mgr.b (monmap changed)... 2026-02-25T13:35:40.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: Reconfiguring daemon mgr.b on trial161 2026-02-25T13:35:40.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: Reconfiguring osd.1 (monmap changed)... 2026-02-25T13:35:40.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: Reconfiguring daemon osd.1 on trial161 2026-02-25T13:35:40.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:35:40.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:35:40.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:40.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:40.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:35:40.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:40 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:41.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: Reconfiguring mon.c (monmap changed)... 2026-02-25T13:35:41.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: Reconfiguring daemon mon.c on trial163 2026-02-25T13:35:41.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: Reconfiguring osd.2 (monmap changed)... 2026-02-25T13:35:41.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: Reconfiguring daemon osd.2 on trial163 2026-02-25T13:35:41.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:41.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:41.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:41.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:41.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:41.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:41.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:41.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: Reconfiguring mon.c (monmap changed)... 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: Reconfiguring daemon mon.c on trial163 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: Reconfiguring osd.2 (monmap changed)... 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: Reconfiguring daemon osd.2 on trial163 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: Reconfiguring mon.c (monmap changed)... 2026-02-25T13:35:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: Reconfiguring daemon mon.c on trial163 2026-02-25T13:35:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: Reconfiguring osd.2 (monmap changed)... 2026-02-25T13:35:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: Reconfiguring daemon osd.2 on trial163 2026-02-25T13:35:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:41.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:35:41.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:35:41.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:35:41.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:35:41.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:35:43.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:43 trial163 ceph-mon[43351]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:43.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:43 trial042 ceph-mon[39945]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:43.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:43 trial161 ceph-mon[43840]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:45.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:45 trial163 ceph-mon[43351]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:45.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:45 trial042 ceph-mon[39945]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:45.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:45 trial161 ceph-mon[43840]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:47.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:47 trial163 ceph-mon[43351]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:47.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:47 trial042 ceph-mon[39945]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:47.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:47 trial161 ceph-mon[43840]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:49.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:49 trial163 ceph-mon[43351]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:49.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:49 trial042 ceph-mon[39945]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:49.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:49 trial161 ceph-mon[43840]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:51.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:51 trial163 ceph-mon[43351]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:51.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:51 trial042 ceph-mon[39945]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:51.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:51 trial161 ceph-mon[43840]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:53.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:53 trial042 ceph-mon[39945]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:53.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:53 trial161 ceph-mon[43840]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:53.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:53 trial163 ceph-mon[43351]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:55.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:55 trial042 ceph-mon[39945]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:55.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:55 trial161 ceph-mon[43840]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:55.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:55 trial163 ceph-mon[43351]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:57.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:57 trial042 ceph-mon[39945]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:57.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:57 trial161 ceph-mon[43840]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:57.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:57 trial163 ceph-mon[43351]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:59.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:35:59 trial042 ceph-mon[39945]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:59.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:35:59 trial161 ceph-mon[43840]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:35:59.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:35:59 trial163 ceph-mon[43351]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:01.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:01 trial042 ceph-mon[39945]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:01.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:01 trial161 ceph-mon[43840]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:01.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:01 trial163 ceph-mon[43351]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:03.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:03 trial042 ceph-mon[39945]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:03.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:03 trial161 ceph-mon[43840]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:03.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:03 trial163 ceph-mon[43351]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:05.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:05 trial042 ceph-mon[39945]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:05.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:05 trial161 ceph-mon[43840]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:05.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:05 trial163 ceph-mon[43351]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:07.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:07 trial042 ceph-mon[39945]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:07.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:07 trial161 ceph-mon[43840]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:07.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:07 trial163 ceph-mon[43351]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:09 trial042 ceph-mon[39945]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:09.441 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:09 trial163 ceph-mon[43351]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:09.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:09 trial161 ceph-mon[43840]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:11.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:11 trial042 ceph-mon[39945]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:11.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:11 trial161 ceph-mon[43840]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:11.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:11 trial163 ceph-mon[43351]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:13.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:13 trial042 ceph-mon[39945]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:13.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:13 trial161 ceph-mon[43840]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:13.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:13 trial163 ceph-mon[43351]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:15.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:15 trial042 ceph-mon[39945]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:15.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:15 trial161 ceph-mon[43840]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:15.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:15 trial163 ceph-mon[43351]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:17.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:17 trial042 ceph-mon[39945]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:17.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:17 trial161 ceph-mon[43840]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:17.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:17 trial163 ceph-mon[43351]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:19.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:19 trial042 ceph-mon[39945]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:19.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:19 trial161 ceph-mon[43840]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:19.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:19 trial163 ceph-mon[43351]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:21.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:21 trial042 ceph-mon[39945]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:21.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:21 trial161 ceph-mon[43840]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:21.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:21 trial163 ceph-mon[43351]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:23.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:23 trial042 ceph-mon[39945]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:23.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:23 trial161 ceph-mon[43840]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:23.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:23 trial163 ceph-mon[43351]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:25.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:25 trial042 ceph-mon[39945]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:25.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:25 trial161 ceph-mon[43840]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:25.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:25 trial163 ceph-mon[43351]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:27.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:27 trial042 ceph-mon[39945]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:27.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:27 trial161 ceph-mon[43840]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:27.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:27 trial163 ceph-mon[43351]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:29.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:29 trial042 ceph-mon[39945]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:29.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:29 trial161 ceph-mon[43840]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:29.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:29 trial163 ceph-mon[43351]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:31.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:31 trial042 ceph-mon[39945]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:31.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:31 trial161 ceph-mon[43840]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:31.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:31 trial163 ceph-mon[43351]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:33.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:33 trial042 ceph-mon[39945]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:33.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:33 trial161 ceph-mon[43840]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:33.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:33 trial163 ceph-mon[43351]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:35.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:35 trial042 ceph-mon[39945]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:35.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:35 trial161 ceph-mon[43840]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:35.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:35 trial163 ceph-mon[43351]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:37.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:37 trial042 ceph-mon[39945]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:37.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:37 trial161 ceph-mon[43840]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:37.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:37 trial163 ceph-mon[43351]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:39.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:39 trial042 ceph-mon[39945]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:39.441 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:39 trial163 ceph-mon[43351]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:39.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:39 trial161 ceph-mon[43840]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:41 trial042 ceph-mon[39945]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:36:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:36:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:36:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:36:41.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:41 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:36:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:41 trial161 ceph-mon[43840]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:36:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:36:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:36:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:36:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:41 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:36:41.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:41 trial163 ceph-mon[43351]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:41.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:36:41.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:36:41.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:36:41.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:36:41.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:41 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:36:43.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:43 trial042 ceph-mon[39945]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:43.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:43 trial161 ceph-mon[43840]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:43.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:43 trial163 ceph-mon[43351]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:45.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:45 trial042 ceph-mon[39945]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:45.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:45 trial161 ceph-mon[43840]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:45.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:45 trial163 ceph-mon[43351]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:47.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:47 trial042 ceph-mon[39945]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:47.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:47 trial161 ceph-mon[43840]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:47.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:47 trial163 ceph-mon[43351]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:49.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:49 trial042 ceph-mon[39945]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:49.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:49 trial161 ceph-mon[43840]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:49.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:49 trial163 ceph-mon[43351]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:51.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:51 trial042 ceph-mon[39945]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:51.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:51 trial161 ceph-mon[43840]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:51.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:51 trial163 ceph-mon[43351]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:53.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:53 trial042 ceph-mon[39945]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:53.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:53 trial161 ceph-mon[43840]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:53.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:53 trial163 ceph-mon[43351]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:55.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:55 trial042 ceph-mon[39945]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:55.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:55 trial161 ceph-mon[43840]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:55.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:55 trial163 ceph-mon[43351]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:57.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:57 trial042 ceph-mon[39945]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:57.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:57 trial161 ceph-mon[43840]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:57.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:57 trial163 ceph-mon[43351]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:59.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:36:59 trial042 ceph-mon[39945]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:59.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:36:59 trial161 ceph-mon[43840]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:36:59.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:36:59 trial163 ceph-mon[43351]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:01.041 INFO:teuthology.orchestra.run.trial042.stderr:+ ceph orch ps --refresh 2026-02-25T13:37:01.201 INFO:teuthology.orchestra.run.trial042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-25T13:37:01.201 INFO:teuthology.orchestra.run.trial042.stdout:mgr.a trial042 *:9283,8765 running (2m) 112s ago 2m 202M - 20.3.0-5580-g506b402a 03ebe9038c33 85a0a4784554 2026-02-25T13:37:01.201 INFO:teuthology.orchestra.run.trial042.stdout:mgr.b trial161 *:8443,8765 running (2m) 104s ago 2m 154M - 20.3.0-5580-g506b402a 03ebe9038c33 c4c9fd2576db 2026-02-25T13:37:01.201 INFO:teuthology.orchestra.run.trial042.stdout:mon.a trial042 running (2m) 112s ago 2m 46.4M 2048M 20.3.0-5580-g506b402a 03ebe9038c33 5508c16e621d 2026-02-25T13:37:01.201 INFO:teuthology.orchestra.run.trial042.stdout:mon.b trial161 running (2m) 104s ago 2m 38.4M 2048M 20.3.0-5580-g506b402a 03ebe9038c33 89c76b9bb8b8 2026-02-25T13:37:01.201 INFO:teuthology.orchestra.run.trial042.stdout:mon.c trial163 running (2m) 90s ago 2m 39.9M 2048M 20.3.0-5580-g506b402a 03ebe9038c33 5df10104b18d 2026-02-25T13:37:01.201 INFO:teuthology.orchestra.run.trial042.stdout:osd.0 trial042 running (2m) 112s ago 2m 29.1M 82.0G 20.3.0-5580-g506b402a 03ebe9038c33 aeb38310bfc5 2026-02-25T13:37:01.201 INFO:teuthology.orchestra.run.trial042.stdout:osd.1 trial161 running (114s) 104s ago 116s 33.3M 82.0G 20.3.0-5580-g506b402a 03ebe9038c33 35de9ea8776f 2026-02-25T13:37:01.201 INFO:teuthology.orchestra.run.trial042.stdout:osd.2 trial163 running (106s) 90s ago 108s 39.5M 86.0G 20.3.0-5580-g506b402a 03ebe9038c33 f99b6072cad9 2026-02-25T13:37:01.214 INFO:teuthology.orchestra.run.trial042.stderr:+ ceph orch ls --service-name mon --export 2026-02-25T13:37:01.383 INFO:teuthology.orchestra.run.trial042.stderr:+ ceph orch apply -i mon.yaml 2026-02-25T13:37:01.383 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:01 trial042 ceph-mon[39945]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:01.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:01 trial161 ceph-mon[43840]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:01.548 INFO:teuthology.orchestra.run.trial042.stdout:Scheduled mon update... 2026-02-25T13:37:01.548 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:01 trial163 ceph-mon[43351]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:01.559 INFO:teuthology.orchestra.run.trial042.stderr:+ sleep 90 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: mon.b calling monitor election 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: mon.a calling monitor election 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: mon.c calling monitor election 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: monmap epoch 9 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: last_changed 2026-02-25T13:37:06.758451+0000 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: min_mon_release 20 (tentacle) 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: election_strategy: 1 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a; crush_location {datacenter=a} 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: 1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: 2: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: fsmap 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: osdmap e20: 3 total, 3 up, 3 in 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: mgrmap e14: a(active, since 2m), standbys: b 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: overall HEALTH_OK 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: Reconfiguring mon.a (monmap changed)... 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:37:08.123 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: Reconfiguring daemon mon.a on trial042 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: Reconfiguring mgr.a (monmap changed)... 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: Reconfiguring daemon mgr.a on trial042 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:37:08.124 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:07 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:08.139 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: mon.b calling monitor election 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: mon.a calling monitor election 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: mon.c calling monitor election 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: monmap epoch 9 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: last_changed 2026-02-25T13:37:06.758451+0000 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:37:08.140 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: min_mon_release 20 (tentacle) 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: election_strategy: 1 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a; crush_location {datacenter=a} 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: 1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: 2: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: fsmap 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: osdmap e20: 3 total, 3 up, 3 in 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: mgrmap e14: a(active, since 2m), standbys: b 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: overall HEALTH_OK 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: Reconfiguring mon.a (monmap changed)... 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: Reconfiguring daemon mon.a on trial042 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: Reconfiguring mgr.a (monmap changed)... 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:08.141 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: Reconfiguring daemon mgr.a on trial042 2026-02-25T13:37:08.142 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.142 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.142 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:37:08.142 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:07 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:08.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-25T13:37:08.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-25T13:37:08.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-25T13:37:08.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: mon.b calling monitor election 2026-02-25T13:37:08.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: mon.a calling monitor election 2026-02-25T13:37:08.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: mon.c calling monitor election 2026-02-25T13:37:08.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-25T13:37:08.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: monmap epoch 9 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: last_changed 2026-02-25T13:37:06.758451+0000 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: min_mon_release 20 (tentacle) 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: election_strategy: 1 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: 0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a; crush_location {datacenter=a} 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: 1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: 2: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: fsmap 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: osdmap e20: 3 total, 3 up, 3 in 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: mgrmap e14: a(active, since 2m), standbys: b 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: overall HEALTH_OK 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: Reconfiguring mon.a (monmap changed)... 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: Reconfiguring daemon mon.a on trial042 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: Reconfiguring mgr.a (monmap changed)... 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: Reconfiguring daemon mgr.a on trial042 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-25T13:37:08.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:07 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: Reconfiguring osd.0 (monmap changed)... 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: Reconfiguring daemon osd.0 on trial042 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: Reconfiguring mon.b (monmap changed)... 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: Reconfiguring daemon mon.b on trial161 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.255 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:37:09.256 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:08 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:09.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: Reconfiguring osd.0 (monmap changed)... 2026-02-25T13:37:09.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: Reconfiguring daemon osd.0 on trial042 2026-02-25T13:37:09.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: Reconfiguring mon.b (monmap changed)... 2026-02-25T13:37:09.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:37:09.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:37:09.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:09.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: Reconfiguring daemon mon.b on trial161 2026-02-25T13:37:09.390 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:09.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:37:09.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:37:09.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:09.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:37:09.391 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:08 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: Reconfiguring osd.0 (monmap changed)... 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: Reconfiguring daemon osd.0 on trial042 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: Reconfiguring mon.b (monmap changed)... 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: Reconfiguring daemon mon.b on trial161 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:09.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-25T13:37:09.436 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:08 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:10.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: Reconfiguring mgr.b (monmap changed)... 2026-02-25T13:37:10.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: Reconfiguring daemon mgr.b on trial161 2026-02-25T13:37:10.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: Reconfiguring osd.1 (monmap changed)... 2026-02-25T13:37:10.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: Reconfiguring daemon osd.1 on trial161 2026-02-25T13:37:10.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: Reconfiguring mon.c (monmap changed)... 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: Reconfiguring daemon mon.c on trial163 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: Reconfiguring mgr.b (monmap changed)... 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: Reconfiguring daemon mgr.b on trial161 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: Reconfiguring osd.1 (monmap changed)... 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: Reconfiguring daemon osd.1 on trial161 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: Reconfiguring mon.c (monmap changed)... 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: Reconfiguring daemon mon.c on trial163 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:37:10.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:10.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:37:10.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:10.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:37:10.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:37:10.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: Reconfiguring mgr.b (monmap changed)... 2026-02-25T13:37:10.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: Reconfiguring daemon mgr.b on trial161 2026-02-25T13:37:10.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: Reconfiguring osd.1 (monmap changed)... 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: Reconfiguring daemon osd.1 on trial161 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: Reconfiguring mon.c (monmap changed)... 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: Reconfiguring daemon mon.c on trial163 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-25T13:37:10.686 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:10.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:37:10.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:37:10.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:37:10.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:37:10.687 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:37:11.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:11 trial161 ceph-mon[43840]: Reconfiguring osd.2 (monmap changed)... 2026-02-25T13:37:11.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:11 trial161 ceph-mon[43840]: Reconfiguring daemon osd.2 on trial163 2026-02-25T13:37:11.506 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:11 trial161 ceph-mon[43840]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:11.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:11 trial163 ceph-mon[43351]: Reconfiguring osd.2 (monmap changed)... 2026-02-25T13:37:11.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:11 trial163 ceph-mon[43351]: Reconfiguring daemon osd.2 on trial163 2026-02-25T13:37:11.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:11 trial163 ceph-mon[43351]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:11.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:11 trial042 ceph-mon[39945]: Reconfiguring osd.2 (monmap changed)... 2026-02-25T13:37:11.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:11 trial042 ceph-mon[39945]: Reconfiguring daemon osd.2 on trial163 2026-02-25T13:37:11.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:11 trial042 ceph-mon[39945]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:13.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:13 trial161 ceph-mon[43840]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:13.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:13 trial163 ceph-mon[43351]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:13.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:13 trial042 ceph-mon[39945]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:15.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:15 trial161 ceph-mon[43840]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:15.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:15 trial163 ceph-mon[43351]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:15.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:15 trial042 ceph-mon[39945]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:17.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:17 trial161 ceph-mon[43840]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:17.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:17 trial163 ceph-mon[43351]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:17 trial042 ceph-mon[39945]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:19.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:19 trial161 ceph-mon[43840]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:19.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:19 trial163 ceph-mon[43351]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:19.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:19 trial042 ceph-mon[39945]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:21.487 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:21 trial042 ceph-mon[39945]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:21.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:21 trial161 ceph-mon[43840]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:21.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:21 trial163 ceph-mon[43351]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:23.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:23 trial161 ceph-mon[43840]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:23.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:23 trial163 ceph-mon[43351]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:23.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:23 trial042 ceph-mon[39945]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:25.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:25 trial161 ceph-mon[43840]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:25.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:25 trial163 ceph-mon[43351]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:25.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:25 trial042 ceph-mon[39945]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:27.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:27 trial161 ceph-mon[43840]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:27.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:27 trial163 ceph-mon[43351]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:27.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:27 trial042 ceph-mon[39945]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:29.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:29 trial161 ceph-mon[43840]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:29.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:29 trial163 ceph-mon[43351]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:29.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:29 trial042 ceph-mon[39945]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:31.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:31 trial161 ceph-mon[43840]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:31.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:31 trial163 ceph-mon[43351]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:31.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:31 trial042 ceph-mon[39945]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:33.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:33 trial161 ceph-mon[43840]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:33.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:33 trial163 ceph-mon[43351]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:33.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:33 trial042 ceph-mon[39945]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:35.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:35 trial161 ceph-mon[43840]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:35.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:35 trial163 ceph-mon[43351]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:35.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:35 trial042 ceph-mon[39945]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:37.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:37 trial161 ceph-mon[43840]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:37.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:37 trial163 ceph-mon[43351]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:37.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:37 trial042 ceph-mon[39945]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:39.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:39 trial161 ceph-mon[43840]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:39.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:39 trial163 ceph-mon[43351]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:39.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:39 trial042 ceph-mon[39945]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:41.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:41 trial161 ceph-mon[43840]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:41.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:41 trial163 ceph-mon[43351]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:41.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:41 trial042 ceph-mon[39945]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:43.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:43 trial161 ceph-mon[43840]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:43.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:43 trial163 ceph-mon[43351]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:43.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:43 trial042 ceph-mon[39945]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:45.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:45 trial161 ceph-mon[43840]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:45.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:45 trial163 ceph-mon[43351]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:45.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:45 trial042 ceph-mon[39945]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:47.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:47 trial161 ceph-mon[43840]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:47.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:47 trial163 ceph-mon[43351]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:47.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:47 trial042 ceph-mon[39945]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:49.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:49 trial161 ceph-mon[43840]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:49.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:49 trial163 ceph-mon[43351]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:49.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:49 trial042 ceph-mon[39945]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:51.487 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:51 trial042 ceph-mon[39945]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:51.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:51 trial161 ceph-mon[43840]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:51.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:51 trial163 ceph-mon[43351]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:53.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:53 trial161 ceph-mon[43840]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:53.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:53 trial163 ceph-mon[43351]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:53.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:53 trial042 ceph-mon[39945]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:55.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:55 trial161 ceph-mon[43840]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:55.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:55 trial163 ceph-mon[43351]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:55.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:55 trial042 ceph-mon[39945]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:57.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:57 trial161 ceph-mon[43840]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:57.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:57 trial163 ceph-mon[43351]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:57.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:57 trial042 ceph-mon[39945]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:59.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:37:59 trial161 ceph-mon[43840]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:59.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:37:59 trial163 ceph-mon[43351]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:37:59.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:37:59 trial042 ceph-mon[39945]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:01.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:01 trial161 ceph-mon[43840]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:01.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:01 trial163 ceph-mon[43351]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:01.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:01 trial042 ceph-mon[39945]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:03.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:03 trial161 ceph-mon[43840]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:03.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:03 trial163 ceph-mon[43351]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:03.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:03 trial042 ceph-mon[39945]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:05.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:05 trial161 ceph-mon[43840]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:05.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:05 trial163 ceph-mon[43351]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:05.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:05 trial042 ceph-mon[39945]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:07.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:07 trial161 ceph-mon[43840]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:07.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:07 trial163 ceph-mon[43351]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:07.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:07 trial042 ceph-mon[39945]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:09.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:09 trial161 ceph-mon[43840]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:09.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:09 trial163 ceph-mon[43351]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:09.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:09 trial042 ceph-mon[39945]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:10.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:10 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:38:10.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:10 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:38:10.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:10 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-25T13:38:11.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:11 trial161 ceph-mon[43840]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:11.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:11 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:38:11.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:11 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:38:11.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:11 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:38:11.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:11 trial161 ceph-mon[43840]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:38:11.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:11 trial163 ceph-mon[43351]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:11.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:11 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:38:11.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:11 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:38:11.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:11 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:38:11.640 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:11 trial163 ceph-mon[43351]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:38:11.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:11 trial042 ceph-mon[39945]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:11.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:11 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-25T13:38:11.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:11 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-25T13:38:11.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:11 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' 2026-02-25T13:38:11.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:11 trial042 ceph-mon[39945]: from='mgr.14150 10.20.193.42:0/2911815438' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-25T13:38:13.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:13 trial161 ceph-mon[43840]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:13.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:13 trial163 ceph-mon[43351]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:13.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:13 trial042 ceph-mon[39945]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:15.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:15 trial161 ceph-mon[43840]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:15.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:15 trial163 ceph-mon[43351]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:15.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:15 trial042 ceph-mon[39945]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:17.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:17 trial163 ceph-mon[43351]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:17.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:17 trial042 ceph-mon[39945]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:17.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:17 trial161 ceph-mon[43840]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:18.639 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:18 trial163 ceph-mon[43351]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:18.685 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:18 trial042 ceph-mon[39945]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:18.755 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:18 trial161 ceph-mon[43840]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:21.388 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:21 trial042 ceph-mon[39945]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:21.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:21 trial163 ceph-mon[43351]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:21.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:21 trial161 ceph-mon[43840]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:23.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:23 trial163 ceph-mon[43351]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:23.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:23 trial042 ceph-mon[39945]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:23.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:23 trial161 ceph-mon[43840]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:25.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:25 trial163 ceph-mon[43351]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:25.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:25 trial042 ceph-mon[39945]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:25.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:25 trial161 ceph-mon[43840]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:27.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:27 trial163 ceph-mon[43351]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:27.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:27 trial042 ceph-mon[39945]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:27.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:27 trial161 ceph-mon[43840]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:29.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:29 trial163 ceph-mon[43351]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:29.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:29 trial042 ceph-mon[39945]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:29.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:29 trial161 ceph-mon[43840]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:31.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:31 trial163 ceph-mon[43351]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:31.435 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:31 trial042 ceph-mon[39945]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:31.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:31 trial161 ceph-mon[43840]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-25T13:38:31.561 INFO:teuthology.orchestra.run.trial042.stderr:+ ceph mon dump 2026-02-25T13:38:31.754 INFO:teuthology.orchestra.run.trial042.stdout:epoch 9 2026-02-25T13:38:31.754 INFO:teuthology.orchestra.run.trial042.stdout:fsid 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:38:31.754 INFO:teuthology.orchestra.run.trial042.stdout:last_changed 2026-02-25T13:37:06.758451+0000 2026-02-25T13:38:31.755 INFO:teuthology.orchestra.run.trial042.stdout:created 2026-02-25T13:34:05.319920+0000 2026-02-25T13:38:31.755 INFO:teuthology.orchestra.run.trial042.stdout:min_mon_release 20 (tentacle) 2026-02-25T13:38:31.755 INFO:teuthology.orchestra.run.trial042.stdout:election_strategy: 1 2026-02-25T13:38:31.755 INFO:teuthology.orchestra.run.trial042.stdout:0: [v2:10.20.193.42:3300/0,v1:10.20.193.42:6789/0] mon.a; crush_location {datacenter=a} 2026-02-25T13:38:31.755 INFO:teuthology.orchestra.run.trial042.stdout:1: [v2:10.20.193.163:3300/0,v1:10.20.193.163:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-25T13:38:31.755 INFO:teuthology.orchestra.run.trial042.stdout:2: [v2:10.20.193.161:3300/0,v1:10.20.193.161:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-25T13:38:31.755 INFO:teuthology.orchestra.run.trial042.stderr:dumped monmap epoch 9 2026-02-25T13:38:31.765 INFO:teuthology.orchestra.run.trial042.stderr:+ ceph mon dump --format json 2026-02-25T13:38:31.953 INFO:teuthology.orchestra.run.trial042.stdout: 2026-02-25T13:38:31.953 INFO:teuthology.orchestra.run.trial042.stdout:{"epoch":9,"fsid":"9f73174d-124e-11f1-814b-d404e6e7d460","modified":"2026-02-25T13:37:06.758451Z","created":"2026-02-25T13:34:05.319920Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.42:3300","nonce":0},{"type":"v1","addr":"10.20.193.42:6789","nonce":0}]},"addr":"10.20.193.42:6789/0","public_addr":"10.20.193.42:6789/0","priority":0,"weight":0,"time_added":"2026-02-25T13:34:05:319931+0000","crush_location":[{"key":"datacenter","val":"a"}]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.163:3300","nonce":0},{"type":"v1","addr":"10.20.193.163:6789","nonce":0}]},"addr":"10.20.193.163:6789/0","public_addr":"10.20.193.163:6789/0","priority":0,"weight":0,"time_added":"2026-02-25T13:34:34:907229+0000","crush_location":[{"key":"datacenter","val":"a"},{"key":"rack","val":"3"}]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.161:3300","nonce":0},{"type":"v1","addr":"10.20.193.161:6789","nonce":0}]},"addr":"10.20.193.161:6789/0","public_addr":"10.20.193.161:6789/0","priority":0,"weight":0,"time_added":"2026-02-25T13:34:41:287706+0000","crush_location":[{"key":"datacenter","val":"b"},{"key":"rack","val":"2"}]}],"quorum":[0,1,2]} 2026-02-25T13:38:31.953 INFO:teuthology.orchestra.run.trial042.stderr:dumped monmap epoch 9 2026-02-25T13:38:31.963 INFO:teuthology.orchestra.run.trial042.stderr:+ read monid 2026-02-25T13:38:31.963 INFO:teuthology.orchestra.run.trial042.stderr:+ read crushloc 2026-02-25T13:38:31.963 INFO:teuthology.orchestra.run.trial042.stderr:+ ceph mon dump --format json 2026-02-25T13:38:31.963 INFO:teuthology.orchestra.run.trial042.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-25T13:38:32.150 INFO:teuthology.orchestra.run.trial042.stderr:dumped monmap epoch 9 2026-02-25T13:38:32.162 INFO:teuthology.orchestra.run.trial042.stdout:false 2026-02-25T13:38:32.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:38:32.194 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_ceph-c_506b402a3d3a240d0bfe073b4769eaffdf84497b/qa/tasks/cephadm.py", line 1496, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_506b402a3d3a240d0bfe073b4769eaffdf84497b/qa/tasks/cephadm.py", line 41, in _shell return remote.run( ^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial042 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- bash -c \'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\nceph 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\'"\'"\'\ndone 3 sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-25T13:38:32.232 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:32 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/2038533012' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-25T13:38:32.232 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:32 trial042 ceph-mon[39945]: from='client.? 10.20.193.42:0/3981888963' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-25T13:38:32.236 DEBUG:teuthology.orchestra.run.trial161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-25T13:38:32.265 DEBUG:teuthology.orchestra.run.trial163:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-25T13:38:32.295 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-25T13:38:32.296 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-25T13:38:32.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:32 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/2038533012' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-25T13:38:32.389 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:32 trial163 ceph-mon[43351]: from='client.? 10.20.193.42:0/3981888963' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-25T13:38:32.412 INFO:teuthology.orchestra.run.trial042.stderr:Inferring config /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/mon.a/config 2026-02-25T13:38:32.430 INFO:teuthology.orchestra.run.trial042.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-25T13:38:32.449 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-25T13:38:32.450 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-25T13:38:32.450 DEBUG:teuthology.orchestra.run.trial042:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-25T13:38:32.467 DEBUG:teuthology.orchestra.run.trial161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-25T13:38:32.484 DEBUG:teuthology.orchestra.run.trial163:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-25T13:38:32.501 INFO:tasks.cephadm:Stopping all daemons... 2026-02-25T13:38:32.501 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-25T13:38:32.501 DEBUG:teuthology.orchestra.run.trial042:> sudo systemctl stop ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.a 2026-02-25T13:38:32.504 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:32 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/2038533012' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-25T13:38:32.505 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:32 trial161 ceph-mon[43840]: from='client.? 10.20.193.42:0/3981888963' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-25T13:38:32.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:32 trial042 systemd[1]: Stopping Ceph mon.a for 9f73174d-124e-11f1-814b-d404e6e7d460... 2026-02-25T13:38:32.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:32 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a[39939]: 2026-02-25T13:38:32.605+0000 7f77256166c0 -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 2026-02-25T13:38:32.872 INFO:journalctl@ceph.mon.a.trial042.stdout:Feb 25 13:38:32 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-a[39939]: 2026-02-25T13:38:32.605+0000 7f77256166c0 -1 mon.a@0(leader) e9 *** Got Signal Terminated *** 2026-02-25T13:38:32.955 DEBUG:teuthology.orchestra.run.trial042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.a.service' 2026-02-25T13:38:32.991 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-25T13:38:32.992 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-25T13:38:32.992 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-25T13:38:32.992 DEBUG:teuthology.orchestra.run.trial161:> sudo systemctl stop ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.b 2026-02-25T13:38:33.304 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:33 trial161 systemd[1]: Stopping Ceph mon.b for 9f73174d-124e-11f1-814b-d404e6e7d460... 2026-02-25T13:38:33.304 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:33 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-b[43833]: 2026-02-25T13:38:33.088+0000 7f77d09bd6c0 -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 2026-02-25T13:38:33.304 INFO:journalctl@ceph.mon.b.trial161.stdout:Feb 25 13:38:33 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-b[43833]: 2026-02-25T13:38:33.088+0000 7f77d09bd6c0 -1 mon.b@2(peon) e9 *** Got Signal Terminated *** 2026-02-25T13:38:33.389 DEBUG:teuthology.orchestra.run.trial161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.b.service' 2026-02-25T13:38:33.426 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-25T13:38:33.427 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-25T13:38:33.427 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-25T13:38:33.427 DEBUG:teuthology.orchestra.run.trial163:> sudo systemctl stop ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.c 2026-02-25T13:38:33.768 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:33 trial163 systemd[1]: Stopping Ceph mon.c for 9f73174d-124e-11f1-814b-d404e6e7d460... 2026-02-25T13:38:33.768 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:33 trial163 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-c[43347]: 2026-02-25T13:38:33.533+0000 7f89e44ac6c0 -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 2026-02-25T13:38:33.768 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:33 trial163 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-c[43347]: 2026-02-25T13:38:33.533+0000 7f89e44ac6c0 -1 mon.c@1(peon) e9 *** Got Signal Terminated *** 2026-02-25T13:38:33.768 INFO:journalctl@ceph.mon.c.trial163.stdout:Feb 25 13:38:33 trial163 podman[57429]: 2026-02-25 13:38:33.766287196 +0000 UTC m=+0.244642346 container died 5df10104b18db5b9c4d2ade8ca9b8ad3d3260792d3faade2ffb0ed9075945117 (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mon-c, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, version=10, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, license=BSD-3-Clause, org.opencontainers.image.authors=Ceph Release Team , name=rockylinux, org.opencontainers.image.title=rockylinux, vendor=Rocky Enterprise Software Foundation, io.buildah.version=1.41.3, org.opencontainers.image.licenses=BSD-3-Clause, summary=Rocky Linux Base image, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, ceph=True, org.opencontainers.image.version=10, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-25T13:38:33.849 DEBUG:teuthology.orchestra.run.trial163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mon.c.service' 2026-02-25T13:38:33.886 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-25T13:38:33.886 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-25T13:38:33.886 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-25T13:38:33.887 DEBUG:teuthology.orchestra.run.trial042:> sudo systemctl stop ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mgr.a 2026-02-25T13:38:34.092 DEBUG:teuthology.orchestra.run.trial042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mgr.a.service' 2026-02-25T13:38:34.128 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-25T13:38:34.128 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-25T13:38:34.129 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-25T13:38:34.129 DEBUG:teuthology.orchestra.run.trial161:> sudo systemctl stop ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mgr.b 2026-02-25T13:38:34.251 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:38:34 trial161 systemd[1]: Stopping Ceph mgr.b for 9f73174d-124e-11f1-814b-d404e6e7d460... 2026-02-25T13:38:34.251 INFO:journalctl@ceph.mgr.b.trial161.stdout:Feb 25 13:38:34 trial161 podman[58669]: 2026-02-25 13:38:34.244100671 +0000 UTC m=+0.032290682 container died c4c9fd2576db636ddb5d57f07b1b2e6fd5600b8dcb55bd357216449ebb52f2b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-mgr-b, org.opencontainers.image.version=10, license=BSD-3-Clause, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, ceph=True, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, name=rockylinux, org.opencontainers.image.licenses=BSD-3-Clause, summary=Rocky Linux Base image, version=10, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, vendor=Rocky Enterprise Software Foundation, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.title=rockylinux, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190) 2026-02-25T13:38:34.321 DEBUG:teuthology.orchestra.run.trial161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@mgr.b.service' 2026-02-25T13:38:34.354 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-25T13:38:34.354 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-25T13:38:34.354 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-25T13:38:34.354 DEBUG:teuthology.orchestra.run.trial042:> sudo systemctl stop ceph-9f73174d-124e-11f1-814b-d404e6e7d460@osd.0 2026-02-25T13:38:34.685 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:34 trial042 systemd[1]: Stopping Ceph osd.0 for 9f73174d-124e-11f1-814b-d404e6e7d460... 2026-02-25T13:38:34.686 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:34 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0[53587]: 2026-02-25T13:38:34.452+0000 7fe75e3ab6c0 -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 --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-25T13:38:34.686 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:34 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0[53587]: 2026-02-25T13:38:34.452+0000 7fe75e3ab6c0 -1 osd.0 20 *** Got signal Terminated *** 2026-02-25T13:38:34.686 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:34 trial042 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0[53587]: 2026-02-25T13:38:34.452+0000 7fe75e3ab6c0 -1 osd.0 20 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-25T13:38:39.802 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:39 trial042 podman[66520]: 2026-02-25 13:38:39.52203202 +0000 UTC m=+5.079898804 container died aeb38310bfc5ff46950ef20ad3ba4bf05ae4350df99016bacbe49f99e092f23e (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, OSD_FLAVOR=default, org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.opencontainers.image.title=rockylinux, summary=Rocky Linux Base image, version=10, license=BSD-3-Clause, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.version=10, vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, ceph=True, name=rockylinux) 2026-02-25T13:38:39.802 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:39 trial042 podman[66520]: 2026-02-25 13:38:39.531566497 +0000 UTC m=+5.089433281 container remove aeb38310bfc5ff46950ef20ad3ba4bf05ae4350df99016bacbe49f99e092f23e (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.opencontainers.image.title=rockylinux, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.version=10, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.licenses=BSD-3-Clause, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, vendor=Rocky Enterprise Software Foundation, version=10, org.opencontainers.image.documentation=https://docs.ceph.com/, summary=Rocky Linux Base image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, ceph=True, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, license=BSD-3-Clause, name=rockylinux, OSD_FLAVOR=default) 2026-02-25T13:38:39.802 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:39 trial042 bash[66520]: ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0 2026-02-25T13:38:39.802 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:39 trial042 podman[66640]: 2026-02-25 13:38:39.651050635 +0000 UTC m=+0.015388160 container create 3609e3ba19c218c13a6969886f43113f8da0c1765af817ad0fa57b081b59e779 (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0-deactivate, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.version=10, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, license=BSD-3-Clause, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, ceph=True, io.buildah.version=1.41.3, org.opencontainers.image.title=rockylinux, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, org.opencontainers.image.licenses=BSD-3-Clause, vendor=Rocky Enterprise Software Foundation, version=10, summary=Rocky Linux Base image, name=rockylinux) 2026-02-25T13:38:39.802 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:39 trial042 podman[66640]: 2026-02-25 13:38:39.680239185 +0000 UTC m=+0.044576720 container init 3609e3ba19c218c13a6969886f43113f8da0c1765af817ad0fa57b081b59e779 (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0-deactivate, OSD_FLAVOR=default, version=10, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.title=rockylinux, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, vendor=Rocky Enterprise Software Foundation, summary=Rocky Linux Base image, name=rockylinux, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, ceph=True, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.version=10, license=BSD-3-Clause, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3) 2026-02-25T13:38:39.802 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:39 trial042 podman[66640]: 2026-02-25 13:38:39.682850364 +0000 UTC m=+0.047187899 container start 3609e3ba19c218c13a6969886f43113f8da0c1765af817ad0fa57b081b59e779 (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.title=rockylinux, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, version=10, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, license=BSD-3-Clause, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.version=10, org.opencontainers.image.licenses=BSD-3-Clause, OSD_FLAVOR=default, summary=Rocky Linux Base image, name=rockylinux, ceph=True, io.buildah.version=1.41.3) 2026-02-25T13:38:39.803 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:39 trial042 podman[66640]: 2026-02-25 13:38:39.68342436 +0000 UTC m=+0.047761885 container attach 3609e3ba19c218c13a6969886f43113f8da0c1765af817ad0fa57b081b59e779 (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-0-deactivate, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.version=10, org.opencontainers.image.title=rockylinux, summary=Rocky Linux Base image, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, org.opencontainers.image.licenses=BSD-3-Clause, vendor=Rocky Enterprise Software Foundation, license=BSD-3-Clause, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, io.buildah.version=1.41.3, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, OSD_FLAVOR=default, name=rockylinux, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, version=10) 2026-02-25T13:38:39.803 INFO:journalctl@ceph.osd.0.trial042.stdout:Feb 25 13:38:39 trial042 podman[66640]: 2026-02-25 13:38:39.644634499 +0000 UTC m=+0.008972014 image pull 03ebe9038c3348ac8c54b446265b490291393679a25a98696afabfc7545cca9a quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82 2026-02-25T13:38:39.842 DEBUG:teuthology.orchestra.run.trial042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@osd.0.service' 2026-02-25T13:38:39.878 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-25T13:38:39.878 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-25T13:38:39.879 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-25T13:38:39.879 DEBUG:teuthology.orchestra.run.trial161:> sudo systemctl stop ceph-9f73174d-124e-11f1-814b-d404e6e7d460@osd.1 2026-02-25T13:38:40.255 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:39 trial161 systemd[1]: Stopping Ceph osd.1 for 9f73174d-124e-11f1-814b-d404e6e7d460... 2026-02-25T13:38:40.255 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:39 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1[49226]: 2026-02-25T13:38:39.980+0000 7f5779e296c0 -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 --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-25T13:38:40.255 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:39 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1[49226]: 2026-02-25T13:38:39.980+0000 7f5779e296c0 -1 osd.1 20 *** Got signal Terminated *** 2026-02-25T13:38:40.255 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:39 trial161 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1[49226]: 2026-02-25T13:38:39.980+0000 7f5779e296c0 -1 osd.1 20 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-25T13:38:45.345 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:45 trial161 podman[58820]: 2026-02-25 13:38:45.060679988 +0000 UTC m=+5.092551076 container died 35de9ea8776fe537b8a3f5099684193ae9237e32ec086cf08e3193d322ca916d (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1, ceph=True, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, vendor=Rocky Enterprise Software Foundation, version=10, org.opencontainers.image.documentation=https://docs.ceph.com/, name=rockylinux, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.licenses=BSD-3-Clause, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.version=10, summary=Rocky Linux Base image, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.opencontainers.image.title=rockylinux, license=BSD-3-Clause) 2026-02-25T13:38:45.345 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:45 trial161 podman[58820]: 2026-02-25 13:38:45.069003351 +0000 UTC m=+5.100874429 container remove 35de9ea8776fe537b8a3f5099684193ae9237e32ec086cf08e3193d322ca916d (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1, org.opencontainers.image.version=10, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, license=BSD-3-Clause, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, vendor=Rocky Enterprise Software Foundation, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, summary=Rocky Linux Base image, org.opencontainers.image.licenses=BSD-3-Clause, version=10, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, io.buildah.version=1.41.3, name=rockylinux, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, org.opencontainers.image.title=rockylinux) 2026-02-25T13:38:45.345 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:45 trial161 bash[58820]: ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1 2026-02-25T13:38:45.346 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:45 trial161 podman[58950]: 2026-02-25 13:38:45.188708716 +0000 UTC m=+0.014736801 container create 78d8099ae60ecfb80f301c34bfff0536ca445e177d38a5186b9cafdece93657a (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.title=rockylinux, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.version=10, license=BSD-3-Clause, org.opencontainers.image.licenses=BSD-3-Clause, version=10, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, name=rockylinux, vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.authors=Ceph Release Team , summary=Rocky Linux Base image, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, io.buildah.version=1.41.3, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, OSD_FLAVOR=default, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation) 2026-02-25T13:38:45.346 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:45 trial161 podman[58950]: 2026-02-25 13:38:45.214156913 +0000 UTC m=+0.040184998 container init 78d8099ae60ecfb80f301c34bfff0536ca445e177d38a5186b9cafdece93657a (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.title=rockylinux, org.opencontainers.image.authors=Ceph Release Team , version=10, OSD_FLAVOR=default, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, summary=Rocky Linux Base image, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, name=rockylinux, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.version=10, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.licenses=BSD-3-Clause, vendor=Rocky Enterprise Software Foundation, io.buildah.version=1.41.3, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, license=BSD-3-Clause, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-25T13:38:45.346 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:45 trial161 podman[58950]: 2026-02-25 13:38:45.216516624 +0000 UTC m=+0.042544709 container start 78d8099ae60ecfb80f301c34bfff0536ca445e177d38a5186b9cafdece93657a (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1-deactivate, version=10, org.opencontainers.image.version=10, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, vendor=Rocky Enterprise Software Foundation, license=BSD-3-Clause, ceph=True, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, OSD_FLAVOR=default, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.title=rockylinux, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, name=rockylinux, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, summary=Rocky Linux Base image, org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-25T13:38:45.346 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:45 trial161 podman[58950]: 2026-02-25 13:38:45.217071585 +0000 UTC m=+0.043099670 container attach 78d8099ae60ecfb80f301c34bfff0536ca445e177d38a5186b9cafdece93657a (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.version=10, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, summary=Rocky Linux Base image, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, OSD_FLAVOR=default, name=rockylinux, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, version=10, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.title=rockylinux, vendor=Rocky Enterprise Software Foundation, license=BSD-3-Clause, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-25T13:38:45.346 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:45 trial161 podman[58950]: 2026-02-25 13:38:45.182854818 +0000 UTC m=+0.008882903 image pull 03ebe9038c3348ac8c54b446265b490291393679a25a98696afabfc7545cca9a quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82 2026-02-25T13:38:45.346 INFO:journalctl@ceph.osd.1.trial161.stdout:Feb 25 13:38:45 trial161 podman[58950]: 2026-02-25 13:38:45.343133862 +0000 UTC m=+0.169161937 container died 78d8099ae60ecfb80f301c34bfff0536ca445e177d38a5186b9cafdece93657a (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.version=10, vendor=Rocky Enterprise Software Foundation, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, summary=Rocky Linux Base image, io.buildah.version=1.41.3, version=10, license=BSD-3-Clause, name=rockylinux, org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.title=rockylinux, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, OSD_FLAVOR=default, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , ceph=True) 2026-02-25T13:38:45.372 DEBUG:teuthology.orchestra.run.trial161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@osd.1.service' 2026-02-25T13:38:45.409 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-25T13:38:45.409 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-25T13:38:45.410 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-25T13:38:45.410 DEBUG:teuthology.orchestra.run.trial163:> sudo systemctl stop ceph-9f73174d-124e-11f1-814b-d404e6e7d460@osd.2 2026-02-25T13:38:45.889 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:45 trial163 systemd[1]: Stopping Ceph osd.2 for 9f73174d-124e-11f1-814b-d404e6e7d460... 2026-02-25T13:38:45.890 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:45 trial163 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2[48636]: 2026-02-25T13:38:45.505+0000 7f4dff2a36c0 -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 --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-25T13:38:45.890 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:45 trial163 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2[48636]: 2026-02-25T13:38:45.505+0000 7f4dff2a36c0 -1 osd.2 20 *** Got signal Terminated *** 2026-02-25T13:38:45.890 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:45 trial163 ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2[48636]: 2026-02-25T13:38:45.505+0000 7f4dff2a36c0 -1 osd.2 20 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-25T13:38:50.864 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:50 trial163 podman[57584]: 2026-02-25 13:38:50.575307681 +0000 UTC m=+5.081200607 container died f99b6072cad94c4c65455026b058c49ef614fcd0b7a2a2335c7abb6700d715eb (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2, org.opencontainers.image.version=10, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, summary=Rocky Linux Base image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.title=rockylinux, io.buildah.version=1.41.3, org.opencontainers.image.licenses=BSD-3-Clause, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, ceph=True, vendor=Rocky Enterprise Software Foundation, version=10, license=BSD-3-Clause, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=docker.io/rockylinux/rockylinux:10, OSD_FLAVOR=default, name=rockylinux, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10) 2026-02-25T13:38:50.864 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:50 trial163 podman[57584]: 2026-02-25 13:38:50.584249642 +0000 UTC m=+5.090142558 container remove f99b6072cad94c4c65455026b058c49ef614fcd0b7a2a2335c7abb6700d715eb (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.licenses=BSD-3-Clause, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, license=BSD-3-Clause, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, name=rockylinux, version=10, ceph=True, org.opencontainers.image.version=10, io.buildah.version=1.41.3, org.opencontainers.image.title=rockylinux, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, summary=Rocky Linux Base image) 2026-02-25T13:38:50.864 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:50 trial163 bash[57584]: ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2 2026-02-25T13:38:50.864 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:50 trial163 podman[57712]: 2026-02-25 13:38:50.711749249 +0000 UTC m=+0.016266801 container create 4007b0e9bbb8652ced377c82b2f0b1bc1d03d9e0e2b3cf3d45f59a258b7a8d09 (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2-deactivate, io.buildah.version=1.41.3, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.licenses=BSD-3-Clause, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, org.opencontainers.image.version=10, license=BSD-3-Clause, ceph=True, version=10, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.documentation=https://docs.ceph.com/, summary=Rocky Linux Base image, name=rockylinux, org.opencontainers.image.title=rockylinux) 2026-02-25T13:38:50.864 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:50 trial163 podman[57712]: 2026-02-25 13:38:50.738152527 +0000 UTC m=+0.042670089 container init 4007b0e9bbb8652ced377c82b2f0b1bc1d03d9e0e2b3cf3d45f59a258b7a8d09 (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2-deactivate, license=BSD-3-Clause, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.title=rockylinux, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, vendor=Rocky Enterprise Software Foundation, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, OSD_FLAVOR=default, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, ceph=True, version=10, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.version=10, summary=Rocky Linux Base image, name=rockylinux, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-25T13:38:50.864 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:50 trial163 podman[57712]: 2026-02-25 13:38:50.740672465 +0000 UTC m=+0.045190017 container start 4007b0e9bbb8652ced377c82b2f0b1bc1d03d9e0e2b3cf3d45f59a258b7a8d09 (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2-deactivate, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, io.buildah.version=1.41.3, OSD_FLAVOR=default, license=BSD-3-Clause, name=rockylinux, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, summary=Rocky Linux Base image, org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.version=10, vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, org.opencontainers.image.title=rockylinux, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, version=10) 2026-02-25T13:38:50.864 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:50 trial163 podman[57712]: 2026-02-25 13:38:50.741134593 +0000 UTC m=+0.045652135 container attach 4007b0e9bbb8652ced377c82b2f0b1bc1d03d9e0e2b3cf3d45f59a258b7a8d09 (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2-deactivate, org.opencontainers.image.title=rockylinux, org.opencontainers.image.version=10, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, license=BSD-3-Clause, summary=Rocky Linux Base image, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, name=rockylinux, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, version=10, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.licenses=BSD-3-Clause, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, vendor=Rocky Enterprise Software Foundation, ceph=True) 2026-02-25T13:38:50.864 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:50 trial163 podman[57712]: 2026-02-25 13:38:50.705340611 +0000 UTC m=+0.009858153 image pull 03ebe9038c3348ac8c54b446265b490291393679a25a98696afabfc7545cca9a quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82 2026-02-25T13:38:50.864 INFO:journalctl@ceph.osd.2.trial163.stdout:Feb 25 13:38:50 trial163 podman[57712]: 2026-02-25 13:38:50.862703309 +0000 UTC m=+0.167220871 container died 4007b0e9bbb8652ced377c82b2f0b1bc1d03d9e0e2b3cf3d45f59a258b7a8d09 (image=quay.ceph.io/ceph-ci/ceph@sha256:d76ad95a03e52df98ccb254d7e1ab1084b669674e2688325703e3801dfb0dc82, name=ceph-9f73174d-124e-11f1-814b-d404e6e7d460-osd-2-deactivate, license=BSD-3-Clause, ceph=True, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-24-1771941190, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.title=rockylinux, CEPH_SHA1=506b402a3d3a240d0bfe073b4769eaffdf84497b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, vendor=Rocky Enterprise Software Foundation, version=10, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.version=10, summary=Rocky Linux Base image, org.opencontainers.image.source=https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, name=rockylinux, FROM_IMAGE=docker.io/rockylinux/rockylinux:10, org.opencontainers.image.licenses=BSD-3-Clause, org.opencontainers.image.vendor=Rocky Enterprise Software Foundation) 2026-02-25T13:38:50.900 DEBUG:teuthology.orchestra.run.trial163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f73174d-124e-11f1-814b-d404e6e7d460@osd.2.service' 2026-02-25T13:38:50.934 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-25T13:38:50.934 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-25T13:38:50.934 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 --force --keep-logs 2026-02-25T13:38:51.053 INFO:teuthology.orchestra.run.trial042.stdout:Deleting cluster with fsid: 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:38:51.857 DEBUG:teuthology.orchestra.run.trial161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 --force --keep-logs 2026-02-25T13:38:51.976 INFO:teuthology.orchestra.run.trial161.stdout:Deleting cluster with fsid: 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:38:52.792 DEBUG:teuthology.orchestra.run.trial163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 --force --keep-logs 2026-02-25T13:38:52.909 INFO:teuthology.orchestra.run.trial163.stdout:Deleting cluster with fsid: 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:38:53.577 DEBUG:teuthology.orchestra.run.trial042:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-25T13:38:53.606 DEBUG:teuthology.orchestra.run.trial161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-25T13:38:53.636 DEBUG:teuthology.orchestra.run.trial163:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-25T13:38:53.665 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-25T13:38:53.667 DEBUG:teuthology.misc:Transferring archived files from trial042:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial/70128/remote/trial042/crash 2026-02-25T13:38:53.669 DEBUG:teuthology.orchestra.run.trial042:> sudo tar c -f - -C /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/crash -- . 2026-02-25T13:38:53.693 INFO:teuthology.orchestra.run.trial042.stderr:tar: /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-25T13:38:53.693 INFO:teuthology.orchestra.run.trial042.stderr:tar: Error is not recoverable: exiting now 2026-02-25T13:38:53.697 DEBUG:teuthology.misc:Transferring archived files from trial161:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial/70128/remote/trial161/crash 2026-02-25T13:38:53.698 DEBUG:teuthology.orchestra.run.trial161:> sudo tar c -f - -C /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/crash -- . 2026-02-25T13:38:53.722 INFO:teuthology.orchestra.run.trial161.stderr:tar: /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-25T13:38:53.722 INFO:teuthology.orchestra.run.trial161.stderr:tar: Error is not recoverable: exiting now 2026-02-25T13:38:53.724 DEBUG:teuthology.misc:Transferring archived files from trial163:/var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial/70128/remote/trial163/crash 2026-02-25T13:38:53.725 DEBUG:teuthology.orchestra.run.trial163:> sudo tar c -f - -C /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/crash -- . 2026-02-25T13:38:53.750 INFO:teuthology.orchestra.run.trial163.stderr:tar: /var/lib/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-25T13:38:53.750 INFO:teuthology.orchestra.run.trial163.stderr:tar: Error is not recoverable: exiting now 2026-02-25T13:38:53.751 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-25T13:38:53.751 DEBUG:teuthology.orchestra.run.trial042:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v MON_DOWN | grep -E -v POOL_APP_NOT_ENABLED | grep -E -v 'mon down' | grep -E -v 'mons down' | grep -E -v 'out of quorum' | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-25T13:38:53.776 INFO:tasks.cephadm:Compressing logs... 2026-02-25T13:38:53.777 DEBUG:teuthology.orchestra.run.trial042:> 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 -- 2026-02-25T13:38:53.819 DEBUG:teuthology.orchestra.run.trial161:> 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 -- 2026-02-25T13:38:53.823 DEBUG:teuthology.orchestra.run.trial163:> 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 -- 2026-02-25T13:38:53.840 INFO:teuthology.orchestra.run.trial042.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-25T13:38:53.843 INFO:teuthology.orchestra.run.trial042.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-25T13:38:53.843 INFO:teuthology.orchestra.run.trial042.stderr:gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mon.a.log 2026-02-25T13:38:53.843 INFO:teuthology.orchestra.run.trial042.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-osd.0.log 2026-02-25T13:38:53.843 INFO:teuthology.orchestra.run.trial042.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.cephadm.log 2026-02-25T13:38:53.843 INFO:teuthology.orchestra.run.trial042.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mgr.a.log 2026-02-25T13:38:53.843 INFO:teuthology.orchestra.run.trial042.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.audit.log 2026-02-25T13:38:53.843 INFO:teuthology.orchestra.run.trial042.stderr: 83.2% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.cephadm.log.gz 2026-02-25T13:38:53.843 INFO:teuthology.orchestra.run.trial042.stderr: 88.2% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-25T13:38:53.843 INFO:teuthology.orchestra.run.trial042.stderr:gzip -5 --verbose/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mgr.a.log: -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-volume.log 2026-02-25T13:38:53.844 INFO:teuthology.orchestra.run.trial042.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.log 2026-02-25T13:38:53.844 INFO:teuthology.orchestra.run.trial042.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-volume.log: /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.log: 90.1% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.audit.log.gz 2026-02-25T13:38:53.844 INFO:teuthology.orchestra.run.trial042.stderr: 87.0% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.log.gz 2026-02-25T13:38:53.844 INFO:teuthology.orchestra.run.trial042.stderr: 93.9% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-volume.log.gz 2026-02-25T13:38:53.845 INFO:teuthology.orchestra.run.trial161.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-25T13:38:53.845 INFO:teuthology.orchestra.run.trial161.stderr:: No such file or directory 2026-02-25T13:38:53.847 INFO:teuthology.orchestra.run.trial161.stderr:gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.cephadm.log 2026-02-25T13:38:53.847 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mgr.b.log 2026-02-25T13:38:53.847 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.audit.log 2026-02-25T13:38:53.848 INFO:teuthology.orchestra.run.trial161.stderr: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-25T13:38:53.848 INFO:teuthology.orchestra.run.trial161.stderr: 83.4% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.cephadm.log.gz 2026-02-25T13:38:53.848 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mon.b.log 2026-02-25T13:38:53.848 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-volume.log 2026-02-25T13:38:53.850 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-osd.1.log 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.log 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial161.stderr: 90.4% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.audit.log.gz 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial161.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.log: 87.1% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.log.gz 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial161.stderr: 90.5% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial161.stderr: 93.9% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-volume.log.gz 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory -- 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr: /var/log/ceph/cephadm.log 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr:gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-osd.2.log 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mon.c.log 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.cephadm.log 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.audit.log 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-volume.log 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr: 83.3% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.cephadm.log.gz 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.log 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr:/var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-volume.log: /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.log: 90.5% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.audit.log.gz 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr: 87.2% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph.log.gz 2026-02-25T13:38:53.851 INFO:teuthology.orchestra.run.trial163.stderr: 93.8% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-volume.log.gz 2026-02-25T13:38:53.858 INFO:teuthology.orchestra.run.trial042.stderr: 94.1% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-osd.0.log.gz 2026-02-25T13:38:53.865 INFO:teuthology.orchestra.run.trial163.stderr: 94.1% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-osd.2.log.gz 2026-02-25T13:38:53.874 INFO:teuthology.orchestra.run.trial042.stderr: 90.4% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-25T13:38:53.879 INFO:teuthology.orchestra.run.trial161.stderr: 93.2% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mon.b.log.gz 2026-02-25T13:38:53.882 INFO:teuthology.orchestra.run.trial163.stderr: 93.2% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mon.c.log.gz 2026-02-25T13:38:53.884 INFO:teuthology.orchestra.run.trial163.stderr: 2026-02-25T13:38:53.884 INFO:teuthology.orchestra.run.trial163.stderr:real 0m0.045s 2026-02-25T13:38:53.884 INFO:teuthology.orchestra.run.trial163.stderr:user 0m0.055s 2026-02-25T13:38:53.884 INFO:teuthology.orchestra.run.trial163.stderr:sys 0m0.023s 2026-02-25T13:38:53.886 INFO:teuthology.orchestra.run.trial161.stderr: 94.2% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-osd.1.log.gz 2026-02-25T13:38:53.888 INFO:teuthology.orchestra.run.trial161.stderr: 2026-02-25T13:38:53.888 INFO:teuthology.orchestra.run.trial161.stderr:real 0m0.051s 2026-02-25T13:38:53.888 INFO:teuthology.orchestra.run.trial161.stderr:user 0m0.078s 2026-02-25T13:38:53.888 INFO:teuthology.orchestra.run.trial161.stderr:sys 0m0.020s 2026-02-25T13:38:53.950 INFO:teuthology.orchestra.run.trial042.stderr: 91.4% -- replaced with /var/log/ceph/9f73174d-124e-11f1-814b-d404e6e7d460/ceph-mon.a.log.gz 2026-02-25T13:38:53.953 INFO:teuthology.orchestra.run.trial042.stderr: 2026-02-25T13:38:53.953 INFO:teuthology.orchestra.run.trial042.stderr:real 0m0.120s 2026-02-25T13:38:53.953 INFO:teuthology.orchestra.run.trial042.stderr:user 0m0.164s 2026-02-25T13:38:53.953 INFO:teuthology.orchestra.run.trial042.stderr:sys 0m0.020s 2026-02-25T13:38:53.954 INFO:tasks.cephadm:Archiving logs... 2026-02-25T13:38:53.954 DEBUG:teuthology.misc:Transferring archived files from trial042:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial/70128/remote/trial042/log 2026-02-25T13:38:53.955 DEBUG:teuthology.orchestra.run.trial042:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-25T13:38:54.044 DEBUG:teuthology.misc:Transferring archived files from trial161:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial/70128/remote/trial161/log 2026-02-25T13:38:54.045 DEBUG:teuthology.orchestra.run.trial161:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-25T13:38:54.084 DEBUG:teuthology.misc:Transferring archived files from trial163:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial/70128/remote/trial163/log 2026-02-25T13:38:54.084 DEBUG:teuthology.orchestra.run.trial163:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-25T13:38:54.118 INFO:tasks.cephadm:Removing cluster... 2026-02-25T13:38:54.118 DEBUG:teuthology.orchestra.run.trial042:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 --force 2026-02-25T13:38:54.235 INFO:teuthology.orchestra.run.trial042.stdout:Deleting cluster with fsid: 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:38:54.394 DEBUG:teuthology.orchestra.run.trial161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 --force 2026-02-25T13:38:54.510 INFO:teuthology.orchestra.run.trial161.stdout:Deleting cluster with fsid: 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:38:54.674 DEBUG:teuthology.orchestra.run.trial163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 --force 2026-02-25T13:38:54.792 INFO:teuthology.orchestra.run.trial163.stdout:Deleting cluster with fsid: 9f73174d-124e-11f1-814b-d404e6e7d460 2026-02-25T13:38:54.949 INFO:tasks.cephadm:Removing cephadm ... 2026-02-25T13:38:54.949 DEBUG:teuthology.orchestra.run.trial042:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-25T13:38:54.968 DEBUG:teuthology.orchestra.run.trial161:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-25T13:38:54.987 DEBUG:teuthology.orchestra.run.trial163:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-25T13:38:55.003 INFO:tasks.cephadm:Teardown complete 2026-02-25T13:38:55.004 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-25T13:38:55.029 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... 2026-02-25T13:38:55.030 DEBUG:teuthology.orchestra.run.trial042:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-25T13:38:55.032 DEBUG:teuthology.orchestra.run.trial161:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-25T13:38:55.035 DEBUG:teuthology.orchestra.run.trial163:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-25T13:38:55.299 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-25T13:38:55.311 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-25T13:38:55.311 DEBUG:teuthology.orchestra.run.trial042:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-25T13:38:55.312 DEBUG:teuthology.orchestra.run.trial161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-25T13:38:55.315 DEBUG:teuthology.orchestra.run.trial163:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-25T13:38:55.327 INFO:teuthology.orchestra.run.trial042.stderr:bash: line 1: ntpq: command not found 2026-02-25T13:38:55.328 INFO:teuthology.orchestra.run.trial161.stderr:bash: line 1: ntpq: command not found 2026-02-25T13:38:55.331 INFO:teuthology.orchestra.run.trial163.stderr:bash: line 1: ntpq: command not found 2026-02-25T13:38:55.365 INFO:teuthology.orchestra.run.trial163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-25T13:38:55.365 INFO:teuthology.orchestra.run.trial163.stdout:=============================================================================== 2026-02-25T13:38:55.365 INFO:teuthology.orchestra.run.trial163.stdout:^+ 50.218.103.254 2 6 176 368 +864us[ +615us] +/- 47ms 2026-02-25T13:38:55.365 INFO:teuthology.orchestra.run.trial163.stdout:^* 172-104-209-204.ip.linod> 4 6 377 46 +520us[ +481us] +/- 30ms 2026-02-25T13:38:55.365 INFO:teuthology.orchestra.run.trial163.stdout:^- 23-93-251-54.dedicated.s> 1 6 377 46 -1073us[-1073us] +/- 135ms 2026-02-25T13:38:55.365 INFO:teuthology.orchestra.run.trial163.stdout:^+ ntp11.kernfusion.at 2 6 377 45 -396us[ -396us] +/- 72ms 2026-02-25T13:38:55.365 INFO:teuthology.orchestra.run.trial161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-25T13:38:55.365 INFO:teuthology.orchestra.run.trial161.stdout:=============================================================================== 2026-02-25T13:38:55.366 INFO:teuthology.orchestra.run.trial161.stdout:^+ 50.218.103.254 2 6 377 46 +708us[ +773us] +/- 22ms 2026-02-25T13:38:55.366 INFO:teuthology.orchestra.run.trial161.stdout:^* 172-104-209-204.ip.linod> 4 6 377 44 -123us[ -59us] +/- 30ms 2026-02-25T13:38:55.366 INFO:teuthology.orchestra.run.trial161.stdout:^- 23-93-251-54.dedicated.s> 1 6 377 44 -1248us[-1184us] +/- 136ms 2026-02-25T13:38:55.366 INFO:teuthology.orchestra.run.trial161.stdout:^+ ntp11.kernfusion.at 2 6 377 45 -992us[ -928us] +/- 72ms 2026-02-25T13:38:55.366 INFO:teuthology.orchestra.run.trial042.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-25T13:38:55.366 INFO:teuthology.orchestra.run.trial042.stdout:=============================================================================== 2026-02-25T13:38:55.366 INFO:teuthology.orchestra.run.trial042.stdout:^+ 50.218.103.254 2 6 357 44 +266us[ +266us] +/- 22ms 2026-02-25T13:38:55.366 INFO:teuthology.orchestra.run.trial042.stdout:^* 172-104-209-204.ip.linod> 4 6 377 44 -109us[ +48us] +/- 30ms 2026-02-25T13:38:55.366 INFO:teuthology.orchestra.run.trial042.stdout:^- 23-93-251-54.dedicated.s> 1 6 377 46 -1518us[-1360us] +/- 136ms 2026-02-25T13:38:55.366 INFO:teuthology.orchestra.run.trial042.stdout:^+ ntp11.kernfusion.at 2 6 377 44 -1057us[-1057us] +/- 72ms 2026-02-25T13:38:55.366 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-25T13:38:55.377 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-25T13:38:55.378 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-25T13:38:55.397 DEBUG:teuthology.orchestra.run.trial042:> 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 2026-02-25T13:38:55.461 DEBUG:teuthology.orchestra.run.trial161:> 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 2026-02-25T13:38:55.517 DEBUG:teuthology.orchestra.run.trial163:> 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 2026-02-25T13:38:55.574 DEBUG:teuthology.orchestra.run.trial042:> 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 -e scontext=system_u:system_r:getty_t:s0 2026-02-25T13:38:55.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:38:55.601 DEBUG:teuthology.orchestra.run.trial161:> 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 -e scontext=system_u:system_r:getty_t:s0 2026-02-25T13:38:55.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:38:55.629 DEBUG:teuthology.orchestra.run.trial163:> 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 -e scontext=system_u:system_r:getty_t:s0 2026-02-25T13:38:55.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:38:55.658 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-25T13:38:55.670 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-25T13:38:55.684 INFO:teuthology.task.internal:Duration was 672.205463 seconds 2026-02-25T13:38:55.685 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-25T13:38:55.697 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-25T13:38:55.697 DEBUG:teuthology.orchestra.run.trial042:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-25T13:38:55.699 DEBUG:teuthology.orchestra.run.trial161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-25T13:38:55.701 DEBUG:teuthology.orchestra.run.trial163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-25T13:38:55.736 INFO:teuthology.orchestra.run.trial042.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-25T13:38:55.738 INFO:teuthology.orchestra.run.trial161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-25T13:38:55.739 INFO:teuthology.orchestra.run.trial163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-25T13:38:56.222 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-25T13:38:56.223 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial042.front.sepia.ceph.com 2026-02-25T13:38:56.223 DEBUG:teuthology.orchestra.run.trial042:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-25T13:38:56.281 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial161.front.sepia.ceph.com 2026-02-25T13:38:56.282 DEBUG:teuthology.orchestra.run.trial161:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-25T13:38:56.302 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial163.front.sepia.ceph.com 2026-02-25T13:38:56.302 DEBUG:teuthology.orchestra.run.trial163:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-25T13:38:56.323 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-25T13:38:56.323 DEBUG:teuthology.orchestra.run.trial042:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-25T13:38:56.325 DEBUG:teuthology.orchestra.run.trial161:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-25T13:38:56.345 DEBUG:teuthology.orchestra.run.trial163:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-25T13:38:56.442 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-25T13:38:56.443 DEBUG:teuthology.orchestra.run.trial042:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-25T13:38:56.445 DEBUG:teuthology.orchestra.run.trial161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-25T13:38:56.448 DEBUG:teuthology.orchestra.run.trial163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-25T13:38:56.466 INFO:teuthology.orchestra.run.trial042.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-25T13:38:56.467 INFO:teuthology.orchestra.run.trial042.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-25T13:38:56.468 INFO:teuthology.orchestra.run.trial042.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-25T13:38:56.468 INFO:teuthology.orchestra.run.trial042.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-25T13:38:56.468 INFO:teuthology.orchestra.run.trial042.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-25T13:38:56.469 INFO:teuthology.orchestra.run.trial161.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-25T13:38:56.470 INFO:teuthology.orchestra.run.trial161.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-25T13:38:56.470 INFO:teuthology.orchestra.run.trial161.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-25T13:38:56.470 INFO:teuthology.orchestra.run.trial161.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-25T13:38:56.471 INFO:teuthology.orchestra.run.trial161.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-25T13:38:56.471 INFO:teuthology.orchestra.run.trial163.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-25T13:38:56.472 INFO:teuthology.orchestra.run.trial163.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-25T13:38:56.472 INFO:teuthology.orchestra.run.trial163.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-25T13:38:56.472 INFO:teuthology.orchestra.run.trial163.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-25T13:38:56.472 INFO:teuthology.orchestra.run.trial163.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-25T13:38:56.483 INFO:teuthology.orchestra.run.trial161.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 84.8% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-25T13:38:56.486 INFO:teuthology.orchestra.run.trial163.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 85.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-25T13:38:56.486 INFO:teuthology.orchestra.run.trial042.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 87.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-25T13:38:56.489 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-25T13:38:56.502 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-25T13:38:56.502 DEBUG:teuthology.orchestra.run.trial042:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-25T13:38:56.553 DEBUG:teuthology.orchestra.run.trial161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-25T13:38:56.579 DEBUG:teuthology.orchestra.run.trial163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-25T13:38:56.605 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-25T13:38:56.622 DEBUG:teuthology.orchestra.run.trial042:> 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 2026-02-25T13:38:56.625 DEBUG:teuthology.orchestra.run.trial161:> 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 2026-02-25T13:38:56.628 DEBUG:teuthology.orchestra.run.trial163:> 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 2026-02-25T13:38:56.648 INFO:teuthology.orchestra.run.trial042.stdout:kernel.core_pattern = core 2026-02-25T13:38:56.649 INFO:teuthology.orchestra.run.trial161.stdout:kernel.core_pattern = core 2026-02-25T13:38:56.667 INFO:teuthology.orchestra.run.trial163.stdout:kernel.core_pattern = core 2026-02-25T13:38:56.686 DEBUG:teuthology.orchestra.run.trial042:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-25T13:38:56.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:38:56.733 DEBUG:teuthology.orchestra.run.trial161:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-25T13:38:56.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:38:56.749 DEBUG:teuthology.orchestra.run.trial163:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-25T13:38:56.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-25T13:38:56.764 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-25T13:38:56.776 INFO:teuthology.task.internal:Transferring archived files... 2026-02-25T13:38:56.776 DEBUG:teuthology.misc:Transferring archived files from trial042:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial/70128/remote/trial042 2026-02-25T13:38:56.777 DEBUG:teuthology.orchestra.run.trial042:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-25T13:38:56.809 DEBUG:teuthology.misc:Transferring archived files from trial161:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial/70128/remote/trial161 2026-02-25T13:38:56.809 DEBUG:teuthology.orchestra.run.trial161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-25T13:38:56.841 DEBUG:teuthology.misc:Transferring archived files from trial163:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial/70128/remote/trial163 2026-02-25T13:38:56.842 DEBUG:teuthology.orchestra.run.trial163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-25T13:38:56.877 INFO:teuthology.task.internal:Removing archive directory... 2026-02-25T13:38:56.877 DEBUG:teuthology.orchestra.run.trial042:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-25T13:38:56.880 DEBUG:teuthology.orchestra.run.trial161:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-25T13:38:56.882 DEBUG:teuthology.orchestra.run.trial163:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-25T13:38:56.925 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-25T13:38:56.939 INFO:teuthology.task.internal:Not uploading archives. 2026-02-25T13:38:56.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-25T13:38:56.952 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-25T13:38:56.952 DEBUG:teuthology.orchestra.run.trial042:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-25T13:38:56.953 DEBUG:teuthology.orchestra.run.trial161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-25T13:38:56.955 DEBUG:teuthology.orchestra.run.trial163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-25T13:38:56.967 INFO:teuthology.orchestra.run.trial042.stdout: 920834 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 25 13:38 /home/ubuntu/cephtest 2026-02-25T13:38:56.968 INFO:teuthology.orchestra.run.trial161.stdout: 917525 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 25 13:38 /home/ubuntu/cephtest 2026-02-25T13:38:56.981 INFO:teuthology.orchestra.run.trial163.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 25 13:38 /home/ubuntu/cephtest 2026-02-25T13:38:56.981 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-25T13:38:56.994 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-25T13:38:57.030 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 672.2054626941681 failure_reason: 'Command failed on trial042 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:506b402a3d3a240d0bfe073b4769eaffdf84497b-rockylinux-10 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f73174d-124e-11f1-814b-d404e6e7d460 -- bash -c \''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\nceph 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\''"\''"\''\ndone 3