2026-02-23T07:00:08.532 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-23T07:00:08.545 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-23T07:00:08.626 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65110 branch: wip-shweta-testing-2026-02-19-2025 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: Shweta.Bhosale1@ibm.com first_in_suite: false flavor: default job_id: '65110' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-shweta-testing-2026-02-19-2025 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-shweta-testing-2026-02-19-2025 sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 owner: scheduled_shwetabhosale@soko04.front.sepia.ceph.com priority: 80 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: 2678 sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-shweta-testing-2026-02-19-2025 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_244ee61d76a715c3ac0d60eeb3321aefb91c3511/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 targets: trial140.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDoFBdm4X2ILfFSmy7YvmJWXixEdRdmzXqKbi88ScYXvVd9MyxOiIKsnoRAon2cNHk+tj2OjDIO1mkjj8ix82Cw= trial173.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLo06k0KUSBj24jm61lHCJ5sdwIcCJJi1g0hcDOfi81vbtu9+vqyijVBM4RKBPfdObpTBqE//T6qujDgfoS/qH4= trial196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK2YzlwzGalEbWfzvfmly5ZykTrMXPhypxB1ldzNrgZB9u9aoc6GeUTPZM7ec5TR3GyjZJsbQ9ax2PJ1iXWslCs= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x72e9a6efe5c0>, signals=[15]) 2026-02-23T07:00:09.216 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-23T07:00:09.260 INFO:teuthology.task.internal:Opening connections... 2026-02-23T07:00:09.260 DEBUG:teuthology.task.internal:connecting to ubuntu@trial140.front.sepia.ceph.com 2026-02-23T07:00:09.261 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T07:00:09.326 DEBUG:teuthology.task.internal:connecting to ubuntu@trial173.front.sepia.ceph.com 2026-02-23T07:00:09.327 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T07:00:09.390 DEBUG:teuthology.task.internal:connecting to ubuntu@trial196.front.sepia.ceph.com 2026-02-23T07:00:09.390 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T07:00:09.451 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-23T07:00:09.463 DEBUG:teuthology.orchestra.run.trial140:> uname -m 2026-02-23T07:00:09.479 INFO:teuthology.orchestra.run.trial140.stdout:x86_64 2026-02-23T07:00:09.480 DEBUG:teuthology.orchestra.run.trial140:> cat /etc/os-release 2026-02-23T07:00:09.536 INFO:teuthology.orchestra.run.trial140.stdout:NAME="CentOS Stream" 2026-02-23T07:00:09.536 INFO:teuthology.orchestra.run.trial140.stdout:VERSION="9" 2026-02-23T07:00:09.536 INFO:teuthology.orchestra.run.trial140.stdout:ID="centos" 2026-02-23T07:00:09.536 INFO:teuthology.orchestra.run.trial140.stdout:ID_LIKE="rhel fedora" 2026-02-23T07:00:09.536 INFO:teuthology.orchestra.run.trial140.stdout:VERSION_ID="9" 2026-02-23T07:00:09.536 INFO:teuthology.orchestra.run.trial140.stdout:PLATFORM_ID="platform:el9" 2026-02-23T07:00:09.536 INFO:teuthology.orchestra.run.trial140.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-23T07:00:09.536 INFO:teuthology.orchestra.run.trial140.stdout:ANSI_COLOR="0;31" 2026-02-23T07:00:09.536 INFO:teuthology.orchestra.run.trial140.stdout:LOGO="fedora-logo-icon" 2026-02-23T07:00:09.536 INFO:teuthology.orchestra.run.trial140.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-23T07:00:09.536 INFO:teuthology.orchestra.run.trial140.stdout:HOME_URL="https://centos.org/" 2026-02-23T07:00:09.537 INFO:teuthology.orchestra.run.trial140.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-23T07:00:09.537 INFO:teuthology.orchestra.run.trial140.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-23T07:00:09.537 INFO:teuthology.orchestra.run.trial140.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-23T07:00:09.537 INFO:teuthology.lock.ops:Updating trial140.front.sepia.ceph.com on lock server 2026-02-23T07:00:09.607 DEBUG:teuthology.orchestra.run.trial173:> uname -m 2026-02-23T07:00:09.622 INFO:teuthology.orchestra.run.trial173.stdout:x86_64 2026-02-23T07:00:09.623 DEBUG:teuthology.orchestra.run.trial173:> cat /etc/os-release 2026-02-23T07:00:09.679 INFO:teuthology.orchestra.run.trial173.stdout:NAME="CentOS Stream" 2026-02-23T07:00:09.679 INFO:teuthology.orchestra.run.trial173.stdout:VERSION="9" 2026-02-23T07:00:09.679 INFO:teuthology.orchestra.run.trial173.stdout:ID="centos" 2026-02-23T07:00:09.679 INFO:teuthology.orchestra.run.trial173.stdout:ID_LIKE="rhel fedora" 2026-02-23T07:00:09.679 INFO:teuthology.orchestra.run.trial173.stdout:VERSION_ID="9" 2026-02-23T07:00:09.679 INFO:teuthology.orchestra.run.trial173.stdout:PLATFORM_ID="platform:el9" 2026-02-23T07:00:09.680 INFO:teuthology.orchestra.run.trial173.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-23T07:00:09.680 INFO:teuthology.orchestra.run.trial173.stdout:ANSI_COLOR="0;31" 2026-02-23T07:00:09.680 INFO:teuthology.orchestra.run.trial173.stdout:LOGO="fedora-logo-icon" 2026-02-23T07:00:09.680 INFO:teuthology.orchestra.run.trial173.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-23T07:00:09.680 INFO:teuthology.orchestra.run.trial173.stdout:HOME_URL="https://centos.org/" 2026-02-23T07:00:09.680 INFO:teuthology.orchestra.run.trial173.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-23T07:00:09.680 INFO:teuthology.orchestra.run.trial173.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-23T07:00:09.680 INFO:teuthology.orchestra.run.trial173.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-23T07:00:09.680 INFO:teuthology.lock.ops:Updating trial173.front.sepia.ceph.com on lock server 2026-02-23T07:00:09.747 DEBUG:teuthology.orchestra.run.trial196:> uname -m 2026-02-23T07:00:09.764 INFO:teuthology.orchestra.run.trial196.stdout:x86_64 2026-02-23T07:00:09.765 DEBUG:teuthology.orchestra.run.trial196:> cat /etc/os-release 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:NAME="CentOS Stream" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:VERSION="9" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:ID="centos" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:ID_LIKE="rhel fedora" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:VERSION_ID="9" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:PLATFORM_ID="platform:el9" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:ANSI_COLOR="0;31" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:LOGO="fedora-logo-icon" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:HOME_URL="https://centos.org/" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-23T07:00:09.821 INFO:teuthology.orchestra.run.trial196.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-23T07:00:09.822 INFO:teuthology.lock.ops:Updating trial196.front.sepia.ceph.com on lock server 2026-02-23T07:00:09.899 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-23T07:00:09.910 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-23T07:00:09.922 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-23T07:00:09.922 DEBUG:teuthology.orchestra.run.trial140:> test '!' -e /home/ubuntu/cephtest 2026-02-23T07:00:09.924 DEBUG:teuthology.orchestra.run.trial173:> test '!' -e /home/ubuntu/cephtest 2026-02-23T07:00:09.925 DEBUG:teuthology.orchestra.run.trial196:> test '!' -e /home/ubuntu/cephtest 2026-02-23T07:00:09.942 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-23T07:00:09.956 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-23T07:00:09.957 DEBUG:teuthology.orchestra.run.trial140:> test -z $(ls -A /var/lib/ceph) 2026-02-23T07:00:09.979 DEBUG:teuthology.orchestra.run.trial173:> test -z $(ls -A /var/lib/ceph) 2026-02-23T07:00:09.981 DEBUG:teuthology.orchestra.run.trial196:> test -z $(ls -A /var/lib/ceph) 2026-02-23T07:00:10.001 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-23T07:00:10.204 INFO:teuthology.run_tasks:Running task kernel... 2026-02-23T07:00:10.227 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-23T07:00:10.227 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-23T07:00:10.227 DEBUG:teuthology.orchestra.run.trial140:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T07:00:10.227 DEBUG:teuthology.orchestra.run.trial173:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T07:00:10.228 DEBUG:teuthology.orchestra.run.trial196:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T07:00:10.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:00:10.242 DEBUG:teuthology.orchestra.run.trial140:> uname -r 2026-02-23T07:00:10.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:00:10.243 DEBUG:teuthology.orchestra.run.trial173:> uname -r 2026-02-23T07:00:10.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:00:10.245 DEBUG:teuthology.orchestra.run.trial196:> uname -r 2026-02-23T07:00:10.299 INFO:teuthology.orchestra.run.trial173.stdout:5.14.0-681.el9.x86_64 2026-02-23T07:00:10.299 INFO:teuthology.task.kernel:Running kernel on trial173: 5.14.0-681.el9.x86_64 2026-02-23T07:00:10.299 DEBUG:teuthology.orchestra.run.trial173:> sudo yum install -y kernel 2026-02-23T07:00:10.305 INFO:teuthology.orchestra.run.trial140.stdout:5.14.0-681.el9.x86_64 2026-02-23T07:00:10.305 INFO:teuthology.task.kernel:Running kernel on trial140: 5.14.0-681.el9.x86_64 2026-02-23T07:00:10.305 DEBUG:teuthology.orchestra.run.trial140:> sudo yum install -y kernel 2026-02-23T07:00:10.310 INFO:teuthology.orchestra.run.trial196.stdout:5.14.0-681.el9.x86_64 2026-02-23T07:00:10.310 INFO:teuthology.task.kernel:Running kernel on trial196: 5.14.0-681.el9.x86_64 2026-02-23T07:00:10.310 DEBUG:teuthology.orchestra.run.trial196:> sudo yum install -y kernel 2026-02-23T07:00:11.926 INFO:teuthology.orchestra.run.trial173.stdout:CentOS Stream 9 - BaseOS 7.1 MB/s | 8.9 MB 00:01 2026-02-23T07:00:12.058 INFO:teuthology.orchestra.run.trial140.stdout:CentOS Stream 9 - BaseOS 6.6 MB/s | 8.9 MB 00:01 2026-02-23T07:00:13.624 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.9 MB 00:02 2026-02-23T07:00:28.841 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - AppStream 1.8 MB/s | 27 MB 00:14 2026-02-23T07:00:31.080 INFO:teuthology.orchestra.run.trial173.stdout:CentOS Stream 9 - AppStream 1.4 MB/s | 27 MB 00:18 2026-02-23T07:00:32.430 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - CRB 6.4 MB/s | 7.8 MB 00:01 2026-02-23T07:00:32.444 INFO:teuthology.orchestra.run.trial140.stdout:CentOS Stream 9 - AppStream 1.4 MB/s | 27 MB 00:19 2026-02-23T07:00:34.273 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-23T07:00:34.686 INFO:teuthology.orchestra.run.trial196.stdout:Extra Packages for Enterprise Linux 58 MB/s | 20 MB 00:00 2026-02-23T07:00:35.829 INFO:teuthology.orchestra.run.trial140.stdout:CentOS Stream 9 - CRB 7.5 MB/s | 7.8 MB 00:01 2026-02-23T07:00:36.695 INFO:teuthology.orchestra.run.trial140.stdout:CentOS Stream 9 - Extras packages 177 kB/s | 20 kB 00:00 2026-02-23T07:00:37.361 INFO:teuthology.orchestra.run.trial140.stdout:Extra Packages for Enterprise Linux 34 MB/s | 20 MB 00:00 2026-02-23T07:00:37.457 INFO:teuthology.orchestra.run.trial173.stdout:CentOS Stream 9 - CRB 1.9 MB/s | 7.8 MB 00:03 2026-02-23T07:00:37.881 INFO:teuthology.orchestra.run.trial196.stdout:lab-extras 2.1 MB/s | 50 kB 00:00 2026-02-23T07:00:38.635 INFO:teuthology.orchestra.run.trial173.stdout:CentOS Stream 9 - Extras packages 45 kB/s | 20 kB 00:00 2026-02-23T07:00:38.897 INFO:teuthology.orchestra.run.trial196.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-23T07:00:38.898 INFO:teuthology.orchestra.run.trial196.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-23T07:00:38.916 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:00:38.917 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:00:38.917 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:00:38.940 DEBUG:teuthology.orchestra.run.trial196:> echo no | sudo yum reinstall kernel || true 2026-02-23T07:00:39.193 INFO:teuthology.orchestra.run.trial173.stdout:Extra Packages for Enterprise Linux 42 MB/s | 20 MB 00:00 2026-02-23T07:00:39.242 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:00:02 ago on Mon 23 Feb 2026 07:00:37 AM UTC. 2026-02-23T07:00:39.322 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:00:39.322 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:00:39.322 INFO:teuthology.orchestra.run.trial196.stdout: Package Architecture Version Repository Size 2026-02-23T07:00:39.322 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:00:39.322 INFO:teuthology.orchestra.run.trial196.stdout:Reinstalling: 2026-02-23T07:00:39.322 INFO:teuthology.orchestra.run.trial196.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T07:00:39.322 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:00:39.322 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:00:39.322 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:00:39.322 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:00:39.323 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 803 k 2026-02-23T07:00:39.323 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 0 2026-02-23T07:00:39.323 INFO:teuthology.orchestra.run.trial196.stderr:Operation aborted. 2026-02-23T07:00:39.343 INFO:teuthology.orchestra.run.trial196.stdout:Is this ok [y/N]: 2026-02-23T07:00:39.344 DEBUG:teuthology.orchestra.run.trial196:> sudo yum reinstall -y kernel || true 2026-02-23T07:00:39.637 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:00:02 ago on Mon 23 Feb 2026 07:00:37 AM UTC. 2026-02-23T07:00:39.717 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:00:39.717 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:00:39.717 INFO:teuthology.orchestra.run.trial196.stdout: Package Architecture Version Repository Size 2026-02-23T07:00:39.717 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:00:39.717 INFO:teuthology.orchestra.run.trial196.stdout:Reinstalling: 2026-02-23T07:00:39.717 INFO:teuthology.orchestra.run.trial196.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T07:00:39.717 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:00:39.717 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:00:39.717 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:00:39.717 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:00:39.718 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 803 k 2026-02-23T07:00:39.718 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 0 2026-02-23T07:00:39.718 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:00:40.505 INFO:teuthology.orchestra.run.trial140.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-23T07:00:40.678 INFO:teuthology.orchestra.run.trial196.stdout:kernel-5.14.0-681.el9.x86_64.rpm 893 kB/s | 803 kB 00:00 2026-02-23T07:00:40.678 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:00:40.678 INFO:teuthology.orchestra.run.trial196.stdout:Total 837 kB/s | 803 kB 00:00 2026-02-23T07:00:40.688 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:00:40.722 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:00:40.722 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:00:40.727 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:00:40.727 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:00:40.750 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:00:40.754 INFO:teuthology.orchestra.run.trial196.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T07:00:40.754 INFO:teuthology.orchestra.run.trial196.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T07:00:40.861 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T07:00:40.861 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T07:00:40.915 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T07:00:40.915 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:00:40.915 INFO:teuthology.orchestra.run.trial196.stdout:Reinstalled: 2026-02-23T07:00:40.915 INFO:teuthology.orchestra.run.trial196.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-23T07:00:40.915 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:00:40.915 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:00:40.943 DEBUG:teuthology.orchestra.run.trial196:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T07:00:40.968 INFO:teuthology.orchestra.run.trial196.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-23T07:00:40.968 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-23T07:00:40.969 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T07:00:40.969 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-23T07:00:40.969 DEBUG:teuthology.orchestra.run.trial196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T07:00:41.041 INFO:teuthology.orchestra.run.trial196.stdout:ttyS1 2026-02-23T07:00:41.071 DEBUG:teuthology.parallel:result is None 2026-02-23T07:00:41.512 INFO:teuthology.orchestra.run.trial140.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-23T07:00:41.512 INFO:teuthology.orchestra.run.trial140.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-23T07:00:41.531 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:00:41.531 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:00:41.532 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:00:41.555 DEBUG:teuthology.orchestra.run.trial140:> echo no | sudo yum reinstall kernel || true 2026-02-23T07:00:41.856 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 07:00:40 AM UTC. 2026-02-23T07:00:41.936 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:00:41.936 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:00:41.936 INFO:teuthology.orchestra.run.trial140.stdout: Package Architecture Version Repository Size 2026-02-23T07:00:41.936 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:00:41.936 INFO:teuthology.orchestra.run.trial140.stdout:Reinstalling: 2026-02-23T07:00:41.936 INFO:teuthology.orchestra.run.trial140.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T07:00:41.936 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:00:41.936 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:00:41.936 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:00:41.936 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:00:41.937 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 803 k 2026-02-23T07:00:41.937 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 0 2026-02-23T07:00:41.937 INFO:teuthology.orchestra.run.trial140.stderr:Operation aborted. 2026-02-23T07:00:41.957 INFO:teuthology.orchestra.run.trial140.stdout:Is this ok [y/N]: 2026-02-23T07:00:41.957 DEBUG:teuthology.orchestra.run.trial140:> sudo yum reinstall -y kernel || true 2026-02-23T07:00:42.255 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:02 ago on Mon 23 Feb 2026 07:00:40 AM UTC. 2026-02-23T07:00:42.308 INFO:teuthology.orchestra.run.trial173.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-23T07:00:42.334 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:00:42.334 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:00:42.334 INFO:teuthology.orchestra.run.trial140.stdout: Package Architecture Version Repository Size 2026-02-23T07:00:42.334 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:00:42.334 INFO:teuthology.orchestra.run.trial140.stdout:Reinstalling: 2026-02-23T07:00:42.335 INFO:teuthology.orchestra.run.trial140.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T07:00:42.335 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:00:42.335 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:00:42.335 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:00:42.335 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:00:42.335 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 803 k 2026-02-23T07:00:42.335 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 0 2026-02-23T07:00:42.335 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:00:42.462 INFO:teuthology.orchestra.run.trial140.stdout:kernel-5.14.0-681.el9.x86_64.rpm 22 MB/s | 803 kB 00:00 2026-02-23T07:00:42.462 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:00:42.462 INFO:teuthology.orchestra.run.trial140.stdout:Total 6.2 MB/s | 803 kB 00:00 2026-02-23T07:00:42.473 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:00:42.506 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:00:42.506 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:00:42.511 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:00:42.511 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:00:42.535 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:00:42.539 INFO:teuthology.orchestra.run.trial140.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T07:00:42.539 INFO:teuthology.orchestra.run.trial140.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T07:00:42.650 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T07:00:42.650 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T07:00:42.702 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T07:00:42.702 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:00:42.702 INFO:teuthology.orchestra.run.trial140.stdout:Reinstalled: 2026-02-23T07:00:42.702 INFO:teuthology.orchestra.run.trial140.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-23T07:00:42.702 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:00:42.703 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:00:42.729 DEBUG:teuthology.orchestra.run.trial140:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T07:00:42.752 INFO:teuthology.orchestra.run.trial140.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-23T07:00:42.753 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-23T07:00:42.753 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T07:00:42.753 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-23T07:00:42.753 DEBUG:teuthology.orchestra.run.trial140:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T07:00:42.817 INFO:teuthology.orchestra.run.trial140.stdout:ttyS1 2026-02-23T07:00:42.843 DEBUG:teuthology.parallel:result is None 2026-02-23T07:00:43.318 INFO:teuthology.orchestra.run.trial173.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-23T07:00:43.318 INFO:teuthology.orchestra.run.trial173.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-23T07:00:43.338 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:00:43.339 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:00:43.339 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:00:43.360 DEBUG:teuthology.orchestra.run.trial173:> echo no | sudo yum reinstall kernel || true 2026-02-23T07:00:43.658 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 07:00:42 AM UTC. 2026-02-23T07:00:43.740 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:00:43.742 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:00:43.742 INFO:teuthology.orchestra.run.trial173.stdout: Package Architecture Version Repository Size 2026-02-23T07:00:43.743 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:00:43.743 INFO:teuthology.orchestra.run.trial173.stdout:Reinstalling: 2026-02-23T07:00:43.743 INFO:teuthology.orchestra.run.trial173.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T07:00:43.743 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:00:43.743 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:00:43.743 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:00:43.744 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:00:43.744 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 803 k 2026-02-23T07:00:43.744 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 0 2026-02-23T07:00:43.744 INFO:teuthology.orchestra.run.trial173.stderr:Operation aborted. 2026-02-23T07:00:43.761 INFO:teuthology.orchestra.run.trial173.stdout:Is this ok [y/N]: 2026-02-23T07:00:43.761 DEBUG:teuthology.orchestra.run.trial173:> sudo yum reinstall -y kernel || true 2026-02-23T07:00:44.058 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:02 ago on Mon 23 Feb 2026 07:00:42 AM UTC. 2026-02-23T07:00:44.140 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:00:44.140 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:00:44.140 INFO:teuthology.orchestra.run.trial173.stdout: Package Architecture Version Repository Size 2026-02-23T07:00:44.140 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:00:44.140 INFO:teuthology.orchestra.run.trial173.stdout:Reinstalling: 2026-02-23T07:00:44.140 INFO:teuthology.orchestra.run.trial173.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T07:00:44.140 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:00:44.141 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:00:44.141 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:00:44.141 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:00:44.141 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 803 k 2026-02-23T07:00:44.141 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 0 2026-02-23T07:00:44.141 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:00:44.599 INFO:teuthology.orchestra.run.trial173.stdout:kernel-5.14.0-681.el9.x86_64.rpm 5.3 MB/s | 803 kB 00:00 2026-02-23T07:00:44.599 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:00:44.599 INFO:teuthology.orchestra.run.trial173.stdout:Total 1.7 MB/s | 803 kB 00:00 2026-02-23T07:00:44.609 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:00:44.644 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:00:44.645 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:00:44.649 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:00:44.649 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:00:44.674 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:00:44.678 INFO:teuthology.orchestra.run.trial173.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T07:00:44.678 INFO:teuthology.orchestra.run.trial173.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T07:00:44.787 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T07:00:44.787 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T07:00:44.840 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T07:00:44.840 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:00:44.840 INFO:teuthology.orchestra.run.trial173.stdout:Reinstalled: 2026-02-23T07:00:44.840 INFO:teuthology.orchestra.run.trial173.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-23T07:00:44.840 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:00:44.840 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:00:44.869 DEBUG:teuthology.orchestra.run.trial173:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T07:00:44.936 INFO:teuthology.orchestra.run.trial173.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-23T07:00:44.937 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-23T07:00:44.937 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T07:00:44.937 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-23T07:00:44.938 DEBUG:teuthology.orchestra.run.trial173:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T07:00:45.002 INFO:teuthology.orchestra.run.trial173.stdout:ttyS1 2026-02-23T07:00:45.023 DEBUG:teuthology.parallel:result is None 2026-02-23T07:00:45.023 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-23T07:00:45.034 INFO:teuthology.task.internal:Creating test directory... 2026-02-23T07:00:45.034 DEBUG:teuthology.orchestra.run.trial140:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T07:00:45.036 DEBUG:teuthology.orchestra.run.trial173:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T07:00:45.065 DEBUG:teuthology.orchestra.run.trial196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T07:00:45.082 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-23T07:00:45.094 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-23T07:00:45.108 INFO:teuthology.task.internal:Creating archive directory... 2026-02-23T07:00:45.108 DEBUG:teuthology.orchestra.run.trial140:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T07:00:45.111 DEBUG:teuthology.orchestra.run.trial173:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T07:00:45.122 DEBUG:teuthology.orchestra.run.trial196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T07:00:45.147 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-23T07:00:45.159 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-23T07:00:45.160 DEBUG:teuthology.orchestra.run.trial140:> 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-23T07:00:45.167 DEBUG:teuthology.orchestra.run.trial173:> 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-23T07:00:45.180 DEBUG:teuthology.orchestra.run.trial196:> 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-23T07:00:45.189 INFO:teuthology.orchestra.run.trial140.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T07:00:45.197 INFO:teuthology.orchestra.run.trial140.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T07:00:45.202 INFO:teuthology.orchestra.run.trial173.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T07:00:45.205 INFO:teuthology.orchestra.run.trial196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T07:00:45.209 INFO:teuthology.orchestra.run.trial173.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T07:00:45.214 INFO:teuthology.orchestra.run.trial196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T07:00:45.216 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-23T07:00:45.231 INFO:teuthology.task.internal:Configuring sudo... 2026-02-23T07:00:45.232 DEBUG:teuthology.orchestra.run.trial140:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T07:00:45.241 DEBUG:teuthology.orchestra.run.trial173:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T07:00:45.253 DEBUG:teuthology.orchestra.run.trial196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T07:00:45.280 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-23T07:00:45.297 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-23T07:00:45.297 DEBUG:teuthology.orchestra.run.trial140:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T07:00:45.307 DEBUG:teuthology.orchestra.run.trial173:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T07:00:45.317 DEBUG:teuthology.orchestra.run.trial196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T07:00:45.336 DEBUG:teuthology.orchestra.run.trial140:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:00:45.487 DEBUG:teuthology.orchestra.run.trial140:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:00:45.513 DEBUG:teuthology.orchestra.run.trial140:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:00:45.643 DEBUG:teuthology.orchestra.run.trial140:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:00:45.669 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:00:45.669 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T07:00:45.732 DEBUG:teuthology.orchestra.run.trial173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:00:45.854 DEBUG:teuthology.orchestra.run.trial173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:00:45.880 DEBUG:teuthology.orchestra.run.trial173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:00:46.026 DEBUG:teuthology.orchestra.run.trial173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:00:46.050 DEBUG:teuthology.orchestra.run.trial173:> set -ex 2026-02-23T07:00:46.051 DEBUG:teuthology.orchestra.run.trial173:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T07:00:46.115 DEBUG:teuthology.orchestra.run.trial196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:00:46.220 DEBUG:teuthology.orchestra.run.trial196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:00:46.245 DEBUG:teuthology.orchestra.run.trial196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:00:46.377 DEBUG:teuthology.orchestra.run.trial196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:00:46.402 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-23T07:00:46.402 DEBUG:teuthology.orchestra.run.trial196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T07:00:46.466 DEBUG:teuthology.orchestra.run.trial140:> sudo service rsyslog restart 2026-02-23T07:00:46.469 DEBUG:teuthology.orchestra.run.trial173:> sudo service rsyslog restart 2026-02-23T07:00:46.471 DEBUG:teuthology.orchestra.run.trial196:> sudo service rsyslog restart 2026-02-23T07:00:46.496 INFO:teuthology.orchestra.run.trial140.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T07:00:46.498 INFO:teuthology.orchestra.run.trial173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T07:00:46.533 INFO:teuthology.orchestra.run.trial196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T07:00:47.004 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-23T07:00:47.019 INFO:teuthology.task.internal:Starting timer... 2026-02-23T07:00:47.019 INFO:teuthology.run_tasks:Running task pcp... 2026-02-23T07:00:47.039 INFO:teuthology.run_tasks:Running task selinux... 2026-02-23T07:00:47.057 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-23T07:00:47.058 DEBUG:teuthology.orchestra.run.trial140:> sudo service auditd rotate 2026-02-23T07:00:47.086 INFO:teuthology.orchestra.run.trial140.stdout:Rotating logs: 2026-02-23T07:00:47.088 DEBUG:teuthology.orchestra.run.trial173:> sudo service auditd rotate 2026-02-23T07:00:47.119 INFO:teuthology.orchestra.run.trial173.stdout:Rotating logs: 2026-02-23T07:00:47.121 DEBUG:teuthology.orchestra.run.trial196:> sudo service auditd rotate 2026-02-23T07:00:47.151 INFO:teuthology.orchestra.run.trial196.stdout:Rotating logs: 2026-02-23T07:00:47.153 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-23T07:00:47.154 DEBUG:teuthology.orchestra.run.trial140:> /usr/sbin/getenforce 2026-02-23T07:00:47.172 INFO:teuthology.orchestra.run.trial140.stdout:Permissive 2026-02-23T07:00:47.172 DEBUG:teuthology.orchestra.run.trial173:> /usr/sbin/getenforce 2026-02-23T07:00:47.188 INFO:teuthology.orchestra.run.trial173.stdout:Permissive 2026-02-23T07:00:47.189 DEBUG:teuthology.orchestra.run.trial196:> /usr/sbin/getenforce 2026-02-23T07:00:47.210 INFO:teuthology.orchestra.run.trial196.stdout:Permissive 2026-02-23T07:00:47.210 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial140.front.sepia.ceph.com': 'permissive', 'ubuntu@trial173.front.sepia.ceph.com': 'permissive', 'ubuntu@trial196.front.sepia.ceph.com': 'permissive'} 2026-02-23T07:00:47.211 DEBUG:teuthology.orchestra.run.trial140:> 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 2026-02-23T07:00:47.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:00:47.237 DEBUG:teuthology.orchestra.run.trial173:> 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 2026-02-23T07:00:47.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:00:47.263 DEBUG:teuthology.orchestra.run.trial196:> 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 2026-02-23T07:00:47.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:00:47.289 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-23T07:00:47.289 DEBUG:teuthology.orchestra.run.trial140:> sudo /usr/sbin/setenforce permissive 2026-02-23T07:00:47.315 DEBUG:teuthology.orchestra.run.trial173:> sudo /usr/sbin/setenforce permissive 2026-02-23T07:00:47.340 DEBUG:teuthology.orchestra.run.trial196:> sudo /usr/sbin/setenforce permissive 2026-02-23T07:00:47.364 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-23T07:00:47.379 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-23T07:00:47.388 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-23T07:00:47.389 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial140.front.sepia.ceph.com,trial173.front.sepia.ceph.com,trial196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-23T07:03:19.431 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial140.front.sepia.ceph.com'), Remote(name='ubuntu@trial173.front.sepia.ceph.com'), Remote(name='ubuntu@trial196.front.sepia.ceph.com')] 2026-02-23T07:03:19.431 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial140.front.sepia.ceph.com' 2026-02-23T07:03:19.432 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T07:03:19.515 DEBUG:teuthology.orchestra.run.trial140:> true 2026-02-23T07:03:19.590 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial140.front.sepia.ceph.com' 2026-02-23T07:03:19.590 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial173.front.sepia.ceph.com' 2026-02-23T07:03:19.590 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T07:03:19.667 DEBUG:teuthology.orchestra.run.trial173:> true 2026-02-23T07:03:19.738 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial173.front.sepia.ceph.com' 2026-02-23T07:03:19.739 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial196.front.sepia.ceph.com' 2026-02-23T07:03:19.739 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T07:03:19.837 DEBUG:teuthology.orchestra.run.trial196:> true 2026-02-23T07:03:19.911 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial196.front.sepia.ceph.com' 2026-02-23T07:03:19.912 INFO:teuthology.run_tasks:Running task clock... 2026-02-23T07:03:19.927 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-23T07:03:19.927 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T07:03:19.927 DEBUG:teuthology.orchestra.run.trial140:> 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-23T07:03:19.929 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T07:03:19.929 DEBUG:teuthology.orchestra.run.trial173:> 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-23T07:03:19.931 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T07:03:19.931 DEBUG:teuthology.orchestra.run.trial196:> 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-23T07:03:19.956 INFO:teuthology.orchestra.run.trial140.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T07:03:19.958 INFO:teuthology.orchestra.run.trial173.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T07:03:19.968 INFO:teuthology.orchestra.run.trial140.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T07:03:19.969 INFO:teuthology.orchestra.run.trial173.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T07:03:19.979 INFO:teuthology.orchestra.run.trial196.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T07:03:19.989 INFO:teuthology.orchestra.run.trial140.stderr:sudo: ntpd: command not found 2026-02-23T07:03:19.990 INFO:teuthology.orchestra.run.trial173.stderr:sudo: ntpd: command not found 2026-02-23T07:03:19.991 INFO:teuthology.orchestra.run.trial196.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T07:03:19.999 INFO:teuthology.orchestra.run.trial140.stdout:506 Cannot talk to daemon 2026-02-23T07:03:19.999 INFO:teuthology.orchestra.run.trial173.stdout:506 Cannot talk to daemon 2026-02-23T07:03:20.011 INFO:teuthology.orchestra.run.trial173.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T07:03:20.011 INFO:teuthology.orchestra.run.trial196.stderr:sudo: ntpd: command not found 2026-02-23T07:03:20.011 INFO:teuthology.orchestra.run.trial140.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T07:03:20.021 INFO:teuthology.orchestra.run.trial196.stdout:506 Cannot talk to daemon 2026-02-23T07:03:20.022 INFO:teuthology.orchestra.run.trial173.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T07:03:20.023 INFO:teuthology.orchestra.run.trial140.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T07:03:20.032 INFO:teuthology.orchestra.run.trial196.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T07:03:20.044 INFO:teuthology.orchestra.run.trial196.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T07:03:20.073 INFO:teuthology.orchestra.run.trial173.stderr:bash: line 1: ntpq: command not found 2026-02-23T07:03:20.077 INFO:teuthology.orchestra.run.trial140.stderr:bash: line 1: ntpq: command not found 2026-02-23T07:03:20.092 INFO:teuthology.orchestra.run.trial196.stderr:bash: line 1: ntpq: command not found 2026-02-23T07:03:20.094 INFO:teuthology.orchestra.run.trial173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T07:03:20.094 INFO:teuthology.orchestra.run.trial173.stdout:=============================================================================== 2026-02-23T07:03:20.094 INFO:teuthology.orchestra.run.trial173.stdout:^? 23.186.168.129 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.094 INFO:teuthology.orchestra.run.trial173.stdout:^? nyc3.us.ntp.li 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.094 INFO:teuthology.orchestra.run.trial173.stdout:^? sensei.ruselabs.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.095 INFO:teuthology.orchestra.run.trial173.stdout:^? time-usw2.crimpac.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.096 INFO:teuthology.orchestra.run.trial140.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T07:03:20.096 INFO:teuthology.orchestra.run.trial140.stdout:=============================================================================== 2026-02-23T07:03:20.096 INFO:teuthology.orchestra.run.trial140.stdout:^? wdc1.us.ntp.li 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.096 INFO:teuthology.orchestra.run.trial140.stdout:^? 216.82.35.115 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.096 INFO:teuthology.orchestra.run.trial140.stdout:^? us-west-1.clearnet.pw 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.096 INFO:teuthology.orchestra.run.trial140.stdout:^? perturb.org 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.112 INFO:teuthology.orchestra.run.trial196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T07:03:20.112 INFO:teuthology.orchestra.run.trial196.stdout:=============================================================================== 2026-02-23T07:03:20.112 INFO:teuthology.orchestra.run.trial196.stdout:^? dns-e.wdc-us.hosts.301-m> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.112 INFO:teuthology.orchestra.run.trial196.stdout:^? 172-234-44-141.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.112 INFO:teuthology.orchestra.run.trial196.stdout:^? 144.202.62.209.vultruser> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.112 INFO:teuthology.orchestra.run.trial196.stdout:^? dns-e.ns4v.icu 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T07:03:20.113 INFO:teuthology.run_tasks:Running task pexec... 2026-02-23T07:03:20.132 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-23T07:03:20.133 DEBUG:teuthology.orchestra.run.trial140:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T07:03:20.133 DEBUG:teuthology.orchestra.run.trial173:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T07:03:20.134 DEBUG:teuthology.orchestra.run.trial196:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T07:03:20.140 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial173.front.sepia.ceph.com 2026-02-23T07:03:20.140 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T07:03:20.141 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-23T07:03:20.141 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-23T07:03:20.141 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-23T07:03:20.144 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial140.front.sepia.ceph.com 2026-02-23T07:03:20.144 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T07:03:20.144 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-23T07:03:20.144 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-23T07:03:20.144 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-23T07:03:20.157 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial196.front.sepia.ceph.com 2026-02-23T07:03:20.157 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T07:03:20.157 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-23T07:03:20.157 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-23T07:03:20.157 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-23T07:03:20.310 INFO:teuthology.orchestra.run.trial173.stdout:No match for argument: nvme-cli 2026-02-23T07:03:20.311 INFO:teuthology.orchestra.run.trial173.stderr:No packages marked for removal. 2026-02-23T07:03:20.312 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:03:20.313 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:03:20.313 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:03:20.316 INFO:teuthology.orchestra.run.trial140.stdout:No match for argument: nvme-cli 2026-02-23T07:03:20.316 INFO:teuthology.orchestra.run.trial140.stderr:No packages marked for removal. 2026-02-23T07:03:20.318 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:03:20.318 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:03:20.318 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:03:20.327 INFO:teuthology.orchestra.run.trial196.stdout:No match for argument: nvme-cli 2026-02-23T07:03:20.327 INFO:teuthology.orchestra.run.trial196.stderr:No packages marked for removal. 2026-02-23T07:03:20.329 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:03:20.330 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:03:20.330 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:03:20.609 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:27 ago on Mon 23 Feb 2026 07:02:53 AM UTC. 2026-02-23T07:03:20.624 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:28 ago on Mon 23 Feb 2026 07:02:52 AM UTC. 2026-02-23T07:03:20.635 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:00:26 ago on Mon 23 Feb 2026 07:02:54 AM UTC. 2026-02-23T07:03:20.690 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout: Package Arch Version Repository Size 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout:Installing: 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout:Installing dependencies: 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:03:20.691 INFO:teuthology.orchestra.run.trial173.stdout:Install 7 Packages 2026-02-23T07:03:20.692 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:20.692 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 6.3 M 2026-02-23T07:03:20.692 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 24 M 2026-02-23T07:03:20.692 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:03:20.706 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:03:20.706 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:03:20.706 INFO:teuthology.orchestra.run.trial140.stdout: Package Arch Version Repository Size 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout:Installing: 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout:Installing dependencies: 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:03:20.707 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:03:20.708 INFO:teuthology.orchestra.run.trial140.stdout:Install 7 Packages 2026-02-23T07:03:20.708 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:20.708 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 6.3 M 2026-02-23T07:03:20.708 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 24 M 2026-02-23T07:03:20.708 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:03:20.717 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:03:20.717 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:03:20.717 INFO:teuthology.orchestra.run.trial196.stdout: Package Arch Version Repository Size 2026-02-23T07:03:20.717 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:03:20.717 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-23T07:03:20.717 INFO:teuthology.orchestra.run.trial196.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-23T07:03:20.717 INFO:teuthology.orchestra.run.trial196.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-23T07:03:20.717 INFO:teuthology.orchestra.run.trial196.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-23T07:03:20.717 INFO:teuthology.orchestra.run.trial196.stdout:Installing dependencies: 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout:Install 7 Packages 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 6.3 M 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 24 M 2026-02-23T07:03:20.718 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:03:20.887 INFO:teuthology.orchestra.run.trial173.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 1.1 MB/s | 44 kB 00:00 2026-02-23T07:03:20.890 INFO:teuthology.orchestra.run.trial173.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.7 MB/s | 72 kB 00:00 2026-02-23T07:03:20.894 INFO:teuthology.orchestra.run.trial140.stdout:(1/7): python3-configshell-1.1.30-1.el9.noarch. 1.0 MB/s | 72 kB 00:00 2026-02-23T07:03:20.902 INFO:teuthology.orchestra.run.trial140.stdout:(2/7): nvme-cli-2.16-1.el9.x86_64.rpm 15 MB/s | 1.2 MB 00:00 2026-02-23T07:03:20.907 INFO:teuthology.orchestra.run.trial173.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 4.2 MB/s | 84 kB 00:00 2026-02-23T07:03:20.908 INFO:teuthology.orchestra.run.trial140.stdout:(3/7): nvmetcli-0.8-3.el9.noarch.rpm 527 kB/s | 44 kB 00:00 2026-02-23T07:03:20.909 INFO:teuthology.orchestra.run.trial173.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 7.8 MB/s | 150 kB 00:00 2026-02-23T07:03:20.918 INFO:teuthology.orchestra.run.trial140.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 3.6 MB/s | 84 kB 00:00 2026-02-23T07:03:20.922 INFO:teuthology.orchestra.run.trial173.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 16 MB/s | 1.2 MB 00:00 2026-02-23T07:03:20.929 INFO:teuthology.orchestra.run.trial140.stdout:(5/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 5.6 MB/s | 150 kB 00:00 2026-02-23T07:03:20.936 INFO:teuthology.orchestra.run.trial140.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 29 MB/s | 837 kB 00:00 2026-02-23T07:03:20.937 INFO:teuthology.orchestra.run.trial173.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 27 MB/s | 837 kB 00:00 2026-02-23T07:03:21.212 INFO:teuthology.orchestra.run.trial196.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 428 kB/s | 44 kB 00:00 2026-02-23T07:03:21.226 INFO:teuthology.orchestra.run.trial196.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 616 kB/s | 72 kB 00:00 2026-02-23T07:03:21.268 INFO:teuthology.orchestra.run.trial196.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-23T07:03:21.293 INFO:teuthology.orchestra.run.trial196.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-23T07:03:21.325 INFO:teuthology.orchestra.run.trial196.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 5.4 MB/s | 1.2 MB 00:00 2026-02-23T07:03:21.337 INFO:teuthology.orchestra.run.trial196.stdout:(6/7): runc-1.4.0-1.el9.x86_64.rpm 90 MB/s | 4.0 MB 00:00 2026-02-23T07:03:21.369 INFO:teuthology.orchestra.run.trial196.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.1 MB/s | 837 kB 00:00 2026-02-23T07:03:21.370 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:03:21.370 INFO:teuthology.orchestra.run.trial196.stdout:Total 9.6 MB/s | 6.3 MB 00:00 2026-02-23T07:03:21.439 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:03:21.447 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:03:21.447 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:03:21.530 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:03:21.530 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:03:21.679 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:03:21.686 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-23T07:03:21.695 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-23T07:03:21.701 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T07:03:21.707 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T07:03:21.708 INFO:teuthology.orchestra.run.trial196.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T07:03:21.763 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T07:03:21.878 INFO:teuthology.orchestra.run.trial196.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-23T07:03:21.881 INFO:teuthology.orchestra.run.trial196.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T07:03:21.985 INFO:teuthology.orchestra.run.trial173.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 3.7 MB/s | 4.0 MB 00:01 2026-02-23T07:03:21.985 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:03:21.985 INFO:teuthology.orchestra.run.trial173.stdout:Total 4.8 MB/s | 6.3 MB 00:01 2026-02-23T07:03:21.993 INFO:teuthology.orchestra.run.trial140.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 3.7 MB/s | 4.0 MB 00:01 2026-02-23T07:03:21.995 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:03:21.995 INFO:teuthology.orchestra.run.trial140.stdout:Total 4.9 MB/s | 6.3 MB 00:01 2026-02-23T07:03:22.055 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:03:22.062 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:03:22.062 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:03:22.064 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:03:22.074 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:03:22.074 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:03:22.141 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:03:22.142 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:03:22.156 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:03:22.156 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:03:22.162 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T07:03:22.163 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-23T07:03:22.163 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:03:22.285 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:03:22.293 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-23T07:03:22.300 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:03:22.301 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-23T07:03:22.307 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T07:03:22.308 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-23T07:03:22.313 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T07:03:22.314 INFO:teuthology.orchestra.run.trial173.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T07:03:22.317 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-23T07:03:22.323 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T07:03:22.329 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T07:03:22.329 INFO:teuthology.orchestra.run.trial140.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T07:03:22.360 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T07:03:22.374 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T07:03:22.424 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-23T07:03:22.424 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-23T07:03:22.425 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T07:03:22.425 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T07:03:22.425 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-23T07:03:22.425 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-23T07:03:22.473 INFO:teuthology.orchestra.run.trial173.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-23T07:03:22.475 INFO:teuthology.orchestra.run.trial173.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T07:03:22.478 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-23T07:03:22.478 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:03:22.478 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-23T07:03:22.478 INFO:teuthology.orchestra.run.trial196.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-23T07:03:22.478 INFO:teuthology.orchestra.run.trial196.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-23T07:03:22.478 INFO:teuthology.orchestra.run.trial196.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-23T07:03:22.478 INFO:teuthology.orchestra.run.trial196.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-23T07:03:22.478 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:03:22.478 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:03:22.489 INFO:teuthology.orchestra.run.trial140.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-23T07:03:22.492 INFO:teuthology.orchestra.run.trial140.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T07:03:22.533 DEBUG:teuthology.parallel:result is None 2026-02-23T07:03:22.762 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T07:03:22.762 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-23T07:03:22.762 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:22.769 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T07:03:22.769 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-23T07:03:22.769 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:23.012 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-23T07:03:23.012 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-23T07:03:23.012 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T07:03:23.012 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T07:03:23.012 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-23T07:03:23.012 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-23T07:03:23.024 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-23T07:03:23.024 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-23T07:03:23.024 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T07:03:23.024 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T07:03:23.024 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-23T07:03:23.024 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-23T07:03:23.069 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-23T07:03:23.069 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:23.070 INFO:teuthology.orchestra.run.trial140.stdout:Installed: 2026-02-23T07:03:23.070 INFO:teuthology.orchestra.run.trial140.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-23T07:03:23.070 INFO:teuthology.orchestra.run.trial140.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-23T07:03:23.070 INFO:teuthology.orchestra.run.trial140.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-23T07:03:23.070 INFO:teuthology.orchestra.run.trial140.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-23T07:03:23.070 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:23.070 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:03:23.082 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-23T07:03:23.082 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:23.082 INFO:teuthology.orchestra.run.trial173.stdout:Installed: 2026-02-23T07:03:23.082 INFO:teuthology.orchestra.run.trial173.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-23T07:03:23.082 INFO:teuthology.orchestra.run.trial173.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-23T07:03:23.082 INFO:teuthology.orchestra.run.trial173.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-23T07:03:23.082 INFO:teuthology.orchestra.run.trial173.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-23T07:03:23.082 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:23.082 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:03:23.121 DEBUG:teuthology.parallel:result is None 2026-02-23T07:03:23.137 DEBUG:teuthology.parallel:result is None 2026-02-23T07:03:23.137 INFO:teuthology.run_tasks:Running task install... 2026-02-23T07:03:23.156 DEBUG:teuthology.task.install:project ceph 2026-02-23T07:03:23.156 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '244ee61d76a715c3ac0d60eeb3321aefb91c3511'}} 2026-02-23T07:03:23.156 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '244ee61d76a715c3ac0d60eeb3321aefb91c3511'} 2026-02-23T07:03:23.156 INFO:teuthology.task.install:Using flavor: default 2026-02-23T07:03:23.166 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-23T07:03:23.166 INFO:teuthology.task.install:extra packages: [] 2026-02-23T07:03:23.166 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': '244ee61d76a715c3ac0d60eeb3321aefb91c3511', 'tag': None, 'wait_for_package': False} 2026-02-23T07:03:23.167 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:03:23.169 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': '244ee61d76a715c3ac0d60eeb3321aefb91c3511', 'tag': None, 'wait_for_package': False} 2026-02-23T07:03:23.170 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:03:23.171 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': '244ee61d76a715c3ac0d60eeb3321aefb91c3511', 'tag': None, 'wait_for_package': False} 2026-02-23T07:03:23.172 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:03:23.419 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/flavors/default/ 2026-02-23T07:03:23.419 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5338.g244ee61d 2026-02-23T07:03:23.428 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/flavors/default/ 2026-02-23T07:03:23.428 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5338.g244ee61d 2026-02-23T07:03:23.430 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/flavors/default/ 2026-02-23T07:03:23.430 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5338.g244ee61d 2026-02-23T07:03:23.633 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/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-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/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-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-23T07:03:23.633 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-23T07:03:23.633 DEBUG:teuthology.orchestra.run.trial196:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-23T07:03:23.634 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/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-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/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-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-23T07:03:23.634 DEBUG:teuthology.orchestra.run.trial173:> set -ex 2026-02-23T07:03:23.634 DEBUG:teuthology.orchestra.run.trial173:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-23T07:03:23.641 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/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-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/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-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-23T07:03:23.641 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:03:23.641 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-23T07:03:23.659 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-23T07:03:23.659 DEBUG:teuthology.orchestra.run.trial196:> 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/244ee61d76a715c3ac0d60eeb3321aefb91c3511/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-23T07:03:23.661 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-23T07:03:23.661 DEBUG:teuthology.orchestra.run.trial173:> 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/244ee61d76a715c3ac0d60eeb3321aefb91c3511/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-23T07:03:23.668 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-23T07:03:23.668 DEBUG:teuthology.orchestra.run.trial140:> 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/244ee61d76a715c3ac0d60eeb3321aefb91c3511/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-23T07:03:23.724 DEBUG:teuthology.orchestra.run.trial196:> 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-23T07:03:23.726 DEBUG:teuthology.orchestra.run.trial173:> 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-23T07:03:23.732 DEBUG:teuthology.orchestra.run.trial140:> 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-23T07:03:23.798 DEBUG:teuthology.orchestra.run.trial196:> 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-23T07:03:23.799 DEBUG:teuthology.orchestra.run.trial173:> 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-23T07:03:23.806 DEBUG:teuthology.orchestra.run.trial140:> 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-23T07:03:23.862 INFO:teuthology.orchestra.run.trial173.stdout:check_obsoletes = 1 2026-02-23T07:03:23.862 INFO:teuthology.orchestra.run.trial196.stdout:check_obsoletes = 1 2026-02-23T07:03:23.863 DEBUG:teuthology.orchestra.run.trial173:> sudo yum clean all 2026-02-23T07:03:23.864 DEBUG:teuthology.orchestra.run.trial196:> sudo yum clean all 2026-02-23T07:03:23.869 INFO:teuthology.orchestra.run.trial140.stdout:check_obsoletes = 1 2026-02-23T07:03:23.870 DEBUG:teuthology.orchestra.run.trial140:> sudo yum clean all 2026-02-23T07:03:24.022 INFO:teuthology.orchestra.run.trial173.stdout:41 files removed 2026-02-23T07:03:24.025 INFO:teuthology.orchestra.run.trial196.stdout:41 files removed 2026-02-23T07:03:24.028 INFO:teuthology.orchestra.run.trial140.stdout:41 files removed 2026-02-23T07:03:24.036 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-radosgw 2026-02-23T07:03:24.039 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-radosgw 2026-02-23T07:03:24.042 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-radosgw 2026-02-23T07:03:24.313 INFO:teuthology.orchestra.run.trial196.stdout:ceph packages for x86_64 708 kB/s | 93 kB 00:00 2026-02-23T07:03:24.316 INFO:teuthology.orchestra.run.trial173.stdout:ceph packages for x86_64 676 kB/s | 93 kB 00:00 2026-02-23T07:03:24.317 INFO:teuthology.orchestra.run.trial140.stdout:ceph packages for x86_64 707 kB/s | 93 kB 00:00 2026-02-23T07:03:24.466 INFO:teuthology.orchestra.run.trial196.stdout:ceph noarch packages 193 kB/s | 24 kB 00:00 2026-02-23T07:03:24.467 INFO:teuthology.orchestra.run.trial140.stdout:ceph noarch packages 198 kB/s | 24 kB 00:00 2026-02-23T07:03:24.467 INFO:teuthology.orchestra.run.trial173.stdout:ceph noarch packages 196 kB/s | 24 kB 00:00 2026-02-23T07:03:24.595 INFO:teuthology.orchestra.run.trial140.stdout:ceph source packages 20 kB/s | 2.1 kB 00:00 2026-02-23T07:03:24.595 INFO:teuthology.orchestra.run.trial196.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-23T07:03:24.596 INFO:teuthology.orchestra.run.trial173.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-23T07:03:24.985 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - BaseOS 24 MB/s | 8.9 MB 00:00 2026-02-23T07:03:25.349 INFO:teuthology.orchestra.run.trial173.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-23T07:03:25.423 INFO:teuthology.orchestra.run.trial140.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.9 MB 00:00 2026-02-23T07:03:28.467 INFO:teuthology.orchestra.run.trial173.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-23T07:03:29.454 INFO:teuthology.orchestra.run.trial140.stdout:CentOS Stream 9 - AppStream 7.7 MB/s | 27 MB 00:03 2026-02-23T07:03:32.031 INFO:teuthology.orchestra.run.trial173.stdout:CentOS Stream 9 - CRB 6.5 MB/s | 7.8 MB 00:01 2026-02-23T07:03:32.772 INFO:teuthology.orchestra.run.trial140.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 7.8 MB 00:00 2026-02-23T07:03:33.558 INFO:teuthology.orchestra.run.trial173.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 20 kB 00:00 2026-02-23T07:03:33.850 INFO:teuthology.orchestra.run.trial140.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 20 kB 00:00 2026-02-23T07:03:34.149 INFO:teuthology.orchestra.run.trial173.stdout:Extra Packages for Enterprise Linux 38 MB/s | 20 MB 00:00 2026-02-23T07:03:34.215 INFO:teuthology.orchestra.run.trial140.stdout:Extra Packages for Enterprise Linux 68 MB/s | 20 MB 00:00 2026-02-23T07:03:37.307 INFO:teuthology.orchestra.run.trial173.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-23T07:03:37.440 INFO:teuthology.orchestra.run.trial140.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-23T07:03:38.511 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: Package Arch Version Repository Size 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout:Installing: 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: ceph-radosgw x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 13 M 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout:Upgrading: 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: librados2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 3.5 M 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: librbd1 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 2.8 M 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout:Installing dependencies: 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: ceph-base x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 5.2 M 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: ceph-common x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 24 M 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: ceph-selinux x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 25 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: libcephfs2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 908 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: libradosstriper1 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 248 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: librgw2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 6.5 M 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-23T07:03:38.512 INFO:teuthology.orchestra.run.trial173.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: python3-ceph-argparse x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 45 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: python3-ceph-common x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 185 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: python3-cephfs x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 203 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: python3-rados x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 325 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: python3-rbd x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 305 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: python3-rgw x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 100 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout:Installing weak dependencies: 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: libcephfs-daemon x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 37 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 26 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout:Install 34 Packages 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout:Upgrade 2 Packages 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 67 M 2026-02-23T07:03:38.513 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:03:38.647 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:03:38.648 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:03:38.648 INFO:teuthology.orchestra.run.trial140.stdout: Package Arch Version Repository Size 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout:Installing: 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout: ceph-radosgw x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 13 M 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout:Upgrading: 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout: librados2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 3.5 M 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout: librbd1 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 2.8 M 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout:Installing dependencies: 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout: ceph-base x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 5.2 M 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout: ceph-common x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 24 M 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout: ceph-selinux x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 25 k 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-23T07:03:38.649 INFO:teuthology.orchestra.run.trial140.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: libcephfs2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 908 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: libradosstriper1 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 248 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: librgw2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 6.5 M 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-23T07:03:38.650 INFO:teuthology.orchestra.run.trial140.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout: python3-ceph-argparse x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 45 k 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout: python3-ceph-common x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 185 k 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout: python3-cephfs x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 203 k 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout: python3-rados x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 325 k 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout: python3-rbd x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 305 k 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout: python3-rgw x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 100 k 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout:Installing weak dependencies: 2026-02-23T07:03:38.651 INFO:teuthology.orchestra.run.trial140.stdout: libcephfs-daemon x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 37 k 2026-02-23T07:03:38.652 INFO:teuthology.orchestra.run.trial140.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 26 k 2026-02-23T07:03:38.652 INFO:teuthology.orchestra.run.trial140.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-23T07:03:38.652 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:38.652 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:03:38.652 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:03:38.652 INFO:teuthology.orchestra.run.trial140.stdout:Install 34 Packages 2026-02-23T07:03:38.652 INFO:teuthology.orchestra.run.trial140.stdout:Upgrade 2 Packages 2026-02-23T07:03:38.652 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:38.653 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 67 M 2026-02-23T07:03:38.653 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:03:39.090 INFO:teuthology.orchestra.run.trial173.stdout:(1/36): ceph-base-20.3.0-5338.g244ee61d.el9.x86 15 MB/s | 5.2 MB 00:00 2026-02-23T07:03:39.128 INFO:teuthology.orchestra.run.trial173.stdout:(2/36): ceph-selinux-20.3.0-5338.g244ee61d.el9. 652 kB/s | 25 kB 00:00 2026-02-23T07:03:39.169 INFO:teuthology.orchestra.run.trial173.stdout:(3/36): libcephfs-daemon-20.3.0-5338.g244ee61d. 912 kB/s | 37 kB 00:00 2026-02-23T07:03:39.211 INFO:teuthology.orchestra.run.trial173.stdout:(4/36): libcephfs-proxy2-20.3.0-5338.g244ee61d. 610 kB/s | 26 kB 00:00 2026-02-23T07:03:39.235 INFO:teuthology.orchestra.run.trial173.stdout:(5/36): ceph-radosgw-20.3.0-5338.g244ee61d.el9. 27 MB/s | 13 MB 00:00 2026-02-23T07:03:39.246 INFO:teuthology.orchestra.run.trial173.stdout:(6/36): libcephfs2-20.3.0-5338.g244ee61d.el9.x8 25 MB/s | 908 kB 00:00 2026-02-23T07:03:39.251 INFO:teuthology.orchestra.run.trial173.stdout:(7/36): libradosstriper1-20.3.0-5338.g244ee61d. 16 MB/s | 248 kB 00:00 2026-02-23T07:03:39.285 INFO:teuthology.orchestra.run.trial173.stdout:(8/36): python3-ceph-argparse-20.3.0-5338.g244e 1.3 MB/s | 45 kB 00:00 2026-02-23T07:03:39.325 INFO:teuthology.orchestra.run.trial173.stdout:(9/36): python3-ceph-common-20.3.0-5338.g244ee6 4.5 MB/s | 185 kB 00:00 2026-02-23T07:03:39.368 INFO:teuthology.orchestra.run.trial173.stdout:(10/36): python3-cephfs-20.3.0-5338.g244ee61d.e 4.6 MB/s | 203 kB 00:00 2026-02-23T07:03:39.415 INFO:teuthology.orchestra.run.trial173.stdout:(11/36): python3-rados-20.3.0-5338.g244ee61d.el 6.8 MB/s | 325 kB 00:00 2026-02-23T07:03:39.464 INFO:teuthology.orchestra.run.trial173.stdout:(12/36): python3-rbd-20.3.0-5338.g244ee61d.el9. 6.1 MB/s | 305 kB 00:00 2026-02-23T07:03:39.501 INFO:teuthology.orchestra.run.trial173.stdout:(13/36): librgw2-20.3.0-5338.g244ee61d.el9.x86_ 25 MB/s | 6.5 MB 00:00 2026-02-23T07:03:39.502 INFO:teuthology.orchestra.run.trial173.stdout:(14/36): python3-rgw-20.3.0-5338.g244ee61d.el9. 2.6 MB/s | 100 kB 00:00 2026-02-23T07:03:39.592 INFO:teuthology.orchestra.run.trial173.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 364 kB/s | 33 kB 00:00 2026-02-23T07:03:39.636 INFO:teuthology.orchestra.run.trial173.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 698 kB/s | 93 kB 00:00 2026-02-23T07:03:39.909 INFO:teuthology.orchestra.run.trial173.stdout:(17/36): ceph-common-20.3.0-5338.g244ee61d.el9. 21 MB/s | 24 MB 00:01 2026-02-23T07:03:39.931 INFO:teuthology.orchestra.run.trial140.stdout:(1/36): ceph-base-20.3.0-5338.g244ee61d.el9.x86 6.1 MB/s | 5.2 MB 00:00 2026-02-23T07:03:39.943 INFO:teuthology.orchestra.run.trial140.stdout:(2/36): ceph-selinux-20.3.0-5338.g244ee61d.el9. 2.0 MB/s | 25 kB 00:00 2026-02-23T07:03:39.955 INFO:teuthology.orchestra.run.trial140.stdout:(3/36): libcephfs-daemon-20.3.0-5338.g244ee61d. 3.1 MB/s | 37 kB 00:00 2026-02-23T07:03:39.966 INFO:teuthology.orchestra.run.trial140.stdout:(4/36): libcephfs-proxy2-20.3.0-5338.g244ee61d. 2.2 MB/s | 26 kB 00:00 2026-02-23T07:03:40.014 INFO:teuthology.orchestra.run.trial140.stdout:(5/36): libcephfs2-20.3.0-5338.g244ee61d.el9.x8 19 MB/s | 908 kB 00:00 2026-02-23T07:03:40.032 INFO:teuthology.orchestra.run.trial140.stdout:(6/36): libradosstriper1-20.3.0-5338.g244ee61d. 14 MB/s | 248 kB 00:00 2026-02-23T07:03:40.226 INFO:teuthology.orchestra.run.trial173.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 164 kB/s | 104 kB 00:00 2026-02-23T07:03:40.304 INFO:teuthology.orchestra.run.trial173.stdout:(19/36): libnbd-1.20.3-4.el9.x86_64.rpm 245 kB/s | 164 kB 00:00 2026-02-23T07:03:40.326 INFO:teuthology.orchestra.run.trial173.stdout:(20/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 455 kB/s | 45 kB 00:00 2026-02-23T07:03:40.373 INFO:teuthology.orchestra.run.trial140.stdout:(7/36): librgw2-20.3.0-5338.g244ee61d.el9.x86_6 19 MB/s | 6.5 MB 00:00 2026-02-23T07:03:40.399 INFO:teuthology.orchestra.run.trial140.stdout:(8/36): python3-ceph-argparse-20.3.0-5338.g244e 1.7 MB/s | 45 kB 00:00 2026-02-23T07:03:40.430 INFO:teuthology.orchestra.run.trial140.stdout:(9/36): python3-ceph-common-20.3.0-5338.g244ee6 5.8 MB/s | 185 kB 00:00 2026-02-23T07:03:40.463 INFO:teuthology.orchestra.run.trial140.stdout:(10/36): python3-cephfs-20.3.0-5338.g244ee61d.e 6.2 MB/s | 203 kB 00:00 2026-02-23T07:03:40.499 INFO:teuthology.orchestra.run.trial140.stdout:(11/36): python3-rados-20.3.0-5338.g244ee61d.el 8.8 MB/s | 325 kB 00:00 2026-02-23T07:03:40.537 INFO:teuthology.orchestra.run.trial140.stdout:(12/36): python3-rbd-20.3.0-5338.g244ee61d.el9. 7.9 MB/s | 305 kB 00:00 2026-02-23T07:03:40.570 INFO:teuthology.orchestra.run.trial173.stdout:(21/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 242 kB/s | 160 kB 00:00 2026-02-23T07:03:40.601 INFO:teuthology.orchestra.run.trial140.stdout:(13/36): ceph-common-20.3.0-5338.g244ee61d.el9. 16 MB/s | 24 MB 00:01 2026-02-23T07:03:40.602 INFO:teuthology.orchestra.run.trial140.stdout:(14/36): python3-rgw-20.3.0-5338.g244ee61d.el9. 1.5 MB/s | 100 kB 00:00 2026-02-23T07:03:40.632 INFO:teuthology.orchestra.run.trial140.stdout:(15/36): ceph-radosgw-20.3.0-5338.g244ee61d.el9 8.5 MB/s | 13 MB 00:01 2026-02-23T07:03:40.674 INFO:teuthology.orchestra.run.trial140.stdout:(16/36): mailcap-2.1.49-5.el9.noarch.rpm 455 kB/s | 33 kB 00:00 2026-02-23T07:03:40.676 INFO:teuthology.orchestra.run.trial140.stdout:(17/36): pciutils-3.7.0-7.el9.x86_64.rpm 1.2 MB/s | 93 kB 00:00 2026-02-23T07:03:40.681 INFO:teuthology.orchestra.run.trial140.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 2.1 MB/s | 104 kB 00:00 2026-02-23T07:03:40.703 INFO:teuthology.orchestra.run.trial140.stdout:(19/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 5.7 MB/s | 160 kB 00:00 2026-02-23T07:03:40.706 INFO:teuthology.orchestra.run.trial140.stdout:(20/36): libnbd-1.20.3-4.el9.x86_64.rpm 5.1 MB/s | 164 kB 00:00 2026-02-23T07:03:40.707 INFO:teuthology.orchestra.run.trial140.stdout:(21/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.7 MB/s | 45 kB 00:00 2026-02-23T07:03:40.730 INFO:teuthology.orchestra.run.trial140.stdout:(22/36): librdkafka-1.6.1-102.el9.x86_64.rpm 25 MB/s | 662 kB 00:00 2026-02-23T07:03:40.732 INFO:teuthology.orchestra.run.trial140.stdout:(23/36): qatlib-25.08.0-2.el9.x86_64.rpm 9.4 MB/s | 240 kB 00:00 2026-02-23T07:03:40.735 INFO:teuthology.orchestra.run.trial140.stdout:(24/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 9.9 MB/s | 292 kB 00:00 2026-02-23T07:03:40.738 INFO:teuthology.orchestra.run.trial173.stdout:(22/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 710 kB/s | 292 kB 00:00 2026-02-23T07:03:40.754 INFO:teuthology.orchestra.run.trial140.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.9 MB/s | 66 kB 00:00 2026-02-23T07:03:40.755 INFO:teuthology.orchestra.run.trial140.stdout:(26/36): qatlib-service-25.08.0-2.el9.x86_64.rp 1.4 MB/s | 37 kB 00:00 2026-02-23T07:03:40.837 INFO:teuthology.orchestra.run.trial173.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 375 kB/s | 37 kB 00:00 2026-02-23T07:03:40.851 INFO:teuthology.orchestra.run.trial140.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 260 kB/s | 25 kB 00:00 2026-02-23T07:03:40.909 INFO:teuthology.orchestra.run.trial173.stdout:(24/36): qatlib-25.08.0-2.el9.x86_64.rpm 708 kB/s | 240 kB 00:00 2026-02-23T07:03:40.937 INFO:teuthology.orchestra.run.trial173.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 665 kB/s | 66 kB 00:00 2026-02-23T07:03:40.968 INFO:teuthology.orchestra.run.trial140.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 418 kB/s | 49 kB 00:00 2026-02-23T07:03:40.990 INFO:teuthology.orchestra.run.trial140.stdout:(29/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.2 MB/s | 308 kB 00:00 2026-02-23T07:03:40.991 INFO:teuthology.orchestra.run.trial140.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 2.9 MB/s | 67 kB 00:00 2026-02-23T07:03:41.032 INFO:teuthology.orchestra.run.trial140.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 20 MB/s | 838 kB 00:00 2026-02-23T07:03:41.033 INFO:teuthology.orchestra.run.trial140.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 4.4 MB/s | 191 kB 00:00 2026-02-23T07:03:41.050 INFO:teuthology.orchestra.run.trial140.stdout:(33/36): libarrow-9.0.0-15.el9.x86_64.rpm 15 MB/s | 4.4 MB 00:00 2026-02-23T07:03:41.073 INFO:teuthology.orchestra.run.trial140.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 38 MB/s | 1.6 MB 00:00 2026-02-23T07:03:41.074 INFO:teuthology.orchestra.run.trial173.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.8 MB/s | 308 kB 00:00 2026-02-23T07:03:41.097 INFO:teuthology.orchestra.run.trial173.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.1 MB/s | 25 kB 00:00 2026-02-23T07:03:41.106 INFO:teuthology.orchestra.run.trial173.stdout:(28/36): librdkafka-1.6.1-102.el9.x86_64.rpm 826 kB/s | 662 kB 00:00 2026-02-23T07:03:41.129 INFO:teuthology.orchestra.run.trial173.stdout:(29/36): liboath-2.6.12-1.el9.x86_64.rpm 1.5 MB/s | 49 kB 00:00 2026-02-23T07:03:41.138 INFO:teuthology.orchestra.run.trial173.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 2.1 MB/s | 67 kB 00:00 2026-02-23T07:03:41.141 INFO:teuthology.orchestra.run.trial140.stdout:(35/36): librbd1-20.3.0-5338.g244ee61d.el9.x86_ 31 MB/s | 2.8 MB 00:00 2026-02-23T07:03:41.160 INFO:teuthology.orchestra.run.trial140.stdout:(36/36): librados2-20.3.0-5338.g244ee61d.el9.x8 27 MB/s | 3.5 MB 00:00 2026-02-23T07:03:41.164 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:03:41.164 INFO:teuthology.orchestra.run.trial140.stdout:Total 27 MB/s | 67 MB 00:02 2026-02-23T07:03:41.176 INFO:teuthology.orchestra.run.trial173.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 17 MB/s | 838 kB 00:00 2026-02-23T07:03:41.182 INFO:teuthology.orchestra.run.trial173.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 4.3 MB/s | 191 kB 00:00 2026-02-23T07:03:41.190 INFO:teuthology.orchestra.run.trial173.stdout:(33/36): libarrow-9.0.0-15.el9.x86_64.rpm 17 MB/s | 4.4 MB 00:00 2026-02-23T07:03:41.222 INFO:teuthology.orchestra.run.trial173.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 34 MB/s | 1.6 MB 00:00 2026-02-23T07:03:41.253 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:03:41.271 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:03:41.272 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:03:41.455 INFO:teuthology.orchestra.run.trial173.stdout:(35/36): librbd1-20.3.0-5338.g244ee61d.el9.x86_ 11 MB/s | 2.8 MB 00:00 2026-02-23T07:03:41.498 INFO:teuthology.orchestra.run.trial173.stdout:(36/36): librados2-20.3.0-5338.g244ee61d.el9.x8 11 MB/s | 3.5 MB 00:00 2026-02-23T07:03:41.502 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:03:41.502 INFO:teuthology.orchestra.run.trial173.stdout:Total 22 MB/s | 67 MB 00:02 2026-02-23T07:03:41.517 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:03:41.517 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:03:41.592 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:03:41.610 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:03:41.610 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:03:41.819 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:03:41.855 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:03:41.856 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:03:41.971 INFO:teuthology.orchestra.run.trial140.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-23T07:03:41.976 INFO:teuthology.orchestra.run.trial140.stdout: Upgrading : librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 2/38 2026-02-23T07:03:42.027 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 2/38 2026-02-23T07:03:42.028 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 3/38 2026-02-23T07:03:42.041 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 3/38 2026-02-23T07:03:42.043 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libcephfs-daemon-2:20.3.0-5338.g244ee61d.el9.x86_6 4/38 2026-02-23T07:03:42.044 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_6 5/38 2026-02-23T07:03:42.071 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_6 5/38 2026-02-23T07:03:42.073 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 6/38 2026-02-23T07:03:42.081 INFO:teuthology.orchestra.run.trial140.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-23T07:03:42.083 INFO:teuthology.orchestra.run.trial140.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-23T07:03:42.087 INFO:teuthology.orchestra.run.trial140.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-23T07:03:42.091 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-23T07:03:42.102 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-ceph-argparse-2:20.3.0-5338.g244ee61d.el9. 11/38 2026-02-23T07:03:42.115 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 12/38 2026-02-23T07:03:42.116 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_6 13/38 2026-02-23T07:03:42.137 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_6 13/38 2026-02-23T07:03:42.141 INFO:teuthology.orchestra.run.trial140.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-23T07:03:42.168 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:03:42.171 INFO:teuthology.orchestra.run.trial140.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-23T07:03:42.176 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-23T07:03:42.184 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-23T07:03:42.187 INFO:teuthology.orchestra.run.trial140.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-23T07:03:42.191 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-23T07:03:42.315 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-23T07:03:42.316 INFO:teuthology.orchestra.run.trial140.stdout: Upgrading : librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 21/38 2026-02-23T07:03:42.321 INFO:teuthology.orchestra.run.trial173.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-23T07:03:42.326 INFO:teuthology.orchestra.run.trial173.stdout: Upgrading : librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 2/38 2026-02-23T07:03:42.347 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 21/38 2026-02-23T07:03:42.349 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 22/38 2026-02-23T07:03:42.356 INFO:teuthology.orchestra.run.trial140.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-23T07:03:42.377 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 2/38 2026-02-23T07:03:42.378 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 3/38 2026-02-23T07:03:42.391 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 3/38 2026-02-23T07:03:42.393 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libcephfs-daemon-2:20.3.0-5338.g244ee61d.el9.x86_6 4/38 2026-02-23T07:03:42.394 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_6 5/38 2026-02-23T07:03:42.421 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_6 5/38 2026-02-23T07:03:42.423 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 6/38 2026-02-23T07:03:42.430 INFO:teuthology.orchestra.run.trial173.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-23T07:03:42.433 INFO:teuthology.orchestra.run.trial173.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-23T07:03:42.436 INFO:teuthology.orchestra.run.trial173.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-23T07:03:42.440 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-23T07:03:42.451 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-ceph-argparse-2:20.3.0-5338.g244ee61d.el9. 11/38 2026-02-23T07:03:42.462 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 12/38 2026-02-23T07:03:42.463 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_6 13/38 2026-02-23T07:03:42.484 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_6 13/38 2026-02-23T07:03:42.487 INFO:teuthology.orchestra.run.trial173.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-23T07:03:42.518 INFO:teuthology.orchestra.run.trial173.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-23T07:03:42.522 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-23T07:03:42.528 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-23T07:03:42.530 INFO:teuthology.orchestra.run.trial173.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-23T07:03:42.535 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-23T07:03:42.640 INFO:teuthology.orchestra.run.trial140.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-23T07:03:42.641 INFO:teuthology.orchestra.run.trial140.stdout: Installing : librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 25/38 2026-02-23T07:03:42.656 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-23T07:03:42.657 INFO:teuthology.orchestra.run.trial173.stdout: Upgrading : librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 21/38 2026-02-23T07:03:42.658 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 25/38 2026-02-23T07:03:42.662 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 26/38 2026-02-23T07:03:42.668 INFO:teuthology.orchestra.run.trial140.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-23T07:03:42.670 INFO:teuthology.orchestra.run.trial140.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-23T07:03:42.671 INFO:teuthology.orchestra.run.trial140.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-23T07:03:42.683 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 21/38 2026-02-23T07:03:42.685 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 22/38 2026-02-23T07:03:42.689 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-23T07:03:42.691 INFO:teuthology.orchestra.run.trial173.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-23T07:03:42.692 INFO:teuthology.orchestra.run.trial140.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-23T07:03:42.726 INFO:teuthology.orchestra.run.trial140.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-23T07:03:42.728 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-ceph-common-2:20.3.0-5338.g244ee61d.el9.x8 32/38 2026-02-23T07:03:42.974 INFO:teuthology.orchestra.run.trial173.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-23T07:03:42.975 INFO:teuthology.orchestra.run.trial173.stdout: Installing : librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 25/38 2026-02-23T07:03:42.992 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 25/38 2026-02-23T07:03:42.997 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 26/38 2026-02-23T07:03:43.002 INFO:teuthology.orchestra.run.trial173.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-23T07:03:43.005 INFO:teuthology.orchestra.run.trial173.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-23T07:03:43.006 INFO:teuthology.orchestra.run.trial173.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-23T07:03:43.024 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-23T07:03:43.027 INFO:teuthology.orchestra.run.trial173.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-23T07:03:43.061 INFO:teuthology.orchestra.run.trial173.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-23T07:03:43.063 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-ceph-common-2:20.3.0-5338.g244ee61d.el9.x8 32/38 2026-02-23T07:03:43.820 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 33/38 2026-02-23T07:03:43.822 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 33/38 2026-02-23T07:03:44.084 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 33/38 2026-02-23T07:03:44.087 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 34/38 2026-02-23T07:03:44.126 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 34/38 2026-02-23T07:03:44.126 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-23T07:03:44.126 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-23T07:03:44.126 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:44.129 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 35/38 2026-02-23T07:03:44.153 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 33/38 2026-02-23T07:03:44.156 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 33/38 2026-02-23T07:03:44.416 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 33/38 2026-02-23T07:03:44.420 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 34/38 2026-02-23T07:03:44.458 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 34/38 2026-02-23T07:03:44.458 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-23T07:03:44.458 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-23T07:03:44.458 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:44.461 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 35/38 2026-02-23T07:03:48.694 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 35/38 2026-02-23T07:03:48.694 INFO:teuthology.orchestra.run.trial140.stdout:skipping the directory /sys 2026-02-23T07:03:48.694 INFO:teuthology.orchestra.run.trial140.stdout:skipping the directory /proc 2026-02-23T07:03:48.694 INFO:teuthology.orchestra.run.trial140.stdout:skipping the directory /mnt 2026-02-23T07:03:48.694 INFO:teuthology.orchestra.run.trial140.stdout:skipping the directory /var/tmp 2026-02-23T07:03:48.694 INFO:teuthology.orchestra.run.trial140.stdout:skipping the directory /home 2026-02-23T07:03:48.694 INFO:teuthology.orchestra.run.trial140.stdout:skipping the directory /root 2026-02-23T07:03:48.694 INFO:teuthology.orchestra.run.trial140.stdout:skipping the directory /tmp 2026-02-23T07:03:48.694 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:49.032 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 35/38 2026-02-23T07:03:49.033 INFO:teuthology.orchestra.run.trial173.stdout:skipping the directory /sys 2026-02-23T07:03:49.033 INFO:teuthology.orchestra.run.trial173.stdout:skipping the directory /proc 2026-02-23T07:03:49.033 INFO:teuthology.orchestra.run.trial173.stdout:skipping the directory /mnt 2026-02-23T07:03:49.033 INFO:teuthology.orchestra.run.trial173.stdout:skipping the directory /var/tmp 2026-02-23T07:03:49.033 INFO:teuthology.orchestra.run.trial173.stdout:skipping the directory /home 2026-02-23T07:03:49.033 INFO:teuthology.orchestra.run.trial173.stdout:skipping the directory /root 2026-02-23T07:03:49.033 INFO:teuthology.orchestra.run.trial173.stdout:skipping the directory /tmp 2026-02-23T07:03:49.033 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:49.276 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 36/38 2026-02-23T07:03:49.300 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 36/38 2026-02-23T07:03:49.300 INFO:teuthology.orchestra.run.trial140.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:03:49.300 INFO:teuthology.orchestra.run.trial140.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-23T07:03:49.300 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-23T07:03:49.300 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-23T07:03:49.300 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:49.302 INFO:teuthology.orchestra.run.trial140.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-23T07:03:49.315 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-23T07:03:49.315 INFO:teuthology.orchestra.run.trial140.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-23T07:03:49.372 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-23T07:03:49.373 INFO:teuthology.orchestra.run.trial140.stdout:Creating group 'qat' with GID 992. 2026-02-23T07:03:49.373 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:49.608 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 36/38 2026-02-23T07:03:49.631 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 36/38 2026-02-23T07:03:49.631 INFO:teuthology.orchestra.run.trial173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:03:49.631 INFO:teuthology.orchestra.run.trial173.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-23T07:03:49.632 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-23T07:03:49.632 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-23T07:03:49.632 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:49.632 INFO:teuthology.orchestra.run.trial173.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-23T07:03:49.644 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-23T07:03:49.644 INFO:teuthology.orchestra.run.trial173.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-23T07:03:49.678 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 1/38 2026-02-23T07:03:49.678 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 2/38 2026-02-23T07:03:49.679 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 3/38 2026-02-23T07:03:49.679 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 4/38 2026-02-23T07:03:49.679 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libcephfs-daemon-2:20.3.0-5338.g244ee61d.el9.x86_6 5/38 2026-02-23T07:03:49.679 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_6 6/38 2026-02-23T07:03:49.679 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 7/38 2026-02-23T07:03:49.679 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_6 8/38 2026-02-23T07:03:49.679 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 9/38 2026-02-23T07:03:49.680 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5338.g244ee61d.el9. 10/38 2026-02-23T07:03:49.680 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-ceph-common-2:20.3.0-5338.g244ee61d.el9.x8 11/38 2026-02-23T07:03:49.680 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 12/38 2026-02-23T07:03:49.680 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 13/38 2026-02-23T07:03:49.680 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 14/38 2026-02-23T07:03:49.680 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 15/38 2026-02-23T07:03:49.680 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-23T07:03:49.680 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-23T07:03:49.681 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-23T07:03:49.681 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-23T07:03:49.681 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-23T07:03:49.681 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-23T07:03:49.681 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-23T07:03:49.681 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-23T07:03:49.681 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-23T07:03:49.681 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-23T07:03:49.681 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-23T07:03:49.682 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-23T07:03:49.682 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-23T07:03:49.682 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-23T07:03:49.682 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-23T07:03:49.682 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-23T07:03:49.682 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-23T07:03:49.682 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-23T07:03:49.682 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-23T07:03:49.683 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 35/38 2026-02-23T07:03:49.683 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-23T07:03:49.683 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 37/38 2026-02-23T07:03:49.700 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-23T07:03:49.700 INFO:teuthology.orchestra.run.trial173.stdout:Creating group 'qat' with GID 992. 2026-02-23T07:03:49.700 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:49.738 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-23T07:03:49.738 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:49.738 INFO:teuthology.orchestra.run.trial140.stdout:Upgraded: 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout: librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout: librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout:Installed: 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout: ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout: ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout: ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout: ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-23T07:03:49.739 INFO:teuthology.orchestra.run.trial140.stdout: libcephfs-daemon-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-23T07:03:49.740 INFO:teuthology.orchestra.run.trial140.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: python3-ceph-argparse-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: python3-ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: re2-1:20211101-20.el9.x86_64 2026-02-23T07:03:49.741 INFO:teuthology.orchestra.run.trial140.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-23T07:03:49.742 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:49.742 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:03:49.779 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-test 2026-02-23T07:03:49.994 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 1/38 2026-02-23T07:03:49.994 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 2/38 2026-02-23T07:03:49.994 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 3/38 2026-02-23T07:03:49.994 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 4/38 2026-02-23T07:03:49.994 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libcephfs-daemon-2:20.3.0-5338.g244ee61d.el9.x86_6 5/38 2026-02-23T07:03:49.994 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_6 6/38 2026-02-23T07:03:49.994 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 7/38 2026-02-23T07:03:49.994 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_6 8/38 2026-02-23T07:03:49.994 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 9/38 2026-02-23T07:03:49.995 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5338.g244ee61d.el9. 10/38 2026-02-23T07:03:49.995 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-ceph-common-2:20.3.0-5338.g244ee61d.el9.x8 11/38 2026-02-23T07:03:49.995 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 12/38 2026-02-23T07:03:49.995 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 13/38 2026-02-23T07:03:49.995 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 14/38 2026-02-23T07:03:49.995 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 15/38 2026-02-23T07:03:49.995 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-23T07:03:49.995 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-23T07:03:49.995 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-23T07:03:49.996 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-23T07:03:49.996 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-23T07:03:49.996 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-23T07:03:49.996 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-23T07:03:49.996 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-23T07:03:49.996 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-23T07:03:49.996 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-23T07:03:49.996 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-23T07:03:49.997 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-23T07:03:49.997 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-23T07:03:49.997 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-23T07:03:49.997 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-23T07:03:49.997 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-23T07:03:49.997 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-23T07:03:49.997 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-23T07:03:49.997 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-23T07:03:49.997 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 35/38 2026-02-23T07:03:49.997 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-23T07:03:49.997 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 37/38 2026-02-23T07:03:50.053 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout:Upgraded: 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout:Installed: 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: libcephfs-daemon-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-23T07:03:50.054 INFO:teuthology.orchestra.run.trial173.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: python3-ceph-argparse-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: python3-ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: re2-1:20211101-20.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:50.055 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:03:50.081 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:13 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:03:50.094 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-test 2026-02-23T07:03:50.162 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: Package Arch Version Repository Size 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout:Installing: 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: ceph-test x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 78 M 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout:Installing dependencies: 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: libcephsqlite x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 159 k 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout:Install 10 Packages 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 82 M 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 339 M 2026-02-23T07:03:50.163 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:03:50.321 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 27 MB 00:24 2026-02-23T07:03:50.405 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:13 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:03:50.489 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:03:50.490 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:03:50.490 INFO:teuthology.orchestra.run.trial173.stdout: Package Arch Version Repository Size 2026-02-23T07:03:50.490 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:03:50.490 INFO:teuthology.orchestra.run.trial173.stdout:Installing: 2026-02-23T07:03:50.490 INFO:teuthology.orchestra.run.trial173.stdout: ceph-test x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 78 M 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout:Installing dependencies: 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout: libcephsqlite x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 159 k 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout:Install 10 Packages 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:50.491 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 82 M 2026-02-23T07:03:50.492 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 339 M 2026-02-23T07:03:50.492 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:03:50.681 INFO:teuthology.orchestra.run.trial140.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 56 MB/s | 2.1 MB 00:00 2026-02-23T07:03:50.686 INFO:teuthology.orchestra.run.trial140.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 5.2 MB/s | 23 kB 00:00 2026-02-23T07:03:50.692 INFO:teuthology.orchestra.run.trial140.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 14 MB/s | 94 kB 00:00 2026-02-23T07:03:50.732 INFO:teuthology.orchestra.run.trial140.stdout:(4/10): libcephsqlite-20.3.0-5338.g244ee61d.el9 1.8 MB/s | 159 kB 00:00 2026-02-23T07:03:51.214 INFO:teuthology.orchestra.run.trial173.stdout:(1/10): libcephsqlite-20.3.0-5338.g244ee61d.el9 660 kB/s | 159 kB 00:00 2026-02-23T07:03:51.457 INFO:teuthology.orchestra.run.trial140.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 305 kB/s | 233 kB 00:00 2026-02-23T07:03:51.635 INFO:teuthology.orchestra.run.trial173.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 54 kB/s | 23 kB 00:00 2026-02-23T07:03:51.660 INFO:teuthology.orchestra.run.trial140.stdout:(6/10): protobuf-3.14.0-17.el9.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 2026-02-23T07:03:51.814 INFO:teuthology.orchestra.run.trial173.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 526 kB/s | 94 kB 00:00 2026-02-23T07:03:52.247 INFO:teuthology.orchestra.run.trial140.stdout:(7/10): socat-1.7.4.1-8.el9.x86_64.rpm 384 kB/s | 303 kB 00:00 2026-02-23T07:03:52.280 INFO:teuthology.orchestra.run.trial140.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 103 kB/s | 64 kB 00:00 2026-02-23T07:03:52.573 INFO:teuthology.orchestra.run.trial173.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 307 kB/s | 233 kB 00:00 2026-02-23T07:03:52.759 INFO:teuthology.orchestra.run.trial140.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 238 kB/s | 122 kB 00:00 2026-02-23T07:03:53.294 INFO:teuthology.orchestra.run.trial140.stdout:(10/10): ceph-test-20.3.0-5338.g244ee61d.el9.x8 30 MB/s | 78 MB 00:02 2026-02-23T07:03:53.295 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:03:53.296 INFO:teuthology.orchestra.run.trial140.stdout:Total 26 MB/s | 82 MB 00:03 2026-02-23T07:03:53.355 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:03:53.367 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:03:53.367 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:03:53.543 INFO:teuthology.orchestra.run.trial173.stdout:(5/10): ceph-test-20.3.0-5338.g244ee61d.el9.x86 30 MB/s | 78 MB 00:02 2026-02-23T07:03:53.545 INFO:teuthology.orchestra.run.trial173.stdout:(6/10): protobuf-3.14.0-17.el9.x86_64.rpm 1.0 MB/s | 1.0 MB 00:00 2026-02-23T07:03:53.591 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - CRB 8.5 MB/s | 7.8 MB 00:00 2026-02-23T07:03:53.649 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:03:53.649 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:03:53.958 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:03:53.967 INFO:teuthology.orchestra.run.trial140.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-23T07:03:53.976 INFO:teuthology.orchestra.run.trial140.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-23T07:03:53.981 INFO:teuthology.orchestra.run.trial140.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-23T07:03:53.985 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-23T07:03:53.990 INFO:teuthology.orchestra.run.trial140.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-23T07:03:53.992 INFO:teuthology.orchestra.run.trial140.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-23T07:03:54.002 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-23T07:03:54.010 INFO:teuthology.orchestra.run.trial140.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-23T07:03:54.011 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 9/10 2026-02-23T07:03:54.166 INFO:teuthology.orchestra.run.trial173.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 103 kB/s | 64 kB 00:00 2026-02-23T07:03:54.336 INFO:teuthology.orchestra.run.trial173.stdout:(8/10): socat-1.7.4.1-8.el9.x86_64.rpm 382 kB/s | 303 kB 00:00 2026-02-23T07:03:54.570 INFO:teuthology.orchestra.run.trial173.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 302 kB/s | 122 kB 00:00 2026-02-23T07:03:54.832 INFO:teuthology.orchestra.run.trial173.stdout:(10/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 557 kB/s | 2.1 MB 00:03 2026-02-23T07:03:54.836 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:03:54.836 INFO:teuthology.orchestra.run.trial173.stdout:Total 19 MB/s | 82 MB 00:04 2026-02-23T07:03:54.902 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:03:54.913 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:03:54.913 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:03:54.970 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 20 kB 00:00 2026-02-23T07:03:55.200 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:03:55.201 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:03:55.464 INFO:teuthology.orchestra.run.trial196.stdout:Extra Packages for Enterprise Linux 47 MB/s | 20 MB 00:00 2026-02-23T07:03:55.511 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:03:55.520 INFO:teuthology.orchestra.run.trial173.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-23T07:03:55.529 INFO:teuthology.orchestra.run.trial173.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-23T07:03:55.534 INFO:teuthology.orchestra.run.trial173.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-23T07:03:55.537 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-23T07:03:55.543 INFO:teuthology.orchestra.run.trial173.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-23T07:03:55.545 INFO:teuthology.orchestra.run.trial173.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-23T07:03:55.554 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-23T07:03:55.562 INFO:teuthology.orchestra.run.trial173.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-23T07:03:55.563 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 9/10 2026-02-23T07:03:57.450 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 9/10 2026-02-23T07:03:57.468 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 10/10 2026-02-23T07:03:57.795 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 10/10 2026-02-23T07:03:57.795 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 1/10 2026-02-23T07:03:57.795 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 2/10 2026-02-23T07:03:57.795 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-23T07:03:57.795 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-23T07:03:57.796 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-23T07:03:57.796 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-23T07:03:57.796 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-23T07:03:57.796 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-23T07:03:57.796 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-23T07:03:57.850 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-23T07:03:57.850 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:57.850 INFO:teuthology.orchestra.run.trial140.stdout:Installed: 2026-02-23T07:03:57.850 INFO:teuthology.orchestra.run.trial140.stdout: ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:57.850 INFO:teuthology.orchestra.run.trial140.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-23T07:03:57.850 INFO:teuthology.orchestra.run.trial140.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-23T07:03:57.850 INFO:teuthology.orchestra.run.trial140.stdout: libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:57.850 INFO:teuthology.orchestra.run.trial140.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-23T07:03:57.850 INFO:teuthology.orchestra.run.trial140.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-23T07:03:57.850 INFO:teuthology.orchestra.run.trial140.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-23T07:03:57.851 INFO:teuthology.orchestra.run.trial140.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-23T07:03:57.851 INFO:teuthology.orchestra.run.trial140.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-23T07:03:57.851 INFO:teuthology.orchestra.run.trial140.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-23T07:03:57.851 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:57.851 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:03:57.888 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph 2026-02-23T07:03:58.192 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:21 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:03:58.279 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:03:58.281 INFO:teuthology.orchestra.run.trial140.stdout:======================================================================================= 2026-02-23T07:03:58.281 INFO:teuthology.orchestra.run.trial140.stdout: Package Arch Version Repository Size 2026-02-23T07:03:58.282 INFO:teuthology.orchestra.run.trial140.stdout:======================================================================================= 2026-02-23T07:03:58.282 INFO:teuthology.orchestra.run.trial140.stdout:Installing: 2026-02-23T07:03:58.282 INFO:teuthology.orchestra.run.trial140.stdout: ceph x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 6.5 k 2026-02-23T07:03:58.282 INFO:teuthology.orchestra.run.trial140.stdout:Installing dependencies: 2026-02-23T07:03:58.282 INFO:teuthology.orchestra.run.trial140.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-23T07:03:58.282 INFO:teuthology.orchestra.run.trial140.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 57 k 2026-02-23T07:03:58.282 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mds x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 2.4 M 2026-02-23T07:03:58.282 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 936 k 2026-02-23T07:03:58.282 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 297 k 2026-02-23T07:03:58.282 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mon x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 5.0 M 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: ceph-osd x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 167 k 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: ceph-osd-classic x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 16 M 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: ceph-osd-crimson x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 19 M 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 17 k 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: cephadm noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 1.0 M 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-23T07:03:58.283 INFO:teuthology.orchestra.run.trial140.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-23T07:03:58.284 INFO:teuthology.orchestra.run.trial140.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-23T07:03:58.285 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-23T07:03:58.286 INFO:teuthology.orchestra.run.trial140.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-23T07:03:58.287 INFO:teuthology.orchestra.run.trial140.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-23T07:03:58.288 INFO:teuthology.orchestra.run.trial140.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout:Installing weak dependencies: 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 187 k 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 51 M 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 7.4 M 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 22 k 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-rook noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 50 k 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout: ceph-volume noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 301 k 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-23T07:03:58.289 INFO:teuthology.orchestra.run.trial140.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-23T07:03:58.290 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:58.290 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:03:58.290 INFO:teuthology.orchestra.run.trial140.stdout:======================================================================================= 2026-02-23T07:03:58.290 INFO:teuthology.orchestra.run.trial140.stdout:Install 95 Packages 2026-02-23T07:03:58.290 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:03:58.291 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 158 M 2026-02-23T07:03:58.291 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 731 M 2026-02-23T07:03:58.291 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:03:58.586 INFO:teuthology.orchestra.run.trial140.stdout:(1/95): ceph-20.3.0-5338.g244ee61d.el9.x86_64.r 119 kB/s | 6.5 kB 00:00 2026-02-23T07:03:58.617 INFO:teuthology.orchestra.run.trial196.stdout:lab-extras 2.8 MB/s | 50 kB 00:00 2026-02-23T07:03:58.650 INFO:teuthology.orchestra.run.trial140.stdout:(2/95): ceph-mgr-20.3.0-5338.g244ee61d.el9.x86_ 7.7 MB/s | 936 kB 00:00 2026-02-23T07:03:58.674 INFO:teuthology.orchestra.run.trial140.stdout:(3/95): ceph-osd-20.3.0-5338.g244ee61d.el9.x86_ 6.9 MB/s | 167 kB 00:00 2026-02-23T07:03:58.703 INFO:teuthology.orchestra.run.trial140.stdout:(4/95): ceph-mds-20.3.0-5338.g244ee61d.el9.x86_ 14 MB/s | 2.4 MB 00:00 2026-02-23T07:03:58.892 INFO:teuthology.orchestra.run.trial140.stdout:(5/95): ceph-mon-20.3.0-5338.g244ee61d.el9.x86_ 16 MB/s | 5.0 MB 00:00 2026-02-23T07:03:58.938 INFO:teuthology.orchestra.run.trial140.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5338.g24 1.2 MB/s | 57 kB 00:00 2026-02-23T07:03:58.989 INFO:teuthology.orchestra.run.trial140.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5338.g244ee61d. 3.6 MB/s | 187 kB 00:00 2026-02-23T07:03:59.242 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 9/10 2026-02-23T07:03:59.261 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 10/10 2026-02-23T07:03:59.501 INFO:teuthology.orchestra.run.trial140.stdout:(8/95): ceph-osd-crimson-20.3.0-5338.g244ee61d. 24 MB/s | 19 MB 00:00 2026-02-23T07:03:59.522 INFO:teuthology.orchestra.run.trial140.stdout:(9/95): ceph-osd-classic-20.3.0-5338.g244ee61d. 18 MB/s | 16 MB 00:00 2026-02-23T07:03:59.548 INFO:teuthology.orchestra.run.trial140.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5338.g244ee6 866 kB/s | 22 kB 00:00 2026-02-23T07:03:59.591 INFO:teuthology.orchestra.run.trial140.stdout:(11/95): ceph-mgr-modules-core-20.3.0-5338.g244 6.7 MB/s | 297 kB 00:00 2026-02-23T07:03:59.612 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 10/10 2026-02-23T07:03:59.612 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 1/10 2026-02-23T07:03:59.612 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 2/10 2026-02-23T07:03:59.612 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-23T07:03:59.612 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-23T07:03:59.612 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-23T07:03:59.613 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-23T07:03:59.613 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-23T07:03:59.613 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-23T07:03:59.613 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-23T07:03:59.630 INFO:teuthology.orchestra.run.trial140.stdout:(12/95): ceph-mgr-rook-20.3.0-5338.g244ee61d.el 1.3 MB/s | 50 kB 00:00 2026-02-23T07:03:59.667 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-23T07:03:59.667 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:59.667 INFO:teuthology.orchestra.run.trial173.stdout:Installed: 2026-02-23T07:03:59.667 INFO:teuthology.orchestra.run.trial173.stdout: ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:59.667 INFO:teuthology.orchestra.run.trial173.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-23T07:03:59.667 INFO:teuthology.orchestra.run.trial173.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-23T07:03:59.667 INFO:teuthology.orchestra.run.trial173.stdout: libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:03:59.667 INFO:teuthology.orchestra.run.trial173.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-23T07:03:59.668 INFO:teuthology.orchestra.run.trial173.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-23T07:03:59.668 INFO:teuthology.orchestra.run.trial173.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-23T07:03:59.668 INFO:teuthology.orchestra.run.trial173.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-23T07:03:59.668 INFO:teuthology.orchestra.run.trial173.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-23T07:03:59.668 INFO:teuthology.orchestra.run.trial173.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-23T07:03:59.668 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:03:59.668 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:03:59.668 INFO:teuthology.orchestra.run.trial140.stdout:(13/95): ceph-prometheus-alerts-20.3.0-5338.g24 460 kB/s | 17 kB 00:00 2026-02-23T07:03:59.708 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph 2026-02-23T07:03:59.712 INFO:teuthology.orchestra.run.trial140.stdout:(14/95): ceph-volume-20.3.0-5338.g244ee61d.el9. 6.7 MB/s | 301 kB 00:00 2026-02-23T07:03:59.742 INFO:teuthology.orchestra.run.trial140.stdout:(15/95): ceph-mgr-diskprediction-local-20.3.0-5 31 MB/s | 7.4 MB 00:00 2026-02-23T07:03:59.768 INFO:teuthology.orchestra.run.trial140.stdout:(16/95): cephadm-20.3.0-5338.g244ee61d.el9.noar 18 MB/s | 1.0 MB 00:00 2026-02-23T07:03:59.823 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:03:59.824 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:03:59.824 INFO:teuthology.orchestra.run.trial196.stdout: Package Arch Version Repository Size 2026-02-23T07:03:59.825 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:03:59.825 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-23T07:03:59.825 INFO:teuthology.orchestra.run.trial196.stdout: ceph-radosgw x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 13 M 2026-02-23T07:03:59.825 INFO:teuthology.orchestra.run.trial196.stdout:Upgrading: 2026-02-23T07:03:59.825 INFO:teuthology.orchestra.run.trial196.stdout: librados2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 3.5 M 2026-02-23T07:03:59.825 INFO:teuthology.orchestra.run.trial196.stdout: librbd1 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 2.8 M 2026-02-23T07:03:59.825 INFO:teuthology.orchestra.run.trial196.stdout:Installing dependencies: 2026-02-23T07:03:59.825 INFO:teuthology.orchestra.run.trial196.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-23T07:03:59.825 INFO:teuthology.orchestra.run.trial196.stdout: ceph-base x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 5.2 M 2026-02-23T07:03:59.825 INFO:teuthology.orchestra.run.trial196.stdout: ceph-common x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 24 M 2026-02-23T07:03:59.825 INFO:teuthology.orchestra.run.trial196.stdout: ceph-selinux x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 25 k 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: libcephfs2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 908 k 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: libradosstriper1 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 248 k 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: librgw2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 6.5 M 2026-02-23T07:03:59.826 INFO:teuthology.orchestra.run.trial196.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: python3-ceph-argparse x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 45 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: python3-ceph-common x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 185 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: python3-cephfs x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 203 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: python3-rados x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 325 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: python3-rbd x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 305 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: python3-rgw x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 100 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-23T07:03:59.827 INFO:teuthology.orchestra.run.trial196.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-23T07:03:59.828 INFO:teuthology.orchestra.run.trial196.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-23T07:03:59.828 INFO:teuthology.orchestra.run.trial196.stdout:Installing weak dependencies: 2026-02-23T07:03:59.828 INFO:teuthology.orchestra.run.trial196.stdout: libcephfs-daemon x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 37 k 2026-02-23T07:03:59.828 INFO:teuthology.orchestra.run.trial196.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 26 k 2026-02-23T07:03:59.828 INFO:teuthology.orchestra.run.trial196.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-23T07:03:59.828 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:03:59.828 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:03:59.828 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:03:59.828 INFO:teuthology.orchestra.run.trial196.stdout:Install 34 Packages 2026-02-23T07:03:59.828 INFO:teuthology.orchestra.run.trial196.stdout:Upgrade 2 Packages 2026-02-23T07:03:59.828 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:03:59.829 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 67 M 2026-02-23T07:03:59.829 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:04:00.020 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:23 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:00.045 INFO:teuthology.orchestra.run.trial140.stdout:(17/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 146 kB/s | 40 kB 00:00 2026-02-23T07:04:00.106 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:00.109 INFO:teuthology.orchestra.run.trial173.stdout:======================================================================================= 2026-02-23T07:04:00.109 INFO:teuthology.orchestra.run.trial173.stdout: Package Arch Version Repository Size 2026-02-23T07:04:00.109 INFO:teuthology.orchestra.run.trial173.stdout:======================================================================================= 2026-02-23T07:04:00.110 INFO:teuthology.orchestra.run.trial173.stdout:Installing: 2026-02-23T07:04:00.110 INFO:teuthology.orchestra.run.trial173.stdout: ceph x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 6.5 k 2026-02-23T07:04:00.110 INFO:teuthology.orchestra.run.trial173.stdout:Installing dependencies: 2026-02-23T07:04:00.110 INFO:teuthology.orchestra.run.trial173.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-23T07:04:00.110 INFO:teuthology.orchestra.run.trial173.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 57 k 2026-02-23T07:04:00.110 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mds x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 2.4 M 2026-02-23T07:04:00.110 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 936 k 2026-02-23T07:04:00.110 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 297 k 2026-02-23T07:04:00.110 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mon x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 5.0 M 2026-02-23T07:04:00.111 INFO:teuthology.orchestra.run.trial173.stdout: ceph-osd x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 167 k 2026-02-23T07:04:00.111 INFO:teuthology.orchestra.run.trial173.stdout: ceph-osd-classic x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 16 M 2026-02-23T07:04:00.111 INFO:teuthology.orchestra.run.trial173.stdout: ceph-osd-crimson x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 19 M 2026-02-23T07:04:00.111 INFO:teuthology.orchestra.run.trial173.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 17 k 2026-02-23T07:04:00.111 INFO:teuthology.orchestra.run.trial173.stdout: cephadm noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 1.0 M 2026-02-23T07:04:00.111 INFO:teuthology.orchestra.run.trial173.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-23T07:04:00.111 INFO:teuthology.orchestra.run.trial173.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-23T07:04:00.111 INFO:teuthology.orchestra.run.trial173.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-23T07:04:00.111 INFO:teuthology.orchestra.run.trial173.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-23T07:04:00.111 INFO:teuthology.orchestra.run.trial173.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-23T07:04:00.112 INFO:teuthology.orchestra.run.trial173.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-23T07:04:00.112 INFO:teuthology.orchestra.run.trial173.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-23T07:04:00.112 INFO:teuthology.orchestra.run.trial173.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-23T07:04:00.112 INFO:teuthology.orchestra.run.trial173.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-23T07:04:00.112 INFO:teuthology.orchestra.run.trial173.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-23T07:04:00.112 INFO:teuthology.orchestra.run.trial173.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-23T07:04:00.112 INFO:teuthology.orchestra.run.trial173.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-23T07:04:00.112 INFO:teuthology.orchestra.run.trial173.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-23T07:04:00.112 INFO:teuthology.orchestra.run.trial173.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-23T07:04:00.112 INFO:teuthology.orchestra.run.trial173.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-23T07:04:00.113 INFO:teuthology.orchestra.run.trial173.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-23T07:04:00.113 INFO:teuthology.orchestra.run.trial173.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-23T07:04:00.113 INFO:teuthology.orchestra.run.trial173.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-23T07:04:00.113 INFO:teuthology.orchestra.run.trial173.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-23T07:04:00.113 INFO:teuthology.orchestra.run.trial173.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-23T07:04:00.113 INFO:teuthology.orchestra.run.trial173.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-23T07:04:00.113 INFO:teuthology.orchestra.run.trial173.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-23T07:04:00.113 INFO:teuthology.orchestra.run.trial173.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-23T07:04:00.113 INFO:teuthology.orchestra.run.trial173.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-23T07:04:00.113 INFO:teuthology.orchestra.run.trial173.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-23T07:04:00.113 INFO:teuthology.orchestra.run.trial173.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-23T07:04:00.114 INFO:teuthology.orchestra.run.trial173.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-23T07:04:00.114 INFO:teuthology.orchestra.run.trial173.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-23T07:04:00.114 INFO:teuthology.orchestra.run.trial173.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-23T07:04:00.114 INFO:teuthology.orchestra.run.trial173.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-23T07:04:00.114 INFO:teuthology.orchestra.run.trial173.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-23T07:04:00.114 INFO:teuthology.orchestra.run.trial173.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-23T07:04:00.114 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-23T07:04:00.114 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-23T07:04:00.114 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-23T07:04:00.114 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-23T07:04:00.114 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-23T07:04:00.115 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-23T07:04:00.115 INFO:teuthology.orchestra.run.trial173.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-23T07:04:00.115 INFO:teuthology.orchestra.run.trial173.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-23T07:04:00.115 INFO:teuthology.orchestra.run.trial173.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-23T07:04:00.115 INFO:teuthology.orchestra.run.trial173.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-23T07:04:00.115 INFO:teuthology.orchestra.run.trial173.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-23T07:04:00.115 INFO:teuthology.orchestra.run.trial173.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-23T07:04:00.115 INFO:teuthology.orchestra.run.trial173.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-23T07:04:00.115 INFO:teuthology.orchestra.run.trial173.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-23T07:04:00.115 INFO:teuthology.orchestra.run.trial173.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-23T07:04:00.116 INFO:teuthology.orchestra.run.trial173.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-23T07:04:00.116 INFO:teuthology.orchestra.run.trial173.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-23T07:04:00.116 INFO:teuthology.orchestra.run.trial173.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-23T07:04:00.116 INFO:teuthology.orchestra.run.trial173.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-23T07:04:00.116 INFO:teuthology.orchestra.run.trial173.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-23T07:04:00.116 INFO:teuthology.orchestra.run.trial173.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-23T07:04:00.116 INFO:teuthology.orchestra.run.trial173.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-23T07:04:00.116 INFO:teuthology.orchestra.run.trial173.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-23T07:04:00.116 INFO:teuthology.orchestra.run.trial173.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-23T07:04:00.116 INFO:teuthology.orchestra.run.trial173.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-23T07:04:00.116 INFO:teuthology.orchestra.run.trial173.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-23T07:04:00.117 INFO:teuthology.orchestra.run.trial173.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-23T07:04:00.117 INFO:teuthology.orchestra.run.trial173.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-23T07:04:00.117 INFO:teuthology.orchestra.run.trial173.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-23T07:04:00.117 INFO:teuthology.orchestra.run.trial173.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-23T07:04:00.117 INFO:teuthology.orchestra.run.trial173.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-23T07:04:00.117 INFO:teuthology.orchestra.run.trial173.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-23T07:04:00.117 INFO:teuthology.orchestra.run.trial173.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-23T07:04:00.117 INFO:teuthology.orchestra.run.trial173.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-23T07:04:00.117 INFO:teuthology.orchestra.run.trial173.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-23T07:04:00.117 INFO:teuthology.orchestra.run.trial173.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-23T07:04:00.117 INFO:teuthology.orchestra.run.trial173.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-23T07:04:00.118 INFO:teuthology.orchestra.run.trial173.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-23T07:04:00.118 INFO:teuthology.orchestra.run.trial173.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-23T07:04:00.118 INFO:teuthology.orchestra.run.trial173.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-23T07:04:00.118 INFO:teuthology.orchestra.run.trial173.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-23T07:04:00.118 INFO:teuthology.orchestra.run.trial173.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-23T07:04:00.118 INFO:teuthology.orchestra.run.trial173.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-23T07:04:00.118 INFO:teuthology.orchestra.run.trial173.stdout:Installing weak dependencies: 2026-02-23T07:04:00.118 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 187 k 2026-02-23T07:04:00.118 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 51 M 2026-02-23T07:04:00.118 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 7.4 M 2026-02-23T07:04:00.119 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 22 k 2026-02-23T07:04:00.119 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-rook noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 50 k 2026-02-23T07:04:00.119 INFO:teuthology.orchestra.run.trial173.stdout: ceph-volume noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 301 k 2026-02-23T07:04:00.119 INFO:teuthology.orchestra.run.trial173.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-23T07:04:00.119 INFO:teuthology.orchestra.run.trial173.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-23T07:04:00.119 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:00.119 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:04:00.119 INFO:teuthology.orchestra.run.trial173.stdout:======================================================================================= 2026-02-23T07:04:00.119 INFO:teuthology.orchestra.run.trial173.stdout:Install 95 Packages 2026-02-23T07:04:00.119 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:00.120 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 158 M 2026-02-23T07:04:00.120 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 731 M 2026-02-23T07:04:00.121 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:04:00.235 INFO:teuthology.orchestra.run.trial140.stdout:(18/95): libconfig-1.7.2-9.el9.x86_64.rpm 380 kB/s | 72 kB 00:00 2026-02-23T07:04:00.281 INFO:teuthology.orchestra.run.trial140.stdout:(19/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 652 kB/s | 351 kB 00:00 2026-02-23T07:04:00.386 INFO:teuthology.orchestra.run.trial140.stdout:(20/95): libquadmath-11.5.0-14.el9.x86_64.rpm 1.7 MB/s | 184 kB 00:00 2026-02-23T07:04:00.489 INFO:teuthology.orchestra.run.trial140.stdout:(21/95): ceph-mgr-dashboard-20.3.0-5338.g244ee6 34 MB/s | 51 MB 00:01 2026-02-23T07:04:00.503 INFO:teuthology.orchestra.run.trial140.stdout:(22/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.1 MB/s | 253 kB 00:00 2026-02-23T07:04:00.576 INFO:teuthology.orchestra.run.trial140.stdout:(23/95): libgfortran-11.5.0-14.el9.x86_64.rpm 2.3 MB/s | 794 kB 00:00 2026-02-23T07:04:00.596 INFO:teuthology.orchestra.run.trial140.stdout:(24/95): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 106 kB 00:00 2026-02-23T07:04:00.652 INFO:teuthology.orchestra.run.trial196.stdout:(1/36): ceph-base-20.3.0-5338.g244ee61d.el9.x86 12 MB/s | 5.2 MB 00:00 2026-02-23T07:04:00.662 INFO:teuthology.orchestra.run.trial140.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 1.5 MB/s | 135 kB 00:00 2026-02-23T07:04:00.664 INFO:teuthology.orchestra.run.trial196.stdout:(2/36): ceph-selinux-20.3.0-5338.g244ee61d.el9. 2.0 MB/s | 25 kB 00:00 2026-02-23T07:04:00.676 INFO:teuthology.orchestra.run.trial196.stdout:(3/36): libcephfs-daemon-20.3.0-5338.g244ee61d. 2.9 MB/s | 37 kB 00:00 2026-02-23T07:04:00.689 INFO:teuthology.orchestra.run.trial196.stdout:(4/36): libcephfs-proxy2-20.3.0-5338.g244ee61d. 1.9 MB/s | 26 kB 00:00 2026-02-23T07:04:00.693 INFO:teuthology.orchestra.run.trial140.stdout:(26/95): python3-requests-2.25.1-10.el9.noarch. 1.3 MB/s | 126 kB 00:00 2026-02-23T07:04:00.715 INFO:teuthology.orchestra.run.trial173.stdout:(1/95): ceph-20.3.0-5338.g244ee61d.el9.x86_64.r 105 kB/s | 6.5 kB 00:00 2026-02-23T07:04:00.747 INFO:teuthology.orchestra.run.trial196.stdout:(5/36): libcephfs2-20.3.0-5338.g244ee61d.el9.x8 15 MB/s | 908 kB 00:00 2026-02-23T07:04:00.754 INFO:teuthology.orchestra.run.trial140.stdout:(27/95): python3-urllib3-1.26.5-7.el9.noarch.rp 2.3 MB/s | 218 kB 00:00 2026-02-23T07:04:00.772 INFO:teuthology.orchestra.run.trial196.stdout:(6/36): libradosstriper1-20.3.0-5338.g244ee61d. 9.7 MB/s | 248 kB 00:00 2026-02-23T07:04:00.797 INFO:teuthology.orchestra.run.trial140.stdout:(28/95): unzip-6.0-59.el9.x86_64.rpm 1.7 MB/s | 182 kB 00:00 2026-02-23T07:04:00.848 INFO:teuthology.orchestra.run.trial140.stdout:(29/95): zip-3.0-35.el9.x86_64.rpm 2.7 MB/s | 266 kB 00:00 2026-02-23T07:04:00.883 INFO:teuthology.orchestra.run.trial140.stdout:(30/95): flexiblas-3.0.4-9.el9.x86_64.rpm 347 kB/s | 30 kB 00:00 2026-02-23T07:04:00.943 INFO:teuthology.orchestra.run.trial140.stdout:(31/95): flexiblas-openblas-openmp-3.0.4-9.el9. 249 kB/s | 15 kB 00:00 2026-02-23T07:04:01.009 INFO:teuthology.orchestra.run.trial140.stdout:(32/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 3.6 MB/s | 246 kB 00:00 2026-02-23T07:04:01.039 INFO:teuthology.orchestra.run.trial140.stdout:(33/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 16 MB/s | 3.0 MB 00:00 2026-02-23T07:04:01.039 INFO:teuthology.orchestra.run.trial140.stdout:(34/95): lua-5.4.4-4.el9.x86_64.rpm 6.0 MB/s | 188 kB 00:00 2026-02-23T07:04:01.061 INFO:teuthology.orchestra.run.trial140.stdout:(35/95): openblas-0.3.29-1.el9.x86_64.rpm 1.9 MB/s | 42 kB 00:00 2026-02-23T07:04:01.140 INFO:teuthology.orchestra.run.trial140.stdout:(36/95): python3-babel-2.9.1-2.el9.noarch.rpm 76 MB/s | 6.0 MB 00:00 2026-02-23T07:04:01.154 INFO:teuthology.orchestra.run.trial173.stdout:(2/95): ceph-mgr-20.3.0-5338.g244ee61d.el9.x86_ 1.8 MB/s | 936 kB 00:00 2026-02-23T07:04:01.165 INFO:teuthology.orchestra.run.trial140.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 9.4 MB/s | 244 kB 00:00 2026-02-23T07:04:01.171 INFO:teuthology.orchestra.run.trial140.stdout:(38/95): python3-cryptography-36.0.1-5.el9.x86_ 1.8 MB/s | 1.2 MB 00:00 2026-02-23T07:04:01.200 INFO:teuthology.orchestra.run.trial140.stdout:(39/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 33 MB/s | 5.3 MB 00:00 2026-02-23T07:04:01.249 INFO:teuthology.orchestra.run.trial140.stdout:(40/95): python3-jmespath-1.0.1-1.el9.noarch.rp 611 kB/s | 48 kB 00:00 2026-02-23T07:04:01.253 INFO:teuthology.orchestra.run.trial173.stdout:(3/95): ceph-osd-20.3.0-5338.g244ee61d.el9.x86_ 1.6 MB/s | 167 kB 00:00 2026-02-23T07:04:01.282 INFO:teuthology.orchestra.run.trial196.stdout:(7/36): ceph-radosgw-20.3.0-5338.g244ee61d.el9. 12 MB/s | 13 MB 00:01 2026-02-23T07:04:01.300 INFO:teuthology.orchestra.run.trial196.stdout:(8/36): python3-ceph-argparse-20.3.0-5338.g244e 2.5 MB/s | 45 kB 00:00 2026-02-23T07:04:01.314 INFO:teuthology.orchestra.run.trial173.stdout:(4/95): ceph-mds-20.3.0-5338.g244ee61d.el9.x86_ 3.6 MB/s | 2.4 MB 00:00 2026-02-23T07:04:01.325 INFO:teuthology.orchestra.run.trial196.stdout:(9/36): python3-ceph-common-20.3.0-5338.g244ee6 7.3 MB/s | 185 kB 00:00 2026-02-23T07:04:01.351 INFO:teuthology.orchestra.run.trial196.stdout:(10/36): python3-cephfs-20.3.0-5338.g244ee61d.e 7.5 MB/s | 203 kB 00:00 2026-02-23T07:04:01.362 INFO:teuthology.orchestra.run.trial140.stdout:(41/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 2026-02-23T07:04:01.363 INFO:teuthology.orchestra.run.trial140.stdout:(42/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.2 MB/s | 249 kB 00:00 2026-02-23T07:04:01.366 INFO:teuthology.orchestra.run.trial140.stdout:(43/95): python3-libstoragemgmt-1.10.1-1.el9.x8 1.0 MB/s | 177 kB 00:00 2026-02-23T07:04:01.381 INFO:teuthology.orchestra.run.trial196.stdout:(11/36): python3-rados-20.3.0-5338.g244ee61d.el 11 MB/s | 325 kB 00:00 2026-02-23T07:04:01.383 INFO:teuthology.orchestra.run.trial140.stdout:(44/95): python3-markupsafe-1.1.1-12.el9.x86_64 1.6 MB/s | 35 kB 00:00 2026-02-23T07:04:01.392 INFO:teuthology.orchestra.run.trial140.stdout:(45/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 16 MB/s | 442 kB 00:00 2026-02-23T07:04:01.405 INFO:teuthology.orchestra.run.trial140.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 3.5 MB/s | 77 kB 00:00 2026-02-23T07:04:01.410 INFO:teuthology.orchestra.run.trial196.stdout:(12/36): librgw2-20.3.0-5338.g244ee61d.el9.x86_ 10 MB/s | 6.5 MB 00:00 2026-02-23T07:04:01.411 INFO:teuthology.orchestra.run.trial196.stdout:(13/36): python3-rbd-20.3.0-5338.g244ee61d.el9. 9.8 MB/s | 305 kB 00:00 2026-02-23T07:04:01.420 INFO:teuthology.orchestra.run.trial140.stdout:(47/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 107 MB/s | 6.1 MB 00:00 2026-02-23T07:04:01.421 INFO:teuthology.orchestra.run.trial140.stdout:(48/95): python3-protobuf-3.14.0-17.el9.noarch. 9.1 MB/s | 267 kB 00:00 2026-02-23T07:04:01.427 INFO:teuthology.orchestra.run.trial140.stdout:(49/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 7.3 MB/s | 159 kB 00:00 2026-02-23T07:04:01.445 INFO:teuthology.orchestra.run.trial140.stdout:(50/95): python3-pyasn1-modules-0.4.8-6.el9.noa 11 MB/s | 279 kB 00:00 2026-02-23T07:04:01.445 INFO:teuthology.orchestra.run.trial140.stdout:(51/95): python3-requests-oauthlib-1.3.0-12.el9 2.2 MB/s | 54 kB 00:00 2026-02-23T07:04:01.465 INFO:teuthology.orchestra.run.trial196.stdout:(14/36): ceph-common-20.3.0-5338.g244ee61d.el9. 19 MB/s | 24 MB 00:01 2026-02-23T07:04:01.465 INFO:teuthology.orchestra.run.trial196.stdout:(15/36): python3-rgw-20.3.0-5338.g244ee61d.el9. 1.8 MB/s | 100 kB 00:00 2026-02-23T07:04:01.469 INFO:teuthology.orchestra.run.trial140.stdout:(52/95): python3-toml-0.10.2-6.el9.noarch.rpm 1.7 MB/s | 42 kB 00:00 2026-02-23T07:04:01.469 INFO:teuthology.orchestra.run.trial140.stdout:(53/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 7.7 MB/s | 189 kB 00:00 2026-02-23T07:04:01.492 INFO:teuthology.orchestra.run.trial140.stdout:(54/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 3.8 MB/s | 90 kB 00:00 2026-02-23T07:04:01.526 INFO:teuthology.orchestra.run.trial196.stdout:(16/36): boost-program-options-1.75.0-13.el9.x8 1.7 MB/s | 104 kB 00:00 2026-02-23T07:04:01.548 INFO:teuthology.orchestra.run.trial196.stdout:(17/36): libnbd-1.20.3-4.el9.x86_64.rpm 7.2 MB/s | 164 kB 00:00 2026-02-23T07:04:01.550 INFO:teuthology.orchestra.run.trial140.stdout:(55/95): lua-devel-5.4.4-4.el9.x86_64.rpm 278 kB/s | 22 kB 00:00 2026-02-23T07:04:01.565 INFO:teuthology.orchestra.run.trial196.stdout:(18/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 9.5 MB/s | 160 kB 00:00 2026-02-23T07:04:01.576 INFO:teuthology.orchestra.run.trial196.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 3.9 MB/s | 45 kB 00:00 2026-02-23T07:04:01.584 INFO:teuthology.orchestra.run.trial173.stdout:(5/95): ceph-mon-20.3.0-5338.g244ee61d.el9.x86_ 5.7 MB/s | 5.0 MB 00:00 2026-02-23T07:04:01.598 INFO:teuthology.orchestra.run.trial173.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5338.g24 3.9 MB/s | 57 kB 00:00 2026-02-23T07:04:01.606 INFO:teuthology.orchestra.run.trial196.stdout:(20/36): librdkafka-1.6.1-102.el9.x86_64.rpm 22 MB/s | 662 kB 00:00 2026-02-23T07:04:01.610 INFO:teuthology.orchestra.run.trial173.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5338.g244ee61d. 15 MB/s | 187 kB 00:00 2026-02-23T07:04:01.619 INFO:teuthology.orchestra.run.trial140.stdout:(56/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 100 MB/s | 19 MB 00:00 2026-02-23T07:04:01.619 INFO:teuthology.orchestra.run.trial196.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 21 MB/s | 292 kB 00:00 2026-02-23T07:04:01.628 INFO:teuthology.orchestra.run.trial140.stdout:(57/95): protobuf-compiler-3.14.0-17.el9.x86_64 6.2 MB/s | 862 kB 00:00 2026-02-23T07:04:01.631 INFO:teuthology.orchestra.run.trial196.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 21 MB/s | 240 kB 00:00 2026-02-23T07:04:01.645 INFO:teuthology.orchestra.run.trial196.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 2.6 MB/s | 37 kB 00:00 2026-02-23T07:04:01.655 INFO:teuthology.orchestra.run.trial196.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 6.4 MB/s | 66 kB 00:00 2026-02-23T07:04:01.797 INFO:teuthology.orchestra.run.trial196.stdout:(25/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.1 MB/s | 308 kB 00:00 2026-02-23T07:04:01.834 INFO:teuthology.orchestra.run.trial140.stdout:(58/95): grpc-data-1.46.7-10.el9.noarch.rpm 90 kB/s | 19 kB 00:00 2026-02-23T07:04:01.889 INFO:teuthology.orchestra.run.trial196.stdout:(26/36): libarrow-9.0.0-15.el9.x86_64.rpm 48 MB/s | 4.4 MB 00:00 2026-02-23T07:04:01.910 INFO:teuthology.orchestra.run.trial196.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.1 MB/s | 25 kB 00:00 2026-02-23T07:04:01.930 INFO:teuthology.orchestra.run.trial196.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 2.4 MB/s | 49 kB 00:00 2026-02-23T07:04:01.950 INFO:teuthology.orchestra.run.trial196.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 3.3 MB/s | 67 kB 00:00 2026-02-23T07:04:01.971 INFO:teuthology.orchestra.run.trial196.stdout:(30/36): mailcap-2.1.49-5.el9.noarch.rpm 59 kB/s | 33 kB 00:00 2026-02-23T07:04:01.974 INFO:teuthology.orchestra.run.trial196.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 34 MB/s | 838 kB 00:00 2026-02-23T07:04:01.992 INFO:teuthology.orchestra.run.trial140.stdout:(59/95): luarocks-3.9.2-5.el9.noarch.rpm 416 kB/s | 151 kB 00:00 2026-02-23T07:04:01.999 INFO:teuthology.orchestra.run.trial196.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 6.9 MB/s | 191 kB 00:00 2026-02-23T07:04:02.006 INFO:teuthology.orchestra.run.trial173.stdout:(8/95): ceph-osd-crimson-20.3.0-5338.g244ee61d. 28 MB/s | 19 MB 00:00 2026-02-23T07:04:02.007 INFO:teuthology.orchestra.run.trial196.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 48 MB/s | 1.6 MB 00:00 2026-02-23T07:04:02.042 INFO:teuthology.orchestra.run.trial140.stdout:(60/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.1 MB/s | 551 kB 00:00 2026-02-23T07:04:02.177 INFO:teuthology.orchestra.run.trial196.stdout:(34/36): pciutils-3.7.0-7.el9.x86_64.rpm 131 kB/s | 93 kB 00:00 2026-02-23T07:04:02.204 INFO:teuthology.orchestra.run.trial140.stdout:(61/95): python3-autocommand-2.2.2-8.el9.noarch 139 kB/s | 29 kB 00:00 2026-02-23T07:04:02.252 INFO:teuthology.orchestra.run.trial196.stdout:(35/36): librbd1-20.3.0-5338.g244ee61d.el9.x86_ 12 MB/s | 2.8 MB 00:00 2026-02-23T07:04:02.335 INFO:teuthology.orchestra.run.trial140.stdout:(62/95): python3-asyncssh-2.13.2-5.el9.noarch.r 1.1 MB/s | 548 kB 00:00 2026-02-23T07:04:02.335 INFO:teuthology.orchestra.run.trial140.stdout:(63/95): python3-backports-tarfile-1.2.0-1.el9. 205 kB/s | 60 kB 00:00 2026-02-23T07:04:02.412 INFO:teuthology.orchestra.run.trial173.stdout:(9/95): ceph-mgr-diskprediction-local-20.3.0-53 18 MB/s | 7.4 MB 00:00 2026-02-23T07:04:02.414 INFO:teuthology.orchestra.run.trial140.stdout:(64/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 207 kB/s | 43 kB 00:00 2026-02-23T07:04:02.439 INFO:teuthology.orchestra.run.trial173.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5338.g244ee6 832 kB/s | 22 kB 00:00 2026-02-23T07:04:02.472 INFO:teuthology.orchestra.run.trial173.stdout:(11/95): ceph-mgr-modules-core-20.3.0-5338.g244 8.6 MB/s | 297 kB 00:00 2026-02-23T07:04:02.483 INFO:teuthology.orchestra.run.trial140.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 95 kB/s | 14 kB 00:00 2026-02-23T07:04:02.502 INFO:teuthology.orchestra.run.trial173.stdout:(12/95): ceph-mgr-rook-20.3.0-5338.g244ee61d.el 1.6 MB/s | 50 kB 00:00 2026-02-23T07:04:02.513 INFO:teuthology.orchestra.run.trial196.stdout:(36/36): librados2-20.3.0-5338.g244ee61d.el9.x8 6.8 MB/s | 3.5 MB 00:00 2026-02-23T07:04:02.517 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:02.517 INFO:teuthology.orchestra.run.trial196.stdout:Total 25 MB/s | 67 MB 00:02 2026-02-23T07:04:02.532 INFO:teuthology.orchestra.run.trial173.stdout:(13/95): ceph-prometheus-alerts-20.3.0-5338.g24 588 kB/s | 17 kB 00:00 2026-02-23T07:04:02.547 INFO:teuthology.orchestra.run.trial140.stdout:(66/95): python3-cachetools-4.2.4-1.el9.noarch. 151 kB/s | 32 kB 00:00 2026-02-23T07:04:02.564 INFO:teuthology.orchestra.run.trial173.stdout:(14/95): ceph-volume-20.3.0-5338.g244ee61d.el9. 9.2 MB/s | 301 kB 00:00 2026-02-23T07:04:02.608 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:04:02.625 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:04:02.625 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:04:02.641 INFO:teuthology.orchestra.run.trial173.stdout:(15/95): cephadm-20.3.0-5338.g244ee61d.el9.noar 13 MB/s | 1.0 MB 00:00 2026-02-23T07:04:02.668 INFO:teuthology.orchestra.run.trial173.stdout:(16/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 13 MB/s | 351 kB 00:00 2026-02-23T07:04:02.672 INFO:teuthology.orchestra.run.trial173.stdout:(17/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 8.9 MB/s | 40 kB 00:00 2026-02-23T07:04:02.677 INFO:teuthology.orchestra.run.trial173.stdout:(18/95): libconfig-1.7.2-9.el9.x86_64.rpm 15 MB/s | 72 kB 00:00 2026-02-23T07:04:02.686 INFO:teuthology.orchestra.run.trial173.stdout:(19/95): libgfortran-11.5.0-14.el9.x86_64.rpm 86 MB/s | 794 kB 00:00 2026-02-23T07:04:02.693 INFO:teuthology.orchestra.run.trial173.stdout:(20/95): libquadmath-11.5.0-14.el9.x86_64.rpm 25 MB/s | 184 kB 00:00 2026-02-23T07:04:02.700 INFO:teuthology.orchestra.run.trial173.stdout:(21/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 35 MB/s | 253 kB 00:00 2026-02-23T07:04:02.731 INFO:teuthology.orchestra.run.trial173.stdout:(22/95): python3-cryptography-36.0.1-5.el9.x86_ 41 MB/s | 1.2 MB 00:00 2026-02-23T07:04:02.737 INFO:teuthology.orchestra.run.trial173.stdout:(23/95): python3-ply-3.11-14.el9.noarch.rpm 17 MB/s | 106 kB 00:00 2026-02-23T07:04:02.744 INFO:teuthology.orchestra.run.trial173.stdout:(24/95): python3-pycparser-2.20-6.el9.noarch.rp 21 MB/s | 135 kB 00:00 2026-02-23T07:04:02.750 INFO:teuthology.orchestra.run.trial173.stdout:(25/95): python3-requests-2.25.1-10.el9.noarch. 20 MB/s | 126 kB 00:00 2026-02-23T07:04:02.757 INFO:teuthology.orchestra.run.trial173.stdout:(26/95): python3-urllib3-1.26.5-7.el9.noarch.rp 32 MB/s | 218 kB 00:00 2026-02-23T07:04:02.764 INFO:teuthology.orchestra.run.trial173.stdout:(27/95): unzip-6.0-59.el9.x86_64.rpm 25 MB/s | 182 kB 00:00 2026-02-23T07:04:02.770 INFO:teuthology.orchestra.run.trial173.stdout:(28/95): zip-3.0-35.el9.x86_64.rpm 40 MB/s | 266 kB 00:00 2026-02-23T07:04:02.776 INFO:teuthology.orchestra.run.trial140.stdout:(67/95): python3-cheroot-10.0.1-4.el9.noarch.rp 478 kB/s | 173 kB 00:00 2026-02-23T07:04:02.800 INFO:teuthology.orchestra.run.trial173.stdout:(29/95): flexiblas-3.0.4-9.el9.x86_64.rpm 990 kB/s | 30 kB 00:00 2026-02-23T07:04:02.870 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:04:02.870 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:04:02.875 INFO:teuthology.orchestra.run.trial173.stdout:(30/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 40 MB/s | 3.0 MB 00:00 2026-02-23T07:04:02.886 INFO:teuthology.orchestra.run.trial173.stdout:(31/95): flexiblas-openblas-openmp-3.0.4-9.el9. 1.5 MB/s | 15 kB 00:00 2026-02-23T07:04:02.897 INFO:teuthology.orchestra.run.trial173.stdout:(32/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 21 MB/s | 246 kB 00:00 2026-02-23T07:04:02.909 INFO:teuthology.orchestra.run.trial173.stdout:(33/95): lua-5.4.4-4.el9.x86_64.rpm 16 MB/s | 188 kB 00:00 2026-02-23T07:04:02.916 INFO:teuthology.orchestra.run.trial140.stdout:(68/95): python3-cherrypy-18.6.1-2.el9.noarch.r 828 kB/s | 358 kB 00:00 2026-02-23T07:04:02.920 INFO:teuthology.orchestra.run.trial173.stdout:(34/95): openblas-0.3.29-1.el9.x86_64.rpm 4.1 MB/s | 42 kB 00:00 2026-02-23T07:04:02.950 INFO:teuthology.orchestra.run.trial173.stdout:(35/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 176 MB/s | 5.3 MB 00:00 2026-02-23T07:04:02.967 INFO:teuthology.orchestra.run.trial140.stdout:(69/95): python3-google-auth-2.45.0-1.el9.noarc 605 kB/s | 254 kB 00:00 2026-02-23T07:04:02.995 INFO:teuthology.orchestra.run.trial173.stdout:(36/95): python3-babel-2.9.1-2.el9.noarch.rpm 132 MB/s | 6.0 MB 00:00 2026-02-23T07:04:03.008 INFO:teuthology.orchestra.run.trial173.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 19 MB/s | 244 kB 00:00 2026-02-23T07:04:03.021 INFO:teuthology.orchestra.run.trial173.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 19 MB/s | 249 kB 00:00 2026-02-23T07:04:03.032 INFO:teuthology.orchestra.run.trial173.stdout:(39/95): python3-jmespath-1.0.1-1.el9.noarch.rp 4.3 MB/s | 48 kB 00:00 2026-02-23T07:04:03.043 INFO:teuthology.orchestra.run.trial173.stdout:(40/95): python3-libstoragemgmt-1.10.1-1.el9.x8 15 MB/s | 177 kB 00:00 2026-02-23T07:04:03.114 INFO:teuthology.orchestra.run.trial173.stdout:(41/95): ceph-mgr-dashboard-20.3.0-5338.g244ee6 34 MB/s | 51 MB 00:01 2026-02-23T07:04:03.117 INFO:teuthology.orchestra.run.trial173.stdout:(42/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 17 MB/s | 1.2 MB 00:00 2026-02-23T07:04:03.147 INFO:teuthology.orchestra.run.trial173.stdout:(43/95): python3-markupsafe-1.1.1-12.el9.x86_64 1.0 MB/s | 35 kB 00:00 2026-02-23T07:04:03.161 INFO:teuthology.orchestra.run.trial173.stdout:(44/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 138 MB/s | 6.1 MB 00:00 2026-02-23T07:04:03.174 INFO:teuthology.orchestra.run.trial173.stdout:(45/95): python3-packaging-20.9-5.el9.noarch.rp 6.6 MB/s | 77 kB 00:00 2026-02-23T07:04:03.174 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:04:03.185 INFO:teuthology.orchestra.run.trial173.stdout:(46/95): python3-protobuf-3.14.0-17.el9.noarch. 22 MB/s | 267 kB 00:00 2026-02-23T07:04:03.198 INFO:teuthology.orchestra.run.trial173.stdout:(47/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 12 MB/s | 159 kB 00:00 2026-02-23T07:04:03.201 INFO:teuthology.orchestra.run.trial173.stdout:(48/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 8.0 MB/s | 442 kB 00:00 2026-02-23T07:04:03.211 INFO:teuthology.orchestra.run.trial173.stdout:(49/95): python3-pyasn1-modules-0.4.8-6.el9.noa 21 MB/s | 279 kB 00:00 2026-02-23T07:04:03.212 INFO:teuthology.orchestra.run.trial173.stdout:(50/95): python3-requests-oauthlib-1.3.0-12.el9 4.8 MB/s | 54 kB 00:00 2026-02-23T07:04:03.223 INFO:teuthology.orchestra.run.trial173.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 3.8 MB/s | 42 kB 00:00 2026-02-23T07:04:03.235 INFO:teuthology.orchestra.run.trial173.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 16 MB/s | 189 kB 00:00 2026-02-23T07:04:03.246 INFO:teuthology.orchestra.run.trial173.stdout:(53/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 8.1 MB/s | 90 kB 00:00 2026-02-23T07:04:03.277 INFO:teuthology.orchestra.run.trial140.stdout:(70/95): python3-grpcio-tools-1.46.7-10.el9.x86 400 kB/s | 144 kB 00:00 2026-02-23T07:04:03.314 INFO:teuthology.orchestra.run.trial173.stdout:(54/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 186 MB/s | 19 MB 00:00 2026-02-23T07:04:03.315 INFO:teuthology.orchestra.run.trial173.stdout:(55/95): lua-devel-5.4.4-4.el9.x86_64.rpm 324 kB/s | 22 kB 00:00 2026-02-23T07:04:03.328 INFO:teuthology.orchestra.run.trial196.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-23T07:04:03.329 INFO:teuthology.orchestra.run.trial140.stdout:(71/95): python3-influxdb-5.3.1-1.el9.noarch.rp 385 kB/s | 139 kB 00:00 2026-02-23T07:04:03.333 INFO:teuthology.orchestra.run.trial196.stdout: Upgrading : librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 2/38 2026-02-23T07:04:03.355 INFO:teuthology.orchestra.run.trial173.stdout:(56/95): protobuf-compiler-3.14.0-17.el9.x86_64 21 MB/s | 862 kB 00:00 2026-02-23T07:04:03.381 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 2/38 2026-02-23T07:04:03.382 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 3/38 2026-02-23T07:04:03.395 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 3/38 2026-02-23T07:04:03.397 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libcephfs-daemon-2:20.3.0-5338.g244ee61d.el9.x86_6 4/38 2026-02-23T07:04:03.398 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_6 5/38 2026-02-23T07:04:03.425 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_6 5/38 2026-02-23T07:04:03.426 INFO:teuthology.orchestra.run.trial173.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 276 kB/s | 19 kB 00:00 2026-02-23T07:04:03.429 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 6/38 2026-02-23T07:04:03.438 INFO:teuthology.orchestra.run.trial196.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-23T07:04:03.441 INFO:teuthology.orchestra.run.trial196.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-23T07:04:03.444 INFO:teuthology.orchestra.run.trial196.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-23T07:04:03.448 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-23T07:04:03.459 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-ceph-argparse-2:20.3.0-5338.g244ee61d.el9. 11/38 2026-02-23T07:04:03.470 INFO:teuthology.orchestra.run.trial140.stdout:(72/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.9 MB/s | 2.0 MB 00:00 2026-02-23T07:04:03.471 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 12/38 2026-02-23T07:04:03.471 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_6 13/38 2026-02-23T07:04:03.474 INFO:teuthology.orchestra.run.trial140.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 74 kB/s | 11 kB 00:00 2026-02-23T07:04:03.492 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_6 13/38 2026-02-23T07:04:03.496 INFO:teuthology.orchestra.run.trial196.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-23T07:04:03.503 INFO:teuthology.orchestra.run.trial173.stdout:(58/95): luarocks-3.9.2-5.el9.noarch.rpm 1.9 MB/s | 151 kB 00:00 2026-02-23T07:04:03.519 INFO:teuthology.orchestra.run.trial173.stdout:(59/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.6 MB/s | 551 kB 00:00 2026-02-23T07:04:03.528 INFO:teuthology.orchestra.run.trial196.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-23T07:04:03.531 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-23T07:04:03.538 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-23T07:04:03.540 INFO:teuthology.orchestra.run.trial196.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-23T07:04:03.544 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-23T07:04:03.545 INFO:teuthology.orchestra.run.trial173.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 1.1 MB/s | 29 kB 00:00 2026-02-23T07:04:03.556 INFO:teuthology.orchestra.run.trial140.stdout:(74/95): python3-isodate-0.6.1-3.el9.noarch.rpm 201 kB/s | 56 kB 00:00 2026-02-23T07:04:03.564 INFO:teuthology.orchestra.run.trial173.stdout:(61/95): python3-asyncssh-2.13.2-5.el9.noarch.r 8.9 MB/s | 548 kB 00:00 2026-02-23T07:04:03.573 INFO:teuthology.orchestra.run.trial173.stdout:(62/95): python3-backports-tarfile-1.2.0-1.el9. 2.1 MB/s | 60 kB 00:00 2026-02-23T07:04:03.588 INFO:teuthology.orchestra.run.trial173.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2026-02-23T07:04:03.603 INFO:teuthology.orchestra.run.trial173.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 1.0 MB/s | 32 kB 00:00 2026-02-23T07:04:03.640 INFO:teuthology.orchestra.run.trial173.stdout:(65/95): python3-cheroot-10.0.1-4.el9.noarch.rp 4.7 MB/s | 173 kB 00:00 2026-02-23T07:04:03.642 INFO:teuthology.orchestra.run.trial173.stdout:(66/95): python3-certifi-2023.05.07-4.el9.noarc 261 kB/s | 14 kB 00:00 2026-02-23T07:04:03.666 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-23T07:04:03.667 INFO:teuthology.orchestra.run.trial196.stdout: Upgrading : librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 21/38 2026-02-23T07:04:03.670 INFO:teuthology.orchestra.run.trial173.stdout:(67/95): python3-cherrypy-18.6.1-2.el9.noarch.r 12 MB/s | 358 kB 00:00 2026-02-23T07:04:03.675 INFO:teuthology.orchestra.run.trial173.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 7.5 MB/s | 254 kB 00:00 2026-02-23T07:04:03.678 INFO:teuthology.orchestra.run.trial140.stdout:(75/95): python3-jaraco-classes-3.2.1-5.el9.noa 85 kB/s | 18 kB 00:00 2026-02-23T07:04:03.682 INFO:teuthology.orchestra.run.trial140.stdout:(76/95): python3-jaraco-collections-3.0.0-8.el9 111 kB/s | 23 kB 00:00 2026-02-23T07:04:03.693 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 21/38 2026-02-23T07:04:03.695 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 22/38 2026-02-23T07:04:03.701 INFO:teuthology.orchestra.run.trial196.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-23T07:04:03.743 INFO:teuthology.orchestra.run.trial173.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 2.1 MB/s | 144 kB 00:00 2026-02-23T07:04:03.762 INFO:teuthology.orchestra.run.trial173.stdout:(70/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 22 MB/s | 2.0 MB 00:00 2026-02-23T07:04:03.774 INFO:teuthology.orchestra.run.trial173.stdout:(71/95): python3-influxdb-5.3.1-1.el9.noarch.rp 4.5 MB/s | 139 kB 00:00 2026-02-23T07:04:03.793 INFO:teuthology.orchestra.run.trial173.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 1.7 MB/s | 56 kB 00:00 2026-02-23T07:04:03.798 INFO:teuthology.orchestra.run.trial173.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 443 kB/s | 11 kB 00:00 2026-02-23T07:04:03.804 INFO:teuthology.orchestra.run.trial140.stdout:(77/95): python3-jaraco-context-6.0.1-3.el9.noa 79 kB/s | 20 kB 00:00 2026-02-23T07:04:03.820 INFO:teuthology.orchestra.run.trial173.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 672 kB/s | 18 kB 00:00 2026-02-23T07:04:03.822 INFO:teuthology.orchestra.run.trial173.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 949 kB/s | 23 kB 00:00 2026-02-23T07:04:03.846 INFO:teuthology.orchestra.run.trial173.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 749 kB/s | 20 kB 00:00 2026-02-23T07:04:03.851 INFO:teuthology.orchestra.run.trial173.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 689 kB/s | 19 kB 00:00 2026-02-23T07:04:03.891 INFO:teuthology.orchestra.run.trial140.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 127 kB/s | 26 kB 00:00 2026-02-23T07:04:03.893 INFO:teuthology.orchestra.run.trial140.stdout:(79/95): python3-jaraco-functools-3.5.0-2.el9.n 90 kB/s | 19 kB 00:00 2026-02-23T07:04:03.902 INFO:teuthology.orchestra.run.trial173.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 473 kB/s | 26 kB 00:00 2026-02-23T07:04:03.909 INFO:teuthology.orchestra.run.trial173.stdout:(79/95): python3-kubernetes-26.1.0-3.el9.noarch 17 MB/s | 1.0 MB 00:00 2026-02-23T07:04:03.930 INFO:teuthology.orchestra.run.trial173.stdout:(80/95): python3-more-itertools-8.12.0-2.el9.no 2.8 MB/s | 79 kB 00:00 2026-02-23T07:04:03.940 INFO:teuthology.orchestra.run.trial173.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 2.7 MB/s | 86 kB 00:00 2026-02-23T07:04:03.961 INFO:teuthology.orchestra.run.trial173.stdout:(82/95): python3-natsort-7.1.1-5.el9.noarch.rpm 1.8 MB/s | 58 kB 00:00 2026-02-23T07:04:03.967 INFO:teuthology.orchestra.run.trial173.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 615 kB/s | 16 kB 00:00 2026-02-23T07:04:03.984 INFO:teuthology.orchestra.run.trial196.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-23T07:04:03.986 INFO:teuthology.orchestra.run.trial196.stdout: Installing : librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 25/38 2026-02-23T07:04:03.992 INFO:teuthology.orchestra.run.trial173.stdout:(84/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.9 MB/s | 90 kB 00:00 2026-02-23T07:04:03.994 INFO:teuthology.orchestra.run.trial173.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 1.1 MB/s | 31 kB 00:00 2026-02-23T07:04:04.002 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 25/38 2026-02-23T07:04:04.006 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 26/38 2026-02-23T07:04:04.013 INFO:teuthology.orchestra.run.trial196.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-23T07:04:04.015 INFO:teuthology.orchestra.run.trial196.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-23T07:04:04.016 INFO:teuthology.orchestra.run.trial196.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-23T07:04:04.021 INFO:teuthology.orchestra.run.trial173.stdout:(86/95): python3-rsa-4.9-2.el9.noarch.rpm 2.1 MB/s | 59 kB 00:00 2026-02-23T07:04:04.022 INFO:teuthology.orchestra.run.trial173.stdout:(87/95): python3-routes-2.5.1-5.el9.noarch.rpm 6.0 MB/s | 188 kB 00:00 2026-02-23T07:04:04.033 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-23T07:04:04.036 INFO:teuthology.orchestra.run.trial196.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-23T07:04:04.050 INFO:teuthology.orchestra.run.trial173.stdout:(88/95): python3-tempora-5.0.0-2.el9.noarch.rpm 1.3 MB/s | 36 kB 00:00 2026-02-23T07:04:04.070 INFO:teuthology.orchestra.run.trial173.stdout:(89/95): ceph-osd-classic-20.3.0-5338.g244ee61d 5.6 MB/s | 16 MB 00:02 2026-02-23T07:04:04.071 INFO:teuthology.orchestra.run.trial173.stdout:(90/95): python3-saml-1.16.0-1.el9.noarch.rpm 2.5 MB/s | 125 kB 00:00 2026-02-23T07:04:04.071 INFO:teuthology.orchestra.run.trial196.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-23T07:04:04.073 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-ceph-common-2:20.3.0-5338.g244ee61d.el9.x8 32/38 2026-02-23T07:04:04.081 INFO:teuthology.orchestra.run.trial173.stdout:(91/95): python3-typing-extensions-4.15.0-1.el9 2.7 MB/s | 86 kB 00:00 2026-02-23T07:04:04.098 INFO:teuthology.orchestra.run.trial173.stdout:(92/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.7 MB/s | 48 kB 00:00 2026-02-23T07:04:04.109 INFO:teuthology.orchestra.run.trial173.stdout:(93/95): python3-xmltodict-0.12.0-15.el9.noarch 765 kB/s | 22 kB 00:00 2026-02-23T07:04:04.124 INFO:teuthology.orchestra.run.trial173.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 788 kB/s | 20 kB 00:00 2026-02-23T07:04:04.168 INFO:teuthology.orchestra.run.trial173.stdout:(95/95): python3-websocket-client-1.2.3-2.el9.n 922 kB/s | 90 kB 00:00 2026-02-23T07:04:04.170 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:04.171 INFO:teuthology.orchestra.run.trial173.stdout:Total 39 MB/s | 158 MB 00:04 2026-02-23T07:04:04.174 INFO:teuthology.orchestra.run.trial140.stdout:(80/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 308 kB/s | 86 kB 00:00 2026-02-23T07:04:04.180 INFO:teuthology.orchestra.run.trial140.stdout:(81/95): python3-more-itertools-8.12.0-2.el9.no 273 kB/s | 79 kB 00:00 2026-02-23T07:04:04.382 INFO:teuthology.orchestra.run.trial140.stdout:(82/95): python3-kubernetes-26.1.0-3.el9.noarch 1.8 MB/s | 1.0 MB 00:00 2026-02-23T07:04:04.395 INFO:teuthology.orchestra.run.trial140.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 76 kB/s | 16 kB 00:00 2026-02-23T07:04:04.455 INFO:teuthology.orchestra.run.trial140.stdout:(84/95): python3-natsort-7.1.1-5.el9.noarch.rpm 205 kB/s | 58 kB 00:00 2026-02-23T07:04:04.584 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:04:04.610 INFO:teuthology.orchestra.run.trial140.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 143 kB/s | 31 kB 00:00 2026-02-23T07:04:04.622 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:04:04.622 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:04:04.663 INFO:teuthology.orchestra.run.trial140.stdout:(86/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 320 kB/s | 90 kB 00:00 2026-02-23T07:04:04.807 INFO:teuthology.orchestra.run.trial140.stdout:(87/95): python3-routes-2.5.1-5.el9.noarch.rpm 535 kB/s | 188 kB 00:00 2026-02-23T07:04:04.891 INFO:teuthology.orchestra.run.trial140.stdout:(88/95): python3-rsa-4.9-2.el9.noarch.rpm 211 kB/s | 59 kB 00:00 2026-02-23T07:04:05.019 INFO:teuthology.orchestra.run.trial140.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 169 kB/s | 36 kB 00:00 2026-02-23T07:04:05.021 INFO:teuthology.orchestra.run.trial140.stdout:(90/95): python3-saml-1.16.0-1.el9.noarch.rpm 349 kB/s | 125 kB 00:00 2026-02-23T07:04:05.167 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 33/38 2026-02-23T07:04:05.170 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 33/38 2026-02-23T07:04:05.180 INFO:teuthology.orchestra.run.trial140.stdout:(91/95): python3-typing-extensions-4.15.0-1.el9 299 kB/s | 86 kB 00:00 2026-02-23T07:04:05.222 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:04:05.223 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:04:05.296 INFO:teuthology.orchestra.run.trial140.stdout:(92/95): python3-websocket-client-1.2.3-2.el9.n 322 kB/s | 90 kB 00:00 2026-02-23T07:04:05.309 INFO:teuthology.orchestra.run.trial140.stdout:(93/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 168 kB/s | 48 kB 00:00 2026-02-23T07:04:05.395 INFO:teuthology.orchestra.run.trial140.stdout:(94/95): python3-xmltodict-0.12.0-15.el9.noarch 103 kB/s | 22 kB 00:00 2026-02-23T07:04:05.433 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 33/38 2026-02-23T07:04:05.436 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 34/38 2026-02-23T07:04:05.476 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 34/38 2026-02-23T07:04:05.476 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-23T07:04:05.476 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-23T07:04:05.476 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:05.479 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 35/38 2026-02-23T07:04:05.505 INFO:teuthology.orchestra.run.trial140.stdout:(95/95): python3-zc-lockfile-2.0-10.el9.noarch. 96 kB/s | 20 kB 00:00 2026-02-23T07:04:05.509 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:05.509 INFO:teuthology.orchestra.run.trial140.stdout:Total 22 MB/s | 158 MB 00:07 2026-02-23T07:04:05.859 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:04:05.861 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-23T07:04:05.865 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-23T07:04:05.886 INFO:teuthology.orchestra.run.trial173.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-23T07:04:05.896 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-23T07:04:05.923 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:04:05.929 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-23T07:04:05.936 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-23T07:04:05.938 INFO:teuthology.orchestra.run.trial173.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-23T07:04:05.942 INFO:teuthology.orchestra.run.trial173.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-23T07:04:05.961 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:04:05.961 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:04:05.965 INFO:teuthology.orchestra.run.trial173.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-23T07:04:05.978 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-23T07:04:05.981 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-23T07:04:05.987 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-23T07:04:05.989 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-23T07:04:06.000 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-23T07:04:06.006 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-23T07:04:06.030 INFO:teuthology.orchestra.run.trial173.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-23T07:04:06.033 INFO:teuthology.orchestra.run.trial173.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-23T07:04:06.084 INFO:teuthology.orchestra.run.trial173.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-23T07:04:06.096 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-23T07:04:06.099 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-23T07:04:06.103 INFO:teuthology.orchestra.run.trial173.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-23T07:04:06.108 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-23T07:04:06.113 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-23T07:04:06.116 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-23T07:04:06.130 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-23T07:04:06.135 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-23T07:04:06.140 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-23T07:04:06.151 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-23T07:04:06.160 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-23T07:04:06.166 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-23T07:04:06.186 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-23T07:04:06.197 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-23T07:04:06.212 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-23T07:04:06.217 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-23T07:04:06.224 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-23T07:04:06.264 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-23T07:04:06.559 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:04:06.559 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:04:06.589 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-23T07:04:06.599 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-23T07:04:06.603 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-23T07:04:06.609 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-23T07:04:06.610 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-23T07:04:06.638 INFO:teuthology.orchestra.run.trial173.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-23T07:04:06.682 INFO:teuthology.orchestra.run.trial173.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-23T07:04:06.690 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-23T07:04:06.696 INFO:teuthology.orchestra.run.trial173.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-23T07:04:06.699 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-23T07:04:06.705 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-23T07:04:06.709 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-23T07:04:06.716 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-23T07:04:06.719 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-23T07:04:06.747 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-23T07:04:06.758 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-23T07:04:06.764 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-23T07:04:06.771 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-23T07:04:06.806 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-23T07:04:07.029 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-23T07:04:07.053 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-23T07:04:07.056 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-23T07:04:07.115 INFO:teuthology.orchestra.run.trial173.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-23T07:04:07.116 INFO:teuthology.orchestra.run.trial173.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-23T07:04:07.138 INFO:teuthology.orchestra.run.trial173.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-23T07:04:07.192 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:04:07.194 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-23T07:04:07.198 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-23T07:04:07.220 INFO:teuthology.orchestra.run.trial140.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-23T07:04:07.230 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-23T07:04:07.263 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-23T07:04:07.269 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-23T07:04:07.272 INFO:teuthology.orchestra.run.trial140.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-23T07:04:07.276 INFO:teuthology.orchestra.run.trial140.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-23T07:04:07.299 INFO:teuthology.orchestra.run.trial140.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-23T07:04:07.312 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-23T07:04:07.315 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-23T07:04:07.321 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-23T07:04:07.323 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-23T07:04:07.334 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-23T07:04:07.340 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-23T07:04:07.364 INFO:teuthology.orchestra.run.trial140.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-23T07:04:07.367 INFO:teuthology.orchestra.run.trial140.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-23T07:04:07.418 INFO:teuthology.orchestra.run.trial140.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-23T07:04:07.430 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-23T07:04:07.433 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-23T07:04:07.437 INFO:teuthology.orchestra.run.trial140.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-23T07:04:07.442 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-23T07:04:07.447 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-23T07:04:07.450 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-23T07:04:07.461 INFO:teuthology.orchestra.run.trial173.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-23T07:04:07.464 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-23T07:04:07.469 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-23T07:04:07.474 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-23T07:04:07.485 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-23T07:04:07.495 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-23T07:04:07.501 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-23T07:04:07.520 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-23T07:04:07.531 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-23T07:04:07.534 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-23T07:04:07.547 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-23T07:04:07.551 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-23T07:04:07.559 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-23T07:04:07.599 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-23T07:04:07.923 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-23T07:04:07.933 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-23T07:04:07.937 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-23T07:04:07.942 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-23T07:04:07.944 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-23T07:04:07.972 INFO:teuthology.orchestra.run.trial140.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-23T07:04:08.015 INFO:teuthology.orchestra.run.trial140.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-23T07:04:08.025 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-23T07:04:08.031 INFO:teuthology.orchestra.run.trial140.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-23T07:04:08.034 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-23T07:04:08.040 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-23T07:04:08.044 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-23T07:04:08.051 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-23T07:04:08.054 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-23T07:04:08.083 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-23T07:04:08.092 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-23T07:04:08.098 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-23T07:04:08.105 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-23T07:04:08.140 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-23T07:04:08.203 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-23T07:04:08.222 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-23T07:04:08.235 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-23T07:04:08.251 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-23T07:04:08.326 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-23T07:04:08.334 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-23T07:04:08.358 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-23T07:04:08.366 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-23T07:04:08.388 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-23T07:04:08.390 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-23T07:04:08.394 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-23T07:04:08.438 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-23T07:04:08.444 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-23T07:04:08.449 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-23T07:04:08.450 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-23T07:04:08.453 INFO:teuthology.orchestra.run.trial140.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-23T07:04:08.455 INFO:teuthology.orchestra.run.trial140.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-23T07:04:08.467 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-23T07:04:08.468 INFO:teuthology.orchestra.run.trial173.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-23T07:04:08.468 INFO:teuthology.orchestra.run.trial173.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-23T07:04:08.468 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:08.475 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-23T07:04:08.476 INFO:teuthology.orchestra.run.trial140.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-23T07:04:08.500 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-23T07:04:08.501 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-23T07:04:08.501 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:08.534 INFO:teuthology.orchestra.run.trial173.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-23T07:04:08.805 INFO:teuthology.orchestra.run.trial140.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-23T07:04:08.879 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-23T07:04:09.166 INFO:teuthology.orchestra.run.trial173.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-23T07:04:09.556 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-23T07:04:09.575 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-23T07:04:09.588 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-23T07:04:09.604 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-23T07:04:09.679 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-23T07:04:09.687 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-23T07:04:09.711 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-23T07:04:09.740 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-23T07:04:09.791 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-23T07:04:09.797 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-23T07:04:09.800 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-23T07:04:09.801 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-23T07:04:09.818 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-23T07:04:09.818 INFO:teuthology.orchestra.run.trial140.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-23T07:04:09.819 INFO:teuthology.orchestra.run.trial140.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-23T07:04:09.819 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:09.826 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-23T07:04:09.850 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-23T07:04:09.851 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-23T07:04:09.851 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:09.884 INFO:teuthology.orchestra.run.trial140.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-23T07:04:09.940 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_6 79/95 2026-02-23T07:04:10.004 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_6 80/95 2026-02-23T07:04:10.006 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 81/95 2026-02-23T07:04:10.022 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 81/95 2026-02-23T07:04:10.023 INFO:teuthology.orchestra.run.trial173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:10.023 INFO:teuthology.orchestra.run.trial173.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-23T07:04:10.023 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:10.025 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 35/38 2026-02-23T07:04:10.025 INFO:teuthology.orchestra.run.trial196.stdout:skipping the directory /sys 2026-02-23T07:04:10.025 INFO:teuthology.orchestra.run.trial196.stdout:skipping the directory /proc 2026-02-23T07:04:10.026 INFO:teuthology.orchestra.run.trial196.stdout:skipping the directory /mnt 2026-02-23T07:04:10.026 INFO:teuthology.orchestra.run.trial196.stdout:skipping the directory /var/tmp 2026-02-23T07:04:10.026 INFO:teuthology.orchestra.run.trial196.stdout:skipping the directory /home 2026-02-23T07:04:10.026 INFO:teuthology.orchestra.run.trial196.stdout:skipping the directory /root 2026-02-23T07:04:10.026 INFO:teuthology.orchestra.run.trial196.stdout:skipping the directory /tmp 2026-02-23T07:04:10.026 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:10.032 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 82/95 2026-02-23T07:04:10.057 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 82/95 2026-02-23T07:04:10.057 INFO:teuthology.orchestra.run.trial173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:10.057 INFO:teuthology.orchestra.run.trial173.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-23T07:04:10.057 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-23T07:04:10.058 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-23T07:04:10.058 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:10.123 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 83/95 2026-02-23T07:04:10.125 INFO:teuthology.orchestra.run.trial173.stdout: Installing : cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 83/95 2026-02-23T07:04:10.134 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5338.g244ee61d.el9 84/95 2026-02-23T07:04:10.158 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5338.g244ee61d.el 85/95 2026-02-23T07:04:10.159 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarc 86/95 2026-02-23T07:04:10.504 INFO:teuthology.orchestra.run.trial140.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-23T07:04:10.604 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 36/38 2026-02-23T07:04:10.627 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 36/38 2026-02-23T07:04:10.627 INFO:teuthology.orchestra.run.trial196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:10.627 INFO:teuthology.orchestra.run.trial196.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-23T07:04:10.627 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-23T07:04:10.627 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-23T07:04:10.627 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:10.629 INFO:teuthology.orchestra.run.trial196.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-23T07:04:10.640 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-23T07:04:10.640 INFO:teuthology.orchestra.run.trial196.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-23T07:04:10.696 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-23T07:04:10.696 INFO:teuthology.orchestra.run.trial196.stdout:Creating group 'qat' with GID 992. 2026-02-23T07:04:10.696 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:10.989 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 1/38 2026-02-23T07:04:10.990 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 2/38 2026-02-23T07:04:10.990 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 3/38 2026-02-23T07:04:10.990 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 4/38 2026-02-23T07:04:10.990 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libcephfs-daemon-2:20.3.0-5338.g244ee61d.el9.x86_6 5/38 2026-02-23T07:04:10.990 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_6 6/38 2026-02-23T07:04:10.990 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 7/38 2026-02-23T07:04:10.990 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_6 8/38 2026-02-23T07:04:10.990 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 9/38 2026-02-23T07:04:10.990 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5338.g244ee61d.el9. 10/38 2026-02-23T07:04:10.990 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-ceph-common-2:20.3.0-5338.g244ee61d.el9.x8 11/38 2026-02-23T07:04:10.990 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 12/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 13/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 14/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 15/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-23T07:04:10.991 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 35/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-23T07:04:10.992 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 37/38 2026-02-23T07:04:11.051 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-23T07:04:11.051 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:11.051 INFO:teuthology.orchestra.run.trial196.stdout:Upgraded: 2026-02-23T07:04:11.051 INFO:teuthology.orchestra.run.trial196.stdout: librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout: librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout: ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout: ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout: ceph-radosgw-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout: ceph-selinux-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout: libcephfs-daemon-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.052 INFO:teuthology.orchestra.run.trial196.stdout: libcephfs-proxy2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: libradosstriper1-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: librgw2-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-23T07:04:11.053 INFO:teuthology.orchestra.run.trial196.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: python3-ceph-argparse-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: python3-ceph-common-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: re2-1:20211101-20.el9.x86_64 2026-02-23T07:04:11.054 INFO:teuthology.orchestra.run.trial196.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-23T07:04:11.055 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:11.055 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:04:11.092 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-test 2026-02-23T07:04:11.268 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_6 79/95 2026-02-23T07:04:11.332 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_6 80/95 2026-02-23T07:04:11.335 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 81/95 2026-02-23T07:04:11.349 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 81/95 2026-02-23T07:04:11.350 INFO:teuthology.orchestra.run.trial140.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:11.350 INFO:teuthology.orchestra.run.trial140.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-23T07:04:11.350 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:11.360 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 82/95 2026-02-23T07:04:11.384 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 82/95 2026-02-23T07:04:11.385 INFO:teuthology.orchestra.run.trial140.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:11.385 INFO:teuthology.orchestra.run.trial140.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-23T07:04:11.385 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-23T07:04:11.385 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-23T07:04:11.385 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:11.402 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:00:13 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:04:11.450 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 83/95 2026-02-23T07:04:11.452 INFO:teuthology.orchestra.run.trial140.stdout: Installing : cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 83/95 2026-02-23T07:04:11.461 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5338.g244ee61d.el9 84/95 2026-02-23T07:04:11.484 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:04:11.484 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:04:11.484 INFO:teuthology.orchestra.run.trial196.stdout: Package Arch Version Repository Size 2026-02-23T07:04:11.484 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout: ceph-test x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 78 M 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout:Installing dependencies: 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout: libcephsqlite x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 159 k 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-23T07:04:11.485 INFO:teuthology.orchestra.run.trial196.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-23T07:04:11.486 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:11.486 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:04:11.486 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:04:11.486 INFO:teuthology.orchestra.run.trial196.stdout:Install 10 Packages 2026-02-23T07:04:11.486 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:11.487 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5338.g244ee61d.el 85/95 2026-02-23T07:04:11.487 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarc 86/95 2026-02-23T07:04:11.487 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 82 M 2026-02-23T07:04:11.487 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 339 M 2026-02-23T07:04:11.487 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:04:11.792 INFO:teuthology.orchestra.run.trial196.stdout:(1/10): libcephsqlite-20.3.0-5338.g244ee61d.el9 1.8 MB/s | 159 kB 00:00 2026-02-23T07:04:11.876 INFO:teuthology.orchestra.run.trial196.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 275 kB/s | 23 kB 00:00 2026-02-23T07:04:11.886 INFO:teuthology.orchestra.run.trial196.stdout:(3/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 12 MB/s | 2.1 MB 00:00 2026-02-23T07:04:11.921 INFO:teuthology.orchestra.run.trial196.stdout:(4/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 2.0 MB/s | 94 kB 00:00 2026-02-23T07:04:12.749 INFO:teuthology.orchestra.run.trial196.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 270 kB/s | 233 kB 00:00 2026-02-23T07:04:13.098 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarc 86/95 2026-02-23T07:04:13.105 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noa 87/95 2026-02-23T07:04:13.256 INFO:teuthology.orchestra.run.trial196.stdout:(6/10): ceph-test-20.3.0-5338.g244ee61d.el9.x86 50 MB/s | 78 MB 00:01 2026-02-23T07:04:13.257 INFO:teuthology.orchestra.run.trial196.stdout:(7/10): socat-1.7.4.1-8.el9.x86_64.rpm 598 kB/s | 303 kB 00:00 2026-02-23T07:04:13.356 INFO:teuthology.orchestra.run.trial196.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 640 kB/s | 64 kB 00:00 2026-02-23T07:04:13.567 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noa 87/95 2026-02-23T07:04:13.568 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee 88/95 2026-02-23T07:04:13.582 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee 88/95 2026-02-23T07:04:13.583 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noa 89/95 2026-02-23T07:04:13.641 INFO:teuthology.orchestra.run.trial196.stdout:(9/10): protobuf-3.14.0-17.el9.x86_64.rpm 598 kB/s | 1.0 MB 00:01 2026-02-23T07:04:13.643 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noa 89/95 2026-02-23T07:04:13.667 INFO:teuthology.orchestra.run.trial196.stdout:(10/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 297 kB/s | 122 kB 00:00 2026-02-23T07:04:13.669 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:13.670 INFO:teuthology.orchestra.run.trial196.stdout:Total 38 MB/s | 82 MB 00:02 2026-02-23T07:04:13.686 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5338.g244ee61d.el9. 90/95 2026-02-23T07:04:13.687 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 91/95 2026-02-23T07:04:13.709 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 91/95 2026-02-23T07:04:13.709 INFO:teuthology.orchestra.run.trial173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:13.710 INFO:teuthology.orchestra.run.trial173.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-23T07:04:13.710 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-23T07:04:13.710 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-23T07:04:13.710 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:13.723 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 92/95 2026-02-23T07:04:13.734 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:04:13.745 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:04:13.745 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:04:13.949 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 92/95 2026-02-23T07:04:13.951 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 93/95 2026-02-23T07:04:13.973 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 93/95 2026-02-23T07:04:13.973 INFO:teuthology.orchestra.run.trial173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:13.973 INFO:teuthology.orchestra.run.trial173.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-23T07:04:13.973 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-23T07:04:13.973 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-23T07:04:13.973 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:14.029 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:04:14.029 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:04:14.070 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 94/95 2026-02-23T07:04:14.091 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 94/95 2026-02-23T07:04:14.091 INFO:teuthology.orchestra.run.trial173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:14.091 INFO:teuthology.orchestra.run.trial173.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-23T07:04:14.091 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-23T07:04:14.091 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-23T07:04:14.092 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:14.092 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 95/95 2026-02-23T07:04:14.099 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_6 95/95 2026-02-23T07:04:14.123 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_6 95/95 2026-02-23T07:04:14.338 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:04:14.346 INFO:teuthology.orchestra.run.trial196.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-23T07:04:14.355 INFO:teuthology.orchestra.run.trial196.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-23T07:04:14.361 INFO:teuthology.orchestra.run.trial196.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-23T07:04:14.364 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-23T07:04:14.370 INFO:teuthology.orchestra.run.trial196.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-23T07:04:14.372 INFO:teuthology.orchestra.run.trial196.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-23T07:04:14.381 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-23T07:04:14.390 INFO:teuthology.orchestra.run.trial196.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-23T07:04:14.390 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 9/10 2026-02-23T07:04:14.403 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarc 86/95 2026-02-23T07:04:14.411 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noa 87/95 2026-02-23T07:04:14.869 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noa 87/95 2026-02-23T07:04:14.870 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee 88/95 2026-02-23T07:04:14.883 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee 88/95 2026-02-23T07:04:14.884 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noa 89/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 95/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 1/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 2/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 3/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 4/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 5/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_6 6/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_6 7/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5338.g244ee61d.el 8/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarc 9/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noa 10/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee 11/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noa 12/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5338.g244ee61d.el9. 13/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 14/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5338.g244ee61d.el9 15/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 16/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 17/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-23T07:04:14.919 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-23T07:04:14.920 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-23T07:04:14.921 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-23T07:04:14.948 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noa 89/95 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout:Installed: 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-grafana-dashboards-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-modules-core-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:14.987 INFO:teuthology.orchestra.run.trial173.stdout: ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: ceph-prometheus-alerts-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: lua-5.4.4-4.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-23T07:04:14.988 INFO:teuthology.orchestra.run.trial173.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-23T07:04:14.989 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-ply-3.11-14.el9.noarch 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-23T07:04:14.990 INFO:teuthology.orchestra.run.trial173.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-23T07:04:14.991 INFO:teuthology.orchestra.run.trial173.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-23T07:04:14.992 INFO:teuthology.orchestra.run.trial173.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-23T07:04:14.992 INFO:teuthology.orchestra.run.trial173.stdout: unzip-6.0-59.el9.x86_64 2026-02-23T07:04:14.992 INFO:teuthology.orchestra.run.trial173.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-23T07:04:14.992 INFO:teuthology.orchestra.run.trial173.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-23T07:04:14.992 INFO:teuthology.orchestra.run.trial173.stdout: zip-3.0-35.el9.x86_64 2026-02-23T07:04:14.992 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:14.992 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:14.992 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5338.g244ee61d.el9. 90/95 2026-02-23T07:04:14.993 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 91/95 2026-02-23T07:04:15.013 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 91/95 2026-02-23T07:04:15.013 INFO:teuthology.orchestra.run.trial140.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:15.013 INFO:teuthology.orchestra.run.trial140.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-23T07:04:15.013 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-23T07:04:15.013 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-23T07:04:15.013 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:15.026 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 92/95 2026-02-23T07:04:15.048 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-base 2026-02-23T07:04:15.249 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 92/95 2026-02-23T07:04:15.250 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 93/95 2026-02-23T07:04:15.272 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 93/95 2026-02-23T07:04:15.272 INFO:teuthology.orchestra.run.trial140.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:15.272 INFO:teuthology.orchestra.run.trial140.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-23T07:04:15.272 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-23T07:04:15.272 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-23T07:04:15.272 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:15.361 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:38 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:15.366 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 94/95 2026-02-23T07:04:15.387 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 94/95 2026-02-23T07:04:15.387 INFO:teuthology.orchestra.run.trial140.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:15.387 INFO:teuthology.orchestra.run.trial140.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-23T07:04:15.387 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-23T07:04:15.387 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-23T07:04:15.387 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:15.388 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 95/95 2026-02-23T07:04:15.395 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_6 95/95 2026-02-23T07:04:15.421 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_6 95/95 2026-02-23T07:04:15.426 INFO:teuthology.orchestra.run.trial173.stdout:Package ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:15.445 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:15.445 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:15.446 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:15.467 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install cephadm 2026-02-23T07:04:15.774 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:38 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:15.839 INFO:teuthology.orchestra.run.trial173.stdout:Package cephadm-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:15.857 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:15.858 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:15.858 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:15.879 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-immutable-object-cache 2026-02-23T07:04:16.188 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:39 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:16.271 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 95/95 2026-02-23T07:04:16.271 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 1/95 2026-02-23T07:04:16.271 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 2/95 2026-02-23T07:04:16.271 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 3/95 2026-02-23T07:04:16.271 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 4/95 2026-02-23T07:04:16.271 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 5/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_6 6/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_6 7/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5338.g244ee61d.el 8/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarc 9/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noa 10/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee 11/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noa 12/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5338.g244ee61d.el9. 13/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 14/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5338.g244ee61d.el9 15/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 16/95 2026-02-23T07:04:16.272 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 17/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-23T07:04:16.273 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-23T07:04:16.274 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-23T07:04:16.275 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-23T07:04:16.276 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-23T07:04:16.277 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-23T07:04:16.278 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-23T07:04:16.279 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:16.280 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:16.280 INFO:teuthology.orchestra.run.trial173.stdout: Package Arch Version Repo Size 2026-02-23T07:04:16.280 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:16.280 INFO:teuthology.orchestra.run.trial173.stdout:Installing: 2026-02-23T07:04:16.280 INFO:teuthology.orchestra.run.trial173.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 148 k 2026-02-23T07:04:16.280 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:16.280 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:04:16.280 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:16.280 INFO:teuthology.orchestra.run.trial173.stdout:Install 1 Package 2026-02-23T07:04:16.280 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:16.281 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 148 k 2026-02-23T07:04:16.281 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 419 k 2026-02-23T07:04:16.281 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:04:16.335 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-23T07:04:16.335 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:16.335 INFO:teuthology.orchestra.run.trial140.stdout:Installed: 2026-02-23T07:04:16.335 INFO:teuthology.orchestra.run.trial140.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-23T07:04:16.335 INFO:teuthology.orchestra.run.trial140.stdout: ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:16.336 INFO:teuthology.orchestra.run.trial140.stdout: ceph-grafana-dashboards-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:16.336 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:16.336 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:16.336 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:16.336 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:16.336 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:16.336 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:16.336 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-modules-core-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:16.336 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:16.336 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:16.336 INFO:teuthology.orchestra.run.trial140.stdout: ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: ceph-prometheus-alerts-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-23T07:04:16.337 INFO:teuthology.orchestra.run.trial140.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: lua-5.4.4-4.el9.x86_64 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-23T07:04:16.338 INFO:teuthology.orchestra.run.trial140.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-23T07:04:16.339 INFO:teuthology.orchestra.run.trial140.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-23T07:04:16.340 INFO:teuthology.orchestra.run.trial140.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-23T07:04:16.341 INFO:teuthology.orchestra.run.trial140.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-23T07:04:16.341 INFO:teuthology.orchestra.run.trial140.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-23T07:04:16.341 INFO:teuthology.orchestra.run.trial140.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-23T07:04:16.341 INFO:teuthology.orchestra.run.trial140.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-23T07:04:16.341 INFO:teuthology.orchestra.run.trial140.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-23T07:04:16.341 INFO:teuthology.orchestra.run.trial140.stdout: python3-ply-3.11-14.el9.noarch 2026-02-23T07:04:16.341 INFO:teuthology.orchestra.run.trial140.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-23T07:04:16.341 INFO:teuthology.orchestra.run.trial140.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-23T07:04:16.341 INFO:teuthology.orchestra.run.trial140.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-23T07:04:16.341 INFO:teuthology.orchestra.run.trial140.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-23T07:04:16.341 INFO:teuthology.orchestra.run.trial140.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-23T07:04:16.342 INFO:teuthology.orchestra.run.trial140.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-23T07:04:16.343 INFO:teuthology.orchestra.run.trial140.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-23T07:04:16.343 INFO:teuthology.orchestra.run.trial140.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-23T07:04:16.343 INFO:teuthology.orchestra.run.trial140.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-23T07:04:16.343 INFO:teuthology.orchestra.run.trial140.stdout: unzip-6.0-59.el9.x86_64 2026-02-23T07:04:16.343 INFO:teuthology.orchestra.run.trial140.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-23T07:04:16.343 INFO:teuthology.orchestra.run.trial140.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-23T07:04:16.343 INFO:teuthology.orchestra.run.trial140.stdout: zip-3.0-35.el9.x86_64 2026-02-23T07:04:16.343 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:16.343 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:16.358 INFO:teuthology.orchestra.run.trial173.stdout:ceph-immutable-object-cache-20.3.0-5338.g244ee6 1.7 MB/s | 148 kB 00:00 2026-02-23T07:04:16.359 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:16.359 INFO:teuthology.orchestra.run.trial173.stdout:Total 1.6 MB/s | 148 kB 00:00 2026-02-23T07:04:16.359 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:04:16.364 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:04:16.365 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:04:16.397 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-base 2026-02-23T07:04:16.398 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:04:16.398 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:04:16.453 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:04:16.455 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d. 1/1 2026-02-23T07:04:16.477 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d. 1/1 2026-02-23T07:04:16.477 INFO:teuthology.orchestra.run.trial173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:16.477 INFO:teuthology.orchestra.run.trial173.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-23T07:04:16.477 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:16.704 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:39 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:16.763 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d. 1/1 2026-02-23T07:04:16.763 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:16.763 INFO:teuthology.orchestra.run.trial173.stdout:Installed: 2026-02-23T07:04:16.764 INFO:teuthology.orchestra.run.trial173.stdout: ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:16.764 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:16.764 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:16.768 INFO:teuthology.orchestra.run.trial140.stdout:Package ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:16.786 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:16.787 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:16.787 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:16.791 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-mgr 2026-02-23T07:04:16.808 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install cephadm 2026-02-23T07:04:17.100 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:40 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:17.113 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:40 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:17.165 INFO:teuthology.orchestra.run.trial173.stdout:Package ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:17.177 INFO:teuthology.orchestra.run.trial140.stdout:Package cephadm-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:17.184 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:17.184 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:17.184 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:17.196 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:17.196 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:17.196 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:17.206 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-mgr-dashboard 2026-02-23T07:04:17.217 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-immutable-object-cache 2026-02-23T07:04:17.513 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:40 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:17.528 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:40 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:17.580 INFO:teuthology.orchestra.run.trial173.stdout:Package ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:17.599 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:17.599 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:17.600 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:17.611 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:17.612 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:17.612 INFO:teuthology.orchestra.run.trial140.stdout: Package Arch Version Repo Size 2026-02-23T07:04:17.612 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:17.612 INFO:teuthology.orchestra.run.trial140.stdout:Installing: 2026-02-23T07:04:17.612 INFO:teuthology.orchestra.run.trial140.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 148 k 2026-02-23T07:04:17.612 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:17.613 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:04:17.613 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:17.613 INFO:teuthology.orchestra.run.trial140.stdout:Install 1 Package 2026-02-23T07:04:17.613 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:17.613 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 148 k 2026-02-23T07:04:17.613 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 419 k 2026-02-23T07:04:17.613 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:04:17.621 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-23T07:04:17.698 INFO:teuthology.orchestra.run.trial140.stdout:ceph-immutable-object-cache-20.3.0-5338.g244ee6 1.7 MB/s | 148 kB 00:00 2026-02-23T07:04:17.698 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:17.698 INFO:teuthology.orchestra.run.trial140.stdout:Total 1.7 MB/s | 148 kB 00:00 2026-02-23T07:04:17.698 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:04:17.702 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:04:17.702 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:04:17.734 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:04:17.735 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:04:17.793 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:04:17.795 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d. 1/1 2026-02-23T07:04:17.818 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d. 1/1 2026-02-23T07:04:17.818 INFO:teuthology.orchestra.run.trial140.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:17.818 INFO:teuthology.orchestra.run.trial140.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-23T07:04:17.818 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:17.824 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 9/10 2026-02-23T07:04:17.842 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 10/10 2026-02-23T07:04:17.926 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:40 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:17.992 INFO:teuthology.orchestra.run.trial173.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:18.010 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:18.011 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:18.011 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:18.032 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-mgr-rook 2026-02-23T07:04:18.099 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d. 1/1 2026-02-23T07:04:18.099 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:18.099 INFO:teuthology.orchestra.run.trial140.stdout:Installed: 2026-02-23T07:04:18.100 INFO:teuthology.orchestra.run.trial140.stdout: ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:18.100 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:18.100 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:18.127 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-mgr 2026-02-23T07:04:18.198 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 10/10 2026-02-23T07:04:18.198 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 1/10 2026-02-23T07:04:18.198 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 2/10 2026-02-23T07:04:18.198 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-23T07:04:18.198 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-23T07:04:18.198 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-23T07:04:18.198 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-23T07:04:18.198 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-23T07:04:18.198 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-23T07:04:18.199 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-23T07:04:18.252 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-23T07:04:18.252 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:18.253 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-23T07:04:18.253 INFO:teuthology.orchestra.run.trial196.stdout: ceph-test-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:18.253 INFO:teuthology.orchestra.run.trial196.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-23T07:04:18.253 INFO:teuthology.orchestra.run.trial196.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-23T07:04:18.253 INFO:teuthology.orchestra.run.trial196.stdout: libcephsqlite-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:18.253 INFO:teuthology.orchestra.run.trial196.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-23T07:04:18.253 INFO:teuthology.orchestra.run.trial196.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-23T07:04:18.253 INFO:teuthology.orchestra.run.trial196.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-23T07:04:18.253 INFO:teuthology.orchestra.run.trial196.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-23T07:04:18.253 INFO:teuthology.orchestra.run.trial196.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-23T07:04:18.254 INFO:teuthology.orchestra.run.trial196.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-23T07:04:18.254 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:18.254 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:04:18.290 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph 2026-02-23T07:04:18.340 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:41 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:18.407 INFO:teuthology.orchestra.run.trial173.stdout:Package ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:18.425 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:18.426 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:18.426 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:18.431 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:41 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:18.448 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-mgr-cephadm 2026-02-23T07:04:18.498 INFO:teuthology.orchestra.run.trial140.stdout:Package ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:18.516 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:18.517 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:18.517 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:18.538 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-mgr-dashboard 2026-02-23T07:04:18.605 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:00:20 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:04:18.694 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:04:18.697 INFO:teuthology.orchestra.run.trial196.stdout:======================================================================================= 2026-02-23T07:04:18.697 INFO:teuthology.orchestra.run.trial196.stdout: Package Arch Version Repository Size 2026-02-23T07:04:18.697 INFO:teuthology.orchestra.run.trial196.stdout:======================================================================================= 2026-02-23T07:04:18.697 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-23T07:04:18.697 INFO:teuthology.orchestra.run.trial196.stdout: ceph x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 6.5 k 2026-02-23T07:04:18.697 INFO:teuthology.orchestra.run.trial196.stdout:Installing dependencies: 2026-02-23T07:04:18.697 INFO:teuthology.orchestra.run.trial196.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-23T07:04:18.697 INFO:teuthology.orchestra.run.trial196.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 57 k 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mds x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 2.4 M 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 936 k 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 297 k 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mon x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 5.0 M 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: ceph-osd x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 167 k 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: ceph-osd-classic x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 16 M 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: ceph-osd-crimson x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 19 M 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 17 k 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: cephadm noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 1.0 M 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-23T07:04:18.698 INFO:teuthology.orchestra.run.trial196.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-23T07:04:18.699 INFO:teuthology.orchestra.run.trial196.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-23T07:04:18.700 INFO:teuthology.orchestra.run.trial196.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-23T07:04:18.701 INFO:teuthology.orchestra.run.trial196.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-23T07:04:18.702 INFO:teuthology.orchestra.run.trial196.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-23T07:04:18.703 INFO:teuthology.orchestra.run.trial196.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-23T07:04:18.704 INFO:teuthology.orchestra.run.trial196.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-23T07:04:18.704 INFO:teuthology.orchestra.run.trial196.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-23T07:04:18.704 INFO:teuthology.orchestra.run.trial196.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-23T07:04:18.704 INFO:teuthology.orchestra.run.trial196.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-23T07:04:18.704 INFO:teuthology.orchestra.run.trial196.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-23T07:04:18.704 INFO:teuthology.orchestra.run.trial196.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-23T07:04:18.704 INFO:teuthology.orchestra.run.trial196.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-23T07:04:18.704 INFO:teuthology.orchestra.run.trial196.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-23T07:04:18.704 INFO:teuthology.orchestra.run.trial196.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-23T07:04:18.704 INFO:teuthology.orchestra.run.trial196.stdout:Installing weak dependencies: 2026-02-23T07:04:18.704 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 187 k 2026-02-23T07:04:18.705 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 51 M 2026-02-23T07:04:18.705 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 7.4 M 2026-02-23T07:04:18.705 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 22 k 2026-02-23T07:04:18.705 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-rook noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 50 k 2026-02-23T07:04:18.705 INFO:teuthology.orchestra.run.trial196.stdout: ceph-volume noarch 2:20.3.0-5338.g244ee61d.el9 ceph-noarch 301 k 2026-02-23T07:04:18.705 INFO:teuthology.orchestra.run.trial196.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-23T07:04:18.705 INFO:teuthology.orchestra.run.trial196.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-23T07:04:18.705 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:18.705 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:04:18.705 INFO:teuthology.orchestra.run.trial196.stdout:======================================================================================= 2026-02-23T07:04:18.706 INFO:teuthology.orchestra.run.trial196.stdout:Install 95 Packages 2026-02-23T07:04:18.706 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:18.706 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 158 M 2026-02-23T07:04:18.707 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 731 M 2026-02-23T07:04:18.707 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:04:18.760 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:41 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:18.825 INFO:teuthology.orchestra.run.trial173.stdout:Package ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:18.843 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:18.844 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:18.844 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:18.845 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:41 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:18.865 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-osd 2026-02-23T07:04:18.909 INFO:teuthology.orchestra.run.trial140.stdout:Package ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:18.928 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:18.929 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:18.929 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:18.949 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-23T07:04:19.173 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:42 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:19.239 INFO:teuthology.orchestra.run.trial173.stdout:Package ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:19.258 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:19.258 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:19.259 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:19.261 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:42 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:19.281 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-osd-classic 2026-02-23T07:04:19.326 INFO:teuthology.orchestra.run.trial140.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:19.344 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:19.345 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:19.345 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:19.366 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-mgr-rook 2026-02-23T07:04:19.523 INFO:teuthology.orchestra.run.trial196.stdout:(1/95): ceph-20.3.0-5338.g244ee61d.el9.x86_64.r 125 kB/s | 6.5 kB 00:00 2026-02-23T07:04:19.588 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:42 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:19.611 INFO:teuthology.orchestra.run.trial196.stdout:(2/95): ceph-mgr-20.3.0-5338.g244ee61d.el9.x86_ 6.6 MB/s | 936 kB 00:00 2026-02-23T07:04:19.627 INFO:teuthology.orchestra.run.trial196.stdout:(3/95): ceph-mds-20.3.0-5338.g244ee61d.el9.x86_ 15 MB/s | 2.4 MB 00:00 2026-02-23T07:04:19.640 INFO:teuthology.orchestra.run.trial196.stdout:(4/95): ceph-osd-20.3.0-5338.g244ee61d.el9.x86_ 5.7 MB/s | 167 kB 00:00 2026-02-23T07:04:19.651 INFO:teuthology.orchestra.run.trial173.stdout:Package ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:19.668 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:42 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:19.670 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:19.670 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:19.670 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:19.690 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-fuse 2026-02-23T07:04:19.735 INFO:teuthology.orchestra.run.trial140.stdout:Package ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:19.753 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:19.754 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:19.754 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:19.774 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-mgr-cephadm 2026-02-23T07:04:19.838 INFO:teuthology.orchestra.run.trial196.stdout:(5/95): ceph-mon-20.3.0-5338.g244ee61d.el9.x86_ 16 MB/s | 5.0 MB 00:00 2026-02-23T07:04:19.884 INFO:teuthology.orchestra.run.trial196.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5338.g24 1.2 MB/s | 57 kB 00:00 2026-02-23T07:04:19.936 INFO:teuthology.orchestra.run.trial196.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5338.g244ee61d. 3.6 MB/s | 187 kB 00:00 2026-02-23T07:04:19.999 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:42 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:20.082 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:43 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:20.084 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:20.084 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:20.084 INFO:teuthology.orchestra.run.trial173.stdout: Package Arch Version Repo Size 2026-02-23T07:04:20.084 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:20.084 INFO:teuthology.orchestra.run.trial173.stdout:Installing: 2026-02-23T07:04:20.084 INFO:teuthology.orchestra.run.trial173.stdout: ceph-fuse x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 987 k 2026-02-23T07:04:20.084 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:20.085 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:04:20.085 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:20.085 INFO:teuthology.orchestra.run.trial173.stdout:Install 1 Package 2026-02-23T07:04:20.085 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:20.085 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 987 k 2026-02-23T07:04:20.085 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 2.9 M 2026-02-23T07:04:20.085 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:04:20.146 INFO:teuthology.orchestra.run.trial140.stdout:Package ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:20.164 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:20.164 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:20.165 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:20.185 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-osd 2026-02-23T07:04:20.246 INFO:teuthology.orchestra.run.trial196.stdout:(8/95): ceph-osd-classic-20.3.0-5338.g244ee61d. 25 MB/s | 16 MB 00:00 2026-02-23T07:04:20.490 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:43 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:20.556 INFO:teuthology.orchestra.run.trial140.stdout:Package ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:20.574 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:20.575 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:20.575 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:20.586 INFO:teuthology.orchestra.run.trial196.stdout:(9/95): ceph-mgr-diskprediction-local-20.3.0-53 22 MB/s | 7.4 MB 00:00 2026-02-23T07:04:20.595 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-osd-classic 2026-02-23T07:04:20.622 INFO:teuthology.orchestra.run.trial196.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5338.g244ee6 624 kB/s | 22 kB 00:00 2026-02-23T07:04:20.663 INFO:teuthology.orchestra.run.trial196.stdout:(11/95): ceph-mgr-modules-core-20.3.0-5338.g244 6.9 MB/s | 297 kB 00:00 2026-02-23T07:04:20.694 INFO:teuthology.orchestra.run.trial196.stdout:(12/95): ceph-osd-crimson-20.3.0-5338.g244ee61d 18 MB/s | 19 MB 00:01 2026-02-23T07:04:20.695 INFO:teuthology.orchestra.run.trial196.stdout:(13/95): ceph-mgr-rook-20.3.0-5338.g244ee61d.el 1.6 MB/s | 50 kB 00:00 2026-02-23T07:04:20.706 INFO:teuthology.orchestra.run.trial196.stdout:(14/95): ceph-prometheus-alerts-20.3.0-5338.g24 1.5 MB/s | 17 kB 00:00 2026-02-23T07:04:20.719 INFO:teuthology.orchestra.run.trial196.stdout:(15/95): ceph-volume-20.3.0-5338.g244ee61d.el9. 12 MB/s | 301 kB 00:00 2026-02-23T07:04:20.773 INFO:teuthology.orchestra.run.trial196.stdout:(16/95): cephadm-20.3.0-5338.g244ee61d.el9.noar 15 MB/s | 1.0 MB 00:00 2026-02-23T07:04:20.823 INFO:teuthology.orchestra.run.trial173.stdout:ceph-fuse-20.3.0-5338.g244ee61d.el9.x86_64.rpm 1.3 MB/s | 987 kB 00:00 2026-02-23T07:04:20.823 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:20.823 INFO:teuthology.orchestra.run.trial173.stdout:Total 1.3 MB/s | 987 kB 00:00 2026-02-23T07:04:20.823 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:04:20.828 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:04:20.828 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:04:20.862 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:04:20.862 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:04:20.905 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:43 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:20.955 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:04:20.969 INFO:teuthology.orchestra.run.trial140.stdout:Package ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:20.973 INFO:teuthology.orchestra.run.trial173.stdout: Installing : ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:20.987 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:20.988 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:20.988 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:21.008 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-fuse 2026-02-23T07:04:21.190 INFO:teuthology.orchestra.run.trial196.stdout:(17/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 97 kB/s | 40 kB 00:00 2026-02-23T07:04:21.200 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:21.258 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:21.258 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:21.258 INFO:teuthology.orchestra.run.trial173.stdout:Installed: 2026-02-23T07:04:21.258 INFO:teuthology.orchestra.run.trial173.stdout: ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:21.258 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:21.258 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:21.284 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install ceph-volume 2026-02-23T07:04:21.314 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:44 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:21.366 INFO:teuthology.orchestra.run.trial196.stdout:(18/95): libconfig-1.7.2-9.el9.x86_64.rpm 409 kB/s | 72 kB 00:00 2026-02-23T07:04:21.399 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:21.399 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:21.399 INFO:teuthology.orchestra.run.trial140.stdout: Package Arch Version Repo Size 2026-02-23T07:04:21.399 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:21.399 INFO:teuthology.orchestra.run.trial140.stdout:Installing: 2026-02-23T07:04:21.399 INFO:teuthology.orchestra.run.trial140.stdout: ceph-fuse x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 987 k 2026-02-23T07:04:21.399 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:21.400 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:04:21.400 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:21.400 INFO:teuthology.orchestra.run.trial140.stdout:Install 1 Package 2026-02-23T07:04:21.400 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:21.400 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 987 k 2026-02-23T07:04:21.400 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 2.9 M 2026-02-23T07:04:21.400 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:04:21.600 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:44 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:21.639 INFO:teuthology.orchestra.run.trial196.stdout:(19/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 382 kB/s | 351 kB 00:00 2026-02-23T07:04:21.666 INFO:teuthology.orchestra.run.trial173.stdout:Package ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:21.685 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:21.686 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:21.686 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:21.708 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install librados-devel 2026-02-23T07:04:21.853 INFO:teuthology.orchestra.run.trial140.stdout:ceph-fuse-20.3.0-5338.g244ee61d.el9.x86_64.rpm 2.1 MB/s | 987 kB 00:00 2026-02-23T07:04:21.853 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:21.853 INFO:teuthology.orchestra.run.trial140.stdout:Total 2.1 MB/s | 987 kB 00:00 2026-02-23T07:04:21.853 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:04:21.858 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:04:21.858 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:04:21.875 INFO:teuthology.orchestra.run.trial196.stdout:(20/95): ceph-mgr-dashboard-20.3.0-5338.g244ee6 26 MB/s | 51 MB 00:01 2026-02-23T07:04:21.892 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:04:21.892 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:04:21.897 INFO:teuthology.orchestra.run.trial196.stdout:(21/95): libquadmath-11.5.0-14.el9.x86_64.rpm 713 kB/s | 184 kB 00:00 2026-02-23T07:04:21.984 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:04:22.001 INFO:teuthology.orchestra.run.trial140.stdout: Installing : ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:22.018 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:45 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:22.100 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:22.101 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:22.101 INFO:teuthology.orchestra.run.trial173.stdout: Package Arch Version Repo Size 2026-02-23T07:04:22.101 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:22.101 INFO:teuthology.orchestra.run.trial173.stdout:Installing: 2026-02-23T07:04:22.102 INFO:teuthology.orchestra.run.trial173.stdout: librados-devel x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 123 k 2026-02-23T07:04:22.102 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:22.102 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:04:22.102 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:22.102 INFO:teuthology.orchestra.run.trial173.stdout:Install 1 Package 2026-02-23T07:04:22.102 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:22.102 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 123 k 2026-02-23T07:04:22.102 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 437 k 2026-02-23T07:04:22.102 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:04:22.188 INFO:teuthology.orchestra.run.trial173.stdout:librados-devel-20.3.0-5338.g244ee61d.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-23T07:04:22.189 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:22.189 INFO:teuthology.orchestra.run.trial173.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-23T07:04:22.189 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:04:22.192 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:04:22.192 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:04:22.224 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:04:22.225 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:04:22.227 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:22.280 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:04:22.284 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:22.284 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:22.284 INFO:teuthology.orchestra.run.trial140.stdout:Installed: 2026-02-23T07:04:22.284 INFO:teuthology.orchestra.run.trial140.stdout: ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:22.284 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:22.284 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:22.297 INFO:teuthology.orchestra.run.trial173.stdout: Installing : librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:22.312 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install ceph-volume 2026-02-23T07:04:22.322 INFO:teuthology.orchestra.run.trial196.stdout:(22/95): libgfortran-11.5.0-14.el9.x86_64.rpm 831 kB/s | 794 kB 00:00 2026-02-23T07:04:22.381 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:22.439 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:22.440 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:22.440 INFO:teuthology.orchestra.run.trial173.stdout:Installed: 2026-02-23T07:04:22.440 INFO:teuthology.orchestra.run.trial173.stdout: librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:22.440 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:22.440 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:22.468 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install libcephfs2 2026-02-23T07:04:22.499 INFO:teuthology.orchestra.run.trial196.stdout:(23/95): python3-ply-3.11-14.el9.noarch.rpm 601 kB/s | 106 kB 00:00 2026-02-23T07:04:22.609 INFO:teuthology.orchestra.run.trial196.stdout:(24/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 345 kB/s | 253 kB 00:00 2026-02-23T07:04:22.622 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:45 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:22.678 INFO:teuthology.orchestra.run.trial196.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 758 kB/s | 135 kB 00:00 2026-02-23T07:04:22.687 INFO:teuthology.orchestra.run.trial140.stdout:Package ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:22.706 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:22.707 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:22.707 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:22.728 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install librados-devel 2026-02-23T07:04:22.782 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:45 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:22.788 INFO:teuthology.orchestra.run.trial196.stdout:(26/95): python3-requests-2.25.1-10.el9.noarch. 706 kB/s | 126 kB 00:00 2026-02-23T07:04:22.846 INFO:teuthology.orchestra.run.trial173.stdout:Package libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:22.865 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:22.865 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:22.865 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:22.886 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install libcephfs-devel 2026-02-23T07:04:23.010 INFO:teuthology.orchestra.run.trial196.stdout:(27/95): python3-urllib3-1.26.5-7.el9.noarch.rp 655 kB/s | 218 kB 00:00 2026-02-23T07:04:23.043 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:46 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:23.044 INFO:teuthology.orchestra.run.trial196.stdout:(28/95): unzip-6.0-59.el9.x86_64.rpm 710 kB/s | 182 kB 00:00 2026-02-23T07:04:23.128 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:23.128 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:23.128 INFO:teuthology.orchestra.run.trial140.stdout: Package Arch Version Repo Size 2026-02-23T07:04:23.128 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:23.129 INFO:teuthology.orchestra.run.trial140.stdout:Installing: 2026-02-23T07:04:23.129 INFO:teuthology.orchestra.run.trial140.stdout: librados-devel x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 123 k 2026-02-23T07:04:23.129 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:23.129 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:04:23.129 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:23.130 INFO:teuthology.orchestra.run.trial140.stdout:Install 1 Package 2026-02-23T07:04:23.130 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:23.130 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 123 k 2026-02-23T07:04:23.130 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 437 k 2026-02-23T07:04:23.130 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:04:23.144 INFO:teuthology.orchestra.run.trial196.stdout:(29/95): flexiblas-3.0.4-9.el9.x86_64.rpm 299 kB/s | 30 kB 00:00 2026-02-23T07:04:23.197 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:46 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:23.214 INFO:teuthology.orchestra.run.trial140.stdout:librados-devel-20.3.0-5338.g244ee61d.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-23T07:04:23.215 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:23.215 INFO:teuthology.orchestra.run.trial140.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-23T07:04:23.216 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:04:23.218 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:04:23.218 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:04:23.249 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:04:23.249 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:04:23.281 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:23.282 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:23.282 INFO:teuthology.orchestra.run.trial173.stdout: Package Arch Version Repo Size 2026-02-23T07:04:23.282 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:23.282 INFO:teuthology.orchestra.run.trial173.stdout:Installing: 2026-02-23T07:04:23.282 INFO:teuthology.orchestra.run.trial173.stdout: libcephfs-devel x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 37 k 2026-02-23T07:04:23.283 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:23.283 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:04:23.283 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:23.283 INFO:teuthology.orchestra.run.trial173.stdout:Install 1 Package 2026-02-23T07:04:23.283 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:23.283 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 37 k 2026-02-23T07:04:23.283 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 171 k 2026-02-23T07:04:23.283 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:04:23.304 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:04:23.321 INFO:teuthology.orchestra.run.trial140.stdout: Installing : librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:23.343 INFO:teuthology.orchestra.run.trial196.stdout:(30/95): zip-3.0-35.el9.x86_64.rpm 798 kB/s | 266 kB 00:00 2026-02-23T07:04:23.346 INFO:teuthology.orchestra.run.trial173.stdout:libcephfs-devel-20.3.0-5338.g244ee61d.el9.x86_6 587 kB/s | 37 kB 00:00 2026-02-23T07:04:23.347 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:23.347 INFO:teuthology.orchestra.run.trial173.stdout:Total 575 kB/s | 37 kB 00:00 2026-02-23T07:04:23.347 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:04:23.349 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:04:23.349 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:04:23.351 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:04:23.351 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:04:23.373 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:04:23.390 INFO:teuthology.orchestra.run.trial173.stdout: Installing : libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:23.400 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:23.425 INFO:teuthology.orchestra.run.trial196.stdout:(31/95): python3-cryptography-36.0.1-5.el9.x86_ 835 kB/s | 1.2 MB 00:01 2026-02-23T07:04:23.442 INFO:teuthology.orchestra.run.trial196.stdout:(32/95): flexiblas-openblas-openmp-3.0.4-9.el9. 151 kB/s | 15 kB 00:00 2026-02-23T07:04:23.447 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:23.459 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:23.459 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:23.459 INFO:teuthology.orchestra.run.trial140.stdout:Installed: 2026-02-23T07:04:23.460 INFO:teuthology.orchestra.run.trial140.stdout: librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:23.460 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:23.460 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:23.488 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install libcephfs2 2026-02-23T07:04:23.506 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:23.506 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:23.506 INFO:teuthology.orchestra.run.trial173.stdout:Installed: 2026-02-23T07:04:23.506 INFO:teuthology.orchestra.run.trial173.stdout: libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:23.506 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:23.506 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:23.536 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install librados2 2026-02-23T07:04:23.715 INFO:teuthology.orchestra.run.trial196.stdout:(33/95): lua-5.4.4-4.el9.x86_64.rpm 689 kB/s | 188 kB 00:00 2026-02-23T07:04:23.762 INFO:teuthology.orchestra.run.trial196.stdout:(34/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 731 kB/s | 246 kB 00:00 2026-02-23T07:04:23.801 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:46 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:23.814 INFO:teuthology.orchestra.run.trial196.stdout:(35/95): openblas-0.3.29-1.el9.x86_64.rpm 427 kB/s | 42 kB 00:00 2026-02-23T07:04:23.851 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:46 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:23.865 INFO:teuthology.orchestra.run.trial140.stdout:Package libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:23.883 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:23.884 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:23.884 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:23.905 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install libcephfs-devel 2026-02-23T07:04:23.916 INFO:teuthology.orchestra.run.trial173.stdout:Package librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:23.934 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:23.935 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:23.935 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:23.957 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install librbd1 2026-02-23T07:04:24.221 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:24.270 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:24.304 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:24.304 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:24.304 INFO:teuthology.orchestra.run.trial140.stdout: Package Arch Version Repo Size 2026-02-23T07:04:24.304 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:24.304 INFO:teuthology.orchestra.run.trial140.stdout:Installing: 2026-02-23T07:04:24.304 INFO:teuthology.orchestra.run.trial140.stdout: libcephfs-devel x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 37 k 2026-02-23T07:04:24.304 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:24.305 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:04:24.305 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:24.305 INFO:teuthology.orchestra.run.trial140.stdout:Install 1 Package 2026-02-23T07:04:24.305 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:24.305 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 37 k 2026-02-23T07:04:24.305 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 171 k 2026-02-23T07:04:24.305 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:04:24.334 INFO:teuthology.orchestra.run.trial173.stdout:Package librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:24.353 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:24.354 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:24.354 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:24.370 INFO:teuthology.orchestra.run.trial140.stdout:libcephfs-devel-20.3.0-5338.g244ee61d.el9.x86_6 585 kB/s | 37 kB 00:00 2026-02-23T07:04:24.370 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:24.370 INFO:teuthology.orchestra.run.trial140.stdout:Total 578 kB/s | 37 kB 00:00 2026-02-23T07:04:24.370 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:04:24.372 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:04:24.372 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:04:24.374 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install python3-rados 2026-02-23T07:04:24.376 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:04:24.376 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:04:24.396 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:04:24.412 INFO:teuthology.orchestra.run.trial140.stdout: Installing : libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:24.471 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:24.528 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:24.528 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:24.528 INFO:teuthology.orchestra.run.trial140.stdout:Installed: 2026-02-23T07:04:24.529 INFO:teuthology.orchestra.run.trial140.stdout: libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:24.529 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:24.529 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:24.557 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install librados2 2026-02-23T07:04:24.682 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:24.748 INFO:teuthology.orchestra.run.trial173.stdout:Package python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:24.767 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:24.767 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:24.767 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:24.789 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install python3-rgw 2026-02-23T07:04:24.868 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:24.932 INFO:teuthology.orchestra.run.trial140.stdout:Package librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:24.950 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:24.951 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:24.951 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:24.972 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install librbd1 2026-02-23T07:04:25.097 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:25.161 INFO:teuthology.orchestra.run.trial173.stdout:Package python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:25.181 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:25.182 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:25.182 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:25.204 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install python3-cephfs 2026-02-23T07:04:25.278 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:25.341 INFO:teuthology.orchestra.run.trial140.stdout:Package librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:25.360 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:25.360 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:25.360 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:25.380 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install python3-rados 2026-02-23T07:04:25.517 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:25.583 INFO:teuthology.orchestra.run.trial173.stdout:Package python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:25.601 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:25.602 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:25.602 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:25.624 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install python3-rbd 2026-02-23T07:04:25.688 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:25.753 INFO:teuthology.orchestra.run.trial140.stdout:Package python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:25.772 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:25.772 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:25.772 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:25.793 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install python3-rgw 2026-02-23T07:04:25.929 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:25.993 INFO:teuthology.orchestra.run.trial173.stdout:Package python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:26.012 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:26.012 INFO:teuthology.orchestra.run.trial173.stdout:Nothing to do. 2026-02-23T07:04:26.012 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:26.034 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install rbd-fuse 2026-02-23T07:04:26.100 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:49 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:26.164 INFO:teuthology.orchestra.run.trial140.stdout:Package python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:26.182 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:26.183 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:26.183 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:26.204 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install python3-cephfs 2026-02-23T07:04:26.345 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:49 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:26.427 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:26.427 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:26.427 INFO:teuthology.orchestra.run.trial173.stdout: Package Architecture Version Repository Size 2026-02-23T07:04:26.427 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:26.427 INFO:teuthology.orchestra.run.trial173.stdout:Installing: 2026-02-23T07:04:26.428 INFO:teuthology.orchestra.run.trial173.stdout: rbd-fuse x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 84 k 2026-02-23T07:04:26.428 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:26.428 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:04:26.428 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:26.428 INFO:teuthology.orchestra.run.trial173.stdout:Install 1 Package 2026-02-23T07:04:26.428 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:26.428 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 84 k 2026-02-23T07:04:26.428 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 209 k 2026-02-23T07:04:26.428 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:04:26.503 INFO:teuthology.orchestra.run.trial173.stdout:rbd-fuse-20.3.0-5338.g244ee61d.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-23T07:04:26.504 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:26.504 INFO:teuthology.orchestra.run.trial173.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-23T07:04:26.504 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:04:26.508 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:04:26.508 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:04:26.517 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:49 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:26.540 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:04:26.540 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:04:26.581 INFO:teuthology.orchestra.run.trial140.stdout:Package python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:26.591 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:04:26.600 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:26.600 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:26.600 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:26.608 INFO:teuthology.orchestra.run.trial173.stdout: Installing : rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:26.620 INFO:teuthology.orchestra.run.trial196.stdout:(36/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 880 kB/s | 3.0 MB 00:03 2026-02-23T07:04:26.621 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install python3-rbd 2026-02-23T07:04:26.688 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:26.746 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:26.746 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:26.746 INFO:teuthology.orchestra.run.trial173.stdout:Installed: 2026-02-23T07:04:26.746 INFO:teuthology.orchestra.run.trial173.stdout: rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:26.746 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:26.746 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:26.774 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install rbd-mirror 2026-02-23T07:04:26.931 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:49 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:26.957 INFO:teuthology.orchestra.run.trial196.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 726 kB/s | 244 kB 00:00 2026-02-23T07:04:26.995 INFO:teuthology.orchestra.run.trial140.stdout:Package python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:27.014 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:27.015 INFO:teuthology.orchestra.run.trial140.stdout:Nothing to do. 2026-02-23T07:04:27.015 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:27.036 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install rbd-fuse 2026-02-23T07:04:27.088 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:50 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:27.173 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:27.174 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:27.174 INFO:teuthology.orchestra.run.trial173.stdout: Package Arch Version Repo Size 2026-02-23T07:04:27.174 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:27.174 INFO:teuthology.orchestra.run.trial173.stdout:Installing: 2026-02-23T07:04:27.174 INFO:teuthology.orchestra.run.trial173.stdout: rbd-mirror x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 2.9 M 2026-02-23T07:04:27.174 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:27.175 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:04:27.175 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:27.175 INFO:teuthology.orchestra.run.trial173.stdout:Install 1 Package 2026-02-23T07:04:27.175 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:27.175 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 2.9 M 2026-02-23T07:04:27.175 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 11 M 2026-02-23T07:04:27.175 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:04:27.294 INFO:teuthology.orchestra.run.trial196.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 739 kB/s | 249 kB 00:00 2026-02-23T07:04:27.320 INFO:teuthology.orchestra.run.trial173.stdout:rbd-mirror-20.3.0-5338.g244ee61d.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-23T07:04:27.321 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:27.321 INFO:teuthology.orchestra.run.trial173.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-23T07:04:27.321 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:04:27.325 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:04:27.325 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:04:27.349 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:50 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:27.365 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:04:27.365 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:04:27.395 INFO:teuthology.orchestra.run.trial196.stdout:(39/95): python3-jmespath-1.0.1-1.el9.noarch.rp 472 kB/s | 48 kB 00:00 2026-02-23T07:04:27.433 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:27.433 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:27.433 INFO:teuthology.orchestra.run.trial140.stdout: Package Architecture Version Repository Size 2026-02-23T07:04:27.434 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:27.434 INFO:teuthology.orchestra.run.trial140.stdout:Installing: 2026-02-23T07:04:27.434 INFO:teuthology.orchestra.run.trial140.stdout: rbd-fuse x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 84 k 2026-02-23T07:04:27.434 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:27.434 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:04:27.434 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:27.435 INFO:teuthology.orchestra.run.trial140.stdout:Install 1 Package 2026-02-23T07:04:27.435 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:27.435 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 84 k 2026-02-23T07:04:27.435 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 209 k 2026-02-23T07:04:27.435 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:04:27.508 INFO:teuthology.orchestra.run.trial140.stdout:rbd-fuse-20.3.0-5338.g244ee61d.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-23T07:04:27.508 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:27.509 INFO:teuthology.orchestra.run.trial140.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-23T07:04:27.509 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:04:27.512 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:04:27.512 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:04:27.544 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:04:27.544 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:04:27.545 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:04:27.547 INFO:teuthology.orchestra.run.trial173.stdout: Installing : rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:27.569 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:27.569 INFO:teuthology.orchestra.run.trial173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:27.569 INFO:teuthology.orchestra.run.trial173.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-23T07:04:27.570 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-23T07:04:27.570 INFO:teuthology.orchestra.run.trial173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-23T07:04:27.570 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:27.595 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:04:27.612 INFO:teuthology.orchestra.run.trial140.stdout: Installing : rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:27.652 INFO:teuthology.orchestra.run.trial196.stdout:(40/95): python3-libstoragemgmt-1.10.1-1.el9.x8 689 kB/s | 177 kB 00:00 2026-02-23T07:04:27.691 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:27.748 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:27.748 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:27.749 INFO:teuthology.orchestra.run.trial140.stdout:Installed: 2026-02-23T07:04:27.749 INFO:teuthology.orchestra.run.trial140.stdout: rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:27.749 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:27.749 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:27.777 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install rbd-mirror 2026-02-23T07:04:27.890 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:27.891 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:27.891 INFO:teuthology.orchestra.run.trial173.stdout:Installed: 2026-02-23T07:04:27.891 INFO:teuthology.orchestra.run.trial173.stdout: rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:27.891 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:27.891 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:27.919 DEBUG:teuthology.orchestra.run.trial173:> sudo yum -y install rbd-nbd 2026-02-23T07:04:28.098 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:51 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:28.181 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:28.182 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:28.182 INFO:teuthology.orchestra.run.trial140.stdout: Package Arch Version Repo Size 2026-02-23T07:04:28.182 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:28.182 INFO:teuthology.orchestra.run.trial140.stdout:Installing: 2026-02-23T07:04:28.182 INFO:teuthology.orchestra.run.trial140.stdout: rbd-mirror x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 2.9 M 2026-02-23T07:04:28.182 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:28.182 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:04:28.182 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:28.182 INFO:teuthology.orchestra.run.trial140.stdout:Install 1 Package 2026-02-23T07:04:28.182 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:28.183 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 2.9 M 2026-02-23T07:04:28.183 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 11 M 2026-02-23T07:04:28.183 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:04:28.234 INFO:teuthology.orchestra.run.trial173.stdout:Last metadata expiration check: 0:00:51 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:28.320 INFO:teuthology.orchestra.run.trial173.stdout:Dependencies resolved. 2026-02-23T07:04:28.320 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:28.320 INFO:teuthology.orchestra.run.trial173.stdout: Package Architecture Version Repository Size 2026-02-23T07:04:28.320 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:28.320 INFO:teuthology.orchestra.run.trial173.stdout:Installing: 2026-02-23T07:04:28.321 INFO:teuthology.orchestra.run.trial173.stdout: rbd-nbd x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 172 k 2026-02-23T07:04:28.321 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:28.321 INFO:teuthology.orchestra.run.trial173.stdout:Transaction Summary 2026-02-23T07:04:28.321 INFO:teuthology.orchestra.run.trial173.stdout:================================================================================ 2026-02-23T07:04:28.321 INFO:teuthology.orchestra.run.trial173.stdout:Install 1 Package 2026-02-23T07:04:28.321 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:28.322 INFO:teuthology.orchestra.run.trial173.stdout:Total download size: 172 k 2026-02-23T07:04:28.322 INFO:teuthology.orchestra.run.trial173.stdout:Installed size: 462 k 2026-02-23T07:04:28.322 INFO:teuthology.orchestra.run.trial173.stdout:Downloading Packages: 2026-02-23T07:04:28.330 INFO:teuthology.orchestra.run.trial140.stdout:rbd-mirror-20.3.0-5338.g244ee61d.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-23T07:04:28.330 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:28.331 INFO:teuthology.orchestra.run.trial140.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-23T07:04:28.331 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:04:28.335 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:04:28.335 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:04:28.374 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:04:28.374 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:04:28.407 INFO:teuthology.orchestra.run.trial173.stdout:rbd-nbd-20.3.0-5338.g244ee61d.el9.x86_64.rpm 1.9 MB/s | 172 kB 00:00 2026-02-23T07:04:28.408 INFO:teuthology.orchestra.run.trial173.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:28.408 INFO:teuthology.orchestra.run.trial173.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-23T07:04:28.408 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction check 2026-02-23T07:04:28.412 INFO:teuthology.orchestra.run.trial173.stdout:Transaction check succeeded. 2026-02-23T07:04:28.412 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction test 2026-02-23T07:04:28.444 INFO:teuthology.orchestra.run.trial173.stdout:Transaction test succeeded. 2026-02-23T07:04:28.444 INFO:teuthology.orchestra.run.trial173.stdout:Running transaction 2026-02-23T07:04:28.501 INFO:teuthology.orchestra.run.trial173.stdout: Preparing : 1/1 2026-02-23T07:04:28.517 INFO:teuthology.orchestra.run.trial173.stdout: Installing : rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:28.551 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:04:28.552 INFO:teuthology.orchestra.run.trial140.stdout: Installing : rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:28.577 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:28.577 INFO:teuthology.orchestra.run.trial140.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:28.577 INFO:teuthology.orchestra.run.trial140.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-23T07:04:28.577 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-23T07:04:28.577 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-23T07:04:28.577 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:28.599 INFO:teuthology.orchestra.run.trial173.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:28.657 INFO:teuthology.orchestra.run.trial173.stdout: Verifying : rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:28.658 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:28.658 INFO:teuthology.orchestra.run.trial173.stdout:Installed: 2026-02-23T07:04:28.658 INFO:teuthology.orchestra.run.trial173.stdout: rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:28.658 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:04:28.658 INFO:teuthology.orchestra.run.trial173.stdout:Complete! 2026-02-23T07:04:28.689 DEBUG:teuthology.parallel:result is None 2026-02-23T07:04:28.881 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:28.881 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:28.881 INFO:teuthology.orchestra.run.trial140.stdout:Installed: 2026-02-23T07:04:28.881 INFO:teuthology.orchestra.run.trial140.stdout: rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:28.881 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:28.881 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:28.908 DEBUG:teuthology.orchestra.run.trial140:> sudo yum -y install rbd-nbd 2026-02-23T07:04:29.085 INFO:teuthology.orchestra.run.trial196.stdout:(41/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 874 kB/s | 1.2 MB 00:01 2026-02-23T07:04:29.185 INFO:teuthology.orchestra.run.trial196.stdout:(42/95): python3-markupsafe-1.1.1-12.el9.x86_64 347 kB/s | 35 kB 00:00 2026-02-23T07:04:29.218 INFO:teuthology.orchestra.run.trial140.stdout:Last metadata expiration check: 0:00:52 ago on Mon 23 Feb 2026 07:03:37 AM UTC. 2026-02-23T07:04:29.300 INFO:teuthology.orchestra.run.trial140.stdout:Dependencies resolved. 2026-02-23T07:04:29.300 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:29.300 INFO:teuthology.orchestra.run.trial140.stdout: Package Architecture Version Repository Size 2026-02-23T07:04:29.300 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:29.300 INFO:teuthology.orchestra.run.trial140.stdout:Installing: 2026-02-23T07:04:29.300 INFO:teuthology.orchestra.run.trial140.stdout: rbd-nbd x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 172 k 2026-02-23T07:04:29.300 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:29.300 INFO:teuthology.orchestra.run.trial140.stdout:Transaction Summary 2026-02-23T07:04:29.300 INFO:teuthology.orchestra.run.trial140.stdout:================================================================================ 2026-02-23T07:04:29.300 INFO:teuthology.orchestra.run.trial140.stdout:Install 1 Package 2026-02-23T07:04:29.300 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:29.301 INFO:teuthology.orchestra.run.trial140.stdout:Total download size: 172 k 2026-02-23T07:04:29.301 INFO:teuthology.orchestra.run.trial140.stdout:Installed size: 462 k 2026-02-23T07:04:29.301 INFO:teuthology.orchestra.run.trial140.stdout:Downloading Packages: 2026-02-23T07:04:29.387 INFO:teuthology.orchestra.run.trial140.stdout:rbd-nbd-20.3.0-5338.g244ee61d.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-23T07:04:29.387 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:29.387 INFO:teuthology.orchestra.run.trial140.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-23T07:04:29.387 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction check 2026-02-23T07:04:29.391 INFO:teuthology.orchestra.run.trial140.stdout:Transaction check succeeded. 2026-02-23T07:04:29.392 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction test 2026-02-23T07:04:29.423 INFO:teuthology.orchestra.run.trial140.stdout:Transaction test succeeded. 2026-02-23T07:04:29.424 INFO:teuthology.orchestra.run.trial140.stdout:Running transaction 2026-02-23T07:04:29.480 INFO:teuthology.orchestra.run.trial140.stdout: Preparing : 1/1 2026-02-23T07:04:29.497 INFO:teuthology.orchestra.run.trial140.stdout: Installing : rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:29.581 INFO:teuthology.orchestra.run.trial140.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:29.640 INFO:teuthology.orchestra.run.trial140.stdout: Verifying : rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:04:29.640 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:29.640 INFO:teuthology.orchestra.run.trial140.stdout:Installed: 2026-02-23T07:04:29.640 INFO:teuthology.orchestra.run.trial140.stdout: rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:29.640 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:04:29.641 INFO:teuthology.orchestra.run.trial140.stdout:Complete! 2026-02-23T07:04:29.672 DEBUG:teuthology.parallel:result is None 2026-02-23T07:04:29.878 INFO:teuthology.orchestra.run.trial196.stdout:(43/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 885 kB/s | 5.3 MB 00:06 2026-02-23T07:04:30.454 INFO:teuthology.orchestra.run.trial196.stdout:(44/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 767 kB/s | 442 kB 00:00 2026-02-23T07:04:30.609 INFO:teuthology.orchestra.run.trial196.stdout:(45/95): python3-babel-2.9.1-2.el9.noarch.rpm 899 kB/s | 6.0 MB 00:06 2026-02-23T07:04:30.634 INFO:teuthology.orchestra.run.trial196.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 430 kB/s | 77 kB 00:00 2026-02-23T07:04:30.893 INFO:teuthology.orchestra.run.trial196.stdout:(47/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 613 kB/s | 159 kB 00:00 2026-02-23T07:04:30.942 INFO:teuthology.orchestra.run.trial196.stdout:(48/95): python3-protobuf-3.14.0-17.el9.noarch. 803 kB/s | 267 kB 00:00 2026-02-23T07:04:31.042 INFO:teuthology.orchestra.run.trial196.stdout:(49/95): python3-requests-oauthlib-1.3.0-12.el9 537 kB/s | 54 kB 00:00 2026-02-23T07:04:31.231 INFO:teuthology.orchestra.run.trial196.stdout:(50/95): python3-pyasn1-modules-0.4.8-6.el9.noa 825 kB/s | 279 kB 00:00 2026-02-23T07:04:31.331 INFO:teuthology.orchestra.run.trial196.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 416 kB/s | 42 kB 00:00 2026-02-23T07:04:31.589 INFO:teuthology.orchestra.run.trial196.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 731 kB/s | 189 kB 00:00 2026-02-23T07:04:31.769 INFO:teuthology.orchestra.run.trial196.stdout:(53/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 504 kB/s | 90 kB 00:00 2026-02-23T07:04:31.807 INFO:teuthology.orchestra.run.trial196.stdout:(54/95): lua-devel-5.4.4-4.el9.x86_64.rpm 583 kB/s | 22 kB 00:00 2026-02-23T07:04:31.859 INFO:teuthology.orchestra.run.trial196.stdout:(55/95): protobuf-compiler-3.14.0-17.el9.x86_64 16 MB/s | 862 kB 00:00 2026-02-23T07:04:32.010 INFO:teuthology.orchestra.run.trial196.stdout:(56/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 3.6 MB/s | 551 kB 00:00 2026-02-23T07:04:32.030 INFO:teuthology.orchestra.run.trial196.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 955 kB/s | 19 kB 00:00 2026-02-23T07:04:32.052 INFO:teuthology.orchestra.run.trial196.stdout:(58/95): luarocks-3.9.2-5.el9.noarch.rpm 6.8 MB/s | 151 kB 00:00 2026-02-23T07:04:32.077 INFO:teuthology.orchestra.run.trial196.stdout:(59/95): python3-asyncssh-2.13.2-5.el9.noarch.r 22 MB/s | 548 kB 00:00 2026-02-23T07:04:32.098 INFO:teuthology.orchestra.run.trial196.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 1.4 MB/s | 29 kB 00:00 2026-02-23T07:04:32.119 INFO:teuthology.orchestra.run.trial196.stdout:(61/95): python3-backports-tarfile-1.2.0-1.el9. 2.8 MB/s | 60 kB 00:00 2026-02-23T07:04:32.140 INFO:teuthology.orchestra.run.trial196.stdout:(62/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 2.0 MB/s | 43 kB 00:00 2026-02-23T07:04:32.161 INFO:teuthology.orchestra.run.trial196.stdout:(63/95): python3-cachetools-4.2.4-1.el9.noarch. 1.5 MB/s | 32 kB 00:00 2026-02-23T07:04:32.182 INFO:teuthology.orchestra.run.trial196.stdout:(64/95): python3-certifi-2023.05.07-4.el9.noarc 684 kB/s | 14 kB 00:00 2026-02-23T07:04:32.205 INFO:teuthology.orchestra.run.trial196.stdout:(65/95): python3-cheroot-10.0.1-4.el9.noarch.rp 7.4 MB/s | 173 kB 00:00 2026-02-23T07:04:32.233 INFO:teuthology.orchestra.run.trial196.stdout:(66/95): python3-cherrypy-18.6.1-2.el9.noarch.r 13 MB/s | 358 kB 00:00 2026-02-23T07:04:32.256 INFO:teuthology.orchestra.run.trial196.stdout:(67/95): python3-google-auth-2.45.0-1.el9.noarc 11 MB/s | 254 kB 00:00 2026-02-23T07:04:32.336 INFO:teuthology.orchestra.run.trial196.stdout:(68/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 26 MB/s | 2.0 MB 00:00 2026-02-23T07:04:32.359 INFO:teuthology.orchestra.run.trial196.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 6.2 MB/s | 144 kB 00:00 2026-02-23T07:04:32.382 INFO:teuthology.orchestra.run.trial196.stdout:(70/95): python3-influxdb-5.3.1-1.el9.noarch.rp 5.8 MB/s | 139 kB 00:00 2026-02-23T07:04:32.403 INFO:teuthology.orchestra.run.trial196.stdout:(71/95): python3-isodate-0.6.1-3.el9.noarch.rpm 2.6 MB/s | 56 kB 00:00 2026-02-23T07:04:32.424 INFO:teuthology.orchestra.run.trial196.stdout:(72/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 520 kB/s | 11 kB 00:00 2026-02-23T07:04:32.444 INFO:teuthology.orchestra.run.trial196.stdout:(73/95): python3-jaraco-classes-3.2.1-5.el9.noa 856 kB/s | 18 kB 00:00 2026-02-23T07:04:32.465 INFO:teuthology.orchestra.run.trial196.stdout:(74/95): python3-jaraco-collections-3.0.0-8.el9 1.1 MB/s | 23 kB 00:00 2026-02-23T07:04:32.486 INFO:teuthology.orchestra.run.trial196.stdout:(75/95): python3-jaraco-context-6.0.1-3.el9.noa 940 kB/s | 20 kB 00:00 2026-02-23T07:04:32.507 INFO:teuthology.orchestra.run.trial196.stdout:(76/95): python3-jaraco-functools-3.5.0-2.el9.n 937 kB/s | 19 kB 00:00 2026-02-23T07:04:32.528 INFO:teuthology.orchestra.run.trial196.stdout:(77/95): python3-jaraco-text-4.0.0-2.el9.noarch 1.2 MB/s | 26 kB 00:00 2026-02-23T07:04:32.554 INFO:teuthology.orchestra.run.trial196.stdout:(78/95): python3-kubernetes-26.1.0-3.el9.noarch 40 MB/s | 1.0 MB 00:00 2026-02-23T07:04:32.576 INFO:teuthology.orchestra.run.trial196.stdout:(79/95): python3-more-itertools-8.12.0-2.el9.no 3.5 MB/s | 79 kB 00:00 2026-02-23T07:04:32.597 INFO:teuthology.orchestra.run.trial196.stdout:(80/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 3.9 MB/s | 86 kB 00:00 2026-02-23T07:04:32.619 INFO:teuthology.orchestra.run.trial196.stdout:(81/95): python3-natsort-7.1.1-5.el9.noarch.rpm 2.6 MB/s | 58 kB 00:00 2026-02-23T07:04:32.640 INFO:teuthology.orchestra.run.trial196.stdout:(82/95): python3-portend-3.1.0-2.el9.noarch.rpm 796 kB/s | 16 kB 00:00 2026-02-23T07:04:32.661 INFO:teuthology.orchestra.run.trial196.stdout:(83/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 4.1 MB/s | 90 kB 00:00 2026-02-23T07:04:32.682 INFO:teuthology.orchestra.run.trial196.stdout:(84/95): python3-repoze-lru-0.7-16.el9.noarch.r 1.4 MB/s | 31 kB 00:00 2026-02-23T07:04:32.704 INFO:teuthology.orchestra.run.trial196.stdout:(85/95): python3-routes-2.5.1-5.el9.noarch.rpm 8.3 MB/s | 188 kB 00:00 2026-02-23T07:04:32.726 INFO:teuthology.orchestra.run.trial196.stdout:(86/95): python3-rsa-4.9-2.el9.noarch.rpm 2.7 MB/s | 59 kB 00:00 2026-02-23T07:04:32.748 INFO:teuthology.orchestra.run.trial196.stdout:(87/95): python3-saml-1.16.0-1.el9.noarch.rpm 5.6 MB/s | 125 kB 00:00 2026-02-23T07:04:32.769 INFO:teuthology.orchestra.run.trial196.stdout:(88/95): python3-tempora-5.0.0-2.el9.noarch.rpm 1.7 MB/s | 36 kB 00:00 2026-02-23T07:04:32.791 INFO:teuthology.orchestra.run.trial196.stdout:(89/95): python3-typing-extensions-4.15.0-1.el9 3.9 MB/s | 86 kB 00:00 2026-02-23T07:04:32.812 INFO:teuthology.orchestra.run.trial196.stdout:(90/95): python3-websocket-client-1.2.3-2.el9.n 4.2 MB/s | 90 kB 00:00 2026-02-23T07:04:32.833 INFO:teuthology.orchestra.run.trial196.stdout:(91/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 2.2 MB/s | 48 kB 00:00 2026-02-23T07:04:32.854 INFO:teuthology.orchestra.run.trial196.stdout:(92/95): python3-xmltodict-0.12.0-15.el9.noarch 1.0 MB/s | 22 kB 00:00 2026-02-23T07:04:32.874 INFO:teuthology.orchestra.run.trial196.stdout:(93/95): python3-zc-lockfile-2.0-10.el9.noarch. 968 kB/s | 20 kB 00:00 2026-02-23T07:04:36.281 INFO:teuthology.orchestra.run.trial196.stdout:(94/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 885 kB/s | 6.1 MB 00:07 2026-02-23T07:04:45.257 INFO:teuthology.orchestra.run.trial196.stdout:(95/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 1.4 MB/s | 19 MB 00:14 2026-02-23T07:04:45.260 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:45.260 INFO:teuthology.orchestra.run.trial196.stdout:Total 6.0 MB/s | 158 MB 00:26 2026-02-23T07:04:45.658 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:04:45.696 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:04:45.696 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:04:46.295 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:04:46.295 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:04:46.936 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:04:46.937 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-23T07:04:46.941 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-23T07:04:46.963 INFO:teuthology.orchestra.run.trial196.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-23T07:04:46.973 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-23T07:04:47.006 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-23T07:04:47.012 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-23T07:04:47.015 INFO:teuthology.orchestra.run.trial196.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-23T07:04:47.019 INFO:teuthology.orchestra.run.trial196.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-23T07:04:47.042 INFO:teuthology.orchestra.run.trial196.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-23T07:04:47.055 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-23T07:04:47.059 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-23T07:04:47.065 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-23T07:04:47.067 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-23T07:04:47.078 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-23T07:04:47.084 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-23T07:04:47.109 INFO:teuthology.orchestra.run.trial196.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-23T07:04:47.112 INFO:teuthology.orchestra.run.trial196.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-23T07:04:47.162 INFO:teuthology.orchestra.run.trial196.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-23T07:04:47.175 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-23T07:04:47.177 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-23T07:04:47.182 INFO:teuthology.orchestra.run.trial196.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-23T07:04:47.188 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-23T07:04:47.192 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-23T07:04:47.196 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-23T07:04:47.210 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-23T07:04:47.214 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-23T07:04:47.220 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-23T07:04:47.231 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-23T07:04:47.240 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-23T07:04:47.246 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-23T07:04:47.266 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-23T07:04:47.277 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-23T07:04:47.292 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-23T07:04:47.297 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-23T07:04:47.305 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-23T07:04:47.345 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-23T07:04:47.670 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-23T07:04:47.680 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-23T07:04:47.684 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-23T07:04:47.690 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-23T07:04:47.691 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-23T07:04:47.719 INFO:teuthology.orchestra.run.trial196.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-23T07:04:47.763 INFO:teuthology.orchestra.run.trial196.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-23T07:04:47.773 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-23T07:04:47.778 INFO:teuthology.orchestra.run.trial196.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-23T07:04:47.782 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-23T07:04:47.788 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-23T07:04:47.792 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-23T07:04:47.799 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-23T07:04:47.802 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-23T07:04:47.831 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-23T07:04:47.841 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-23T07:04:47.847 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-23T07:04:47.854 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-23T07:04:47.889 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-23T07:04:48.113 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-23T07:04:48.137 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-23T07:04:48.142 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-23T07:04:48.200 INFO:teuthology.orchestra.run.trial196.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-23T07:04:48.202 INFO:teuthology.orchestra.run.trial196.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-23T07:04:48.223 INFO:teuthology.orchestra.run.trial196.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-23T07:04:48.549 INFO:teuthology.orchestra.run.trial196.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-23T07:04:48.623 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-23T07:04:49.297 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-23T07:04:49.316 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-23T07:04:49.330 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-23T07:04:49.346 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-23T07:04:49.421 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-23T07:04:49.430 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-23T07:04:49.454 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-23T07:04:49.483 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-23T07:04:49.534 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-23T07:04:49.540 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-23T07:04:49.543 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-23T07:04:49.545 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-23T07:04:49.563 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-23T07:04:49.563 INFO:teuthology.orchestra.run.trial196.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-23T07:04:49.563 INFO:teuthology.orchestra.run.trial196.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-23T07:04:49.563 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:49.572 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-23T07:04:49.598 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-23T07:04:49.598 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-23T07:04:49.599 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:49.634 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-23T07:04:50.287 INFO:teuthology.orchestra.run.trial196.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-23T07:04:51.093 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_6 79/95 2026-02-23T07:04:51.157 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_6 80/95 2026-02-23T07:04:51.159 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 81/95 2026-02-23T07:04:51.174 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 81/95 2026-02-23T07:04:51.174 INFO:teuthology.orchestra.run.trial196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:51.174 INFO:teuthology.orchestra.run.trial196.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-23T07:04:51.174 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:51.183 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 82/95 2026-02-23T07:04:51.207 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 82/95 2026-02-23T07:04:51.207 INFO:teuthology.orchestra.run.trial196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:51.207 INFO:teuthology.orchestra.run.trial196.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-23T07:04:51.207 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-23T07:04:51.207 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-23T07:04:51.207 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:51.272 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 83/95 2026-02-23T07:04:51.273 INFO:teuthology.orchestra.run.trial196.stdout: Installing : cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 83/95 2026-02-23T07:04:51.282 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5338.g244ee61d.el9 84/95 2026-02-23T07:04:51.306 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5338.g244ee61d.el 85/95 2026-02-23T07:04:51.308 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarc 86/95 2026-02-23T07:04:54.284 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarc 86/95 2026-02-23T07:04:54.291 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noa 87/95 2026-02-23T07:04:54.767 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noa 87/95 2026-02-23T07:04:54.768 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee 88/95 2026-02-23T07:04:54.780 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee 88/95 2026-02-23T07:04:54.781 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noa 89/95 2026-02-23T07:04:54.841 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noa 89/95 2026-02-23T07:04:54.883 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5338.g244ee61d.el9. 90/95 2026-02-23T07:04:54.885 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 91/95 2026-02-23T07:04:54.906 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 91/95 2026-02-23T07:04:54.906 INFO:teuthology.orchestra.run.trial196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:54.906 INFO:teuthology.orchestra.run.trial196.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-23T07:04:54.906 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-23T07:04:54.906 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-23T07:04:54.906 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:54.918 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 92/95 2026-02-23T07:04:55.153 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 92/95 2026-02-23T07:04:55.155 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 93/95 2026-02-23T07:04:55.176 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 93/95 2026-02-23T07:04:55.176 INFO:teuthology.orchestra.run.trial196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:55.176 INFO:teuthology.orchestra.run.trial196.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-23T07:04:55.176 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-23T07:04:55.176 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-23T07:04:55.176 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:55.276 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 94/95 2026-02-23T07:04:55.297 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 94/95 2026-02-23T07:04:55.298 INFO:teuthology.orchestra.run.trial196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:55.298 INFO:teuthology.orchestra.run.trial196.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-23T07:04:55.298 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-23T07:04:55.298 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-23T07:04:55.298 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:55.299 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 95/95 2026-02-23T07:04:55.305 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_6 95/95 2026-02-23T07:04:55.331 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_6 95/95 2026-02-23T07:04:56.098 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 95/95 2026-02-23T07:04:56.098 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 1/95 2026-02-23T07:04:56.098 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 2/95 2026-02-23T07:04:56.099 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 3/95 2026-02-23T07:04:56.099 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 4/95 2026-02-23T07:04:56.099 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 5/95 2026-02-23T07:04:56.099 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_6 6/95 2026-02-23T07:04:56.099 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_6 7/95 2026-02-23T07:04:56.099 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5338.g244ee61d.el 8/95 2026-02-23T07:04:56.099 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarc 9/95 2026-02-23T07:04:56.099 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noa 10/95 2026-02-23T07:04:56.099 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee 11/95 2026-02-23T07:04:56.099 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noa 12/95 2026-02-23T07:04:56.099 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5338.g244ee61d.el9. 13/95 2026-02-23T07:04:56.100 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 14/95 2026-02-23T07:04:56.100 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5338.g244ee61d.el9 15/95 2026-02-23T07:04:56.100 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 16/95 2026-02-23T07:04:56.100 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 17/95 2026-02-23T07:04:56.100 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-23T07:04:56.100 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-23T07:04:56.100 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-23T07:04:56.100 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-23T07:04:56.100 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-23T07:04:56.101 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-23T07:04:56.102 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-23T07:04:56.103 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-23T07:04:56.104 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-23T07:04:56.105 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-23T07:04:56.106 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-23T07:04:56.106 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-23T07:04:56.106 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-23T07:04:56.106 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-23T07:04:56.106 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-23T07:04:56.106 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-23T07:04:56.106 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-23T07:04:56.106 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-23T07:04:56.106 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-23T07:04:56.162 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-23T07:04:56.162 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:56.162 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-23T07:04:56.162 INFO:teuthology.orchestra.run.trial196.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-23T07:04:56.162 INFO:teuthology.orchestra.run.trial196.stdout: ceph-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-grafana-dashboards-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mds-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-k8sevents-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-modules-core-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-mon-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:56.163 INFO:teuthology.orchestra.run.trial196.stdout: ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: ceph-osd-crimson-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: ceph-prometheus-alerts-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: cephadm-2:20.3.0-5338.g244ee61d.el9.noarch 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-23T07:04:56.164 INFO:teuthology.orchestra.run.trial196.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: lua-5.4.4-4.el9.x86_64 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-23T07:04:56.165 INFO:teuthology.orchestra.run.trial196.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-23T07:04:56.166 INFO:teuthology.orchestra.run.trial196.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T07:04:56.167 INFO:teuthology.orchestra.run.trial196.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-ply-3.11-14.el9.noarch 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-23T07:04:56.168 INFO:teuthology.orchestra.run.trial196.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-23T07:04:56.169 INFO:teuthology.orchestra.run.trial196.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-23T07:04:56.170 INFO:teuthology.orchestra.run.trial196.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-23T07:04:56.170 INFO:teuthology.orchestra.run.trial196.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-23T07:04:56.170 INFO:teuthology.orchestra.run.trial196.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-23T07:04:56.170 INFO:teuthology.orchestra.run.trial196.stdout: unzip-6.0-59.el9.x86_64 2026-02-23T07:04:56.170 INFO:teuthology.orchestra.run.trial196.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-23T07:04:56.170 INFO:teuthology.orchestra.run.trial196.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-23T07:04:56.170 INFO:teuthology.orchestra.run.trial196.stdout: zip-3.0-35.el9.x86_64 2026-02-23T07:04:56.170 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:56.170 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:04:56.225 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-base 2026-02-23T07:04:56.540 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:00:58 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:04:56.604 INFO:teuthology.orchestra.run.trial196.stdout:Package ceph-base-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:56.623 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:04:56.623 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:04:56.623 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:04:56.645 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install cephadm 2026-02-23T07:04:56.950 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:00:58 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:04:57.017 INFO:teuthology.orchestra.run.trial196.stdout:Package cephadm-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:57.035 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:04:57.036 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:04:57.037 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:04:57.057 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-immutable-object-cache 2026-02-23T07:04:57.384 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:00:59 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:04:57.467 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:04:57.467 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:04:57.467 INFO:teuthology.orchestra.run.trial196.stdout: Package Arch Version Repo Size 2026-02-23T07:04:57.467 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:04:57.467 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-23T07:04:57.467 INFO:teuthology.orchestra.run.trial196.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 148 k 2026-02-23T07:04:57.468 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:57.468 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:04:57.468 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:04:57.468 INFO:teuthology.orchestra.run.trial196.stdout:Install 1 Package 2026-02-23T07:04:57.468 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:57.468 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 148 k 2026-02-23T07:04:57.468 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 419 k 2026-02-23T07:04:57.468 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:04:57.568 INFO:teuthology.orchestra.run.trial196.stdout:ceph-immutable-object-cache-20.3.0-5338.g244ee6 1.4 MB/s | 148 kB 00:00 2026-02-23T07:04:57.568 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:04:57.568 INFO:teuthology.orchestra.run.trial196.stdout:Total 1.4 MB/s | 148 kB 00:00 2026-02-23T07:04:57.569 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:04:57.573 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:04:57.573 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:04:57.604 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:04:57.604 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:04:57.660 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:04:57.661 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d. 1/1 2026-02-23T07:04:57.683 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d. 1/1 2026-02-23T07:04:57.684 INFO:teuthology.orchestra.run.trial196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:04:57.684 INFO:teuthology.orchestra.run.trial196.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-23T07:04:57.684 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:57.997 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d. 1/1 2026-02-23T07:04:57.997 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:57.997 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-23T07:04:57.998 INFO:teuthology.orchestra.run.trial196.stdout: ceph-immutable-object-cache-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:04:57.998 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:04:57.998 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:04:58.025 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-mgr 2026-02-23T07:04:58.332 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:00 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:04:58.396 INFO:teuthology.orchestra.run.trial196.stdout:Package ceph-mgr-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:04:58.415 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:04:58.415 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:04:58.415 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:04:58.436 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-mgr-dashboard 2026-02-23T07:04:58.743 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:00 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:04:58.808 INFO:teuthology.orchestra.run.trial196.stdout:Package ceph-mgr-dashboard-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:58.827 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:04:58.827 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:04:58.827 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:04:58.848 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-23T07:04:59.157 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:01 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:04:59.221 INFO:teuthology.orchestra.run.trial196.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:59.239 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:04:59.240 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:04:59.240 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:04:59.261 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-mgr-rook 2026-02-23T07:04:59.566 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:01 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:04:59.632 INFO:teuthology.orchestra.run.trial196.stdout:Package ceph-mgr-rook-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:04:59.651 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:04:59.651 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:04:59.651 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:04:59.673 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-mgr-cephadm 2026-02-23T07:04:59.986 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:01 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:00.049 INFO:teuthology.orchestra.run.trial196.stdout:Package ceph-mgr-cephadm-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:05:00.068 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:00.069 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:05:00.069 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:00.090 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-osd 2026-02-23T07:05:00.398 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:02 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:00.462 INFO:teuthology.orchestra.run.trial196.stdout:Package ceph-osd-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:05:00.481 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:00.481 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:05:00.482 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:00.502 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-osd-classic 2026-02-23T07:05:00.810 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:02 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:00.875 INFO:teuthology.orchestra.run.trial196.stdout:Package ceph-osd-classic-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:05:00.894 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:00.895 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:05:00.895 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:00.916 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-fuse 2026-02-23T07:05:01.222 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:03 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:01.306 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:01.307 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:01.307 INFO:teuthology.orchestra.run.trial196.stdout: Package Arch Version Repo Size 2026-02-23T07:05:01.307 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:01.307 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-23T07:05:01.307 INFO:teuthology.orchestra.run.trial196.stdout: ceph-fuse x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 987 k 2026-02-23T07:05:01.307 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:01.307 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:05:01.307 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:01.307 INFO:teuthology.orchestra.run.trial196.stdout:Install 1 Package 2026-02-23T07:05:01.307 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:01.308 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 987 k 2026-02-23T07:05:01.308 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 2.9 M 2026-02-23T07:05:01.308 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:05:01.427 INFO:teuthology.orchestra.run.trial196.stdout:ceph-fuse-20.3.0-5338.g244ee61d.el9.x86_64.rpm 8.1 MB/s | 987 kB 00:00 2026-02-23T07:05:01.427 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:05:01.427 INFO:teuthology.orchestra.run.trial196.stdout:Total 8.0 MB/s | 987 kB 00:00 2026-02-23T07:05:01.427 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:05:01.432 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:05:01.432 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:05:01.465 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:05:01.466 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:05:01.559 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:05:01.577 INFO:teuthology.orchestra.run.trial196.stdout: Installing : ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:01.810 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:01.868 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:01.868 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:01.868 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-23T07:05:01.868 INFO:teuthology.orchestra.run.trial196.stdout: ceph-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:05:01.868 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:01.868 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:01.897 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install ceph-volume 2026-02-23T07:05:02.210 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:04 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:02.275 INFO:teuthology.orchestra.run.trial196.stdout:Package ceph-volume-2:20.3.0-5338.g244ee61d.el9.noarch is already installed. 2026-02-23T07:05:02.293 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:02.294 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:05:02.294 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:02.316 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install librados-devel 2026-02-23T07:05:02.632 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:04 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:02.716 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:02.716 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:02.717 INFO:teuthology.orchestra.run.trial196.stdout: Package Arch Version Repo Size 2026-02-23T07:05:02.717 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:02.717 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-23T07:05:02.717 INFO:teuthology.orchestra.run.trial196.stdout: librados-devel x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 123 k 2026-02-23T07:05:02.717 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:02.717 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:05:02.717 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:02.717 INFO:teuthology.orchestra.run.trial196.stdout:Install 1 Package 2026-02-23T07:05:02.718 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:02.718 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 123 k 2026-02-23T07:05:02.718 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 437 k 2026-02-23T07:05:02.718 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:05:02.803 INFO:teuthology.orchestra.run.trial196.stdout:librados-devel-20.3.0-5338.g244ee61d.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-23T07:05:02.803 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:05:02.804 INFO:teuthology.orchestra.run.trial196.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-23T07:05:02.804 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:05:02.806 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:05:02.806 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:05:02.838 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:05:02.838 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:05:02.894 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:05:02.911 INFO:teuthology.orchestra.run.trial196.stdout: Installing : librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:02.997 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:03.054 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:03.055 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:03.055 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-23T07:05:03.055 INFO:teuthology.orchestra.run.trial196.stdout: librados-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:05:03.055 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:03.055 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:03.082 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install libcephfs2 2026-02-23T07:05:03.392 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:05 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:03.457 INFO:teuthology.orchestra.run.trial196.stdout:Package libcephfs2-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:05:03.475 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:03.476 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:05:03.476 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:03.497 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install libcephfs-devel 2026-02-23T07:05:03.808 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:05 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:03.892 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:03.892 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:03.892 INFO:teuthology.orchestra.run.trial196.stdout: Package Arch Version Repo Size 2026-02-23T07:05:03.892 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:03.892 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-23T07:05:03.893 INFO:teuthology.orchestra.run.trial196.stdout: libcephfs-devel x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 37 k 2026-02-23T07:05:03.893 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:03.893 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:05:03.893 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:03.893 INFO:teuthology.orchestra.run.trial196.stdout:Install 1 Package 2026-02-23T07:05:03.893 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:03.893 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 37 k 2026-02-23T07:05:03.893 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 171 k 2026-02-23T07:05:03.893 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:05:03.957 INFO:teuthology.orchestra.run.trial196.stdout:libcephfs-devel-20.3.0-5338.g244ee61d.el9.x86_6 584 kB/s | 37 kB 00:00 2026-02-23T07:05:03.957 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:05:03.958 INFO:teuthology.orchestra.run.trial196.stdout:Total 573 kB/s | 37 kB 00:00 2026-02-23T07:05:03.958 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:05:03.960 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:05:03.960 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:05:03.962 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:05:03.962 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:05:03.984 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:05:04.000 INFO:teuthology.orchestra.run.trial196.stdout: Installing : libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:04.057 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:04.114 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:04.114 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:04.114 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-23T07:05:04.114 INFO:teuthology.orchestra.run.trial196.stdout: libcephfs-devel-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:05:04.114 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:04.114 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:04.142 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install librados2 2026-02-23T07:05:04.454 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:06 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:04.520 INFO:teuthology.orchestra.run.trial196.stdout:Package librados2-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:05:04.538 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:04.539 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:05:04.539 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:04.561 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install librbd1 2026-02-23T07:05:04.869 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:06 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:04.932 INFO:teuthology.orchestra.run.trial196.stdout:Package librbd1-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:05:04.951 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:04.951 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:05:04.951 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:04.972 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install python3-rados 2026-02-23T07:05:05.281 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:07 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:05.345 INFO:teuthology.orchestra.run.trial196.stdout:Package python3-rados-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:05:05.363 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:05.364 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:05:05.364 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:05.386 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install python3-rgw 2026-02-23T07:05:05.700 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:07 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:05.764 INFO:teuthology.orchestra.run.trial196.stdout:Package python3-rgw-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:05:05.783 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:05.783 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:05:05.784 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:05.806 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install python3-cephfs 2026-02-23T07:05:06.123 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:08 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:06.188 INFO:teuthology.orchestra.run.trial196.stdout:Package python3-cephfs-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:05:06.206 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:06.207 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:05:06.207 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:06.229 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install python3-rbd 2026-02-23T07:05:06.542 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:08 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:06.606 INFO:teuthology.orchestra.run.trial196.stdout:Package python3-rbd-2:20.3.0-5338.g244ee61d.el9.x86_64 is already installed. 2026-02-23T07:05:06.625 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:06.626 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-23T07:05:06.626 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:06.648 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install rbd-fuse 2026-02-23T07:05:06.961 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:08 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:07.044 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:07.045 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:07.045 INFO:teuthology.orchestra.run.trial196.stdout: Package Architecture Version Repository Size 2026-02-23T07:05:07.045 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:07.045 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-23T07:05:07.045 INFO:teuthology.orchestra.run.trial196.stdout: rbd-fuse x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 84 k 2026-02-23T07:05:07.045 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:07.045 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:05:07.045 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:07.046 INFO:teuthology.orchestra.run.trial196.stdout:Install 1 Package 2026-02-23T07:05:07.046 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:07.046 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 84 k 2026-02-23T07:05:07.046 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 209 k 2026-02-23T07:05:07.046 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:05:07.120 INFO:teuthology.orchestra.run.trial196.stdout:rbd-fuse-20.3.0-5338.g244ee61d.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-23T07:05:07.121 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:05:07.121 INFO:teuthology.orchestra.run.trial196.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-23T07:05:07.121 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:05:07.125 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:05:07.125 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:05:07.157 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:05:07.157 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:05:07.209 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:05:07.226 INFO:teuthology.orchestra.run.trial196.stdout: Installing : rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:07.308 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:07.367 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:07.367 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:07.367 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-23T07:05:07.367 INFO:teuthology.orchestra.run.trial196.stdout: rbd-fuse-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:05:07.367 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:07.368 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:07.396 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install rbd-mirror 2026-02-23T07:05:07.707 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:09 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:07.792 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:07.792 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:07.792 INFO:teuthology.orchestra.run.trial196.stdout: Package Arch Version Repo Size 2026-02-23T07:05:07.793 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:07.793 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-23T07:05:07.793 INFO:teuthology.orchestra.run.trial196.stdout: rbd-mirror x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 2.9 M 2026-02-23T07:05:07.793 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:07.793 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:05:07.793 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:07.793 INFO:teuthology.orchestra.run.trial196.stdout:Install 1 Package 2026-02-23T07:05:07.793 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:07.794 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 2.9 M 2026-02-23T07:05:07.794 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 11 M 2026-02-23T07:05:07.794 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:05:07.941 INFO:teuthology.orchestra.run.trial196.stdout:rbd-mirror-20.3.0-5338.g244ee61d.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-23T07:05:07.942 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:05:07.942 INFO:teuthology.orchestra.run.trial196.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-23T07:05:07.942 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:05:07.947 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:05:07.948 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:05:07.988 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:05:07.988 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:05:08.168 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:05:08.169 INFO:teuthology.orchestra.run.trial196.stdout: Installing : rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:08.193 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:08.194 INFO:teuthology.orchestra.run.trial196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T07:05:08.194 INFO:teuthology.orchestra.run.trial196.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-23T07:05:08.194 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-23T07:05:08.194 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-23T07:05:08.194 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:08.516 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:08.516 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:08.517 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-23T07:05:08.517 INFO:teuthology.orchestra.run.trial196.stdout: rbd-mirror-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:05:08.517 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:08.517 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:08.545 DEBUG:teuthology.orchestra.run.trial196:> sudo yum -y install rbd-nbd 2026-02-23T07:05:08.862 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:01:10 ago on Mon 23 Feb 2026 07:03:58 AM UTC. 2026-02-23T07:05:08.945 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-23T07:05:08.946 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:08.946 INFO:teuthology.orchestra.run.trial196.stdout: Package Architecture Version Repository Size 2026-02-23T07:05:08.946 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:08.946 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-23T07:05:08.946 INFO:teuthology.orchestra.run.trial196.stdout: rbd-nbd x86_64 2:20.3.0-5338.g244ee61d.el9 ceph 172 k 2026-02-23T07:05:08.946 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:08.947 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-23T07:05:08.947 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-23T07:05:08.947 INFO:teuthology.orchestra.run.trial196.stdout:Install 1 Package 2026-02-23T07:05:08.947 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:08.947 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 172 k 2026-02-23T07:05:08.947 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 462 k 2026-02-23T07:05:08.947 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-23T07:05:09.032 INFO:teuthology.orchestra.run.trial196.stdout:rbd-nbd-20.3.0-5338.g244ee61d.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-23T07:05:09.033 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:05:09.033 INFO:teuthology.orchestra.run.trial196.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-23T07:05:09.033 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-23T07:05:09.037 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-23T07:05:09.038 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-23T07:05:09.070 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-23T07:05:09.071 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-23T07:05:09.127 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-23T07:05:09.144 INFO:teuthology.orchestra.run.trial196.stdout: Installing : rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:09.227 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:09.285 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 1/1 2026-02-23T07:05:09.285 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:09.285 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-23T07:05:09.285 INFO:teuthology.orchestra.run.trial196.stdout: rbd-nbd-2:20.3.0-5338.g244ee61d.el9.x86_64 2026-02-23T07:05:09.285 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:05:09.286 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-23T07:05:09.317 DEBUG:teuthology.parallel:result is None 2026-02-23T07:05:09.317 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:05:09.497 DEBUG:teuthology.orchestra.run.trial140:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-23T07:05:09.518 INFO:teuthology.orchestra.run.trial140.stdout:20.3.0-5338.g244ee61d.el9 2026-02-23T07:05:09.518 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5338.g244ee61d.el9 2026-02-23T07:05:09.519 INFO:teuthology.task.install:The correct ceph version 20.3.0-5338.g244ee61d is installed. 2026-02-23T07:05:09.521 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:05:09.660 DEBUG:teuthology.orchestra.run.trial173:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-23T07:05:09.681 INFO:teuthology.orchestra.run.trial173.stdout:20.3.0-5338.g244ee61d.el9 2026-02-23T07:05:09.681 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5338.g244ee61d.el9 2026-02-23T07:05:09.682 INFO:teuthology.task.install:The correct ceph version 20.3.0-5338.g244ee61d is installed. 2026-02-23T07:05:09.683 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:05:09.819 DEBUG:teuthology.orchestra.run.trial196:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-23T07:05:09.840 INFO:teuthology.orchestra.run.trial196.stdout:20.3.0-5338.g244ee61d.el9 2026-02-23T07:05:09.840 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5338.g244ee61d.el9 2026-02-23T07:05:09.840 INFO:teuthology.task.install:The correct ceph version 20.3.0-5338.g244ee61d is installed. 2026-02-23T07:05:09.842 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-23T07:05:09.842 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:05:09.842 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-23T07:05:09.871 DEBUG:teuthology.orchestra.run.trial173:> set -ex 2026-02-23T07:05:09.871 DEBUG:teuthology.orchestra.run.trial173:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-23T07:05:09.898 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-23T07:05:09.898 DEBUG:teuthology.orchestra.run.trial196:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-23T07:05:09.925 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-23T07:05:09.925 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:05:09.925 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/usr/bin/daemon-helper 2026-02-23T07:05:09.950 DEBUG:teuthology.orchestra.run.trial140:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-23T07:05:10.013 DEBUG:teuthology.orchestra.run.trial173:> set -ex 2026-02-23T07:05:10.013 DEBUG:teuthology.orchestra.run.trial173:> sudo dd of=/usr/bin/daemon-helper 2026-02-23T07:05:10.039 DEBUG:teuthology.orchestra.run.trial173:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-23T07:05:10.103 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-23T07:05:10.103 DEBUG:teuthology.orchestra.run.trial196:> sudo dd of=/usr/bin/daemon-helper 2026-02-23T07:05:10.128 DEBUG:teuthology.orchestra.run.trial196:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-23T07:05:10.193 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-23T07:05:10.194 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:05:10.194 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-23T07:05:10.220 DEBUG:teuthology.orchestra.run.trial140:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-23T07:05:10.283 DEBUG:teuthology.orchestra.run.trial173:> set -ex 2026-02-23T07:05:10.284 DEBUG:teuthology.orchestra.run.trial173:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-23T07:05:10.308 DEBUG:teuthology.orchestra.run.trial173:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-23T07:05:10.371 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-23T07:05:10.371 DEBUG:teuthology.orchestra.run.trial196:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-23T07:05:10.397 DEBUG:teuthology.orchestra.run.trial196:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-23T07:05:10.460 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-23T07:05:10.460 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:05:10.460 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/usr/bin/stdin-killer 2026-02-23T07:05:10.485 DEBUG:teuthology.orchestra.run.trial140:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-23T07:05:10.550 DEBUG:teuthology.orchestra.run.trial173:> set -ex 2026-02-23T07:05:10.550 DEBUG:teuthology.orchestra.run.trial173:> sudo dd of=/usr/bin/stdin-killer 2026-02-23T07:05:10.576 DEBUG:teuthology.orchestra.run.trial173:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-23T07:05:10.640 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-23T07:05:10.640 DEBUG:teuthology.orchestra.run.trial196:> sudo dd of=/usr/bin/stdin-killer 2026-02-23T07:05:10.667 DEBUG:teuthology.orchestra.run.trial196:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-23T07:05:10.730 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-23T07:05:10.821 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '244ee61d76a715c3ac0d60eeb3321aefb91c3511'} 2026-02-23T07:05:10.821 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:05:10.823 INFO:tasks.cephadm:Cluster fsid is fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:10.823 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-23T07:05:10.823 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.140', 'mon.b': '10.20.193.173', 'mon.c': '10.20.193.196'} 2026-02-23T07:05:10.823 INFO:tasks.cephadm:First mon is mon.a on trial140 2026-02-23T07:05:10.823 INFO:tasks.cephadm:First mgr is a 2026-02-23T07:05:10.823 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-23T07:05:10.823 DEBUG:teuthology.orchestra.run.trial140:> sudo hostname $(hostname -s) 2026-02-23T07:05:10.849 DEBUG:teuthology.orchestra.run.trial173:> sudo hostname $(hostname -s) 2026-02-23T07:05:10.873 DEBUG:teuthology.orchestra.run.trial196:> sudo hostname $(hostname -s) 2026-02-23T07:05:10.898 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-23T07:05:10.898 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:05:11.022 INFO:tasks.cephadm:builder_project result: [{'url': 'https://2.chacra.ceph.com/r/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/flavors/default/', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/flavors/default/', 'ref': 'wip-shweta-testing-2026-02-19-2025', 'sha1': '244ee61d76a715c3ac0d60eeb3321aefb91c3511', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-20 21:34:50.688484', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5338-g244ee61d', 'package_manager_version': '20.3.0-5338.g244ee61d', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3126/', 'root_build_cause': '', 'node_name': '10.20.192.98+toko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-23T07:05:11.155 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-shweta-testing-2026-02-19-2025, sha1 244ee61d76a715c3ac0d60eeb3321aefb91c3511 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:05:11.156 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/x86_64/flavors/default/cephadm 2026-02-23T07:05:11.156 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/x86_64/flavors/default/cephadm 2026-02-23T07:05:11.156 DEBUG:teuthology.orchestra.run.trial140:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:11.494 INFO:teuthology.orchestra.run.trial140.stdout:-rw-r--r--. 1 ubuntu ubuntu 1082492 Feb 23 07:05 /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:11.495 DEBUG:teuthology.orchestra.run.trial173:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:11.824 INFO:teuthology.orchestra.run.trial173.stdout:-rw-r--r--. 1 ubuntu ubuntu 1082492 Feb 23 07:05 /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:11.825 DEBUG:teuthology.orchestra.run.trial196:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:12.166 INFO:teuthology.orchestra.run.trial196.stdout:-rw-r--r--. 1 ubuntu ubuntu 1082492 Feb 23 07:05 /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:12.166 DEBUG:teuthology.orchestra.run.trial140:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:12.186 DEBUG:teuthology.orchestra.run.trial173:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:12.205 DEBUG:teuthology.orchestra.run.trial196:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:12.231 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 on all hosts... 2026-02-23T07:05:12.231 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 pull 2026-02-23T07:05:12.233 DEBUG:teuthology.orchestra.run.trial173:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 pull 2026-02-23T07:05:12.246 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 pull 2026-02-23T07:05:12.466 INFO:teuthology.orchestra.run.trial140.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T07:05:12.474 INFO:teuthology.orchestra.run.trial173.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T07:05:12.528 INFO:teuthology.orchestra.run.trial196.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T07:05:21.813 INFO:teuthology.orchestra.run.trial140.stdout:{ 2026-02-23T07:05:21.813 INFO:teuthology.orchestra.run.trial140.stdout: "ceph_version": "ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev)", 2026-02-23T07:05:21.813 INFO:teuthology.orchestra.run.trial140.stdout: "image_id": "d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26", 2026-02-23T07:05:21.813 INFO:teuthology.orchestra.run.trial140.stdout: "repo_digests": [ 2026-02-23T07:05:21.813 INFO:teuthology.orchestra.run.trial140.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2" 2026-02-23T07:05:21.813 INFO:teuthology.orchestra.run.trial140.stdout: ] 2026-02-23T07:05:21.813 INFO:teuthology.orchestra.run.trial140.stdout:} 2026-02-23T07:05:21.839 INFO:teuthology.orchestra.run.trial196.stdout:{ 2026-02-23T07:05:21.839 INFO:teuthology.orchestra.run.trial196.stdout: "ceph_version": "ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev)", 2026-02-23T07:05:21.839 INFO:teuthology.orchestra.run.trial196.stdout: "image_id": "d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26", 2026-02-23T07:05:21.839 INFO:teuthology.orchestra.run.trial196.stdout: "repo_digests": [ 2026-02-23T07:05:21.839 INFO:teuthology.orchestra.run.trial196.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2" 2026-02-23T07:05:21.839 INFO:teuthology.orchestra.run.trial196.stdout: ] 2026-02-23T07:05:21.839 INFO:teuthology.orchestra.run.trial196.stdout:} 2026-02-23T07:05:21.990 INFO:teuthology.orchestra.run.trial173.stdout:{ 2026-02-23T07:05:21.990 INFO:teuthology.orchestra.run.trial173.stdout: "ceph_version": "ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev)", 2026-02-23T07:05:21.990 INFO:teuthology.orchestra.run.trial173.stdout: "image_id": "d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26", 2026-02-23T07:05:21.990 INFO:teuthology.orchestra.run.trial173.stdout: "repo_digests": [ 2026-02-23T07:05:21.990 INFO:teuthology.orchestra.run.trial173.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2" 2026-02-23T07:05:21.990 INFO:teuthology.orchestra.run.trial173.stdout: ] 2026-02-23T07:05:21.990 INFO:teuthology.orchestra.run.trial173.stdout:} 2026-02-23T07:05:22.007 DEBUG:teuthology.orchestra.run.trial140:> sudo mkdir -p /etc/ceph 2026-02-23T07:05:22.037 DEBUG:teuthology.orchestra.run.trial173:> sudo mkdir -p /etc/ceph 2026-02-23T07:05:22.065 DEBUG:teuthology.orchestra.run.trial196:> sudo mkdir -p /etc/ceph 2026-02-23T07:05:22.093 DEBUG:teuthology.orchestra.run.trial140:> sudo chmod 777 /etc/ceph 2026-02-23T07:05:22.117 DEBUG:teuthology.orchestra.run.trial173:> sudo chmod 777 /etc/ceph 2026-02-23T07:05:22.142 DEBUG:teuthology.orchestra.run.trial196:> sudo chmod 777 /etc/ceph 2026-02-23T07:05:22.167 INFO:tasks.cephadm:Writing seed config... 2026-02-23T07:05:22.171 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-02-23T07:05:22.171 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-23T07:05:22.171 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-23T07:05:22.171 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-02-23T07:05:22.171 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-23T07:05:22.172 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-23T07:05:22.172 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-23T07:05:22.172 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-23T07:05:22.172 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-23T07:05:22.174 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:05:22.174 DEBUG:teuthology.orchestra.run.trial140:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-23T07:05:22.191 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 = fe4af22c-1085-11f1-b9d5-d404e6e7d460 mon election default strategy = 3 [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 = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-02-23T07:05:22.191 DEBUG:teuthology.orchestra.run.trial140:mon.a> sudo journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.a.service 2026-02-23T07:05:22.233 DEBUG:teuthology.orchestra.run.trial140:mgr.a> sudo journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mgr.a.service 2026-02-23T07:05:22.276 INFO:tasks.cephadm:Bootstrapping... 2026-02-23T07:05:22.276 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 -v bootstrap --fsid fe4af22c-1085-11f1-b9d5-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.140 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:05:22.416 INFO:teuthology.orchestra.run.trial140.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:05:22.417 INFO:teuthology.orchestra.run.trial140.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511', '-v', 'bootstrap', '--fsid', 'fe4af22c-1085-11f1-b9d5-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.140', '--skip-admin-label'] 2026-02-23T07:05:22.417 INFO:teuthology.orchestra.run.trial140.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-23T07:05:22.417 INFO:teuthology.orchestra.run.trial140.stdout:Verifying podman|docker is present... 2026-02-23T07:05:22.432 INFO:teuthology.orchestra.run.trial140.stdout:/bin/podman: stdout 5.6.0 2026-02-23T07:05:22.432 INFO:teuthology.orchestra.run.trial140.stdout:Verifying lvm2 is present... 2026-02-23T07:05:22.432 INFO:teuthology.orchestra.run.trial140.stdout:Verifying time synchronization is in place... 2026-02-23T07:05:22.439 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-23T07:05:22.439 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-23T07:05:22.445 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-23T07:05:22.445 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout inactive 2026-02-23T07:05:22.451 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout enabled 2026-02-23T07:05:22.456 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout active 2026-02-23T07:05:22.457 INFO:teuthology.orchestra.run.trial140.stdout:Unit chronyd.service is enabled and running 2026-02-23T07:05:22.457 INFO:teuthology.orchestra.run.trial140.stdout:Repeating the final host check... 2026-02-23T07:05:22.471 INFO:teuthology.orchestra.run.trial140.stdout:/bin/podman: stdout 5.6.0 2026-02-23T07:05:22.471 INFO:teuthology.orchestra.run.trial140.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-23T07:05:22.471 INFO:teuthology.orchestra.run.trial140.stdout:systemctl is present 2026-02-23T07:05:22.471 INFO:teuthology.orchestra.run.trial140.stdout:lvcreate is present 2026-02-23T07:05:22.476 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-23T07:05:22.476 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-23T07:05:22.482 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-23T07:05:22.482 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout inactive 2026-02-23T07:05:22.488 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout enabled 2026-02-23T07:05:22.493 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout active 2026-02-23T07:05:22.493 INFO:teuthology.orchestra.run.trial140.stdout:Unit chronyd.service is enabled and running 2026-02-23T07:05:22.493 INFO:teuthology.orchestra.run.trial140.stdout:Host looks OK 2026-02-23T07:05:22.493 INFO:teuthology.orchestra.run.trial140.stdout:Cluster fsid: fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:22.493 INFO:teuthology.orchestra.run.trial140.stdout:Acquiring lock 139983753491072 on /run/cephadm/fe4af22c-1085-11f1-b9d5-d404e6e7d460.lock 2026-02-23T07:05:22.493 INFO:teuthology.orchestra.run.trial140.stdout:Lock 139983753491072 acquired on /run/cephadm/fe4af22c-1085-11f1-b9d5-d404e6e7d460.lock 2026-02-23T07:05:22.494 INFO:teuthology.orchestra.run.trial140.stdout:Verifying IP 10.20.193.140 port 3300 ... 2026-02-23T07:05:22.494 INFO:teuthology.orchestra.run.trial140.stdout:Verifying IP 10.20.193.140 port 6789 ... 2026-02-23T07:05:22.494 INFO:teuthology.orchestra.run.trial140.stdout:Base mon IP(s) is [10.20.193.140:3300, 10.20.193.140:6789], mon addrv is [v2:10.20.193.140:3300,v1:10.20.193.140:6789] 2026-02-23T07:05:22.497 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.140 metric 102 2026-02-23T07:05:22.497 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.140 metric 102 2026-02-23T07:05:22.497 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-23T07:05:22.500 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-23T07:05:22.500 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-23T07:05:22.500 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-23T07:05:22.502 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-23T07:05:22.502 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout inet6 fe80::d552:fd60:3760:d381/64 scope link noprefixroute 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:6256/64 scope link 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:Mon IP `10.20.193.140` is in CIDR network `10.20.192.0/20` 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:Mon IP `10.20.193.140` is in CIDR network `10.20.192.0/20` 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-23T07:05:22.503 INFO:teuthology.orchestra.run.trial140.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T07:05:22.765 INFO:teuthology.orchestra.run.trial140.stdout:/bin/podman: stdout d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 2026-02-23T07:05:22.765 INFO:teuthology.orchestra.run.trial140.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T07:05:22.765 INFO:teuthology.orchestra.run.trial140.stdout:/bin/podman: stderr Getting image source signatures 2026-02-23T07:05:22.765 INFO:teuthology.orchestra.run.trial140.stdout:/bin/podman: stderr Copying blob sha256:946d5c8cbb4d653900a0e5244f1c2e8c1e6b5601a9324635a6e914d3a01e6451 2026-02-23T07:05:22.765 INFO:teuthology.orchestra.run.trial140.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-23T07:05:22.765 INFO:teuthology.orchestra.run.trial140.stdout:/bin/podman: stderr Copying config sha256:d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 2026-02-23T07:05:22.765 INFO:teuthology.orchestra.run.trial140.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-23T07:05:23.017 INFO:teuthology.orchestra.run.trial140.stdout:ceph: stdout ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev) 2026-02-23T07:05:23.017 INFO:teuthology.orchestra.run.trial140.stdout:Ceph version: ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev) 2026-02-23T07:05:23.017 INFO:teuthology.orchestra.run.trial140.stdout:Extracting ceph user uid/gid from container image... 2026-02-23T07:05:23.288 INFO:teuthology.orchestra.run.trial140.stdout:stat: stdout 167 167 2026-02-23T07:05:23.288 INFO:teuthology.orchestra.run.trial140.stdout:Creating initial keys... 2026-02-23T07:05:23.535 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph-authtool: stdout AQAz/JtpBHDfGBAAGSZw7K+aJy+ofx/uWQTi5A== 2026-02-23T07:05:23.790 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph-authtool: stdout AQAz/JtpL3YCKBAAqPagX4cZx66kYb+bBo3vnw== 2026-02-23T07:05:24.046 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph-authtool: stdout AQAz/JtpCoVKNxAAjDlitXVlL2iqys+/d+Kzhw== 2026-02-23T07:05:24.047 INFO:teuthology.orchestra.run.trial140.stdout:Creating initial monmap... 2026-02-23T07:05:24.308 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T07:05:24.308 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-23T07:05:24.308 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:24.308 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T07:05:24.308 INFO:teuthology.orchestra.run.trial140.stdout:monmaptool for a [v2:10.20.193.140:3300,v1:10.20.193.140:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T07:05:24.308 INFO:teuthology.orchestra.run.trial140.stdout:setting min_mon_release = tentacle 2026-02-23T07:05:24.308 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/monmaptool: set fsid to fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:24.308 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T07:05:24.308 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:24.309 INFO:teuthology.orchestra.run.trial140.stdout:Creating mon... 2026-02-23T07:05:24.577 INFO:teuthology.orchestra.run.trial140.stdout:create mon.a on 2026-02-23T07:05:24.744 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-23T07:05:24.844 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-23T07:05:24.950 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460.target → /etc/systemd/system/ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460.target. 2026-02-23T07:05:24.950 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460.target → /etc/systemd/system/ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460.target. 2026-02-23T07:05:25.076 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.a 2026-02-23T07:05:25.076 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.a.service: Unit ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.a.service not loaded. 2026-02-23T07:05:25.199 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460.target.wants/ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@.service. 2026-02-23T07:05:25.366 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T07:05:25.366 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout disabled 2026-02-23T07:05:25.372 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T07:05:25.372 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout inactive 2026-02-23T07:05:25.372 INFO:teuthology.orchestra.run.trial140.stdout:firewalld.service is not enabled 2026-02-23T07:05:25.372 INFO:teuthology.orchestra.run.trial140.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T07:05:25.372 INFO:teuthology.orchestra.run.trial140.stdout:Waiting for mon to start... 2026-02-23T07:05:25.372 INFO:teuthology.orchestra.run.trial140.stdout:Waiting for mon... 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout cluster: 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout id: fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout services: 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.155987s) [leader: a] 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout data: 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-23T07:05:25.655 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-23T07:05:25.656 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout pgs: 2026-02-23T07:05:25.656 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:25.656 INFO:teuthology.orchestra.run.trial140.stdout:mon is available 2026-02-23T07:05:25.656 INFO:teuthology.orchestra.run.trial140.stdout:Assimilating anything we can from ceph.conf... 2026-02-23T07:05:25.944 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:25.944 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T07:05:25.944 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout fsid = fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:25.944 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T07:05:25.945 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.140:3300,v1:10.20.193.140:6789] 2026-02-23T07:05:25.945 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T07:05:25.945 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T07:05:25.945 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T07:05:25.945 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T07:05:25.945 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:25.946 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T07:05:25.946 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-23T07:05:25.946 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T07:05:25.946 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:25.946 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T07:05:25.946 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T07:05:25.947 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T07:05:25.947 INFO:teuthology.orchestra.run.trial140.stdout:Generating new minimal ceph.conf... 2026-02-23T07:05:26.224 INFO:teuthology.orchestra.run.trial140.stdout:Restarting the monitor... 2026-02-23T07:05:26.244 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 systemd[1]: Stopping Ceph mon.a for fe4af22c-1085-11f1-b9d5-d404e6e7d460... 2026-02-23T07:05:26.507 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-a[39358]: 2026-02-23T07:05:26.299+0000 7fc52fa37640 -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-23T07:05:26.507 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-a[39358]: 2026-02-23T07:05:26.299+0000 7fc52fa37640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-23T07:05:26.507 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 podman[39762]: 2026-02-23 07:05:26.503854563 +0000 UTC m=+0.216762677 container died fe6d604dd39a7eb4475b86337291434e7b511bd7213ee8e6315e6539f99a76d3 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-23T07:05:26.761 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 podman[39762]: 2026-02-23 07:05:26.613465122 +0000 UTC m=+0.326373226 container remove fe6d604dd39a7eb4475b86337291434e7b511bd7213ee8e6315e6539f99a76d3 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_REF=wip-shweta-testing-2026-02-19-2025, ceph=True, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T07:05:26.761 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 bash[39762]: ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-a 2026-02-23T07:05:26.761 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 systemd[1]: ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-23T07:05:26.761 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 systemd[1]: Stopped Ceph mon.a for fe4af22c-1085-11f1-b9d5-d404e6e7d460. 2026-02-23T07:05:26.761 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 systemd[1]: Starting Ceph mon.a for fe4af22c-1085-11f1-b9d5-d404e6e7d460... 2026-02-23T07:05:26.804 INFO:teuthology.orchestra.run.trial140.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-23T07:05:27.082 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 podman[39898]: 2026-02-23 07:05:26.757953028 +0000 UTC m=+0.015355089 container create 72f672af44a4fbddc98425a8098d913a91a14a80fb3385492b02217e46c6cb94 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-a, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, OSD_FLAVOR=default, CEPH_REF=wip-shweta-testing-2026-02-19-2025, io.buildah.version=1.41.3, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-23T07:05:27.082 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 podman[39898]: 2026-02-23 07:05:26.792848097 +0000 UTC m=+0.050250138 container init 72f672af44a4fbddc98425a8098d913a91a14a80fb3385492b02217e46c6cb94 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-a, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-shweta-testing-2026-02-19-2025, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-23T07:05:27.082 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 podman[39898]: 2026-02-23 07:05:26.796379816 +0000 UTC m=+0.053781857 container start 72f672af44a4fbddc98425a8098d913a91a14a80fb3385492b02217e46c6cb94 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511) 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 bash[39898]: 72f672af44a4fbddc98425a8098d913a91a14a80fb3385492b02217e46c6cb94 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 podman[39898]: 2026-02-23 07:05:26.751794394 +0000 UTC m=+0.009196445 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 systemd[1]: Started Ceph mon.a for fe4af22c-1085-11f1-b9d5-d404e6e7d460. 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: set uid:gid to 167:167 (ceph:ceph) 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: pidfile_write: ignore empty --pid-file 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: load: jerasure load: lrc 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: RocksDB version: 7.9.2 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Git sha 0 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Compile date 2026-02-20 21:07:39 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: DB SUMMARY 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: DB Session ID: SS60EAAX2CAGEKDGITVO 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: CURRENT file: CURRENT 2026-02-23T07:05:27.083 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: IDENTITY file: IDENTITY 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76549 ; 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.error_if_exists: 0 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.create_if_missing: 0 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.paranoid_checks: 1 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.env: 0xed5c80 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.fs: PosixFileSystem 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.info_log: 0x18cae80 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_file_opening_threads: 16 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.statistics: (nil) 2026-02-23T07:05:27.084 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.use_fsync: 0 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_log_file_size: 0 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.keep_log_file_num: 1000 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.recycle_log_file_num: 0 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.allow_fallocate: 1 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.allow_mmap_reads: 0 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.allow_mmap_writes: 0 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.use_direct_reads: 0 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.create_missing_column_families: 0 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.db_log_dir: 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.wal_dir: 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T07:05:27.085 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.advise_random_on_open: 1 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.db_write_buffer_size: 0 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.write_buffer_manager: 0x18c6140 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.rate_limiter: (nil) 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.wal_recovery_mode: 2 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.enable_thread_tracking: 0 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.enable_pipelined_write: 0 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.unordered_write: 0 2026-02-23T07:05:27.086 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.row_cache: None 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.wal_filter: None 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.allow_ingest_behind: 0 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.two_write_queues: 0 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.manual_wal_flush: 0 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.wal_compression: 0 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.atomic_flush: 0 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.log_readahead_size: 0 2026-02-23T07:05:27.087 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.best_efforts_recovery: 0 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.allow_data_in_errors: 0 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.db_host_id: __hostname__ 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_background_jobs: 2 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_background_compactions: -1 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_subcompactions: 1 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_total_wal_size: 0 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T07:05:27.088 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_open_files: -1 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bytes_per_sync: 0 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_readahead_size: 0 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_background_flushes: -1 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Compression algorithms supported: 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: kZSTD supported: 0 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: kXpressCompression supported: 0 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: kBZip2Compression supported: 0 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: kLZ4Compression supported: 1 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: kZlibCompression supported: 1 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: kLZ4HCCompression supported: 1 2026-02-23T07:05:27.089 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: kSnappyCompression supported: 1 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.merge_operator: 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_filter: None 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_filter_factory: None 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.sst_partitioner_factory: None 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x18cb5c0) 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout: cache_index_and_filter_blocks: 1 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T07:05:27.090 INFO:journalctl@ceph.mon.a.trial140.stdout: pin_top_level_index_and_filter: 1 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: index_type: 0 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: data_block_index_type: 0 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: index_shortening: 1 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: checksum: 4 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: no_block_cache: 0 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: block_cache: 0x1899a50 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: block_cache_name: BinnedLRUCache 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: block_cache_options: 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: capacity : 536870912 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: num_shard_bits : 4 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: strict_capacity_limit : 0 2026-02-23T07:05:27.091 INFO:journalctl@ceph.mon.a.trial140.stdout: high_pri_pool_ratio: 0.000 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: block_cache_compressed: (nil) 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: persistent_cache: (nil) 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: block_size: 4096 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: block_size_deviation: 10 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: block_restart_interval: 16 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: index_block_restart_interval: 1 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: metadata_block_size: 4096 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: partition_filters: 0 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: use_delta_encoding: 1 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: filter_policy: bloomfilter 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: whole_key_filtering: 1 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: verify_compression: 0 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: read_amp_bytes_per_bit: 0 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: format_version: 5 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: enable_index_compression: 1 2026-02-23T07:05:27.092 INFO:journalctl@ceph.mon.a.trial140.stdout: block_align: 0 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout: max_auto_readahead_size: 262144 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout: prepopulate_block_cache: 0 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout: initial_auto_readahead_size: 8192 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout: num_file_reads_for_auto_readahead: 2 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.write_buffer_size: 33554432 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_write_buffer_number: 2 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compression: NoCompression 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bottommost_compression: Disabled 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.prefix_extractor: nullptr 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.num_levels: 7 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T07:05:27.093 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compression_opts.level: 32767 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compression_opts.strategy: 0 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T07:05:27.094 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compression_opts.enabled: false 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.target_file_size_base: 67108864 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T07:05:27.095 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.arena_block_size: 1048576 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.disable_auto_compactions: 0 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T07:05:27.096 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.inplace_update_support: 0 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.bloom_locality: 0 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.max_successive_merges: 0 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.paranoid_file_checks: 0 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.force_consistency_checks: 1 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.report_bg_io_stats: 0 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.ttl: 2592000 2026-02-23T07:05:27.097 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.enable_blob_files: false 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.min_blob_size: 0 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.blob_file_size: 268435456 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.blob_file_starting_level: 0 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: 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-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-23T07:05:27.098 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e6dab0ab-dd19-43e4-baad-467356a6c018 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771830326814387, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771830326815806, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73641, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71916, "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": 66330, "raw_average_value_size": 331, "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": 1771830326, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e6dab0ab-dd19-43e4-baad-467356a6c018", "db_session_id": "SS60EAAX2CAGEKDGITVO", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771830326815872, "job": 1, "event": "recovery_finished"} 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: 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-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x18e6e00 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: DB pointer 0x26d8000 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout: ** DB Stats ** 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.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-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T07:05:27.099 INFO:journalctl@ceph.mon.a.trial140.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-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.stdout: 2026-02-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.stdout: ** Compaction Stats [default] ** 2026-02-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.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-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.stdout: L0 2/0 73.78 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.stdout: Sum 2/0 73.78 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.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 57.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.stdout: 2026-02-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.stdout: ** Compaction Stats [default] ** 2026-02-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.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-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T07:05:27.100 INFO:journalctl@ceph.mon.a.trial140.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 57.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: Cumulative compaction: 0.00 GB write, 22.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: Interval compaction: 0.00 GB write, 22.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.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-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: Block cache BinnedLRUCache@0x1899a50#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.8e-05 secs_since: 0 2026-02-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.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-23T07:05:27.101 INFO:journalctl@ceph.mon.a.trial140.stdout: 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: starting mon.a rank 0 at public addrs [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] at bind addrs [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: mon.a@-1(???) e1 preinit fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: mon.a@-1(???).mds e1 new map 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: mon.a@-1(???).mds e1 print_map 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout: e1 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout: btime 2026-02-23T07:05:25:373243+0000 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.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-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout: legacy client fscid: -1 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout: 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout: No filesystems configured 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T07:05:27.102 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: monmap epoch 1 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: last_changed 2026-02-23T07:05:24.170937+0000 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: min_mon_release 20 (tentacle) 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: election_strategy: 1 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: fsmap 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: osdmap e1: 0 total, 0 up, 0 in 2026-02-23T07:05:27.103 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:26 trial140 ceph-mon[39951]: mgrmap e1: no daemons active 2026-02-23T07:05:27.104 INFO:teuthology.orchestra.run.trial140.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-23T07:05:27.104 INFO:teuthology.orchestra.run.trial140.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:05:27.104 INFO:teuthology.orchestra.run.trial140.stdout:Creating mgr... 2026-02-23T07:05:27.105 INFO:teuthology.orchestra.run.trial140.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-23T07:05:27.105 INFO:teuthology.orchestra.run.trial140.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-23T07:05:27.216 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mgr.a 2026-02-23T07:05:27.216 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mgr.a.service: Unit ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mgr.a.service not loaded. 2026-02-23T07:05:27.333 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460.target.wants/ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@.service. 2026-02-23T07:05:27.496 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T07:05:27.496 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout disabled 2026-02-23T07:05:27.503 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T07:05:27.503 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout inactive 2026-02-23T07:05:27.503 INFO:teuthology.orchestra.run.trial140.stdout:firewalld.service is not enabled 2026-02-23T07:05:27.503 INFO:teuthology.orchestra.run.trial140.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T07:05:27.509 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T07:05:27.509 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout disabled 2026-02-23T07:05:27.515 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T07:05:27.515 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout inactive 2026-02-23T07:05:27.515 INFO:teuthology.orchestra.run.trial140.stdout:firewalld.service is not enabled 2026-02-23T07:05:27.515 INFO:teuthology.orchestra.run.trial140.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-23T07:05:27.515 INFO:teuthology.orchestra.run.trial140.stdout:Waiting for mgr to start... 2026-02-23T07:05:27.516 INFO:teuthology.orchestra.run.trial140.stdout:Waiting for mgr... 2026-02-23T07:05:27.798 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:27.798 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:27.798 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "fsid": "fe4af22c-1085-11f1-b9d5-d404e6e7d460", 2026-02-23T07:05:27.798 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T07:05:27.798 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T07:05:27.798 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T07:05:27.798 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T07:05:27.798 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 0 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T07:05:27.799 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T07:05:27.800 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T07:05:25:373243+0000", 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T07:05:27.801 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T07:05:25.373701+0000", 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:27.802 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:27.803 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T07:05:27.803 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:27.803 INFO:teuthology.orchestra.run.trial140.stdout:mgr not available, waiting (1/15)... 2026-02-23T07:05:28.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:27 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3089145687' entity='client.admin' 2026-02-23T07:05:28.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:27 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3078689662' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T07:05:28.977 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:28 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: from numpy import show_config as show_numpy_config 2026-02-23T07:05:30.070 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:30.070 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:30.070 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "fsid": "fe4af22c-1085-11f1-b9d5-d404e6e7d460", 2026-02-23T07:05:30.070 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T07:05:30.070 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T07:05:30.070 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T07:05:30.070 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T07:05:30.070 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:30.070 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 0 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T07:05:30.071 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T07:05:30.072 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T07:05:25:373243+0000", 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T07:05:30.073 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T07:05:25.373701+0000", 2026-02-23T07:05:30.074 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:30.075 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:30.075 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T07:05:30.075 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:30.075 INFO:teuthology.orchestra.run.trial140.stdout:mgr not available, waiting (2/15)... 2026-02-23T07:05:30.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:29 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3999996659' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T07:05:31.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: Activating manager daemon a 2026-02-23T07:05:31.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: mgrmap e2: a(active, starting, since 0.00262723s) 2026-02-23T07:05:31.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: from='mgr.14100 10.20.193.140:0/1678500884' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T07:05:31.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: from='mgr.14100 10.20.193.140:0/1678500884' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T07:05:31.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: from='mgr.14100 10.20.193.140:0/1678500884' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T07:05:31.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: from='mgr.14100 10.20.193.140:0/1678500884' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:05:31.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: from='mgr.14100 10.20.193.140:0/1678500884' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T07:05:31.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: Manager daemon a is now available 2026-02-23T07:05:31.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: from='mgr.14100 10.20.193.140:0/1678500884' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T07:05:31.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: from='mgr.14100 10.20.193.140:0/1678500884' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T07:05:31.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: from='mgr.14100 10.20.193.140:0/1678500884' entity='mgr.a' 2026-02-23T07:05:31.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: from='mgr.14100 10.20.193.140:0/1678500884' entity='mgr.a' 2026-02-23T07:05:31.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:30 trial140 ceph-mon[39951]: from='mgr.14100 10.20.193.140:0/1678500884' entity='mgr.a' 2026-02-23T07:05:32.347 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:32 trial140 ceph-mon[39951]: mgrmap e3: a(active, since 1.00494s) 2026-02-23T07:05:32.469 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:32.469 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:32.469 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "fsid": "fe4af22c-1085-11f1-b9d5-d404e6e7d460", 2026-02-23T07:05:32.469 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T07:05:32.469 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T07:05:32.469 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T07:05:32.470 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T07:05:32.470 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:32.470 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T07:05:32.470 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T07:05:32.470 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 0 2026-02-23T07:05:32.470 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:32.470 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T07:05:32.470 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T07:05:32.470 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:32.470 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-23T07:05:32.470 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T07:05:32.471 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:32.472 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T07:05:25:373243+0000", 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:32.473 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T07:05:32.474 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:32.474 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T07:05:25.373701+0000", 2026-02-23T07:05:32.474 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:32.474 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:32.474 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T07:05:32.474 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:32.474 INFO:teuthology.orchestra.run.trial140.stdout:mgr is available 2026-02-23T07:05:32.814 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:32.814 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T07:05:32.814 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout fsid = fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:32.814 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T07:05:32.814 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.140:3300,v1:10.20.193.140:6789] 2026-02-23T07:05:32.814 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T07:05:32.814 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T07:05:32.814 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T07:05:32.815 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T07:05:32.815 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:32.815 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T07:05:32.815 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T07:05:32.815 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:32.815 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T07:05:32.815 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T07:05:32.815 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T07:05:32.815 INFO:teuthology.orchestra.run.trial140.stdout:Enabling cephadm module... 2026-02-23T07:05:33.699 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:33 trial140 ceph-mon[39951]: mgrmap e4: a(active, since 2s) 2026-02-23T07:05:33.699 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:33 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1137864622' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T07:05:33.699 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:33 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/260441266' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-23T07:05:33.700 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:33 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/260441266' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-23T07:05:33.700 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:33 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/2098095689' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-23T07:05:33.978 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:33 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: ignoring --setuser ceph since I am not root 2026-02-23T07:05:33.978 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:33 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: ignoring --setgroup ceph since I am not root 2026-02-23T07:05:34.211 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:34.212 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-23T07:05:34.212 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T07:05:34.212 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-23T07:05:34.212 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T07:05:34.212 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:34.212 INFO:teuthology.orchestra.run.trial140.stdout:Waiting for the mgr to restart... 2026-02-23T07:05:34.212 INFO:teuthology.orchestra.run.trial140.stdout:Waiting for mgr epoch 5... 2026-02-23T07:05:34.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:34 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/2098095689' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-23T07:05:34.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:34 trial140 ceph-mon[39951]: mgrmap e5: a(active, since 3s) 2026-02-23T07:05:34.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:34 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/2552080084' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T07:05:34.978 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:34 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-02-23T07:05:34.978 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:34 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-02-23T07:05:34.978 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:34 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: from numpy import show_config as show_numpy_config 2026-02-23T07:05:36.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:36 trial140 ceph-mon[39951]: Active manager daemon a restarted 2026-02-23T07:05:36.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:36 trial140 ceph-mon[39951]: Activating manager daemon a 2026-02-23T07:05:36.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:36 trial140 ceph-mon[39951]: osdmap e2: 0 total, 0 up, 0 in 2026-02-23T07:05:36.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:36 trial140 ceph-mon[39951]: mgrmap e6: a(active, starting, since 0.00272632s) 2026-02-23T07:05:36.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:36 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:05:36.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:36 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T07:05:36.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:36 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T07:05:36.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:36 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T07:05:36.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:36 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T07:05:36.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:36 trial140 ceph-mon[39951]: Manager daemon a is now available 2026-02-23T07:05:37.599 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:37.599 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-23T07:05:37.599 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T07:05:37.599 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:37.599 INFO:teuthology.orchestra.run.trial140.stdout:mgr epoch 5 is available 2026-02-23T07:05:37.599 INFO:teuthology.orchestra.run.trial140.stdout:Verifying orchestrator module is enabled... 2026-02-23T07:05:37.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:37.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:37.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: Found migration_current of "None". Setting to last migration. 2026-02-23T07:05:37.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:37.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:37.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:37.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:37.729 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:37.729 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:37.729 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:37.729 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T07:05:37.729 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T07:05:37.729 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:37.729 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:37.729 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:37 trial140 ceph-mon[39951]: mgrmap e7: a(active, since 1.00336s) 2026-02-23T07:05:38.846 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-23T07:05:38.846 INFO:teuthology.orchestra.run.trial140.stdout:Setting orchestrator backend to cephadm... 2026-02-23T07:05:38.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:38 trial140 ceph-mon[39951]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T07:05:38.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:38 trial140 ceph-mon[39951]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T07:05:38.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:38 trial140 ceph-mon[39951]: [23/Feb/2026:07:05:37] ENGINE Bus STARTING 2026-02-23T07:05:38.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:38 trial140 ceph-mon[39951]: [23/Feb/2026:07:05:37] ENGINE Serving on http://10.20.193.140:8765 2026-02-23T07:05:38.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:38 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:38.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:38 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1468434644' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-23T07:05:39.647 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-23T07:05:39.648 INFO:teuthology.orchestra.run.trial140.stdout:Generating ssh key... 2026-02-23T07:05:39.898 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-mon[39951]: [23/Feb/2026:07:05:37] ENGINE Serving on https://10.20.193.140:7150 2026-02-23T07:05:39.898 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-mon[39951]: [23/Feb/2026:07:05:37] ENGINE Bus STARTED 2026-02-23T07:05:39.898 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-mon[39951]: [23/Feb/2026:07:05:37] ENGINE Client ('10.20.193.140', 34480) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T07:05:39.898 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1468434644' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-23T07:05:39.898 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-mon[39951]: mgrmap e8: a(active, since 2s) 2026-02-23T07:05:39.898 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:39.899 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:39.899 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: Generating public/private ed25519 key pair. 2026-02-23T07:05:39.899 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: Your identification has been saved in /tmp/tmpm7qkrzda/key 2026-02-23T07:05:39.899 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: Your public key has been saved in /tmp/tmpm7qkrzda/key.pub 2026-02-23T07:05:39.899 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: The key fingerprint is: 2026-02-23T07:05:39.899 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: SHA256:KgWfydDOR+TvVW7qujX4djA+riuI3+rZRf/kv5DGV8I ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:39.899 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: The key's randomart image is: 2026-02-23T07:05:39.899 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: +--[ED25519 256]--+ 2026-02-23T07:05:39.899 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: | . | 2026-02-23T07:05:39.900 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: | . o | 2026-02-23T07:05:39.900 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: | o . o . | 2026-02-23T07:05:39.900 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: | B + . + | 2026-02-23T07:05:39.900 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: | O S o . E .| 2026-02-23T07:05:39.900 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: | . o o ++o...| 2026-02-23T07:05:39.900 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: | .... +.=B.. | 2026-02-23T07:05:39.900 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: | ...+.. +==+ | 2026-02-23T07:05:39.900 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: | o=.o.=B+oooo| 2026-02-23T07:05:39.900 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: +----[SHA256]-----+ 2026-02-23T07:05:40.383 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9BErv4lRRwy9wRMXtVZhPAuDM+/MmLSykJkCYHQZFN ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:40.384 INFO:teuthology.orchestra.run.trial140.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-23T07:05:40.384 INFO:teuthology.orchestra.run.trial140.stdout:Adding key to root@localhost authorized_keys... 2026-02-23T07:05:40.384 INFO:teuthology.orchestra.run.trial140.stdout:Adding host trial140... 2026-02-23T07:05:40.919 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:40 trial140 ceph-mon[39951]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:40.919 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:40 trial140 ceph-mon[39951]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:40.919 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:40 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:40.919 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:40 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:41.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:41 trial140 ceph-mon[39951]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:41.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:41 trial140 ceph-mon[39951]: Generating ssh key... 2026-02-23T07:05:41.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:41 trial140 ceph-mon[39951]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:41.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:41 trial140 ceph-mon[39951]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial140", "addr": "10.20.193.140", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:42.272 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout Added host 'trial140' with addr '10.20.193.140' 2026-02-23T07:05:42.272 INFO:teuthology.orchestra.run.trial140.stdout:Deploying unmanaged mon service... 2026-02-23T07:05:42.641 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-23T07:05:42.641 INFO:teuthology.orchestra.run.trial140.stdout:Deploying unmanaged mgr service... 2026-02-23T07:05:42.756 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:42 trial140 ceph-mon[39951]: Deploying cephadm binary to trial140 2026-02-23T07:05:42.756 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:42 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:42.756 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:42 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:42.756 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:42 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:43.003 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-23T07:05:43.714 INFO:teuthology.orchestra.run.trial140.stdout:Enabling the dashboard module... 2026-02-23T07:05:43.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: Added host trial140 2026-02-23T07:05:43.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:43.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: Saving service mon spec with placement count:5 2026-02-23T07:05:43.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:43.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:43.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:43.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1990852854' entity='client.admin' 2026-02-23T07:05:43.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:43.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:43.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial140", "name": "osd_memory_target"} : dispatch 2026-02-23T07:05:43.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:05:43.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial140", "caps": []} : dispatch 2026-02-23T07:05:43.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial140", "caps": []}]': finished 2026-02-23T07:05:43.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:43 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/185868606' entity='client.admin' 2026-02-23T07:05:44.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:44 trial140 ceph-mon[39951]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:44.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:44 trial140 ceph-mon[39951]: Saving service mgr spec with placement count:2 2026-02-23T07:05:44.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:44 trial140 ceph-mon[39951]: Deploying daemon agent.trial140 on trial140 2026-02-23T07:05:44.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:44 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3574198655' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-23T07:05:44.979 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:44 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: ignoring --setuser ceph since I am not root 2026-02-23T07:05:44.979 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:44 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: ignoring --setgroup ceph since I am not root 2026-02-23T07:05:45.804 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:45.804 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-23T07:05:45.804 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T07:05:45.804 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-23T07:05:45.804 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T07:05:45.805 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:45.805 INFO:teuthology.orchestra.run.trial140.stdout:Waiting for the mgr to restart... 2026-02-23T07:05:45.805 INFO:teuthology.orchestra.run.trial140.stdout:Waiting for mgr epoch 9... 2026-02-23T07:05:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:45 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3574198655' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-23T07:05:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:45 trial140 ceph-mon[39951]: mgrmap e9: a(active, since 8s) 2026-02-23T07:05:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:45 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/317802280' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T07:05:45.978 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:45 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-02-23T07:05:45.978 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:45 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-02-23T07:05:45.978 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:05:45 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: from numpy import show_config as show_numpy_config 2026-02-23T07:05:47.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:47 trial140 ceph-mon[39951]: Active manager daemon a restarted 2026-02-23T07:05:47.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:47 trial140 ceph-mon[39951]: Activating manager daemon a 2026-02-23T07:05:47.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:47 trial140 ceph-mon[39951]: osdmap e3: 0 total, 0 up, 0 in 2026-02-23T07:05:47.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:47 trial140 ceph-mon[39951]: mgrmap e10: a(active, starting, since 0.002603s) 2026-02-23T07:05:47.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:05:47.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T07:05:47.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T07:05:47.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T07:05:47.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T07:05:47.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:47 trial140 ceph-mon[39951]: Manager daemon a is now available 2026-02-23T07:05:48.650 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:48.650 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-23T07:05:48.650 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T07:05:48.651 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:48.651 INFO:teuthology.orchestra.run.trial140.stdout:mgr epoch 9 is available 2026-02-23T07:05:48.651 INFO:teuthology.orchestra.run.trial140.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-23T07:05:48.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:48 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:48.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:48 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:48.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:48 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T07:05:48.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:48 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T07:05:48.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:48 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:48.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:48 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial140", "name": "osd_memory_target"} : dispatch 2026-02-23T07:05:48.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:48 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:48.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:48 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial140", "caps": []} : dispatch 2026-02-23T07:05:48.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:48 trial140 ceph-mon[39951]: mgrmap e11: a(active, since 1.00756s) 2026-02-23T07:05:49.274 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFIDCCAwigAwIBAgIUQCkexSP1Ug4MPDbuXvNsL8aKwo8wDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWZlNGFmMjJjLTEwODUtMTFmMS1i\nOWQ1LWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjMwNzA1NDlaFw0yOTAyMjIwNzA1NDla\nMBgxFjAUBgNVBAMMDTEwLjIwLjE5My4xNDAwggIiMA0GCSqGSIb3DQEBAQUAA4IC\nDwAwggIKAoICAQCw4IyDeLmG9vXgC76o+DzaoBIimTkLwucs9BHhyCLLOQH5hgeD\nKtCroY5lggO1AZ8vRfruH7j7+MqZMWqVyskgVADJmZ2Jc25CPJ43abZN3uJfc2N7\nj5J/4okNY/s9826XJbpNillLli8B+zuP0TUjorHk1qC6dHJF6Gz/DAoOWS2VPYgL\nhS3xC5f7mQ511saAK772uS7P0B3CSqRsw4zP1Oft2hC4ZpEsRUClt869brL51ggt\nyYlDU6Zd65HZb7W4QMxsS2SDqduAZrFYYOqM+WdPZBjm/+npMnqvsY0gMbZ0Q2ZV\nS6FB8/wqXSSmDqhzZ6Kisc76LNZ24wCP6RxohYVutf7Q6qWx692AMIaVhvgmQuO4\nwjnQS+aEC12HHtoHor9UF46KBgaxa/ofRpmEsp8O1xfDsNcKY9f5USCofkcZXlOb\nQ+N+EYl05QQPJaf1B00jtOzEhT14bovCsfPp6WP8reTB2KzGCNdgNgMlGHhpSzwq\nXCmo8JE/Yw7H95xmps6525g2uvRw1VCF6kLP9vOE8fi01Ogfc0+b3u4WWJ80USA3\nlYCFAWgsAJHJuDhkIFSY8TSB5O6GKchLWNzqPZWsX/OtiFFCQwoQWQl2JH3hdVCm\naj9ZKIEfiroER8cRnH6MwjDFZLGOE2oGaTjkwNr8VNpylF3W7AGd40ZbxQIDAQAB\noz4wPDAsBgNVHREEJTAjggh0cmlhbDE0MIIRZGFzaGJvYXJkX3NlcnZlcnOHBAoU\nwYwwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAL8ZKEDn6o6Db3f+e\nztINddX8/BBy90fVfbEESgxkGT+sRJUBHI3mMhvXlCN4alJnwRv/2J5Rt+q+4hFz\nanFO3kvtYbF4lS8qyZ2MRqBNyIsfFbiwtTVXnEqRCOtAtOW19ttyuaPud1KyoTQo\niHsTSeDHD7Huqd221oKORaAg0KF3t7G+JaHOtnhB1N+HZDLydylwLvJs5qzFtzvL\nYW6ZW0W3B2eD9iI6uVidy9isrw5ZuxULq8maOGennTi2F4iSxqyJsyNMoiXhCEqi\nWoBgdNvyvz7m6cSzed4+hhpVYb/Bzy/jhPRvYNKDHCLX1LmHxpGZxkJ1wegYnvGy\n/ocKsJnAfOPU2T4Zs8Jk3IZ/NjOJEohpNTnP2ZceCTknXxz1s/5AIuCYbAN+6PXV\n+c5B17lMO1jPZY0CHpW1nM7Bv0AzFRaME+4W78BFgNeirvEzJ6MxXoQMitIu1kYk\nQHZPQXUUEzegW39E4CopU1e1xfy1GYVRbGLQbCQKyrRK8FHW5yYWSdAfOvir0fV1\nGVDnTdK3dHjHd5vwB+W4tQcSu0N/lealnGYzuHMa9fteXss3mYa3f+ItBgfoT4kJ\nuwrVW5QhhCp7IQbqRtE6JwEgkNc7iqwP8svB4glq5uqp+ysjHTO1lUdr0BTdo3Ax\nb4YpwsEJ2xBqtP5iEV6+jfw2hCE=\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAsOCMg3i5hvb14Au+qPg82qASIpk5C8LnLPQR4cgiyzkB+YYH\ngyrQq6GOZYIDtQGfL0X67h+4+/jKmTFqlcrJIFQAyZmdiXNuQjyeN2m2Td7iX3Nj\ne4+Sf+KJDWP7PfNulyW6TYpZS5YvAfs7j9E1I6Kx5NagunRyRehs/wwKDlktlT2I\nC4Ut8QuX+5kOddbGgCu+9rkuz9AdwkqkbMOMz9Tn7doQuGaRLEVApbfOvW6y+dYI\nLcmJQ1OmXeuR2W+1uEDMbEtkg6nbgGaxWGDqjPlnT2QY5v/p6TJ6r7GNIDG2dENm\nVUuhQfP8Kl0kpg6oc2eiorHO+izWduMAj+kcaIWFbrX+0OqlsevdgDCGlYb4JkLj\nuMI50EvmhAtdhx7aB6K/VBeOigYGsWv6H0aZhLKfDtcXw7DXCmPX+VEgqH5HGV5T\nm0PjfhGJdOUEDyWn9QdNI7TsxIU9eG6LwrHz6elj/K3kwdisxgjXYDYDJRh4aUs8\nKlwpqPCRP2MOx/ecZqbOuduYNrr0cNVQhepCz/bzhPH4tNToH3NPm97uFlifNFEg\nN5WAhQFoLACRybg4ZCBUmPE0geTuhinIS1jc6j2VrF/zrYhRQkMKEFkJdiR94XVQ\npmo/WSiBH4q6BEfHEZx+jMIwxWSxjhNqBmk45MDa/FTacpRd1uwBneNGW8UCAwEA\nAQKCAgAE6Xd9fzDHyrvxSOI2lw45lBBs3Yx0AymgWfbVKlWtBxxC7bHvtpSs74Og\n1gd8U1s0WOErE75zYOlfb7viBQuo1ixfbOCvHIGHXV+XclwZtYLb27x7hfUvj/72\nXDxx7/y2Pdn6pUjtjHIpv+xbhhfPsYj3Le6wvuMdheLhAliVJWzapCbPCxfHhebm\nmc2JADnq/UwEVggyxTjOWHxQeO3EJ8l5FYE5Xb/SVuoAsCYRpK1butHnU514PS51\nlUErpKqLP2Ft8HoOHf12h2ONbMOWvqZb0g/O+nRogXpevrOInVjPyb9hxwPnbPsn\nwgZuhiGvcsVVd1KkJ/KcwpkVZgff41Eoo2kD2c1OHXwbxyCZKx0xsHyeinPLYBX8\nMQ1/BXOCbd0EpnnJGVdqsl9gVXex2gSIVMwphHim9MNzypCc1qm7QSZp6zTr1CF4\nyuUCsCFjN4xwdNp5+AIAsEyMes3x9+SfrvjTStBnlkMp7y7ooNBbZy7hVclsWFjz\nS93imLarOfNvbWPUz2954WoOBMTLUKzw4C14FHwxi7nGY8+XUNNmbvWmtI7ttLhw\nxCuJiA9OmxqnPmbnX+/kqcVqh5v6tFOX7vQ+9D6pgvysTndJDORDrWxxfWGqIQId\ny61rF3rwKnuWIeVLNEIRdINkFFvBgMmcKidCVYihjO3JTuNfAQKCAQEA7bUPt4cO\nP+k1jsQgoMsN3bpQ08F83ESNxeYfq8m+CsBjAAPho1ouW4EMyKuy4VE0+gT/K6Zb\n7j8KHmLNa1iuW2xalq9zFxcwauHQSyd1WR3jEcI6hRGpwpaPdieOlHRaFDwXMfBr\n9cWzONkUQvES3MC/DVgr2F5nZiYKMYtHEIZOebqOtXY+0yCs8PNOx3a+9yJDwfQJ\nPO4NX6NH/N5ypm1XyZpVt7GMpVHdWLfMfU1VMs2QKmkGsXFjsFLTaG/sOoETyxC1\nYovzIJNYDSlEKzaDVh+FhDc8JT0J3REr/b+xsRBHxGo13RaDtQ/9PZQihTc6htUD\nYQSmZop4VcJW0QKCAQEAvn0bZcKx9Ed4CGQGxbFcYORC6XbEL+XPwyM8j7oIzfom\n+XTDi34fljHOBXntrvvjdC/0edyLHf+bXC/jmKSdZyJ+O99dZcmgNfHH/uIBKe0v\npbJLd3X+13k9CsjOXmxSzyo033g8nk2yyfrkqB8J1S3J0Gr0SyRqXTm+7LSrTC7b\n4v+4QT5aeGJ9b+hEPfiAweQqhlWnYVzPImWzTu8hGwakfxJOtRGbAuN19FPXlxKh\nb+HZ7eCcj0053wD102DZ9dELAFM6eEBHlp9URJ5vRrzg+pp+mjHRPk7xatD3G5tl\n6KcCZEGfoL7O7bSJfK+/5+50MbBoVmCh9GXz8iHatQKCAQBq0/1tQJAB3wAH2lLD\nkJ35sPsUP5eqslB4yPQg0zjKQi372sK0FBpTW0rwgGGS61kAp/A5oLkd+EzG3SZu\ngNtTEP4hTFZP4UcMMdHXhLMzSsA6wexk00xUvC9bLWnhg+zbvSm7cs5CFQh3mu+F\nKiyM8z6pc5+4zKxxdtUL8QkN/x4TjOkH2k1fuwad/uq/r7kg/dAvwUnJjT6LZak7\nlok2DFvwqaCuPmf0ADeW4HtRMMkCXOnWdX7hjhD8NCz4eZxTqqDHmQm7cSPh1vYy\nbAJL3WLm+KGbiutH3Qeqx0Xa8ySba7KlLgppAu5MGBR6cTGWZvyxjdfH6TwTR1XP\nTNiRAoIBAQC0haOdQHGc6s4aRZEVcQv21tuCnQc3zTaj25TdMJR/f33IEpvuakxM\n7k4samyR1CyuQ3QQuK0udLorF0c9tWNmBg5Td07v07B87vF134Dy1tC82sciIzSr\nxz3OJpdMbKPdqEYLMctgyomRWK+xlBihao9DcNirDYuvZbZGZMGhpRbFfUqEqi7a\nv5vYneluQT7kgPK79Bh38JhsJK1VNNHO5vClbBgjCNg6WI3ESmCZzxInEYaSJLa6\nJ5mceTB+bd6hUsZ2PGnA5EnzuHMHxI34H6+mTxuDzYpa3j1z2S0VgKOHZB6kHHzG\nvY0lQF67R2M6zYRYQrHeih1xm90frm2xAoIBACsoKdOa2giV1AVJqz2FMmXltU5a\nFxyKvRXigY8zY66DYypS0TK4OfSeh5xiOysRagecMqJXcAFon0fq7mKEFieyAbpA\nKOt4QXAKtaxNMREarc5vswnqfNZgVaerICCw7t3uW9dKRbZERC/CnHmnKggxn6/Q\n+7ygNbTfH6L1Oqo49eb3idzuerFTpR8bl86v50H0wROYTC7NhlAKHbkIL2az9wma\nnXZUqGfytJw8dPU6oU3zOruoHeyMtZ2Rmz/XwVWe4MN1Wsn3pk+EMsDmUQ52036K\nvb9k8afAOhRgfffXJlTOezN9c4x0+MK2OtlnZ0ZgQuwMD2dEMgksWiO78M4=\n-----END RSA PRIVATE KEY-----\n"} 2026-02-23T07:05:49.643 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-23T07:05:49.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:49 trial140 ceph-mon[39951]: [23/Feb/2026:07:05:47] ENGINE Bus STARTING 2026-02-23T07:05:49.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:49 trial140 ceph-mon[39951]: [23/Feb/2026:07:05:47] ENGINE Serving on https://10.20.193.140:7150 2026-02-23T07:05:49.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:49 trial140 ceph-mon[39951]: [23/Feb/2026:07:05:47] ENGINE Client ('10.20.193.140', 34814) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T07:05:49.874 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:49 trial140 ceph-mon[39951]: [23/Feb/2026:07:05:48] ENGINE Serving on http://10.20.193.140:8765 2026-02-23T07:05:49.874 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:49 trial140 ceph-mon[39951]: [23/Feb/2026:07:05:48] ENGINE Bus STARTED 2026-02-23T07:05:49.874 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:49 trial140 ceph-mon[39951]: Deploying daemon agent.trial140 on trial140 2026-02-23T07:05:49.874 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:49 trial140 ceph-mon[39951]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T07:05:49.874 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:49 trial140 ceph-mon[39951]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T07:05:49.874 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:49.997 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-23T07:05:49.998 INFO:teuthology.orchestra.run.trial140.stdout:Creating initial admin user... 2026-02-23T07:05:50.550 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$cC1fnxiZCYxZlujIlkvbNu/6GDIju2zIafDfkflmPV6/t63nVSGHG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771830350, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-23T07:05:50.551 INFO:teuthology.orchestra.run.trial140.stdout:Fetching dashboard port number... 2026-02-23T07:05:50.904 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stdout 8443 2026-02-23T07:05:50.913 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T07:05:50.913 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout disabled 2026-02-23T07:05:50.919 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T07:05:50.919 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout inactive 2026-02-23T07:05:50.919 INFO:teuthology.orchestra.run.trial140.stdout:firewalld.service is not enabled 2026-02-23T07:05:50.919 INFO:teuthology.orchestra.run.trial140.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-23T07:05:50.920 INFO:teuthology.orchestra.run.trial140.stdout:Ceph Dashboard is now available at: 2026-02-23T07:05:50.920 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:50.920 INFO:teuthology.orchestra.run.trial140.stdout: URL: https://trial140:8443/ 2026-02-23T07:05:50.920 INFO:teuthology.orchestra.run.trial140.stdout: User: admin 2026-02-23T07:05:50.920 INFO:teuthology.orchestra.run.trial140.stdout: Password: c5bdv5idja 2026-02-23T07:05:50.921 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:50.921 INFO:teuthology.orchestra.run.trial140.stdout:Saving cluster configuration to /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config directory 2026-02-23T07:05:50.964 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:50 trial140 ceph-mon[39951]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:50.964 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:50 trial140 ceph-mon[39951]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:50.964 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:50 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:50.965 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:50 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:50.965 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:50 trial140 ceph-mon[39951]: mgrmap e12: a(active, since 3s) 2026-02-23T07:05:51.326 INFO:teuthology.orchestra.run.trial140.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-23T07:05:51.326 INFO:teuthology.orchestra.run.trial140.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-23T07:05:51.327 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:51.327 INFO:teuthology.orchestra.run.trial140.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:05:51.327 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:51.327 INFO:teuthology.orchestra.run.trial140.stdout:Or, if you are only running a single cluster on this host: 2026-02-23T07:05:51.327 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:51.327 INFO:teuthology.orchestra.run.trial140.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-23T07:05:51.327 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:51.327 INFO:teuthology.orchestra.run.trial140.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-23T07:05:51.327 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:51.328 INFO:teuthology.orchestra.run.trial140.stdout: ceph telemetry on 2026-02-23T07:05:51.328 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:51.328 INFO:teuthology.orchestra.run.trial140.stdout:For more information see: 2026-02-23T07:05:51.328 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:51.328 INFO:teuthology.orchestra.run.trial140.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-23T07:05:51.328 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:51.328 INFO:teuthology.orchestra.run.trial140.stdout:Bootstrap complete. 2026-02-23T07:05:51.333 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout static 2026-02-23T07:05:51.340 INFO:teuthology.orchestra.run.trial140.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-23T07:05:51.340 INFO:teuthology.orchestra.run.trial140.stdout:systemctl: stdout inactive 2026-02-23T07:05:51.340 INFO:teuthology.orchestra.run.trial140.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-23T07:05:51.494 INFO:tasks.cephadm:Fetching config... 2026-02-23T07:05:51.494 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:05:51.494 DEBUG:teuthology.orchestra.run.trial140:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-23T07:05:51.511 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-23T07:05:51.511 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:05:51.511 DEBUG:teuthology.orchestra.run.trial140:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-23T07:05:51.567 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-23T07:05:51.567 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:05:51.568 DEBUG:teuthology.orchestra.run.trial140:> sudo dd if=/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-23T07:05:51.656 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-23T07:05:51.657 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:05:51.657 DEBUG:teuthology.orchestra.run.trial140:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-23T07:05:51.718 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-23T07:05:51.719 DEBUG:teuthology.orchestra.run.trial140:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9BErv4lRRwy9wRMXtVZhPAuDM+/MmLSykJkCYHQZFN ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T07:05:51.805 INFO:teuthology.orchestra.run.trial140.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9BErv4lRRwy9wRMXtVZhPAuDM+/MmLSykJkCYHQZFN ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:51.817 DEBUG:teuthology.orchestra.run.trial173:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9BErv4lRRwy9wRMXtVZhPAuDM+/MmLSykJkCYHQZFN ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T07:05:51.852 INFO:teuthology.orchestra.run.trial173.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9BErv4lRRwy9wRMXtVZhPAuDM+/MmLSykJkCYHQZFN ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:51.862 DEBUG:teuthology.orchestra.run.trial196:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9BErv4lRRwy9wRMXtVZhPAuDM+/MmLSykJkCYHQZFN ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T07:05:51.898 INFO:teuthology.orchestra.run.trial196.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9BErv4lRRwy9wRMXtVZhPAuDM+/MmLSykJkCYHQZFN ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:05:51.899 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:51 trial140 ceph-mon[39951]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:51.899 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:51 trial140 ceph-mon[39951]: from='client.14170 -' 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-23T07:05:51.900 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:51 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/2881310008' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-23T07:05:51.900 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:51 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/2787240074' entity='client.admin' 2026-02-23T07:05:51.908 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-23T07:05:52.098 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:05:52.538 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-23T07:05:52.539 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-23T07:05:52.660 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:05:53.082 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial173 2026-02-23T07:05:53.082 DEBUG:teuthology.orchestra.run.trial173:> set -ex 2026-02-23T07:05:53.082 DEBUG:teuthology.orchestra.run.trial173:> dd of=/etc/ceph/ceph.conf 2026-02-23T07:05:53.100 DEBUG:teuthology.orchestra.run.trial173:> set -ex 2026-02-23T07:05:53.100 DEBUG:teuthology.orchestra.run.trial173:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:05:53.157 INFO:tasks.cephadm:Adding host trial173 to orchestrator... 2026-02-23T07:05:53.158 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch host add trial173 2026-02-23T07:05:53.277 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3451848060' entity='client.admin' 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: Certificate for "cephadm-signed_agent_cert (trial140)" is still valid for 1824 days. 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:05:53.475 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:05:54.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:54 trial140 ceph-mon[39951]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:54.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:54 trial140 ceph-mon[39951]: Updating trial140:/etc/ceph/ceph.conf 2026-02-23T07:05:54.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:54.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:54.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:54 trial140 ceph-mon[39951]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial173", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:54.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:54 trial140 ceph-mon[39951]: Updating trial140:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:05:55.127 INFO:teuthology.orchestra.run.trial140.stdout:Added host 'trial173' with addr '10.20.193.173' 2026-02-23T07:05:55.269 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T07:05:55.388 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:05:55.671 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:05:55.671 INFO:teuthology.orchestra.run.trial140.stdout:[{"addr": "10.20.193.140", "hostname": "trial140", "labels": [], "status": ""}, {"addr": "10.20.193.173", "hostname": "trial173", "labels": [], "status": ""}] 2026-02-23T07:05:55.671 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:55 trial140 ceph-mon[39951]: Deploying cephadm binary to trial173 2026-02-23T07:05:55.671 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:55 trial140 ceph-mon[39951]: mgrmap e13: a(active, since 6s) 2026-02-23T07:05:55.672 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:55 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:55.815 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph config-key ls 2026-02-23T07:05:55.930 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:05:56.222 INFO:teuthology.orchestra.run.trial140.stdout:[ 2026-02-23T07:05:56.222 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/10/", 2026-02-23T07:05:56.222 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/10/+mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:05:56.222 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/", 2026-02-23T07:05:56.222 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/auth_debug", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/container_image", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/log_to_file", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/log_to_journald", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/log_to_stderr", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_election_default_strategy", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/debug_ms", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:56.223 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/debug_mon", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/debug_ms", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/debug_paxos", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/debug_ms", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/debug_osd", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-23T07:05:56.224 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/3/", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/3/+global/public_network", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/4/", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/4/+mgr/mgr/cephadm/use_agent", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/5/", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/5/+mgr/mgr/cephadm/migration_current", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/6/", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/6/+mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/7/", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/7/+global/container_image", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/7/-global/container_image", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/8/", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/8/+mgr/mgr/cephadm/container_init", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/9/", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/9/+mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/auth_debug", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/container_image", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/log_to_file", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/log_to_journald", 2026-02-23T07:05:56.225 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/log_to_stderr", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_allow_pool_delete", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_clock_drift_allowed", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_cluster_log_to_file", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_election_default_strategy", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_max_pg_per_osd", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/ms_die_on_bug", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/ms_die_on_old_message", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/public_network", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/debug_mgr", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/debug_ms", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/use_agent", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:05:56.226 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/debug_mon", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/debug_ms", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/debug_paxos", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_data_avail_warn", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/bdev_debug_aio", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/debug_ms", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/debug_osd", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-23T07:05:56.227 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_op_order", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_shutdown", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_mclock_profile", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_memory_target_autotune", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_op_queue", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_scrub_max_interval", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-23T07:05:56.228 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/agent.trial140", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/client_keyrings", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/config_checks", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/host.trial140", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/inventory", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/spec.agent", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/spec.mgr", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/spec.mon", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/accessdb_v2", 2026-02-23T07:05:56.229 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/cluster/status", 2026-02-23T07:05:56.230 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/crt", 2026-02-23T07:05:56.230 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/key", 2026-02-23T07:05:56.230 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/progress/completed", 2026-02-23T07:05:56.230 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/telemetry/collection", 2026-02-23T07:05:56.230 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/telemetry/report_id", 2026-02-23T07:05:56.230 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/telemetry/salt" 2026-02-23T07:05:56.230 INFO:teuthology.orchestra.run.trial140.stdout:] 2026-02-23T07:05:56.365 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-23T07:05:56.480 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:05:56.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:56 trial140 ceph-mon[39951]: Updating trial140:/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:05:56.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:56 trial140 ceph-mon[39951]: Added host trial173 2026-02-23T07:05:56.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:56 trial140 ceph-mon[39951]: Updating trial140:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T07:05:56.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:56 trial140 ceph-mon[39951]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:05:56.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:56 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/2464729231' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:05:56.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:56.729 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:56.729 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:56.910 INFO:teuthology.orchestra.run.trial140.stdout:{"trial140": {"hostname": "trial140", "addr": "10.20.193.140", "labels": [], "status": ""}, "trial173": {"hostname": "trial173", "addr": "10.20.193.173", "labels": [], "status": ""}} 2026-02-23T07:05:57.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:57 trial140 ceph-mon[39951]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-23T07:05:57.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:57 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3184199266' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:05:57.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:57 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:57.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:57 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:57.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:57 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial173", "caps": []} : dispatch 2026-02-23T07:05:57.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:57 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial173", "caps": []}]': finished 2026-02-23T07:05:58.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: Deploying daemon agent.trial173 on trial173 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial173", "name": "osd_memory_target"} : dispatch 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:05:58.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:05:59.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:59 trial140 ceph-mon[39951]: Updating trial173:/etc/ceph/ceph.conf 2026-02-23T07:05:59.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:59 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:05:59.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:05:59 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:00.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:00 trial140 ceph-mon[39951]: Updating trial173:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:00.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:00 trial140 ceph-mon[39951]: Updating trial173:/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:06:01.911 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T07:06:01.935 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:01 trial140 ceph-mon[39951]: Updating trial173:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T07:06:01.935 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:01 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:01.935 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:01 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:01.936 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:01 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:01.936 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:01 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:01.936 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:01 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:01.936 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:01 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:01.936 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:01 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:02.030 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:02.264 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:06:02.264 INFO:teuthology.orchestra.run.trial140.stdout:[{"addr": "10.20.193.140", "hostname": "trial140", "labels": [], "status": ""}, {"addr": "10.20.193.173", "hostname": "trial173", "labels": [], "status": ""}] 2026-02-23T07:06:02.407 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph config-key ls 2026-02-23T07:06:02.566 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:02.848 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:02 trial140 ceph-mon[39951]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:06:02.849 INFO:teuthology.orchestra.run.trial140.stdout:[ 2026-02-23T07:06:02.849 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/10/", 2026-02-23T07:06:02.849 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/10/+mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:06:02.849 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/", 2026-02-23T07:06:02.849 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-23T07:06:02.849 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-23T07:06:02.849 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/auth_debug", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/container_image", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/log_to_file", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/log_to_journald", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/log_to_stderr", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_election_default_strategy", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-23T07:06:02.850 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/debug_ms", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/debug_mon", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/debug_ms", 2026-02-23T07:06:02.851 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/debug_paxos", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/debug_ms", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/debug_osd", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:06:02.852 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/3/", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/3/+global/public_network", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/4/", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/4/+mgr/mgr/cephadm/use_agent", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/5/", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/5/+mgr/mgr/cephadm/migration_current", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/6/", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/6/+mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:06:02.853 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/7/", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/7/+global/container_image", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/7/-global/container_image", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/8/", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/8/+mgr/mgr/cephadm/container_init", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/9/", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/9/+mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/auth_debug", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/container_image", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/log_to_file", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/log_to_journald", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/log_to_stderr", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_allow_pool_delete", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_clock_drift_allowed", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_cluster_log_to_file", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_election_default_strategy", 2026-02-23T07:06:02.854 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_max_pg_per_osd", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/ms_die_on_bug", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/ms_die_on_old_message", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/public_network", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/debug_mgr", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/debug_ms", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/use_agent", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:06:02.855 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/debug_mon", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/debug_ms", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/debug_paxos", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_data_avail_warn", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/bdev_debug_aio", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/debug_ms", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/debug_osd", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_op_order", 2026-02-23T07:06:02.856 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_shutdown", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_mclock_profile", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_memory_target_autotune", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_op_queue", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_scrub_max_interval", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/agent.trial140", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/agent.trial173", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-23T07:06:02.857 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/client_keyrings", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/config_checks", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/host.trial140", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/host.trial140.devices.0", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/host.trial173", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/host.trial173.devices.0", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/inventory", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/spec.agent", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/spec.mgr", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/spec.mon", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/accessdb_v2", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/cluster/status", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/crt", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/key", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/progress/completed", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/telemetry/collection", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/telemetry/report_id", 2026-02-23T07:06:02.858 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/telemetry/salt" 2026-02-23T07:06:02.859 INFO:teuthology.orchestra.run.trial140.stdout:] 2026-02-23T07:06:02.990 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-23T07:06:03.108 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:03.551 INFO:teuthology.orchestra.run.trial140.stdout:{"trial140": {"hostname": "trial140", "addr": "10.20.193.140", "labels": [], "status": ""}, "trial173": {"hostname": "trial173", "addr": "10.20.193.173", "labels": [], "status": ""}} 2026-02-23T07:06:03.552 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial196 2026-02-23T07:06:03.552 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-23T07:06:03.552 DEBUG:teuthology.orchestra.run.trial196:> dd of=/etc/ceph/ceph.conf 2026-02-23T07:06:03.571 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-23T07:06:03.572 DEBUG:teuthology.orchestra.run.trial196:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:06:03.627 INFO:tasks.cephadm:Adding host trial196 to orchestrator... 2026-02-23T07:06:03.627 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch host add trial196 2026-02-23T07:06:03.747 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:03.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:03 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1543061651' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:06:03.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:03 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/4068354675' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:06:05.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:04 trial140 ceph-mon[39951]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial196", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:05.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:04 trial140 ceph-mon[39951]: Deploying cephadm binary to trial196 2026-02-23T07:06:05.605 INFO:teuthology.orchestra.run.trial140.stdout:Added host 'trial196' with addr '10.20.193.196' 2026-02-23T07:06:05.751 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T07:06:05.869 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:06.110 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:06:06.111 INFO:teuthology.orchestra.run.trial140.stdout:[{"addr": "10.20.193.140", "hostname": "trial140", "labels": [], "status": ""}, {"addr": "10.20.193.173", "hostname": "trial173", "labels": [], "status": ""}, {"addr": "10.20.193.196", "hostname": "trial196", "labels": [], "status": ""}] 2026-02-23T07:06:06.252 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph config-key ls 2026-02-23T07:06:06.367 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:06.652 INFO:teuthology.orchestra.run.trial140.stdout:[ 2026-02-23T07:06:06.652 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/10/", 2026-02-23T07:06:06.652 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/10/+mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:06:06.652 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/", 2026-02-23T07:06:06.652 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-23T07:06:06.652 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-23T07:06:06.652 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-23T07:06:06.652 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/auth_debug", 2026-02-23T07:06:06.652 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/container_image", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/log_to_file", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/log_to_journald", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/log_to_stderr", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_election_default_strategy", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-23T07:06:06.653 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/debug_ms", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/debug_mon", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/debug_ms", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/debug_paxos", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-23T07:06:06.654 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/debug_ms", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/debug_osd", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:06:06.655 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/3/", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/3/+global/public_network", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/4/", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/4/+mgr/mgr/cephadm/use_agent", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/5/", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/5/+mgr/mgr/cephadm/migration_current", 2026-02-23T07:06:06.656 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/6/", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/6/+mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/7/", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/7/+global/container_image", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/7/-global/container_image", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/8/", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/8/+mgr/mgr/cephadm/container_init", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/9/", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config-history/9/+mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/auth_debug", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/container_image", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/log_to_file", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/log_to_journald", 2026-02-23T07:06:06.657 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/log_to_stderr", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_allow_pool_delete", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_clock_drift_allowed", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_cluster_log_to_file", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_election_default_strategy", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_max_pg_per_osd", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/ms_die_on_bug", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/ms_die_on_old_message", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/global/public_network", 2026-02-23T07:06:06.658 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/debug_mgr", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/debug_ms", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/cephadm/use_agent", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/debug_mon", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/debug_ms", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/debug_paxos", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_data_avail_warn", 2026-02-23T07:06:06.659 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/bdev_debug_aio", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/debug_ms", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/debug_osd", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_op_order", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_shutdown", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:06:06.660 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_mclock_profile", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_memory_target_autotune", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_op_queue", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_scrub_max_interval", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/agent.trial140", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/agent.trial173", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/client_keyrings", 2026-02-23T07:06:06.661 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/config_checks", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/host.trial140", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/host.trial140.devices.0", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/host.trial173", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/host.trial173.devices.0", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/host.trial196", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/inventory", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/spec.agent", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/spec.mgr", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/spec.mon", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/accessdb_v2", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/cluster/status", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/crt", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/dashboard/key", 2026-02-23T07:06:06.662 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/progress/completed", 2026-02-23T07:06:06.663 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/telemetry/collection", 2026-02-23T07:06:06.663 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/telemetry/report_id", 2026-02-23T07:06:06.663 INFO:teuthology.orchestra.run.trial140.stdout: "mgr/telemetry/salt" 2026-02-23T07:06:06.663 INFO:teuthology.orchestra.run.trial140.stdout:] 2026-02-23T07:06:06.769 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:06.770 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:06 trial140 ceph-mon[39951]: Added host trial196 2026-02-23T07:06:06.770 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:06.770 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:06.770 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:06.770 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:06.770 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial196", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:06.770 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:06.770 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:06.793 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-23T07:06:06.910 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:07.332 INFO:teuthology.orchestra.run.trial140.stdout:{"trial140": {"hostname": "trial140", "addr": "10.20.193.140", "labels": [], "status": ""}, "trial173": {"hostname": "trial173", "addr": "10.20.193.173", "labels": [], "status": ""}, "trial196": {"hostname": "trial196", "addr": "10.20.193.196", "labels": [], "status": ""}} 2026-02-23T07:06:07.333 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-23T07:06:07.333 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd crush tunables default 2026-02-23T07:06:07.452 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:07.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:07 trial140 ceph-mon[39951]: Updating trial196:/etc/ceph/ceph.conf 2026-02-23T07:06:07.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:07 trial140 ceph-mon[39951]: from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:06:07.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:07 trial140 ceph-mon[39951]: Updating trial196:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:07.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:07 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3142863288' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:06:07.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:07 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3399536111' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:06:08.607 INFO:teuthology.orchestra.run.trial140.stderr:adjusted tunables profile to default 2026-02-23T07:06:08.751 INFO:tasks.cephadm:Adding mon.a on trial140 2026-02-23T07:06:08.751 INFO:tasks.cephadm:Adding mon.b on trial173 2026-02-23T07:06:08.751 INFO:tasks.cephadm:Adding mon.c on trial196 2026-02-23T07:06:08.751 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch apply mon '3;trial140:10.20.193.140=a;trial173:10.20.193.173=b;trial196:10.20.193.196=c' 2026-02-23T07:06:08.870 INFO:teuthology.orchestra.run.trial196.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:08.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:08 trial140 ceph-mon[39951]: Updating trial196:/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:06:08.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:08 trial140 ceph-mon[39951]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:08.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:08 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/4199725071' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-23T07:06:09.139 INFO:teuthology.orchestra.run.trial196.stdout:Scheduled mon update... 2026-02-23T07:06:09.277 DEBUG:teuthology.orchestra.run.trial173:mon.b> sudo journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.b.service 2026-02-23T07:06:09.280 DEBUG:teuthology.orchestra.run.trial196:mon.c> sudo journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.c.service 2026-02-23T07:06:09.283 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-23T07:06:09.283 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph mon dump -f json 2026-02-23T07:06:09.443 INFO:teuthology.orchestra.run.trial196.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:09.879 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:09 trial140 ceph-mon[39951]: Updating trial196:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T07:06:09.879 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:09 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/4199725071' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-23T07:06:09.879 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:09 trial140 ceph-mon[39951]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T07:06:09.879 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:09 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:09.879 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:09 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:09.879 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:09 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:09.879 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:09 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:09.879 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:09 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:09.880 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:09 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial196", "caps": []} : dispatch 2026-02-23T07:06:09.880 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:09 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial196", "caps": []}]': finished 2026-02-23T07:06:09.886 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:06:09.887 INFO:teuthology.orchestra.run.trial196.stdout:{"epoch":1,"fsid":"fe4af22c-1085-11f1-b9d5-d404e6e7d460","modified":"2026-02-23T07:05:24.170937Z","created":"2026-02-23T07:05:24.170937Z","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.140:3300","nonce":0},{"type":"v1","addr":"10.20.193.140:6789","nonce":0}]},"addr":"10.20.193.140:6789/0","public_addr":"10.20.193.140:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T07:05:24:170952+0000","crush_location":[]}],"quorum":[0]} 2026-02-23T07:06:09.887 INFO:teuthology.orchestra.run.trial196.stderr:dumped monmap epoch 1 2026-02-23T07:06:10.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='client.14204 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial140:10.20.193.140=a;trial173:10.20.193.173=b;trial196:10.20.193.196=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:10.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: Saving service mon spec with placement trial140:10.20.193.140=a;trial173:10.20.193.173=b;trial196:10.20.193.196=c;count:3 2026-02-23T07:06:10.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: Deploying daemon agent.trial196 on trial196 2026-02-23T07:06:10.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:10.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:10.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:10.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:10.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:10.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='client.? 10.20.193.196:0/3585714822' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:06:10.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:10.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:10.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:10.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:10.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:10.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:10.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:10.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:10 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:11.034 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-23T07:06:11.034 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph mon dump -f json 2026-02-23T07:06:11.175 INFO:teuthology.orchestra.run.trial196.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:11.468 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:06:11.469 INFO:teuthology.orchestra.run.trial196.stdout:{"epoch":1,"fsid":"fe4af22c-1085-11f1-b9d5-d404e6e7d460","modified":"2026-02-23T07:05:24.170937Z","created":"2026-02-23T07:05:24.170937Z","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.140:3300","nonce":0},{"type":"v1","addr":"10.20.193.140:6789","nonce":0}]},"addr":"10.20.193.140:6789/0","public_addr":"10.20.193.140:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T07:05:24:170952+0000","crush_location":[]}],"quorum":[0]} 2026-02-23T07:06:11.469 INFO:teuthology.orchestra.run.trial196.stderr:dumped monmap epoch 1 2026-02-23T07:06:12.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:11 trial140 ceph-mon[39951]: Deploying daemon mon.c on trial196 2026-02-23T07:06:12.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:11 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:12.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:11 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:12.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:11 trial140 ceph-mon[39951]: from='client.? 10.20.193.196:0/559332960' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:06:12.283 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:12 trial196 ceph-mon[40909]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-23T07:06:12.655 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-23T07:06:12.656 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph mon dump -f json 2026-02-23T07:06:12.780 INFO:teuthology.orchestra.run.trial196.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.c/config 2026-02-23T07:06:17.458 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:06:17.458 INFO:teuthology.orchestra.run.trial196.stdout:{"epoch":2,"fsid":"fe4af22c-1085-11f1-b9d5-d404e6e7d460","modified":"2026-02-23T07:06:12.120958Z","created":"2026-02-23T07:05:24.170937Z","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.140:3300","nonce":0},{"type":"v1","addr":"10.20.193.140:6789","nonce":0}]},"addr":"10.20.193.140:6789/0","public_addr":"10.20.193.140:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T07:05:24:170952+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:3300","nonce":0},{"type":"v1","addr":"10.20.193.196:6789","nonce":0}]},"addr":"10.20.193.196:6789/0","public_addr":"10.20.193.196:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T07:06:12:120957+0000","crush_location":[]}],"quorum":[0,1]} 2026-02-23T07:06:17.458 INFO:teuthology.orchestra.run.trial196.stderr:dumped monmap epoch 2 2026-02-23T07:06:17.458 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:06:17.458 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.458 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: mon.a calling monitor election 2026-02-23T07:06:17.458 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.458 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:17.458 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: mon.c calling monitor election 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: monmap epoch 2 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: last_changed 2026-02-23T07:06:12.120958+0000 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: min_mon_release 20 (tentacle) 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: election_strategy: 1 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: fsmap 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: mgrmap e13: a(active, since 29s) 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: overall HEALTH_OK 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:17.459 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:17.460 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:17.460 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:17.460 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:17.460 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:17 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: mon.a calling monitor election 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: mon.c calling monitor election 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-23T07:06:17.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: monmap epoch 2 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: last_changed 2026-02-23T07:06:12.120958+0000 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: min_mon_release 20 (tentacle) 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: election_strategy: 1 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: fsmap 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: mgrmap e13: a(active, since 29s) 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: overall HEALTH_OK 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:17.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:17 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:18 trial140 ceph-mon[39951]: Deploying daemon mon.b on trial173 2026-02-23T07:06:18.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:18 trial140 ceph-mon[39951]: from='client.? 10.20.193.196:0/3327542220' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:06:18.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:18 trial140 ceph-mon[39951]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:18.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:18 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:18.533 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:18 trial196 ceph-mon[40909]: Deploying daemon mon.b on trial173 2026-02-23T07:06:18.533 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:18 trial196 ceph-mon[40909]: from='client.? 10.20.193.196:0/3327542220' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:06:18.533 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:18 trial196 ceph-mon[40909]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:18.533 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:18 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:18.600 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-23T07:06:18.601 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph mon dump -f json 2026-02-23T07:06:18.614 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.614 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T07:06:18.614 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T07:06:18.615 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.615 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.615 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mgrmap e7: a(active, since 1.00336s) 2026-02-23T07:06:18.615 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T07:06:18.615 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T07:06:18.615 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: [23/Feb/2026:07:05:37] ENGINE Bus STARTING 2026-02-23T07:06:18.722 INFO:teuthology.orchestra.run.trial196.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.c/config 2026-02-23T07:06:18.866 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: [23/Feb/2026:07:05:37] ENGINE Serving on http://10.20.193.140:8765 2026-02-23T07:06:18.867 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.867 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/1468434644' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-23T07:06:18.867 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: [23/Feb/2026:07:05:37] ENGINE Serving on https://10.20.193.140:7150 2026-02-23T07:06:18.867 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: [23/Feb/2026:07:05:37] ENGINE Bus STARTED 2026-02-23T07:06:18.867 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: [23/Feb/2026:07:05:37] ENGINE Client ('10.20.193.140', 34480) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T07:06:18.868 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/1468434644' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-23T07:06:18.868 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mgrmap e8: a(active, since 2s) 2026-02-23T07:06:18.868 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.868 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.868 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.868 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.868 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.868 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.869 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.869 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Generating ssh key... 2026-02-23T07:06:18.869 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.869 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial140", "addr": "10.20.193.140", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.869 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Deploying cephadm binary to trial140 2026-02-23T07:06:18.869 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.869 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.869 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.870 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Added host trial140 2026-02-23T07:06:18.870 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.870 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Saving service mon spec with placement count:5 2026-02-23T07:06:18.870 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.870 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.870 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.870 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/1990852854' entity='client.admin' 2026-02-23T07:06:18.870 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.871 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.871 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial140", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:18.871 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' 2026-02-23T07:06:18.871 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial140", "caps": []} : dispatch 2026-02-23T07:06:18.871 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14118 10.20.193.140:0/4020442905' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial140", "caps": []}]': finished 2026-02-23T07:06:18.871 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/185868606' entity='client.admin' 2026-02-23T07:06:18.871 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.871 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Saving service mgr spec with placement count:2 2026-02-23T07:06:18.872 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Deploying daemon agent.trial140 on trial140 2026-02-23T07:06:18.872 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3574198655' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-23T07:06:18.872 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3574198655' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-23T07:06:18.872 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mgrmap e9: a(active, since 8s) 2026-02-23T07:06:18.872 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/317802280' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T07:06:18.872 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Active manager daemon a restarted 2026-02-23T07:06:18.872 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Activating manager daemon a 2026-02-23T07:06:18.872 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: osdmap e3: 0 total, 0 up, 0 in 2026-02-23T07:06:18.872 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mgrmap e10: a(active, starting, since 0.002603s) 2026-02-23T07:06:18.873 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:06:18.873 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T07:06:18.873 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T07:06:18.873 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T07:06:18.873 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T07:06:18.873 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Manager daemon a is now available 2026-02-23T07:06:18.873 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.873 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.873 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T07:06:18.874 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T07:06:18.874 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.874 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial140", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:18.874 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.874 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial140", "caps": []} : dispatch 2026-02-23T07:06:18.874 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mgrmap e11: a(active, since 1.00756s) 2026-02-23T07:06:18.874 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: [23/Feb/2026:07:05:47] ENGINE Bus STARTING 2026-02-23T07:06:18.874 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: [23/Feb/2026:07:05:47] ENGINE Serving on https://10.20.193.140:7150 2026-02-23T07:06:18.874 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: [23/Feb/2026:07:05:47] ENGINE Client ('10.20.193.140', 34814) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T07:06:18.874 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: [23/Feb/2026:07:05:48] ENGINE Serving on http://10.20.193.140:8765 2026-02-23T07:06:18.874 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: [23/Feb/2026:07:05:48] ENGINE Bus STARTED 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Deploying daemon agent.trial140 on trial140 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mgrmap e12: a(active, since 3s) 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14170 -' 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-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/2881310008' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-23T07:06:18.875 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/2787240074' entity='client.admin' 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3451848060' entity='client.admin' 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Certificate for "cephadm-signed_agent_cert (trial140)" is still valid for 1824 days. 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial140:/etc/ceph/ceph.conf 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial173", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial140:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Deploying cephadm binary to trial173 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mgrmap e13: a(active, since 6s) 2026-02-23T07:06:18.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial140:/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Added host trial173 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial140:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/2464729231' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3184199266' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.878 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial173", "caps": []} : dispatch 2026-02-23T07:06:18.879 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial173", "caps": []}]': finished 2026-02-23T07:06:18.879 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Deploying daemon agent.trial173 on trial173 2026-02-23T07:06:18.879 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.879 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.879 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.879 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.879 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.879 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.879 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.879 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.879 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial173", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial173:/etc/ceph/ceph.conf 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial173:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial173:/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial173:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/1543061651' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/4068354675' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial196", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Deploying cephadm binary to trial196 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Added host trial196 2026-02-23T07:06:18.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial196", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial196:/etc/ceph/ceph.conf 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial196:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3142863288' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3399536111' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial196:/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:06:18.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/4199725071' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Updating trial196:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/4199725071' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial196", "caps": []} : dispatch 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial196", "caps": []}]': finished 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.14204 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial140:10.20.193.140=a;trial173:10.20.193.173=b;trial196:10.20.193.196=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:18.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Saving service mon spec with placement trial140:10.20.193.140=a;trial173:10.20.193.173=b;trial196:10.20.193.196=c;count:3 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Deploying daemon agent.trial196 on trial196 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.196:0/3585714822' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:18.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Deploying daemon mon.c on trial196 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.196:0/559332960' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mon.a calling monitor election 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:18.885 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mon.c calling monitor election 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: monmap epoch 2 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: last_changed 2026-02-23T07:06:12.120958+0000 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: min_mon_release 20 (tentacle) 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: election_strategy: 1 2026-02-23T07:06:18.886 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: fsmap 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mgrmap e13: a(active, since 29s) 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: overall HEALTH_OK 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:18.887 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:18.888 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: Deploying daemon mon.b on trial173 2026-02-23T07:06:18.888 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='client.? 10.20.193.196:0/3327542220' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:06:18.888 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:18.888 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:18.888 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:18 trial173 ceph-mon[40904]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-23T07:06:23.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:06:23.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: mon.a calling monitor election 2026-02-23T07:06:23.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:23.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: mon.c calling monitor election 2026-02-23T07:06:23.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: mon.b calling monitor election 2026-02-23T07:06:23.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:23.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:23.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: monmap epoch 3 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: last_changed 2026-02-23T07:06:18.615299+0000 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: min_mon_release 20 (tentacle) 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: election_strategy: 1 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: 2: [v2:10.20.193.173:3300/0,v1:10.20.193.173:6789/0] mon.b 2026-02-23T07:06:23.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: fsmap 2026-02-23T07:06:23.940 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T07:06:23.940 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: mgrmap e13: a(active, since 36s) 2026-02-23T07:06:23.940 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: overall HEALTH_OK 2026-02-23T07:06:23.940 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:23.940 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:23 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:23.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: mon.a calling monitor election 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: mon.c calling monitor election 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: mon.b calling monitor election 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: monmap epoch 3 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: last_changed 2026-02-23T07:06:18.615299+0000 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: min_mon_release 20 (tentacle) 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: election_strategy: 1 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: 2: [v2:10.20.193.173:3300/0,v1:10.20.193.173:6789/0] mon.b 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: fsmap 2026-02-23T07:06:23.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T07:06:23.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: mgrmap e13: a(active, since 36s) 2026-02-23T07:06:23.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: overall HEALTH_OK 2026-02-23T07:06:23.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:23.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:23 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:06:24.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: mon.a calling monitor election 2026-02-23T07:06:24.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:24.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:06:24.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: mon.c calling monitor election 2026-02-23T07:06:24.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: mon.b calling monitor election 2026-02-23T07:06:24.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:24.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:24.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:24.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:24.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:24.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:24.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:24.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T07:06:24.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: monmap epoch 3 2026-02-23T07:06:24.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:06:24.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: last_changed 2026-02-23T07:06:18.615299+0000 2026-02-23T07:06:24.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:06:24.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: min_mon_release 20 (tentacle) 2026-02-23T07:06:24.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: election_strategy: 1 2026-02-23T07:06:24.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a 2026-02-23T07:06:24.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c 2026-02-23T07:06:24.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: 2: [v2:10.20.193.173:3300/0,v1:10.20.193.173:6789/0] mon.b 2026-02-23T07:06:24.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: fsmap 2026-02-23T07:06:24.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T07:06:24.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: mgrmap e13: a(active, since 36s) 2026-02-23T07:06:24.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: overall HEALTH_OK 2026-02-23T07:06:24.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.038 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:23 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.916 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:24 trial196 ceph-mon[40909]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:24.917 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:24 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:24.917 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:24 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:24.917 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:24 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:24.917 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:24 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.917 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:24 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.917 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:24 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.917 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:24 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:24.917 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:24 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.917 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:24 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.918 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:24 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:24 trial173 ceph-mon[40904]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:24.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:24 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:24.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:24 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:24.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:24 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:24.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:24 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:24 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:24 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:24 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:24.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:24 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:24 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:24 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:24 trial140 ceph-mon[39951]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:24.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:24 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:24.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:24 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:24.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:24 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:24.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:24 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:24 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:24 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:24 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:06:24.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:24 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:24 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:24.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:24 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.002 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:06:25.002 INFO:teuthology.orchestra.run.trial196.stdout:{"epoch":3,"fsid":"fe4af22c-1085-11f1-b9d5-d404e6e7d460","modified":"2026-02-23T07:06:18.615299Z","created":"2026-02-23T07:05:24.170937Z","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.140:3300","nonce":0},{"type":"v1","addr":"10.20.193.140:6789","nonce":0}]},"addr":"10.20.193.140:6789/0","public_addr":"10.20.193.140:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T07:05:24:170952+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:3300","nonce":0},{"type":"v1","addr":"10.20.193.196:6789","nonce":0}]},"addr":"10.20.193.196:6789/0","public_addr":"10.20.193.196:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T07:06:12:120957+0000","crush_location":[]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:3300","nonce":0},{"type":"v1","addr":"10.20.193.173:6789","nonce":0}]},"addr":"10.20.193.173:6789/0","public_addr":"10.20.193.173:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T07:06:18:615298+0000","crush_location":[]}],"quorum":[0,1,2]} 2026-02-23T07:06:25.003 INFO:teuthology.orchestra.run.trial196.stderr:dumped monmap epoch 3 2026-02-23T07:06:25.145 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-23T07:06:25.145 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-23T07:06:25.265 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:25.507 INFO:teuthology.orchestra.run.trial140.stdout:# minimal ceph.conf for fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:06:25.507 INFO:teuthology.orchestra.run.trial140.stdout:[global] 2026-02-23T07:06:25.507 INFO:teuthology.orchestra.run.trial140.stdout: fsid = fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:06:25.508 INFO:teuthology.orchestra.run.trial140.stdout: mon_host = [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] [v2:10.20.193.173:3300/0,v1:10.20.193.173:6789/0] [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] 2026-02-23T07:06:25.648 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-23T07:06:25.648 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:06:25.648 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/etc/ceph/ceph.conf 2026-02-23T07:06:25.675 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:06:25.675 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:06:25.740 DEBUG:teuthology.orchestra.run.trial173:> set -ex 2026-02-23T07:06:25.740 DEBUG:teuthology.orchestra.run.trial173:> sudo dd of=/etc/ceph/ceph.conf 2026-02-23T07:06:25.768 DEBUG:teuthology.orchestra.run.trial173:> set -ex 2026-02-23T07:06:25.768 DEBUG:teuthology.orchestra.run.trial173:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:06:25.835 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-23T07:06:25.835 DEBUG:teuthology.orchestra.run.trial196:> sudo dd of=/etc/ceph/ceph.conf 2026-02-23T07:06:25.864 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-23T07:06:25.865 DEBUG:teuthology.orchestra.run.trial196:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:06:25.931 INFO:tasks.cephadm:Adding mgr.a on trial140 2026-02-23T07:06:25.932 INFO:tasks.cephadm:Adding mgr.b on trial173 2026-02-23T07:06:25.932 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch apply mgr '2;trial140=a;trial173=b' 2026-02-23T07:06:25.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: Updating trial140:/etc/ceph/ceph.conf 2026-02-23T07:06:25.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: Updating trial173:/etc/ceph/ceph.conf 2026-02-23T07:06:25.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: Updating trial196:/etc/ceph/ceph.conf 2026-02-23T07:06:25.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='client.? 10.20.193.196:0/4152762541' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3629377446' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:25 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: Updating trial140:/etc/ceph/ceph.conf 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: Updating trial173:/etc/ceph/ceph.conf 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: Updating trial196:/etc/ceph/ceph.conf 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='client.? 10.20.193.196:0/4152762541' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3629377446' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:25 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.993 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: Updating trial140:/etc/ceph/ceph.conf 2026-02-23T07:06:25.993 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: Updating trial173:/etc/ceph/ceph.conf 2026-02-23T07:06:25.993 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: Updating trial196:/etc/ceph/ceph.conf 2026-02-23T07:06:25.993 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='client.? 10.20.193.196:0/4152762541' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:06:25.993 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.993 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/3629377446' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:25.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:25 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:26.089 INFO:teuthology.orchestra.run.trial196.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.c/config 2026-02-23T07:06:26.344 INFO:teuthology.orchestra.run.trial196.stdout:Scheduled mgr update... 2026-02-23T07:06:26.485 DEBUG:teuthology.orchestra.run.trial173:mgr.b> sudo journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mgr.b.service 2026-02-23T07:06:26.487 DEBUG:tasks.cephadm:set 0 configs 2026-02-23T07:06:26.487 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph config dump 2026-02-23T07:06:26.625 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:26.863 INFO:teuthology.orchestra.run.trial140.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-23T07:06:26.864 INFO:teuthology.orchestra.run.trial140.stdout:global dev auth_debug true 2026-02-23T07:06:26.864 INFO:teuthology.orchestra.run.trial140.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2 * 2026-02-23T07:06:26.864 INFO:teuthology.orchestra.run.trial140.stdout:global dev debug_asserts_on_shutdown true 2026-02-23T07:06:26.864 INFO:teuthology.orchestra.run.trial140.stdout:global basic log_to_file true 2026-02-23T07:06:26.864 INFO:teuthology.orchestra.run.trial140.stdout:global basic log_to_journald false 2026-02-23T07:06:26.864 INFO:teuthology.orchestra.run.trial140.stdout:global basic log_to_stderr false 2026-02-23T07:06:26.864 INFO:teuthology.orchestra.run.trial140.stdout:global advanced mon_allow_pool_delete true 2026-02-23T07:06:26.864 INFO:teuthology.orchestra.run.trial140.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.stdout:global advanced mon_cluster_log_to_file true 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.stdout:global advanced mon_election_default_strategy 3 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.stdout:global dev ms_die_on_bug true 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.stdout:global dev ms_die_on_old_message true 2026-02-23T07:06:26.865 INFO:teuthology.orchestra.run.trial140.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-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced debug_mon 20/20 2026-02-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced debug_ms 1/1 2026-02-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced debug_paxos 20/20 2026-02-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced mon_data_avail_warn 5 2026-02-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-23T07:06:26.866 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mgr advanced debug_mgr 20/20 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mgr advanced debug_ms 1/1 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mgr advanced mgr/cephadm/use_agent true * 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-23T07:06:26.867 INFO:teuthology.orchestra.run.trial140.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-23T07:06:26.868 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: Updating trial140:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:26.868 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: Updating trial196:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:26.868 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: Updating trial173:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:26.868 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:26.868 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:26.868 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:06:26.868 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:26.869 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:26.869 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:26.869 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:26.869 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:06:26.869 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:06:26.869 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:26.869 INFO:teuthology.orchestra.run.trial140.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-23T07:06:26.869 INFO:teuthology.orchestra.run.trial140.stdout:osd dev bdev_debug_aio true 2026-02-23T07:06:26.869 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced debug_ms 1/1 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced debug_osd 20/20 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd dev osd_debug_misdirected_ops true 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd dev osd_debug_op_order true 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd dev osd_debug_shutdown true 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-23T07:06:26.870 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced osd_memory_target_autotune true 2026-02-23T07:06:26.871 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced osd_op_queue debug_random * 2026-02-23T07:06:26.871 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-23T07:06:26.871 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced osd_recover_clone_overlap true 2026-02-23T07:06:26.871 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-23T07:06:26.871 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-23T07:06:26.871 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-23T07:06:26.871 INFO:teuthology.orchestra.run.trial140.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-23T07:06:26.871 INFO:teuthology.orchestra.run.trial140.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-23T07:06:26.871 INFO:teuthology.orchestra.run.trial140.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-23T07:06:26.871 INFO:teuthology.orchestra.run.trial140.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-23T07:06:26.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: Updating trial140:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:26.876 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: Updating trial196:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:26.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: Updating trial173:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:26.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:26.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:26.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:06:26.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:26.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:26.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:26.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:26.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:06:26.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:06:26.877 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:27.005 INFO:tasks.cephadm:Deploying OSDs... 2026-02-23T07:06:27.005 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-23T07:06:27.006 DEBUG:teuthology.orchestra.run.trial140:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T07:06:27.022 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-23T07:06:27.023 DEBUG:teuthology.orchestra.run.trial140:> stat /dev/vg_nvme/lv_1 2026-02-23T07:06:27.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: Updating trial140:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:27.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: Updating trial196:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:27.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: Updating trial173:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/config/ceph.conf 2026-02-23T07:06:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:06:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:06:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:06:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:27.081 INFO:teuthology.orchestra.run.trial140.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T07:06:27.081 INFO:teuthology.orchestra.run.trial140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:27.081 INFO:teuthology.orchestra.run.trial140.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-23T07:06:27.081 INFO:teuthology.orchestra.run.trial140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:27.081 INFO:teuthology.orchestra.run.trial140.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:27.081 INFO:teuthology.orchestra.run.trial140.stdout:Access: 2026-02-23 07:06:13.163000373 +0000 2026-02-23T07:06:27.081 INFO:teuthology.orchestra.run.trial140.stdout:Modify: 2026-02-23 07:03:22.796801942 +0000 2026-02-23T07:06:27.082 INFO:teuthology.orchestra.run.trial140.stdout:Change: 2026-02-23 07:03:22.796801942 +0000 2026-02-23T07:06:27.082 INFO:teuthology.orchestra.run.trial140.stdout: Birth: 2026-02-23 07:03:22.796801942 +0000 2026-02-23T07:06:27.082 DEBUG:teuthology.orchestra.run.trial140:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T07:06:27.145 INFO:teuthology.orchestra.run.trial140.stderr:1+0 records in 2026-02-23T07:06:27.145 INFO:teuthology.orchestra.run.trial140.stderr:1+0 records out 2026-02-23T07:06:27.145 INFO:teuthology.orchestra.run.trial140.stderr:512 bytes copied, 0.000163976 s, 3.1 MB/s 2026-02-23T07:06:27.147 DEBUG:teuthology.orchestra.run.trial140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T07:06:27.204 DEBUG:teuthology.orchestra.run.trial140:> stat /dev/vg_nvme/lv_2 2026-02-23T07:06:27.262 INFO:teuthology.orchestra.run.trial140.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T07:06:27.262 INFO:teuthology.orchestra.run.trial140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:27.262 INFO:teuthology.orchestra.run.trial140.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-23T07:06:27.262 INFO:teuthology.orchestra.run.trial140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:27.262 INFO:teuthology.orchestra.run.trial140.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:27.262 INFO:teuthology.orchestra.run.trial140.stdout:Access: 2026-02-23 07:06:13.163000373 +0000 2026-02-23T07:06:27.262 INFO:teuthology.orchestra.run.trial140.stdout:Modify: 2026-02-23 07:03:22.796801942 +0000 2026-02-23T07:06:27.262 INFO:teuthology.orchestra.run.trial140.stdout:Change: 2026-02-23 07:03:22.796801942 +0000 2026-02-23T07:06:27.263 INFO:teuthology.orchestra.run.trial140.stdout: Birth: 2026-02-23 07:03:22.796801942 +0000 2026-02-23T07:06:27.263 DEBUG:teuthology.orchestra.run.trial140:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T07:06:27.325 INFO:teuthology.orchestra.run.trial140.stderr:1+0 records in 2026-02-23T07:06:27.325 INFO:teuthology.orchestra.run.trial140.stderr:1+0 records out 2026-02-23T07:06:27.325 INFO:teuthology.orchestra.run.trial140.stderr:512 bytes copied, 0.000149539 s, 3.4 MB/s 2026-02-23T07:06:27.326 DEBUG:teuthology.orchestra.run.trial140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T07:06:27.383 DEBUG:teuthology.orchestra.run.trial140:> stat /dev/vg_nvme/lv_3 2026-02-23T07:06:27.440 INFO:teuthology.orchestra.run.trial140.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T07:06:27.440 INFO:teuthology.orchestra.run.trial140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:27.440 INFO:teuthology.orchestra.run.trial140.stdout:Device: 6h/6d Inode: 1305 Links: 1 2026-02-23T07:06:27.440 INFO:teuthology.orchestra.run.trial140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:27.440 INFO:teuthology.orchestra.run.trial140.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:27.440 INFO:teuthology.orchestra.run.trial140.stdout:Access: 2026-02-23 07:06:13.163000373 +0000 2026-02-23T07:06:27.441 INFO:teuthology.orchestra.run.trial140.stdout:Modify: 2026-02-23 07:03:22.796801942 +0000 2026-02-23T07:06:27.441 INFO:teuthology.orchestra.run.trial140.stdout:Change: 2026-02-23 07:03:22.796801942 +0000 2026-02-23T07:06:27.441 INFO:teuthology.orchestra.run.trial140.stdout: Birth: 2026-02-23 07:03:22.796801942 +0000 2026-02-23T07:06:27.441 DEBUG:teuthology.orchestra.run.trial140:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T07:06:27.502 INFO:teuthology.orchestra.run.trial140.stderr:1+0 records in 2026-02-23T07:06:27.502 INFO:teuthology.orchestra.run.trial140.stderr:1+0 records out 2026-02-23T07:06:27.502 INFO:teuthology.orchestra.run.trial140.stderr:512 bytes copied, 0.000153106 s, 3.3 MB/s 2026-02-23T07:06:27.503 DEBUG:teuthology.orchestra.run.trial140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T07:06:27.561 DEBUG:teuthology.orchestra.run.trial140:> stat /dev/vg_nvme/lv_4 2026-02-23T07:06:27.617 INFO:teuthology.orchestra.run.trial140.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T07:06:27.618 INFO:teuthology.orchestra.run.trial140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:27.618 INFO:teuthology.orchestra.run.trial140.stdout:Device: 6h/6d Inode: 1287 Links: 1 2026-02-23T07:06:27.618 INFO:teuthology.orchestra.run.trial140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:27.618 INFO:teuthology.orchestra.run.trial140.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:27.618 INFO:teuthology.orchestra.run.trial140.stdout:Access: 2026-02-23 07:06:13.164000363 +0000 2026-02-23T07:06:27.618 INFO:teuthology.orchestra.run.trial140.stdout:Modify: 2026-02-23 07:03:22.795801979 +0000 2026-02-23T07:06:27.618 INFO:teuthology.orchestra.run.trial140.stdout:Change: 2026-02-23 07:03:22.795801979 +0000 2026-02-23T07:06:27.618 INFO:teuthology.orchestra.run.trial140.stdout: Birth: 2026-02-23 07:03:22.795801979 +0000 2026-02-23T07:06:27.619 DEBUG:teuthology.orchestra.run.trial140:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T07:06:27.681 INFO:teuthology.orchestra.run.trial140.stderr:1+0 records in 2026-02-23T07:06:27.681 INFO:teuthology.orchestra.run.trial140.stderr:1+0 records out 2026-02-23T07:06:27.681 INFO:teuthology.orchestra.run.trial140.stderr:512 bytes copied, 0.00014984 s, 3.4 MB/s 2026-02-23T07:06:27.683 DEBUG:teuthology.orchestra.run.trial140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T07:06:27.741 DEBUG:teuthology.orchestra.run.trial173:> set -ex 2026-02-23T07:06:27.741 DEBUG:teuthology.orchestra.run.trial173:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T07:06:27.759 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-23T07:06:27.759 DEBUG:teuthology.orchestra.run.trial173:> stat /dev/vg_nvme/lv_1 2026-02-23T07:06:27.817 INFO:teuthology.orchestra.run.trial173.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T07:06:27.817 INFO:teuthology.orchestra.run.trial173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:27.817 INFO:teuthology.orchestra.run.trial173.stdout:Device: 6h/6d Inode: 1298 Links: 1 2026-02-23T07:06:27.817 INFO:teuthology.orchestra.run.trial173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:27.818 INFO:teuthology.orchestra.run.trial173.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:27.818 INFO:teuthology.orchestra.run.trial173.stdout:Access: 2026-02-23 07:06:24.969943640 +0000 2026-02-23T07:06:27.818 INFO:teuthology.orchestra.run.trial173.stdout:Modify: 2026-02-23 07:03:22.784357110 +0000 2026-02-23T07:06:27.818 INFO:teuthology.orchestra.run.trial173.stdout:Change: 2026-02-23 07:03:22.784357110 +0000 2026-02-23T07:06:27.818 INFO:teuthology.orchestra.run.trial173.stdout: Birth: 2026-02-23 07:03:22.784357110 +0000 2026-02-23T07:06:27.818 DEBUG:teuthology.orchestra.run.trial173:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T07:06:27.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: Reconfiguring mon.a (unknown last config time)... 2026-02-23T07:06:27.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: Reconfiguring daemon mon.a on trial140 2026-02-23T07:06:27.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial140=a;trial173=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:27.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: Saving service mgr spec with placement trial140=a;trial173=b;count:2 2026-02-23T07:06:27.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: Reconfiguring mgr.a (unknown last config time)... 2026-02-23T07:06:27.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: Reconfiguring daemon mgr.a on trial140 2026-02-23T07:06:27.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: Reconfiguring mon.b (monmap changed)... 2026-02-23T07:06:27.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:27.882 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: Reconfiguring daemon mon.b on trial173 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/2274415681' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:27.883 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:27.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:27.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:06:27.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-23T07:06:27.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:06:27.884 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:27 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:27.931 INFO:teuthology.orchestra.run.trial173.stderr:1+0 records in 2026-02-23T07:06:27.932 INFO:teuthology.orchestra.run.trial173.stderr:1+0 records out 2026-02-23T07:06:27.932 INFO:teuthology.orchestra.run.trial173.stderr:512 bytes copied, 0.00016159 s, 3.2 MB/s 2026-02-23T07:06:27.933 DEBUG:teuthology.orchestra.run.trial173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T07:06:27.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: Reconfiguring mon.a (unknown last config time)... 2026-02-23T07:06:27.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: Reconfiguring daemon mon.a on trial140 2026-02-23T07:06:27.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial140=a;trial173=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:27.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: Saving service mgr spec with placement trial140=a;trial173=b;count:2 2026-02-23T07:06:27.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: Reconfiguring mgr.a (unknown last config time)... 2026-02-23T07:06:27.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: Reconfiguring daemon mgr.a on trial140 2026-02-23T07:06:27.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: Reconfiguring mon.b (monmap changed)... 2026-02-23T07:06:27.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:27.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: Reconfiguring daemon mon.b on trial173 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/2274415681' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:27.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:27.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:27.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:06:27.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-23T07:06:27.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:06:27.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:27 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:27.991 DEBUG:teuthology.orchestra.run.trial173:> stat /dev/vg_nvme/lv_2 2026-02-23T07:06:28.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: Reconfiguring mon.a (unknown last config time)... 2026-02-23T07:06:28.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: Reconfiguring daemon mon.a on trial140 2026-02-23T07:06:28.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial140=a;trial173=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:28.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: Saving service mgr spec with placement trial140=a;trial173=b;count:2 2026-02-23T07:06:28.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: Reconfiguring mgr.a (unknown last config time)... 2026-02-23T07:06:28.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: Reconfiguring daemon mgr.a on trial140 2026-02-23T07:06:28.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: Reconfiguring mon.b (monmap changed)... 2026-02-23T07:06:28.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:28.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:06:28.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:28.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: Reconfiguring daemon mon.b on trial173 2026-02-23T07:06:28.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/2274415681' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:06:28.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-23T07:06:28.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:06:28.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:27 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:28.048 INFO:teuthology.orchestra.run.trial173.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T07:06:28.048 INFO:teuthology.orchestra.run.trial173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:28.048 INFO:teuthology.orchestra.run.trial173.stdout:Device: 6h/6d Inode: 1306 Links: 1 2026-02-23T07:06:28.048 INFO:teuthology.orchestra.run.trial173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:28.048 INFO:teuthology.orchestra.run.trial173.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:28.048 INFO:teuthology.orchestra.run.trial173.stdout:Access: 2026-02-23 07:06:28.037831429 +0000 2026-02-23T07:06:28.048 INFO:teuthology.orchestra.run.trial173.stdout:Modify: 2026-02-23 07:03:22.784357110 +0000 2026-02-23T07:06:28.048 INFO:teuthology.orchestra.run.trial173.stdout:Change: 2026-02-23 07:03:22.784357110 +0000 2026-02-23T07:06:28.048 INFO:teuthology.orchestra.run.trial173.stdout: Birth: 2026-02-23 07:03:22.784357110 +0000 2026-02-23T07:06:28.049 DEBUG:teuthology.orchestra.run.trial173:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T07:06:28.114 INFO:teuthology.orchestra.run.trial173.stderr:1+0 records in 2026-02-23T07:06:28.114 INFO:teuthology.orchestra.run.trial173.stderr:1+0 records out 2026-02-23T07:06:28.114 INFO:teuthology.orchestra.run.trial173.stderr:512 bytes copied, 0.000158895 s, 3.2 MB/s 2026-02-23T07:06:28.115 DEBUG:teuthology.orchestra.run.trial173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T07:06:28.173 DEBUG:teuthology.orchestra.run.trial173:> stat /dev/vg_nvme/lv_3 2026-02-23T07:06:28.231 INFO:teuthology.orchestra.run.trial173.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T07:06:28.232 INFO:teuthology.orchestra.run.trial173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:28.232 INFO:teuthology.orchestra.run.trial173.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-23T07:06:28.232 INFO:teuthology.orchestra.run.trial173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:28.232 INFO:teuthology.orchestra.run.trial173.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:28.232 INFO:teuthology.orchestra.run.trial173.stdout:Access: 2026-02-23 07:06:28.037831429 +0000 2026-02-23T07:06:28.232 INFO:teuthology.orchestra.run.trial173.stdout:Modify: 2026-02-23 07:03:22.784357110 +0000 2026-02-23T07:06:28.232 INFO:teuthology.orchestra.run.trial173.stdout:Change: 2026-02-23 07:03:22.784357110 +0000 2026-02-23T07:06:28.232 INFO:teuthology.orchestra.run.trial173.stdout: Birth: 2026-02-23 07:03:22.784357110 +0000 2026-02-23T07:06:28.233 DEBUG:teuthology.orchestra.run.trial173:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T07:06:28.296 INFO:teuthology.orchestra.run.trial173.stderr:1+0 records in 2026-02-23T07:06:28.297 INFO:teuthology.orchestra.run.trial173.stderr:1+0 records out 2026-02-23T07:06:28.297 INFO:teuthology.orchestra.run.trial173.stderr:512 bytes copied, 0.000174684 s, 2.9 MB/s 2026-02-23T07:06:28.298 DEBUG:teuthology.orchestra.run.trial173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T07:06:28.356 DEBUG:teuthology.orchestra.run.trial173:> stat /dev/vg_nvme/lv_4 2026-02-23T07:06:28.411 INFO:teuthology.orchestra.run.trial173.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T07:06:28.411 INFO:teuthology.orchestra.run.trial173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:28.411 INFO:teuthology.orchestra.run.trial173.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-23T07:06:28.411 INFO:teuthology.orchestra.run.trial173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:28.411 INFO:teuthology.orchestra.run.trial173.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:28.412 INFO:teuthology.orchestra.run.trial173.stdout:Access: 2026-02-23 07:06:28.037831429 +0000 2026-02-23T07:06:28.412 INFO:teuthology.orchestra.run.trial173.stdout:Modify: 2026-02-23 07:03:22.785357071 +0000 2026-02-23T07:06:28.412 INFO:teuthology.orchestra.run.trial173.stdout:Change: 2026-02-23 07:03:22.785357071 +0000 2026-02-23T07:06:28.412 INFO:teuthology.orchestra.run.trial173.stdout: Birth: 2026-02-23 07:03:22.785357071 +0000 2026-02-23T07:06:28.412 DEBUG:teuthology.orchestra.run.trial173:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T07:06:28.474 INFO:teuthology.orchestra.run.trial173.stderr:1+0 records in 2026-02-23T07:06:28.475 INFO:teuthology.orchestra.run.trial173.stderr:1+0 records out 2026-02-23T07:06:28.475 INFO:teuthology.orchestra.run.trial173.stderr:512 bytes copied, 0.000166079 s, 3.1 MB/s 2026-02-23T07:06:28.476 DEBUG:teuthology.orchestra.run.trial173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T07:06:28.535 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-23T07:06:28.535 DEBUG:teuthology.orchestra.run.trial196:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T07:06:28.554 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-23T07:06:28.555 DEBUG:teuthology.orchestra.run.trial196:> stat /dev/vg_nvme/lv_1 2026-02-23T07:06:28.611 INFO:teuthology.orchestra.run.trial196.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T07:06:28.612 INFO:teuthology.orchestra.run.trial196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:28.612 INFO:teuthology.orchestra.run.trial196.stdout:Device: 6h/6d Inode: 1289 Links: 1 2026-02-23T07:06:28.612 INFO:teuthology.orchestra.run.trial196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:28.612 INFO:teuthology.orchestra.run.trial196.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:28.612 INFO:teuthology.orchestra.run.trial196.stdout:Access: 2026-02-23 07:06:24.912230642 +0000 2026-02-23T07:06:28.612 INFO:teuthology.orchestra.run.trial196.stdout:Modify: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:28.612 INFO:teuthology.orchestra.run.trial196.stdout:Change: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:28.612 INFO:teuthology.orchestra.run.trial196.stdout: Birth: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:28.613 DEBUG:teuthology.orchestra.run.trial196:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T07:06:28.678 INFO:teuthology.orchestra.run.trial196.stderr:1+0 records in 2026-02-23T07:06:28.678 INFO:teuthology.orchestra.run.trial196.stderr:1+0 records out 2026-02-23T07:06:28.678 INFO:teuthology.orchestra.run.trial196.stderr:512 bytes copied, 0.000153384 s, 3.3 MB/s 2026-02-23T07:06:28.679 DEBUG:teuthology.orchestra.run.trial196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T07:06:28.738 DEBUG:teuthology.orchestra.run.trial196:> stat /dev/vg_nvme/lv_2 2026-02-23T07:06:28.795 INFO:teuthology.orchestra.run.trial196.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T07:06:28.796 INFO:teuthology.orchestra.run.trial196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:28.796 INFO:teuthology.orchestra.run.trial196.stdout:Device: 6h/6d Inode: 1288 Links: 1 2026-02-23T07:06:28.796 INFO:teuthology.orchestra.run.trial196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:28.796 INFO:teuthology.orchestra.run.trial196.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:28.796 INFO:teuthology.orchestra.run.trial196.stdout:Access: 2026-02-23 07:06:24.912230642 +0000 2026-02-23T07:06:28.796 INFO:teuthology.orchestra.run.trial196.stdout:Modify: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:28.796 INFO:teuthology.orchestra.run.trial196.stdout:Change: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:28.796 INFO:teuthology.orchestra.run.trial196.stdout: Birth: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:28.797 DEBUG:teuthology.orchestra.run.trial196:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T07:06:28.859 INFO:teuthology.orchestra.run.trial196.stderr:1+0 records in 2026-02-23T07:06:28.859 INFO:teuthology.orchestra.run.trial196.stderr:1+0 records out 2026-02-23T07:06:28.859 INFO:teuthology.orchestra.run.trial196.stderr:512 bytes copied, 0.000144989 s, 3.5 MB/s 2026-02-23T07:06:28.860 DEBUG:teuthology.orchestra.run.trial196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T07:06:28.917 DEBUG:teuthology.orchestra.run.trial196:> stat /dev/vg_nvme/lv_3 2026-02-23T07:06:28.975 INFO:teuthology.orchestra.run.trial196.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T07:06:28.975 INFO:teuthology.orchestra.run.trial196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:28.975 INFO:teuthology.orchestra.run.trial196.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-23T07:06:28.976 INFO:teuthology.orchestra.run.trial196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:28.976 INFO:teuthology.orchestra.run.trial196.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:28.976 INFO:teuthology.orchestra.run.trial196.stdout:Access: 2026-02-23 07:06:24.912230642 +0000 2026-02-23T07:06:28.976 INFO:teuthology.orchestra.run.trial196.stdout:Modify: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:28.976 INFO:teuthology.orchestra.run.trial196.stdout:Change: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:28.976 INFO:teuthology.orchestra.run.trial196.stdout: Birth: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:28.976 DEBUG:teuthology.orchestra.run.trial196:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: Reconfiguring mon.c (monmap changed)... 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: Reconfiguring daemon mon.c on trial196 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: Deploying daemon mgr.b on trial173 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:28.997 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:28.998 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:28 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: Reconfiguring mon.c (monmap changed)... 2026-02-23T07:06:29.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: Reconfiguring daemon mon.c on trial196 2026-02-23T07:06:29.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: Deploying daemon mgr.b on trial173 2026-02-23T07:06:29.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:29.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:29.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:29.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:29.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:28 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.040 INFO:teuthology.orchestra.run.trial196.stderr:1+0 records in 2026-02-23T07:06:29.040 INFO:teuthology.orchestra.run.trial196.stderr:1+0 records out 2026-02-23T07:06:29.040 INFO:teuthology.orchestra.run.trial196.stderr:512 bytes copied, 0.000168282 s, 3.0 MB/s 2026-02-23T07:06:29.042 DEBUG:teuthology.orchestra.run.trial196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T07:06:29.099 DEBUG:teuthology.orchestra.run.trial196:> stat /dev/vg_nvme/lv_4 2026-02-23T07:06:29.157 INFO:teuthology.orchestra.run.trial196.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T07:06:29.157 INFO:teuthology.orchestra.run.trial196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:06:29.157 INFO:teuthology.orchestra.run.trial196.stdout:Device: 6h/6d Inode: 1307 Links: 1 2026-02-23T07:06:29.157 INFO:teuthology.orchestra.run.trial196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:06:29.157 INFO:teuthology.orchestra.run.trial196.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T07:06:29.158 INFO:teuthology.orchestra.run.trial196.stdout:Access: 2026-02-23 07:06:24.912230642 +0000 2026-02-23T07:06:29.158 INFO:teuthology.orchestra.run.trial196.stdout:Modify: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:29.158 INFO:teuthology.orchestra.run.trial196.stdout:Change: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:29.158 INFO:teuthology.orchestra.run.trial196.stdout: Birth: 2026-02-23 07:03:22.188485324 +0000 2026-02-23T07:06:29.158 DEBUG:teuthology.orchestra.run.trial196:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T07:06:29.221 INFO:teuthology.orchestra.run.trial196.stderr:1+0 records in 2026-02-23T07:06:29.221 INFO:teuthology.orchestra.run.trial196.stderr:1+0 records out 2026-02-23T07:06:29.221 INFO:teuthology.orchestra.run.trial196.stderr:512 bytes copied, 0.000154837 s, 3.3 MB/s 2026-02-23T07:06:29.222 DEBUG:teuthology.orchestra.run.trial196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T07:06:29.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: Reconfiguring mon.c (monmap changed)... 2026-02-23T07:06:29.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: Reconfiguring daemon mon.c on trial196 2026-02-23T07:06:29.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: Deploying daemon mgr.b on trial173 2026-02-23T07:06:29.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:29.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:29.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:29.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:29.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:28 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.281 INFO:tasks.cephadm:Deploying osd.0 on trial140 with /dev/vg_nvme/lv_4... 2026-02-23T07:06:29.282 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-23T07:06:29.399 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:29.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-23T07:06:29.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:29.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:29.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:29.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:29.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:29.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:29.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:29 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-23T07:06:29.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:29.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:29.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:29.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:29.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:29.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:29.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:29.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:29 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-23T07:06:30.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:30.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:30.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:30.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:30.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:30.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:30.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:29 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.083 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:06:30.100 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch daemon add osd trial140:vg_nvme/lv_4 --skip-validation 2026-02-23T07:06:30.219 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:30.854 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-23T07:06:30.854 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:30.854 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.854 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.854 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:30.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:30 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:31.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-23T07:06:31.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:31.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:31.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:31.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:31.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:31.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:31.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:31.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:31.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:31.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:30 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:31.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-23T07:06:31.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:31.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:31.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:31.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:31.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:31.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:31.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:31.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:31.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:31.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:31.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:30 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial140:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: osd.default does not exist. Creating it now. 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: Creating OSDs with service ID: default on trial140:['vg_nvme/lv_4'] 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: Marking host: trial140 for OSDSpec preview refresh. 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: Saving service osd.default spec with placement trial140 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: Standby manager daemon b started 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/2920454730' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6686c941-1cd7-4871-b3ae-fcfad6bb46ae"} : dispatch 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/2920454730' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6686c941-1cd7-4871-b3ae-fcfad6bb46ae"}]': finished 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: osdmap e5: 1 total, 0 up, 1 in 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:32.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:31 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/1862020034' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial140:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: osd.default does not exist. Creating it now. 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: Creating OSDs with service ID: default on trial140:['vg_nvme/lv_4'] 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: Marking host: trial140 for OSDSpec preview refresh. 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: Saving service osd.default spec with placement trial140 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: Standby manager daemon b started 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/2920454730' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6686c941-1cd7-4871-b3ae-fcfad6bb46ae"} : dispatch 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/2920454730' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6686c941-1cd7-4871-b3ae-fcfad6bb46ae"}]': finished 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: osdmap e5: 1 total, 0 up, 1 in 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:32.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:31 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/1862020034' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial140:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: osd.default does not exist. Creating it now. 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: Creating OSDs with service ID: default on trial140:['vg_nvme/lv_4'] 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: Marking host: trial140 for OSDSpec preview refresh. 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: Saving service osd.default spec with placement trial140 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: Standby manager daemon b started 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: from='mgr.? 10.20.193.173:0/1962236343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/2920454730' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6686c941-1cd7-4871-b3ae-fcfad6bb46ae"} : dispatch 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/2920454730' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6686c941-1cd7-4871-b3ae-fcfad6bb46ae"}]': finished 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: osdmap e5: 1 total, 0 up, 1 in 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:32.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:31 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1862020034' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T07:06:32.913 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:32 trial140 ceph-mon[39951]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:32.913 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:32 trial140 ceph-mon[39951]: mgrmap e14: a(active, since 44s), standbys: b 2026-02-23T07:06:32.913 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:32 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-23T07:06:33.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:32 trial196 ceph-mon[40909]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:33.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:32 trial196 ceph-mon[40909]: mgrmap e14: a(active, since 44s), standbys: b 2026-02-23T07:06:33.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:32 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-23T07:06:33.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:32 trial173 ceph-mon[40904]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:33.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:32 trial173 ceph-mon[40904]: mgrmap e14: a(active, since 44s), standbys: b 2026-02-23T07:06:33.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:32 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-23T07:06:35.018 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:34 trial140 ceph-mon[39951]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:35.018 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:34 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:06:35.018 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:34 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:35.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:34 trial196 ceph-mon[40909]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:35.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:34 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:06:35.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:34 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:35.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:34 trial173 ceph-mon[40904]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:35.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:34 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:06:35.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:34 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:36.017 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:35 trial140 ceph-mon[39951]: Deploying daemon osd.0 on trial140 2026-02-23T07:06:36.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:35 trial196 ceph-mon[40909]: Deploying daemon osd.0 on trial140 2026-02-23T07:06:36.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:35 trial173 ceph-mon[40904]: Deploying daemon osd.0 on trial140 2026-02-23T07:06:36.877 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:36 trial140 ceph-mon[39951]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:36.877 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:36 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:36.877 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:36 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:36.877 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:36 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:36.877 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:36 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:36.877 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:36 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:36.877 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:36 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:06:36.877 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:36 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:37.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:36 trial196 ceph-mon[40909]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:37.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:36 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:37.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:36 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:37.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:36 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:37.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:36 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:37.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:36 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:37.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:36 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:06:37.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:36 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:37.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:36 trial173 ceph-mon[40904]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:37.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:36 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:37.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:36 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:37.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:36 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:37.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:36 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:37.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:36 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:37.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:36 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:06:37.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:36 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:37.271 INFO:teuthology.orchestra.run.trial140.stdout:Created osd(s) 0 on host 'trial140' 2026-02-23T07:06:37.413 DEBUG:teuthology.orchestra.run.trial140:osd.0> sudo journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@osd.0.service 2026-02-23T07:06:37.415 INFO:tasks.cephadm:Deploying osd.1 on trial173 with /dev/vg_nvme/lv_4... 2026-02-23T07:06:37.416 DEBUG:teuthology.orchestra.run.trial173:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-23T07:06:37.536 INFO:teuthology.orchestra.run.trial173.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.b/config 2026-02-23T07:06:37.933 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:37 trial140 ceph-mon[39951]: Detected new or changed devices on trial140 2026-02-23T07:06:37.933 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:37 trial140 ceph-mon[39951]: Deploying daemon osd.0 on trial140 2026-02-23T07:06:37.933 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:37 trial140 ceph-mon[39951]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T07:06:37.933 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:37 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:37.933 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:37 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:38.024 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:37 trial173 ceph-mon[40904]: Detected new or changed devices on trial140 2026-02-23T07:06:38.025 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:37 trial173 ceph-mon[40904]: Deploying daemon osd.0 on trial140 2026-02-23T07:06:38.025 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:37 trial173 ceph-mon[40904]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T07:06:38.025 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:37 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:38.025 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:37 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:38.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:37 trial196 ceph-mon[40909]: Detected new or changed devices on trial140 2026-02-23T07:06:38.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:37 trial196 ceph-mon[40909]: Deploying daemon osd.0 on trial140 2026-02-23T07:06:38.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:37 trial196 ceph-mon[40909]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T07:06:38.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:37 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:38.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:37 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:38.228 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 systemd[1]: Stopping Ceph osd.0 for fe4af22c-1085-11f1-b9d5-d404e6e7d460... 2026-02-23T07:06:38.228 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54639]: 2026-02-23 07:06:38.11887355 +0000 UTC m=+0.045864977 container died db92c8fbb4c2c9c1ec1c2b1e7a77d38d667093dd22f6af4fd011b2215c3f769a (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, OSD_FLAVOR=default, org.label-schema.schema-version=1.0) 2026-02-23T07:06:38.229 INFO:teuthology.orchestra.run.trial173.stdout: 2026-02-23T07:06:38.245 DEBUG:teuthology.orchestra.run.trial173:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch daemon add osd trial173:vg_nvme/lv_4 --skip-validation 2026-02-23T07:06:38.363 INFO:teuthology.orchestra.run.trial173.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.b/config 2026-02-23T07:06:38.529 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54639]: 2026-02-23 07:06:38.231636667 +0000 UTC m=+0.158628084 container remove db92c8fbb4c2c9c1ec1c2b1e7a77d38d667093dd22f6af4fd011b2215c3f769a (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-shweta-testing-2026-02-19-2025, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.build-date=20260216) 2026-02-23T07:06:38.529 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 bash[54639]: ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0 2026-02-23T07:06:38.529 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 systemd[1]: ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@osd.0.service: Main process exited, code=exited, status=143/n/a 2026-02-23T07:06:38.530 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54775]: 2026-02-23 07:06:38.359042237 +0000 UTC m=+0.016699370 container create 75d9a8cfa67436785e5b2fc295a0ad6f63f72bb6c5fc5d1155660a7d0d01c6c3 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.schema-version=1.0) 2026-02-23T07:06:38.530 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54775]: 2026-02-23 07:06:38.395918926 +0000 UTC m=+0.053576049 container init 75d9a8cfa67436785e5b2fc295a0ad6f63f72bb6c5fc5d1155660a7d0d01c6c3 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.build-date=20260216) 2026-02-23T07:06:38.530 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54775]: 2026-02-23 07:06:38.399459495 +0000 UTC m=+0.057116618 container start 75d9a8cfa67436785e5b2fc295a0ad6f63f72bb6c5fc5d1155660a7d0d01c6c3 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-shweta-testing-2026-02-19-2025, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, OSD_FLAVOR=default) 2026-02-23T07:06:38.530 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54775]: 2026-02-23 07:06:38.399914955 +0000 UTC m=+0.057572088 container attach 75d9a8cfa67436785e5b2fc295a0ad6f63f72bb6c5fc5d1155660a7d0d01c6c3 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.build-date=20260216, ceph=True, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-23T07:06:38.530 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54775]: 2026-02-23 07:06:38.352666236 +0000 UTC m=+0.010323380 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2 2026-02-23T07:06:38.530 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54775]: 2026-02-23 07:06:38.52565795 +0000 UTC m=+0.183315083 container died 75d9a8cfa67436785e5b2fc295a0ad6f63f72bb6c5fc5d1155660a7d0d01c6c3 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.build-date=20260216, ceph=True, io.buildah.version=1.41.3) 2026-02-23T07:06:38.817 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54775]: 2026-02-23 07:06:38.638932494 +0000 UTC m=+0.296589617 container remove 75d9a8cfa67436785e5b2fc295a0ad6f63f72bb6c5fc5d1155660a7d0d01c6c3 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, 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/, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, CEPH_REF=wip-shweta-testing-2026-02-19-2025, ceph=True, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.license=GPLv2, OSD_FLAVOR=default) 2026-02-23T07:06:38.817 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 systemd[1]: ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@osd.0.service: Failed with result 'exit-code'. 2026-02-23T07:06:38.817 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 systemd[1]: Stopped Ceph osd.0 for fe4af22c-1085-11f1-b9d5-d404e6e7d460. 2026-02-23T07:06:38.817 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 systemd[1]: Starting Ceph osd.0 for fe4af22c-1085-11f1-b9d5-d404e6e7d460... 2026-02-23T07:06:38.818 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:38 trial140 ceph-mon[39951]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:38.818 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:38 trial140 ceph-mon[39951]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T07:06:38.818 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:38 trial140 ceph-mon[39951]: osdmap e6: 1 total, 0 up, 1 in 2026-02-23T07:06:38.818 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:38 trial140 ceph-mon[39951]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial140", "root=default"]} : dispatch 2026-02-23T07:06:38.818 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:38 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:38.818 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:38 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:38.818 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:38 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:38.818 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:38 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:38.818 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:38 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:38.818 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:38 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:38.818 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:38 trial140 ceph-mon[39951]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial140", "root=default"]}]': finished 2026-02-23T07:06:38.998 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:38 trial173 ceph-mon[40904]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:38.998 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:38 trial173 ceph-mon[40904]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T07:06:38.998 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:38 trial173 ceph-mon[40904]: osdmap e6: 1 total, 0 up, 1 in 2026-02-23T07:06:38.998 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:38 trial173 ceph-mon[40904]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial140", "root=default"]} : dispatch 2026-02-23T07:06:38.998 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:38 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:38.999 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:38 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:38.999 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:38 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:38.999 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:38 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:38.999 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:38 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:38.999 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:38 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:38.999 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:38 trial173 ceph-mon[40904]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial140", "root=default"]}]': finished 2026-02-23T07:06:39.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:38 trial196 ceph-mon[40909]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:39.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:38 trial196 ceph-mon[40909]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T07:06:39.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:38 trial196 ceph-mon[40909]: osdmap e6: 1 total, 0 up, 1 in 2026-02-23T07:06:39.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:38 trial196 ceph-mon[40909]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial140", "root=default"]} : dispatch 2026-02-23T07:06:39.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:38 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:39.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:38 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:39.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:38 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:39.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:38 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:39.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:38 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:39.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:38 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:39.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:38 trial196 ceph-mon[40909]: from='osd.0 [v2:10.20.193.140:6802/4206922235,v1:10.20.193.140:6803/4206922235]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial140", "root=default"]}]': finished 2026-02-23T07:06:39.228 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54952]: 2026-02-23 07:06:38.898837789 +0000 UTC m=+0.016593121 container create da10bc9bfe2133a2a24e6339bec7987c9c52a2c306ca98bbed4f25bfd9573546 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.vendor=CentOS, CEPH_REF=wip-shweta-testing-2026-02-19-2025, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , ceph=True) 2026-02-23T07:06:39.228 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54952]: 2026-02-23 07:06:38.940517523 +0000 UTC m=+0.058272865 container init da10bc9bfe2133a2a24e6339bec7987c9c52a2c306ca98bbed4f25bfd9573546 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-shweta-testing-2026-02-19-2025, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T07:06:39.228 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54952]: 2026-02-23 07:06:38.944118524 +0000 UTC m=+0.061873866 container start da10bc9bfe2133a2a24e6339bec7987c9c52a2c306ca98bbed4f25bfd9573546 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216) 2026-02-23T07:06:39.228 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54952]: 2026-02-23 07:06:38.944689139 +0000 UTC m=+0.062444481 container attach da10bc9bfe2133a2a24e6339bec7987c9c52a2c306ca98bbed4f25bfd9573546 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=wip-shweta-testing-2026-02-19-2025, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T07:06:39.228 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:38 trial140 podman[54952]: 2026-02-23 07:06:38.891925458 +0000 UTC m=+0.009680800 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2 2026-02-23T07:06:39.228 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-23T07:06:39.228 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-23T07:06:39.228 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-23T07:06:39.229 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-23T07:06:39.572 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-23T07:06:39.572 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-23T07:06:39.572 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-23T07:06:39.572 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-23T07:06:39.572 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-23T07:06:39.572 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-23T07:06:39.573 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2026-02-23T07:06:39.573 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2026-02-23T07:06:39.573 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2026-02-23T07:06:39.573 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2026-02-23T07:06:39.573 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2026-02-23T07:06:39.573 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2026-02-23T07:06:39.573 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2026-02-23T07:06:39.573 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2026-02-23T07:06:39.573 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2026-02-23T07:06:39.573 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2026-02-23T07:06:39.574 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2026-02-23T07:06:39.574 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2026-02-23T07:06:39.574 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate[54976]: --> ceph-volume lvm activate successful for osd ID: 0 2026-02-23T07:06:39.574 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[54952]: --> ceph-volume lvm activate successful for osd ID: 0 2026-02-23T07:06:39.574 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 podman[54952]: 2026-02-23 07:06:39.457771222 +0000 UTC m=+0.575526574 container died da10bc9bfe2133a2a24e6339bec7987c9c52a2c306ca98bbed4f25bfd9573546 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, CEPH_REF=wip-shweta-testing-2026-02-19-2025, OSD_FLAVOR=default) 2026-02-23T07:06:39.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial173:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:39.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: osd.default does not exist. Creating it now. 2026-02-23T07:06:39.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: Creating OSDs with service ID: default on trial173:['vg_nvme/lv_4'] 2026-02-23T07:06:39.872 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: Marking host: trial173 for OSDSpec preview refresh. 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: Saving service osd.default spec with placement trial173 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: osdmap e7: 1 total, 0 up, 1 in 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3302e166-42c4-43aa-8937-79617f6fe229"} : dispatch 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3302e166-42c4-43aa-8937-79617f6fe229"}]': finished 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: from='client.? 10.20.193.173:0/2265617955' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3302e166-42c4-43aa-8937-79617f6fe229"} : dispatch 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: osdmap e8: 2 total, 0 up, 2 in 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: from='client.? 10.20.193.173:0/621755266' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:39.873 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:39 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:39.874 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 podman[54952]: 2026-02-23 07:06:39.571498869 +0000 UTC m=+0.689254211 container remove da10bc9bfe2133a2a24e6339bec7987c9c52a2c306ca98bbed4f25bfd9573546 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-activate, OSD_FLAVOR=default, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.label-schema.license=GPLv2, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-shweta-testing-2026-02-19-2025, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216) 2026-02-23T07:06:39.874 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 podman[55200]: 2026-02-23 07:06:39.649816458 +0000 UTC m=+0.015940413 container create 88dcc90db852fef0213ae2caa4d1daa25402db34a62bab5b22482b78960fc970 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0, CEPH_REF=wip-shweta-testing-2026-02-19-2025, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True) 2026-02-23T07:06:39.874 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 podman[55200]: 2026-02-23 07:06:39.687319616 +0000 UTC m=+0.053443501 container init 88dcc90db852fef0213ae2caa4d1daa25402db34a62bab5b22482b78960fc970 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.build-date=20260216, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.vendor=CentOS) 2026-02-23T07:06:39.874 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 podman[55200]: 2026-02-23 07:06:39.690767742 +0000 UTC m=+0.056891617 container start 88dcc90db852fef0213ae2caa4d1daa25402db34a62bab5b22482b78960fc970 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0, org.label-schema.build-date=20260216, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_REF=wip-shweta-testing-2026-02-19-2025, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T07:06:39.874 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 bash[55200]: 88dcc90db852fef0213ae2caa4d1daa25402db34a62bab5b22482b78960fc970 2026-02-23T07:06:39.875 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 podman[55200]: 2026-02-23 07:06:39.643676818 +0000 UTC m=+0.009800693 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2 2026-02-23T07:06:39.875 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 systemd[1]: Started Ceph osd.0 for fe4af22c-1085-11f1-b9d5-d404e6e7d460. 2026-02-23T07:06:39.875 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-osd[55248]: -- 10.20.193.140:0/18667081 <== mon.0 v2:10.20.193.140:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x434b860 con 0x44a6000 2026-02-23T07:06:40.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial173:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:40.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: osd.default does not exist. Creating it now. 2026-02-23T07:06:40.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: Creating OSDs with service ID: default on trial173:['vg_nvme/lv_4'] 2026-02-23T07:06:40.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: Marking host: trial173 for OSDSpec preview refresh. 2026-02-23T07:06:40.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: Saving service osd.default spec with placement trial173 2026-02-23T07:06:40.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: osdmap e7: 1 total, 0 up, 1 in 2026-02-23T07:06:40.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:40.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3302e166-42c4-43aa-8937-79617f6fe229"} : dispatch 2026-02-23T07:06:40.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3302e166-42c4-43aa-8937-79617f6fe229"}]': finished 2026-02-23T07:06:40.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: from='client.? 10.20.193.173:0/2265617955' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3302e166-42c4-43aa-8937-79617f6fe229"} : dispatch 2026-02-23T07:06:40.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: osdmap e8: 2 total, 0 up, 2 in 2026-02-23T07:06:40.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:40.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:40.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: from='client.? 10.20.193.173:0/621755266' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T07:06:40.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:40.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:39 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:40.125 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:39 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0[55223]: 2026-02-23T07:06:39.922+0000 7f2c4710e780 -1 Falling back to public interface 2026-02-23T07:06:40.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial173:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:40.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: osd.default does not exist. Creating it now. 2026-02-23T07:06:40.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: Creating OSDs with service ID: default on trial173:['vg_nvme/lv_4'] 2026-02-23T07:06:40.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: Marking host: trial173 for OSDSpec preview refresh. 2026-02-23T07:06:40.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: Saving service osd.default spec with placement trial173 2026-02-23T07:06:40.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: osdmap e7: 1 total, 0 up, 1 in 2026-02-23T07:06:40.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:40.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3302e166-42c4-43aa-8937-79617f6fe229"} : dispatch 2026-02-23T07:06:40.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3302e166-42c4-43aa-8937-79617f6fe229"}]': finished 2026-02-23T07:06:40.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: from='client.? 10.20.193.173:0/2265617955' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3302e166-42c4-43aa-8937-79617f6fe229"} : dispatch 2026-02-23T07:06:40.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: osdmap e8: 2 total, 0 up, 2 in 2026-02-23T07:06:40.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:40.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:40.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: from='client.? 10.20.193.173:0/621755266' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T07:06:40.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:40.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:39 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:40.477 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:40 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0[55223]: 2026-02-23T07:06:40.345+0000 7f2c4710e780 -1 osd.0 0 log_to_monitors true 2026-02-23T07:06:40.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:40 trial140 ceph-mon[39951]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:40.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:40 trial140 ceph-mon[39951]: from='osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T07:06:40.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:40 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:40.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:40 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:40.978 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:40 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0[55223]: 2026-02-23T07:06:40.750+0000 7f2c43090640 -1 osd.0 0 waiting for initial osdmap 2026-02-23T07:06:40.978 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:06:40 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0[55223]: 2026-02-23T07:06:40.752+0000 7f2c3ef57640 -1 osd.0 9 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-23T07:06:41.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:40 trial196 ceph-mon[40909]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:41.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:40 trial196 ceph-mon[40909]: from='osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T07:06:41.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:40 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:41.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:40 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:41.087 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:40 trial173 ceph-mon[40904]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:41.087 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:40 trial173 ceph-mon[40904]: from='osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T07:06:41.087 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:40 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:41.087 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:40 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:41.911 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T07:06:41.911 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: osdmap e9: 2 total, 0 up, 2 in 2026-02-23T07:06:41.911 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial140", "root=default"]} : dispatch 2026-02-23T07:06:41.911 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:41.911 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:41.911 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:41.911 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:41.911 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:41.912 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:41.912 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:41.912 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:41.912 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:41.912 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:41.912 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:41.912 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:41.912 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:41.912 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:41.912 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T07:06:41.912 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:41 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:42.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T07:06:42.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: osdmap e9: 2 total, 0 up, 2 in 2026-02-23T07:06:42.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial140", "root=default"]} : dispatch 2026-02-23T07:06:42.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:42.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:42.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:42.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:42.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:42.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:42.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:42.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:42.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:42.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:42.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:42.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:42.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:42.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:42.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T07:06:42.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:41 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:42.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T07:06:42.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: osdmap e9: 2 total, 0 up, 2 in 2026-02-23T07:06:42.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial140", "root=default"]} : dispatch 2026-02-23T07:06:42.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:42.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:42.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:42.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:42.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:42.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:42.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:42.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:42.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:42.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:42.229 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:42.229 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:42.229 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:42.229 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:42.229 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T07:06:42.229 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:41 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:42.975 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:42 trial173 ceph-mon[40904]: Adjusting osd_memory_target on trial140 to 83023M 2026-02-23T07:06:42.975 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:42 trial173 ceph-mon[40904]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:42.975 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:42 trial173 ceph-mon[40904]: Deploying daemon osd.1 on trial173 2026-02-23T07:06:42.975 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:42 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:42.975 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:42 trial173 ceph-mon[40904]: osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303] boot 2026-02-23T07:06:42.975 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:42 trial173 ceph-mon[40904]: osdmap e10: 2 total, 1 up, 2 in 2026-02-23T07:06:42.975 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:42 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:42.975 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:42 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:43.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:42 trial196 ceph-mon[40909]: Adjusting osd_memory_target on trial140 to 83023M 2026-02-23T07:06:43.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:42 trial196 ceph-mon[40909]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:43.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:42 trial196 ceph-mon[40909]: Deploying daemon osd.1 on trial173 2026-02-23T07:06:43.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:42 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:43.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:42 trial196 ceph-mon[40909]: osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303] boot 2026-02-23T07:06:43.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:42 trial196 ceph-mon[40909]: osdmap e10: 2 total, 1 up, 2 in 2026-02-23T07:06:43.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:42 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:43.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:42 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:43.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:42 trial140 ceph-mon[39951]: Adjusting osd_memory_target on trial140 to 83023M 2026-02-23T07:06:43.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:42 trial140 ceph-mon[39951]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:43.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:42 trial140 ceph-mon[39951]: Deploying daemon osd.1 on trial173 2026-02-23T07:06:43.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:42 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:43.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:42 trial140 ceph-mon[39951]: osd.0 [v2:10.20.193.140:6802/423897303,v1:10.20.193.140:6803/423897303] boot 2026-02-23T07:06:43.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:42 trial140 ceph-mon[39951]: osdmap e10: 2 total, 1 up, 2 in 2026-02-23T07:06:43.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:42 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T07:06:43.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:42 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:44.331 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:44 trial173 ceph-mon[40904]: osdmap e11: 2 total, 1 up, 2 in 2026-02-23T07:06:44.331 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:44.331 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:44 trial173 ceph-mon[40904]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T07:06:44.331 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:44.331 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:44.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:44 trial140 ceph-mon[39951]: osdmap e11: 2 total, 1 up, 2 in 2026-02-23T07:06:44.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:44.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:44 trial140 ceph-mon[39951]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T07:06:44.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:44.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:44.533 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:44 trial196 ceph-mon[40909]: osdmap e11: 2 total, 1 up, 2 in 2026-02-23T07:06:44.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:44.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:44 trial196 ceph-mon[40909]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T07:06:44.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:44.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:44.895 INFO:teuthology.orchestra.run.trial173.stdout:Created osd(s) 1 on host 'trial173' 2026-02-23T07:06:45.036 DEBUG:teuthology.orchestra.run.trial173:osd.1> sudo journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@osd.1.service 2026-02-23T07:06:45.039 INFO:tasks.cephadm:Deploying osd.2 on trial196 with /dev/vg_nvme/lv_4... 2026-02-23T07:06:45.039 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-23T07:06:45.186 INFO:teuthology.orchestra.run.trial196.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.c/config 2026-02-23T07:06:45.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:45 trial173 ceph-mon[40904]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T07:06:45.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:45 trial173 ceph-mon[40904]: from='osd.1 [v2:10.20.193.173:6800/2436588769,v1:10.20.193.173:6801/2436588769]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T07:06:45.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.336 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:45 trial196 ceph-mon[40909]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T07:06:45.337 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:45 trial196 ceph-mon[40909]: from='osd.1 [v2:10.20.193.173:6800/2436588769,v1:10.20.193.173:6801/2436588769]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T07:06:45.337 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.337 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.337 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.337 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.338 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:45 trial140 ceph-mon[39951]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T07:06:45.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:45 trial140 ceph-mon[39951]: from='osd.1 [v2:10.20.193.173:6800/2436588769,v1:10.20.193.173:6801/2436588769]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T07:06:45.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:45.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.305 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-23T07:06:46.305 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: osdmap e12: 2 total, 1 up, 2 in 2026-02-23T07:06:46.305 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:46.305 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial173", "root=default"]} : dispatch 2026-02-23T07:06:46.305 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='osd.1 [v2:10.20.193.173:6800/2436588769,v1:10.20.193.173:6801/2436588769]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial173", "root=default"]} : dispatch 2026-02-23T07:06:46.305 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.306 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.306 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: pgmap v31: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T07:06:46.306 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:46.306 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:46.306 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.306 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:46.306 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:46.306 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.306 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:46.306 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:46.306 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:46.307 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:06:46 trial173 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1[46626]: 2026-02-23T07:06:46.084+0000 7f9470866640 -1 osd.1 0 waiting for initial osdmap 2026-02-23T07:06:46.307 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:06:46 trial173 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1[46626]: 2026-02-23T07:06:46.086+0000 7f9468725640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-23T07:06:46.355 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-23T07:06:46.355 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: osdmap e12: 2 total, 1 up, 2 in 2026-02-23T07:06:46.355 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial173", "root=default"]} : dispatch 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='osd.1 [v2:10.20.193.173:6800/2436588769,v1:10.20.193.173:6801/2436588769]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial173", "root=default"]} : dispatch 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: pgmap v31: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.356 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:46.357 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:46.357 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:46.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-23T07:06:46.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: osdmap e12: 2 total, 1 up, 2 in 2026-02-23T07:06:46.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:46.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial173", "root=default"]} : dispatch 2026-02-23T07:06:46.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='osd.1 [v2:10.20.193.173:6800/2436588769,v1:10.20.193.173:6801/2436588769]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial173", "root=default"]} : dispatch 2026-02-23T07:06:46.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: pgmap v31: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T07:06:46.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:46.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:46.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:46.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:46.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:46.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:46.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:46.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:46.509 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-23T07:06:46.525 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch daemon add osd trial196:vg_nvme/lv_4 --skip-validation 2026-02-23T07:06:46.645 INFO:teuthology.orchestra.run.trial196.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.c/config 2026-02-23T07:06:47.282 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:47 trial196 ceph-mon[40909]: Adjusting osd_memory_target on trial173 to 83023M 2026-02-23T07:06:47.282 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:47 trial196 ceph-mon[40909]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial173", "root=default"]}]': finished 2026-02-23T07:06:47.282 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:47 trial196 ceph-mon[40909]: osdmap e13: 2 total, 1 up, 2 in 2026-02-23T07:06:47.282 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:47 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:47.282 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:47 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:47.283 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:47 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:47.283 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:47 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:47.283 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:47 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:47.283 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:47 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:47.283 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:47 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:47.419 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:47 trial173 ceph-mon[40904]: Adjusting osd_memory_target on trial173 to 83023M 2026-02-23T07:06:47.419 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:47 trial173 ceph-mon[40904]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial173", "root=default"]}]': finished 2026-02-23T07:06:47.419 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:47 trial173 ceph-mon[40904]: osdmap e13: 2 total, 1 up, 2 in 2026-02-23T07:06:47.419 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:47 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:47.419 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:47 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:47.420 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:47 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:47.420 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:47 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:47.420 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:47 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:47.420 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:47 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:47.420 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:47 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:47.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:47 trial140 ceph-mon[39951]: Adjusting osd_memory_target on trial173 to 83023M 2026-02-23T07:06:47.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:47 trial140 ceph-mon[39951]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial173", "root=default"]}]': finished 2026-02-23T07:06:47.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:47 trial140 ceph-mon[39951]: osdmap e13: 2 total, 1 up, 2 in 2026-02-23T07:06:47.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:47.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:47.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:47.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:47.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:47.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:47.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:47 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:48.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: purged_snaps scrub starts 2026-02-23T07:06:48.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: purged_snaps scrub ok 2026-02-23T07:06:48.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial196:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:48.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: osd.default does not exist. Creating it now. 2026-02-23T07:06:48.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: Creating OSDs with service ID: default on trial196:['vg_nvme/lv_4'] 2026-02-23T07:06:48.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: Marking host: trial196 for OSDSpec preview refresh. 2026-02-23T07:06:48.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: Saving service osd.default spec with placement trial196 2026-02-23T07:06:48.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:48.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: osd.1 [v2:10.20.193.173:6800/2436588769,v1:10.20.193.173:6801/2436588769] boot 2026-02-23T07:06:48.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: osdmap e14: 2 total, 2 up, 2 in 2026-02-23T07:06:48.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:48.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: pgmap v34: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T07:06:48.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "350c7c67-8a74-48b4-9455-2eec99f4e332"} : dispatch 2026-02-23T07:06:48.439 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "350c7c67-8a74-48b4-9455-2eec99f4e332"}]': finished 2026-02-23T07:06:48.439 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: osdmap e15: 3 total, 2 up, 3 in 2026-02-23T07:06:48.439 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:48.439 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: from='client.? 10.20.193.196:0/2375050503' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "350c7c67-8a74-48b4-9455-2eec99f4e332"} : dispatch 2026-02-23T07:06:48.439 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:48 trial173 ceph-mon[40904]: from='client.? 10.20.193.196:0/1559907513' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T07:06:48.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: purged_snaps scrub starts 2026-02-23T07:06:48.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: purged_snaps scrub ok 2026-02-23T07:06:48.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial196:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:48.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: osd.default does not exist. Creating it now. 2026-02-23T07:06:48.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: Creating OSDs with service ID: default on trial196:['vg_nvme/lv_4'] 2026-02-23T07:06:48.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: Marking host: trial196 for OSDSpec preview refresh. 2026-02-23T07:06:48.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: Saving service osd.default spec with placement trial196 2026-02-23T07:06:48.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:48.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: osd.1 [v2:10.20.193.173:6800/2436588769,v1:10.20.193.173:6801/2436588769] boot 2026-02-23T07:06:48.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: osdmap e14: 2 total, 2 up, 2 in 2026-02-23T07:06:48.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:48.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: pgmap v34: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T07:06:48.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "350c7c67-8a74-48b4-9455-2eec99f4e332"} : dispatch 2026-02-23T07:06:48.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "350c7c67-8a74-48b4-9455-2eec99f4e332"}]': finished 2026-02-23T07:06:48.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: osdmap e15: 3 total, 2 up, 3 in 2026-02-23T07:06:48.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:48.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: from='client.? 10.20.193.196:0/2375050503' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "350c7c67-8a74-48b4-9455-2eec99f4e332"} : dispatch 2026-02-23T07:06:48.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:48 trial140 ceph-mon[39951]: from='client.? 10.20.193.196:0/1559907513' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T07:06:48.533 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: purged_snaps scrub starts 2026-02-23T07:06:48.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: purged_snaps scrub ok 2026-02-23T07:06:48.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial196:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:06:48.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: osd.default does not exist. Creating it now. 2026-02-23T07:06:48.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: Creating OSDs with service ID: default on trial196:['vg_nvme/lv_4'] 2026-02-23T07:06:48.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: Marking host: trial196 for OSDSpec preview refresh. 2026-02-23T07:06:48.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: Saving service osd.default spec with placement trial196 2026-02-23T07:06:48.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:48.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: osd.1 [v2:10.20.193.173:6800/2436588769,v1:10.20.193.173:6801/2436588769] boot 2026-02-23T07:06:48.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: osdmap e14: 2 total, 2 up, 2 in 2026-02-23T07:06:48.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T07:06:48.535 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: pgmap v34: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T07:06:48.535 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "350c7c67-8a74-48b4-9455-2eec99f4e332"} : dispatch 2026-02-23T07:06:48.535 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "350c7c67-8a74-48b4-9455-2eec99f4e332"}]': finished 2026-02-23T07:06:48.535 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: osdmap e15: 3 total, 2 up, 3 in 2026-02-23T07:06:48.535 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:48.535 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: from='client.? 10.20.193.196:0/2375050503' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "350c7c67-8a74-48b4-9455-2eec99f4e332"} : dispatch 2026-02-23T07:06:48.535 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:48 trial196 ceph-mon[40909]: from='client.? 10.20.193.196:0/1559907513' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T07:06:49.283 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:49 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.283 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:49 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.284 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:49 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:49.284 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:49 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.284 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:49 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.284 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:49 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:49.284 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:49 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:49.284 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:49 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.284 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:49 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:49.284 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:49 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:49.284 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:49 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:49.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:49 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:49 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:49 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:49.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:49 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:49 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:49 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:49.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:49 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:49.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:49 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:49 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:49.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:49 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:49.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:49 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:49.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:49.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:49.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:49.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:49.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:49.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:49.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:49 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:50.684 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:50 trial196 ceph-mon[40909]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:50.684 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:50 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:50.685 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:50 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:50.685 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:50 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:50.685 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:50 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:06:50.685 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:50 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:50.685 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:50 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:06:50.685 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:50 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:50.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:50 trial173 ceph-mon[40904]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:50.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:50 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:50.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:50 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:50.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:50 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:50.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:50 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:06:50.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:50 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:50.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:50 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:06:50.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:50 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:50.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:50 trial140 ceph-mon[39951]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:50.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:50 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:50.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:50 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:50.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:50 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:50.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:50 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:06:50.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:50 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:50.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:50 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:06:50.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:50 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:51.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:51 trial196 ceph-mon[40909]: Deploying daemon osd.2 on trial196 2026-02-23T07:06:51.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:51 trial196 ceph-mon[40909]: Deploying daemon osd.2 on trial196 2026-02-23T07:06:51.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:51 trial173 ceph-mon[40904]: Deploying daemon osd.2 on trial196 2026-02-23T07:06:51.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:51 trial173 ceph-mon[40904]: Deploying daemon osd.2 on trial196 2026-02-23T07:06:51.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:51 trial140 ceph-mon[39951]: Deploying daemon osd.2 on trial196 2026-02-23T07:06:51.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:51 trial140 ceph-mon[39951]: Deploying daemon osd.2 on trial196 2026-02-23T07:06:52.657 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:52 trial140 ceph-mon[39951]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:52.657 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:52 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:52.657 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:52 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:52.672 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:52 trial196 ceph-mon[40909]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:52.672 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:52 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:52.672 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:52 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:52.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:52 trial173 ceph-mon[40904]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:52.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:52 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:52.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:52 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:53.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:53 trial196 ceph-mon[40909]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:53.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:53 trial196 ceph-mon[40909]: from='osd.2 [v2:10.20.193.196:6800/4278533907,v1:10.20.193.196:6801/4278533907]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:53.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:53 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:53.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:53 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:53.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:53 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:53.838 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:53 trial173 ceph-mon[40904]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:53.839 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:53 trial173 ceph-mon[40904]: from='osd.2 [v2:10.20.193.196:6800/4278533907,v1:10.20.193.196:6801/4278533907]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:53.839 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:53 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:53.839 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:53 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:53.839 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:53 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:53.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:53 trial140 ceph-mon[39951]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:53.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:53 trial140 ceph-mon[39951]: from='osd.2 [v2:10.20.193.196:6800/4278533907,v1:10.20.193.196:6801/4278533907]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:53.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:53.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:53.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:53 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:54.829 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:54 trial196 ceph-mon[40909]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:54.829 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:54 trial196 ceph-mon[40909]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-23T07:06:54.830 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:54 trial196 ceph-mon[40909]: osdmap e16: 3 total, 2 up, 3 in 2026-02-23T07:06:54.830 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:54 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:54.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:54 trial173 ceph-mon[40904]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:54.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:54 trial173 ceph-mon[40904]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-23T07:06:54.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:54 trial173 ceph-mon[40904]: osdmap e16: 3 total, 2 up, 3 in 2026-02-23T07:06:54.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:54 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:54.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:54 trial140 ceph-mon[39951]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:54.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:54 trial140 ceph-mon[39951]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-23T07:06:54.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:54 trial140 ceph-mon[39951]: osdmap e16: 3 total, 2 up, 3 in 2026-02-23T07:06:54.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:55.354 INFO:teuthology.orchestra.run.trial196.stdout:Created osd(s) 2 on host 'trial196' 2026-02-23T07:06:55.496 DEBUG:teuthology.orchestra.run.trial196:osd.2> sudo journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@osd.2.service 2026-02-23T07:06:55.498 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-23T07:06:55.499 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T07:06:55.622 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:55.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:55 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:55.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:55 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:55.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:55 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:55.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:55 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:55.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:55 trial196 ceph-mon[40909]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:55.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:55 trial196 ceph-mon[40909]: from='osd.2 [v2:10.20.193.196:6800/2271852975,v1:10.20.193.196:6801/2271852975]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:55.853 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:06:55.854 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:55 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:55.854 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:55 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:55.854 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:55 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:55.854 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:55 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:55.854 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:55 trial140 ceph-mon[39951]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:55.854 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:55 trial140 ceph-mon[39951]: from='osd.2 [v2:10.20.193.196:6800/2271852975,v1:10.20.193.196:6801/2271852975]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:55.992 INFO:teuthology.orchestra.run.trial140.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1771830407,"num_in_osds":3,"osd_in_since":1771830407,"num_remapped_pgs":0} 2026-02-23T07:06:56.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:55 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:55 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:55 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:55 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:55 trial173 ceph-mon[40904]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:56.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:55 trial173 ceph-mon[40904]: from='osd.2 [v2:10.20.193.196:6800/2271852975,v1:10.20.193.196:6801/2271852975]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T07:06:56.751 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:56.752 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/325390465' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T07:06:56.752 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.752 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.752 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:56.752 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:56.752 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-23T07:06:56.752 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: osdmap e17: 3 total, 2 up, 3 in 2026-02-23T07:06:56.752 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:56.752 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.752 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='osd.2 [v2:10.20.193.196:6800/2271852975,v1:10.20.193.196:6801/2271852975]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial196", "root=default"]} : dispatch 2026-02-23T07:06:56.752 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial196", "root=default"]} : dispatch 2026-02-23T07:06:56.753 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:56.753 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:56.753 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.753 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:56.753 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:56.753 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:56 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:56.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:56.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/325390465' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T07:06:56.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:56.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:56.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-23T07:06:56.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: osdmap e17: 3 total, 2 up, 3 in 2026-02-23T07:06:56.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:56.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='osd.2 [v2:10.20.193.196:6800/2271852975,v1:10.20.193.196:6801/2271852975]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial196", "root=default"]} : dispatch 2026-02-23T07:06:56.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial196", "root=default"]} : dispatch 2026-02-23T07:06:56.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:56.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:56.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:56.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:56.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:56.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:56 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:56.994 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T07:06:57.112 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/325390465' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: osdmap e17: 3 total, 2 up, 3 in 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='osd.2 [v2:10.20.193.196:6800/2271852975,v1:10.20.193.196:6801/2271852975]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial196", "root=default"]} : dispatch 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial196", "root=default"]} : dispatch 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:06:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:06:57.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:56 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:06:57.341 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:06:57.483 INFO:teuthology.orchestra.run.trial140.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1771830407,"num_in_osds":3,"osd_in_since":1771830407,"num_remapped_pgs":0} 2026-02-23T07:06:57.695 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:06:57 trial196 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2[47894]: 2026-02-23T07:06:57.363+0000 7fa0bf6da640 -1 osd.2 0 waiting for initial osdmap 2026-02-23T07:06:57.695 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:06:57 trial196 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2[47894]: 2026-02-23T07:06:57.365+0000 7fa0b7599640 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-23T07:06:57.948 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:57 trial196 ceph-mon[40909]: Adjusting osd_memory_target on trial196 to 87119M 2026-02-23T07:06:57.948 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:57 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/3607256005' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T07:06:57.948 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:57 trial196 ceph-mon[40909]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial196", "root=default"]}]': finished 2026-02-23T07:06:57.948 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:57 trial196 ceph-mon[40909]: osdmap e18: 3 total, 2 up, 3 in 2026-02-23T07:06:57.948 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:57 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:57.948 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:57 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:57.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:57 trial140 ceph-mon[39951]: Adjusting osd_memory_target on trial196 to 87119M 2026-02-23T07:06:57.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:57 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3607256005' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T07:06:57.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:57 trial140 ceph-mon[39951]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial196", "root=default"]}]': finished 2026-02-23T07:06:57.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:57 trial140 ceph-mon[39951]: osdmap e18: 3 total, 2 up, 3 in 2026-02-23T07:06:57.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:57 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:57.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:57 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:58.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:57 trial173 ceph-mon[40904]: Adjusting osd_memory_target on trial196 to 87119M 2026-02-23T07:06:58.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:57 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3607256005' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T07:06:58.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:57 trial173 ceph-mon[40904]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial196", "root=default"]}]': finished 2026-02-23T07:06:58.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:57 trial173 ceph-mon[40904]: osdmap e18: 3 total, 2 up, 3 in 2026-02-23T07:06:58.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:57 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:58.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:57 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:58.484 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T07:06:58.603 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:58.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:58 trial196 ceph-mon[40909]: purged_snaps scrub starts 2026-02-23T07:06:58.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:58 trial196 ceph-mon[40909]: purged_snaps scrub ok 2026-02-23T07:06:58.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:58 trial196 ceph-mon[40909]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:58.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:58 trial196 ceph-mon[40909]: osd.2 [v2:10.20.193.196:6800/2271852975,v1:10.20.193.196:6801/2271852975] boot 2026-02-23T07:06:58.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:58 trial196 ceph-mon[40909]: osdmap e19: 3 total, 3 up, 3 in 2026-02-23T07:06:58.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:58 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:58.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:58 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:58.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:58 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:58.854 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:06:58.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:58 trial140 ceph-mon[39951]: purged_snaps scrub starts 2026-02-23T07:06:58.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:58 trial140 ceph-mon[39951]: purged_snaps scrub ok 2026-02-23T07:06:58.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:58 trial140 ceph-mon[39951]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:58.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:58 trial140 ceph-mon[39951]: osd.2 [v2:10.20.193.196:6800/2271852975,v1:10.20.193.196:6801/2271852975] boot 2026-02-23T07:06:58.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:58 trial140 ceph-mon[39951]: osdmap e19: 3 total, 3 up, 3 in 2026-02-23T07:06:58.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:58.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:58.855 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:58 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:58.995 INFO:teuthology.orchestra.run.trial140.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1771830418,"num_in_osds":3,"osd_in_since":1771830407,"num_remapped_pgs":0} 2026-02-23T07:06:58.996 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T07:06:59.113 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:59.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:58 trial173 ceph-mon[40904]: purged_snaps scrub starts 2026-02-23T07:06:59.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:58 trial173 ceph-mon[40904]: purged_snaps scrub ok 2026-02-23T07:06:59.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:58 trial173 ceph-mon[40904]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T07:06:59.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:58 trial173 ceph-mon[40904]: osd.2 [v2:10.20.193.196:6800/2271852975,v1:10.20.193.196:6801/2271852975] boot 2026-02-23T07:06:59.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:58 trial173 ceph-mon[40904]: osdmap e19: 3 total, 3 up, 3 in 2026-02-23T07:06:59.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:58 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T07:06:59.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:58 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:59.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:58 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:06:59.358 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:06:59.358 INFO:teuthology.orchestra.run.trial140.stdout:{"epoch":19,"fsid":"fe4af22c-1085-11f1-b9d5-d404e6e7d460","created":"2026-02-23T07:05:25.373393+0000","modified":"2026-02-23T07:06:58.357538+0000","last_up_change":"2026-02-23T07:06:58.357538+0000","last_in_change":"2026-02-23T07:06:47.671392+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"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":"6686c941-1cd7-4871-b3ae-fcfad6bb46ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6802","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6803","nonce":423897303}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6804","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6805","nonce":423897303}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6808","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6809","nonce":423897303}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6806","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6807","nonce":423897303}]},"public_addr":"10.20.193.140:6803/423897303","cluster_addr":"10.20.193.140:6805/423897303","heartbeat_back_addr":"10.20.193.140:6809/423897303","heartbeat_front_addr":"10.20.193.140:6807/423897303","state":["exists","up"]},{"osd":1,"uuid":"3302e166-42c4-43aa-8937-79617f6fe229","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6800","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6801","nonce":2436588769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6802","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6803","nonce":2436588769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6806","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6807","nonce":2436588769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6804","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6805","nonce":2436588769}]},"public_addr":"10.20.193.173:6801/2436588769","cluster_addr":"10.20.193.173:6803/2436588769","heartbeat_back_addr":"10.20.193.173:6807/2436588769","heartbeat_front_addr":"10.20.193.173:6805/2436588769","state":["exists","up"]},{"osd":2,"uuid":"350c7c67-8a74-48b4-9455-2eec99f4e332","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6800","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6801","nonce":2271852975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6802","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6803","nonce":2271852975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6806","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6807","nonce":2271852975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6804","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6805","nonce":2271852975}]},"public_addr":"10.20.193.196:6801/2271852975","cluster_addr":"10.20.193.196:6803/2271852975","heartbeat_back_addr":"10.20.193.196:6807/2271852975","heartbeat_front_addr":"10.20.193.196:6805/2271852975","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-23T07:06:37.872222+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-23T07:06:45.490171+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.140:0/3014123765":"2026-02-24T07:05:47.513400+0000","10.20.193.140:0/1701177309":"2026-02-24T07:05:47.513400+0000","10.20.193.140:6801/2014404027":"2026-02-24T07:05:47.513400+0000","10.20.193.140:6800/2014404027":"2026-02-24T07:05:47.513400+0000","10.20.193.140:0/920082014":"2026-02-24T07:05:47.513400+0000","10.20.193.140:0/2725364942":"2026-02-24T07:05:36.462308+0000","10.20.193.140:0/1139673337":"2026-02-24T07:05:36.462308+0000","10.20.193.140:6801/540705545":"2026-02-24T07:05:36.462308+0000","10.20.193.140:0/238065824":"2026-02-24T07:05:36.462308+0000","10.20.193.140:6800/540705545":"2026-02-24T07:05:36.462308+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-23T07:06:59.500 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-23T07:06:59.500 INFO:tasks.cephadm:Setting up client nodes... 2026-02-23T07:06:59.501 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-23T07:06:59.618 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:06:59.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:59 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3351024235' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T07:06:59.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:06:59 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/191581140' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T07:06:59.851 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:06:59.990 INFO:teuthology.orchestra.run.trial140.stdout:[{"version":13,"timestamp":"2026-02-23T07:06:56.353761+0000","name":"","changes":[{"name":"osd/host:trial196/osd_memory_target","new_value":"91351154278"}]}] 2026-02-23T07:06:59.990 INFO:tasks.ceph_manager:config epoch is 13 2026-02-23T07:06:59.990 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-23T07:06:59.991 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-23T07:06:59.991 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-23T07:07:00.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:59 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/3351024235' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T07:07:00.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:06:59 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/191581140' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T07:07:00.110 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:00.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:59 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3351024235' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T07:07:00.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:06:59 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/191581140' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T07:07:00.372 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:07:00.513 INFO:teuthology.orchestra.run.trial140.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6800","nonce":1216558688},{"type":"v1","addr":"10.20.193.140:6801","nonce":1216558688}]},"active_addr":"10.20.193.140:6801/1216558688","active_change":"2026-02-23T07:05:47.513498+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":24104,"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.6","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":[]},"sudo_hardening":{"name":"sudo_hardening","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable sudo hardening by routing all command execution through invoker.py. When enabled, cephadm and bash commands are validated and executed via the secure invoker wrapper.","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.6","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":[]},"sudo_hardening":{"name":"sudo_hardening","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable sudo hardening by routing all command execution through invoker.py. When enabled, cephadm and bash commands are validated and executed via the secure invoker wrapper.","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.140: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.140:0","nonce":37980683}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.140:0","nonce":2613351871}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.140:0","nonce":424608899}]}]} 2026-02-23T07:07:00.523 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-23T07:07:00.523 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-23T07:07:00.523 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T07:07:00.642 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:00.869 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:07:00.869 INFO:teuthology.orchestra.run.trial140.stdout:{"epoch":21,"fsid":"fe4af22c-1085-11f1-b9d5-d404e6e7d460","created":"2026-02-23T07:05:25.373393+0000","modified":"2026-02-23T07:07:00.697463+0000","last_up_change":"2026-02-23T07:06:58.357538+0000","last_in_change":"2026-02-23T07:06:47.671392+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-23T07:06:59.724972+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6686c941-1cd7-4871-b3ae-fcfad6bb46ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6802","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6803","nonce":423897303}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6804","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6805","nonce":423897303}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6808","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6809","nonce":423897303}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6806","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6807","nonce":423897303}]},"public_addr":"10.20.193.140:6803/423897303","cluster_addr":"10.20.193.140:6805/423897303","heartbeat_back_addr":"10.20.193.140:6809/423897303","heartbeat_front_addr":"10.20.193.140:6807/423897303","state":["exists","up"]},{"osd":1,"uuid":"3302e166-42c4-43aa-8937-79617f6fe229","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6800","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6801","nonce":2436588769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6802","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6803","nonce":2436588769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6806","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6807","nonce":2436588769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6804","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6805","nonce":2436588769}]},"public_addr":"10.20.193.173:6801/2436588769","cluster_addr":"10.20.193.173:6803/2436588769","heartbeat_back_addr":"10.20.193.173:6807/2436588769","heartbeat_front_addr":"10.20.193.173:6805/2436588769","state":["exists","up"]},{"osd":2,"uuid":"350c7c67-8a74-48b4-9455-2eec99f4e332","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6800","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6801","nonce":2271852975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6802","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6803","nonce":2271852975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6806","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6807","nonce":2271852975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6804","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6805","nonce":2271852975}]},"public_addr":"10.20.193.196:6801/2271852975","cluster_addr":"10.20.193.196:6803/2271852975","heartbeat_back_addr":"10.20.193.196:6807/2271852975","heartbeat_front_addr":"10.20.193.196:6805/2271852975","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-23T07:06:37.872222+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-23T07:06:45.490171+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-23T07:06:56.360177+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.140:0/3014123765":"2026-02-24T07:05:47.513400+0000","10.20.193.140:0/1701177309":"2026-02-24T07:05:47.513400+0000","10.20.193.140:6801/2014404027":"2026-02-24T07:05:47.513400+0000","10.20.193.140:6800/2014404027":"2026-02-24T07:05:47.513400+0000","10.20.193.140:0/920082014":"2026-02-24T07:05:47.513400+0000","10.20.193.140:0/2725364942":"2026-02-24T07:05:36.462308+0000","10.20.193.140:0/1139673337":"2026-02-24T07:05:36.462308+0000","10.20.193.140:6801/540705545":"2026-02-24T07:05:36.462308+0000","10.20.193.140:0/238065824":"2026-02-24T07:05:36.462308+0000","10.20.193.140:6800/540705545":"2026-02-24T07:05:36.462308+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-23T07:07:00.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:00 trial140 ceph-mon[39951]: pgmap v45: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:00.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:00 trial140 ceph-mon[39951]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T07:07:00.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:00 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' 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-23T07:07:00.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:00 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1989262680' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-23T07:07:00.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:00 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3252869196' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-23T07:07:01.007 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-23T07:07:01.007 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T07:07:01.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:00 trial196 ceph-mon[40909]: pgmap v45: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:01.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:00 trial196 ceph-mon[40909]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T07:07:01.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:00 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' 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-23T07:07:01.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:00 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/1989262680' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-23T07:07:01.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:00 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/3252869196' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-23T07:07:01.124 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:01.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:00 trial173 ceph-mon[40904]: pgmap v45: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:01.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:00 trial173 ceph-mon[40904]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T07:07:01.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:00 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' 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-23T07:07:01.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:00 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/1989262680' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-23T07:07:01.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:00 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3252869196' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-23T07:07:01.353 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:07:01.354 INFO:teuthology.orchestra.run.trial140.stdout:{"epoch":21,"fsid":"fe4af22c-1085-11f1-b9d5-d404e6e7d460","created":"2026-02-23T07:05:25.373393+0000","modified":"2026-02-23T07:07:00.697463+0000","last_up_change":"2026-02-23T07:06:58.357538+0000","last_in_change":"2026-02-23T07:06:47.671392+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-23T07:06:59.724972+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6686c941-1cd7-4871-b3ae-fcfad6bb46ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6802","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6803","nonce":423897303}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6804","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6805","nonce":423897303}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6808","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6809","nonce":423897303}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.140:6806","nonce":423897303},{"type":"v1","addr":"10.20.193.140:6807","nonce":423897303}]},"public_addr":"10.20.193.140:6803/423897303","cluster_addr":"10.20.193.140:6805/423897303","heartbeat_back_addr":"10.20.193.140:6809/423897303","heartbeat_front_addr":"10.20.193.140:6807/423897303","state":["exists","up"]},{"osd":1,"uuid":"3302e166-42c4-43aa-8937-79617f6fe229","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6800","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6801","nonce":2436588769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6802","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6803","nonce":2436588769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6806","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6807","nonce":2436588769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:6804","nonce":2436588769},{"type":"v1","addr":"10.20.193.173:6805","nonce":2436588769}]},"public_addr":"10.20.193.173:6801/2436588769","cluster_addr":"10.20.193.173:6803/2436588769","heartbeat_back_addr":"10.20.193.173:6807/2436588769","heartbeat_front_addr":"10.20.193.173:6805/2436588769","state":["exists","up"]},{"osd":2,"uuid":"350c7c67-8a74-48b4-9455-2eec99f4e332","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6800","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6801","nonce":2271852975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6802","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6803","nonce":2271852975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6806","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6807","nonce":2271852975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:6804","nonce":2271852975},{"type":"v1","addr":"10.20.193.196:6805","nonce":2271852975}]},"public_addr":"10.20.193.196:6801/2271852975","cluster_addr":"10.20.193.196:6803/2271852975","heartbeat_back_addr":"10.20.193.196:6807/2271852975","heartbeat_front_addr":"10.20.193.196:6805/2271852975","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-23T07:06:37.872222+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-23T07:06:45.490171+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-23T07:06:56.360177+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.140:0/3014123765":"2026-02-24T07:05:47.513400+0000","10.20.193.140:0/1701177309":"2026-02-24T07:05:47.513400+0000","10.20.193.140:6801/2014404027":"2026-02-24T07:05:47.513400+0000","10.20.193.140:6800/2014404027":"2026-02-24T07:05:47.513400+0000","10.20.193.140:0/920082014":"2026-02-24T07:05:47.513400+0000","10.20.193.140:0/2725364942":"2026-02-24T07:05:36.462308+0000","10.20.193.140:0/1139673337":"2026-02-24T07:05:36.462308+0000","10.20.193.140:6801/540705545":"2026-02-24T07:05:36.462308+0000","10.20.193.140:0/238065824":"2026-02-24T07:05:36.462308+0000","10.20.193.140:6800/540705545":"2026-02-24T07:05:36.462308+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-23T07:07:01.493 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-23T07:07:01.494 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-23T07:07:01.494 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-23T07:07:01.611 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:01.612 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:01.612 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:01.744 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' 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-23T07:07:01.745 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 ceph-mon[39951]: osdmap e21: 3 total, 3 up, 3 in 2026-02-23T07:07:01.745 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-23T07:07:01.745 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/336263344' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T07:07:01.745 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1546502328' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T07:07:01.892 INFO:teuthology.orchestra.run.trial140.stdout:81604378626 2026-02-23T07:07:01.892 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-23T07:07:01.900 INFO:teuthology.orchestra.run.trial140.stdout:60129542150 2026-02-23T07:07:01.900 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-23T07:07:01.918 INFO:teuthology.orchestra.run.trial140.stdout:42949672966 2026-02-23T07:07:01.919 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-23T07:07:01.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' 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-23T07:07:01.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 ceph-mon[40904]: osdmap e21: 3 total, 3 up, 3 in 2026-02-23T07:07:01.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-23T07:07:01.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/336263344' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T07:07:01.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/1546502328' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T07:07:01.938 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49050]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-23T07:07:01.938 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49050]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:01.938 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49050]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:01.938 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49050]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:01.938 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49054]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-23T07:07:01.938 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49054]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:01.938 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49054]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:01.939 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49054]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:02.015 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:02.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' 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-23T07:07:02.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 ceph-mon[40909]: osdmap e21: 3 total, 3 up, 3 in 2026-02-23T07:07:02.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-23T07:07:02.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/336263344' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T07:07:02.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/1546502328' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T07:07:02.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49531]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-23T07:07:02.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49531]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:02.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49531]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:02.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49531]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:02.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49535]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-23T07:07:02.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49535]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:02.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49535]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:02.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49535]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:02.035 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49523]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-23T07:07:02.035 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49523]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:02.035 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49523]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:02.035 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49523]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:02.035 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49527]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-23T07:07:02.035 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49527]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:02.035 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49527]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:02.035 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:07:01 trial196 sudo[49527]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:02.038 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58183]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-23T07:07:02.038 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58183]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:02.038 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58183]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:02.038 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58183]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:02.038 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58192]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-23T07:07:02.038 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58192]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:02.038 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58192]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:02.039 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58192]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:02.039 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58067]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-23T07:07:02.039 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58067]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:02.039 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58067]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:02.039 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58067]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:02.039 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58108]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-23T07:07:02.039 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58108]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:02.039 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58108]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:02.039 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:07:01 trial140 sudo[58108]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:02.080 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:02.081 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:02.270 INFO:teuthology.orchestra.run.trial140.stdout:81604378625 2026-02-23T07:07:02.320 INFO:teuthology.orchestra.run.trial140.stdout:60129542149 2026-02-23T07:07:02.324 INFO:teuthology.orchestra.run.trial140.stdout:42949672965 2026-02-23T07:07:02.412 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378626 got 81604378625 for osd.2 2026-02-23T07:07:02.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49058]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-23T07:07:02.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49058]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:02.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49058]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:02.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49058]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:02.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49062]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-23T07:07:02.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49062]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T07:07:02.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49062]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T07:07:02.438 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:01 trial173 sudo[49062]: pam_unix(sudo:session): session closed for user root 2026-02-23T07:07:02.463 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542150 got 60129542149 for osd.1 2026-02-23T07:07:02.466 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949672966 got 42949672965 for osd.0 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: pgmap v48: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: osdmap e22: 3 total, 3 up, 3 in 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:02.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1300232916' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/937263727' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T07:07:02.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:02 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3264537578' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: pgmap v48: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: osdmap e22: 3 total, 3 up, 3 in 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T07:07:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T07:07:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T07:07:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T07:07:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/1300232916' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T07:07:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/937263727' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T07:07:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:02 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/3264537578' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T07:07:03.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: pgmap v48: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:03.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-23T07:07:03.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: osdmap e22: 3 total, 3 up, 3 in 2026-02-23T07:07:03.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T07:07:03.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T07:07:03.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:03.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:03.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:03.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:03.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:03.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:03.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T07:07:03.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T07:07:03.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:03.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:03.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:03.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T07:07:03.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T07:07:03.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:03.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/1300232916' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T07:07:03.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/937263727' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T07:07:03.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:02 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3264537578' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T07:07:03.414 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-23T07:07:03.464 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-23T07:07:03.466 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-23T07:07:03.532 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:03.582 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:03.583 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:03.808 INFO:teuthology.orchestra.run.trial140.stdout:81604378627 2026-02-23T07:07:03.833 INFO:teuthology.orchestra.run.trial140.stdout:42949672967 2026-02-23T07:07:03.834 INFO:teuthology.orchestra.run.trial140.stdout:60129542151 2026-02-23T07:07:03.948 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378626 got 81604378627 for osd.2 2026-02-23T07:07:03.949 DEBUG:teuthology.parallel:result is None 2026-02-23T07:07:03.951 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:03 trial140 ceph-mon[39951]: osdmap e23: 3 total, 3 up, 3 in 2026-02-23T07:07:03.972 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949672966 got 42949672967 for osd.0 2026-02-23T07:07:03.973 DEBUG:teuthology.parallel:result is None 2026-02-23T07:07:03.979 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542150 got 60129542151 for osd.1 2026-02-23T07:07:03.979 DEBUG:teuthology.parallel:result is None 2026-02-23T07:07:03.980 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-23T07:07:03.980 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph pg dump --format=json 2026-02-23T07:07:04.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:03 trial196 ceph-mon[40909]: osdmap e23: 3 total, 3 up, 3 in 2026-02-23T07:07:04.135 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:04.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:03 trial173 ceph-mon[40904]: osdmap e23: 3 total, 3 up, 3 in 2026-02-23T07:07:04.359 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:07:04.360 INFO:teuthology.orchestra.run.trial140.stderr:dumped all 2026-02-23T07:07:04.499 INFO:teuthology.orchestra.run.trial140.stdout:{"pg_ready":true,"pg_map":{"version":51,"stamp":"2026-02-23T07:07:03.524393+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":85396,"kb_used_data":2300,"kb_used_omap":28,"kb_used_meta":81315,"kb_avail":2201924204,"statfs":{"total":2254857830400,"available":2254770384896,"internally_reserved":0,"allocated":2355200,"data_stored":1946203,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":29615,"internal_metadata":83266641},"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":262176,"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":70,"num_read_kb":63,"num_write":148,"num_write_kb":3394,"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.818547"},"pg_stats":[{"pgid":"1.0","version":"22'152","reported_seq":196,"reported_epoch":23,"state":"active+clean","last_fresh":"2026-02-23T07:07:02.708514+0000","last_change":"2026-02-23T07:07:01.708525+0000","last_active":"2026-02-23T07:07:02.708514+0000","last_peered":"2026-02-23T07:07:02.708514+0000","last_clean":"2026-02-23T07:07:02.708514+0000","last_became_active":"2026-02-23T07:07:01.708370+0000","last_became_peered":"2026-02-23T07:07:01.708370+0000","last_unstale":"2026-02-23T07:07:02.708514+0000","last_undegraded":"2026-02-23T07:07:02.708514+0000","last_fullsized":"2026-02-23T07:07:02.708514+0000","mapping_epoch":21,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":22,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-23T07:07:00.697463+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-23T07:07:00.697463+0000","last_clean_scrub_stamp":"2026-02-23T07:07:00.697463+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-24T07:34:49.635002+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":19,"seq":81604378627,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":7,"kb_used_meta":27192,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651269,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7798,"internal_metadata":27845002},"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":14,"seq":60129542151,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28292,"kb_used_data":764,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733974908,"statfs":{"total":751619276800,"available":751590305792,"internally_reserved":0,"allocated":782336,"data_stored":647467,"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":10,"seq":42949672967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28548,"kb_used_data":764,"kb_used_omap":12,"kb_used_meta":27187,"kb_avail":733974652,"statfs":{"total":751619276800,"available":751590043648,"internally_reserved":0,"allocated":782336,"data_stored":647467,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12392,"internal_metadata":27840408},"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-23T07:07:04.500 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph pg dump --format=json 2026-02-23T07:07:04.615 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:04.730 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:04 trial140 ceph-mon[39951]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail; 77 KiB/s rd, 4.0 MiB/s wr, 266 op/s 2026-02-23T07:07:04.730 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:04 trial140 ceph-mon[39951]: mgrmap e15: a(active, since 76s), standbys: b 2026-02-23T07:07:04.731 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:04 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1255553921' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T07:07:04.731 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:04 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/446077856' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T07:07:04.731 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:04 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/3009774933' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T07:07:04.843 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:07:04.843 INFO:teuthology.orchestra.run.trial140.stderr:dumped all 2026-02-23T07:07:04.985 INFO:teuthology.orchestra.run.trial140.stdout:{"pg_ready":true,"pg_map":{"version":51,"stamp":"2026-02-23T07:07:03.524393+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":85396,"kb_used_data":2300,"kb_used_omap":28,"kb_used_meta":81315,"kb_avail":2201924204,"statfs":{"total":2254857830400,"available":2254770384896,"internally_reserved":0,"allocated":2355200,"data_stored":1946203,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":29615,"internal_metadata":83266641},"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":262176,"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":70,"num_read_kb":63,"num_write":148,"num_write_kb":3394,"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.818547"},"pg_stats":[{"pgid":"1.0","version":"22'152","reported_seq":196,"reported_epoch":23,"state":"active+clean","last_fresh":"2026-02-23T07:07:02.708514+0000","last_change":"2026-02-23T07:07:01.708525+0000","last_active":"2026-02-23T07:07:02.708514+0000","last_peered":"2026-02-23T07:07:02.708514+0000","last_clean":"2026-02-23T07:07:02.708514+0000","last_became_active":"2026-02-23T07:07:01.708370+0000","last_became_peered":"2026-02-23T07:07:01.708370+0000","last_unstale":"2026-02-23T07:07:02.708514+0000","last_undegraded":"2026-02-23T07:07:02.708514+0000","last_fullsized":"2026-02-23T07:07:02.708514+0000","mapping_epoch":21,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":22,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-23T07:07:00.697463+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-23T07:07:00.697463+0000","last_clean_scrub_stamp":"2026-02-23T07:07:00.697463+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-24T07:34:49.635002+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":19,"seq":81604378627,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":7,"kb_used_meta":27192,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651269,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7798,"internal_metadata":27845002},"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":14,"seq":60129542151,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28292,"kb_used_data":764,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733974908,"statfs":{"total":751619276800,"available":751590305792,"internally_reserved":0,"allocated":782336,"data_stored":647467,"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":10,"seq":42949672967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28548,"kb_used_data":764,"kb_used_omap":12,"kb_used_meta":27187,"kb_avail":733974652,"statfs":{"total":751619276800,"available":751590043648,"internally_reserved":0,"allocated":782336,"data_stored":647467,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12392,"internal_metadata":27840408},"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-23T07:07:04.986 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-23T07:07:04.986 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-23T07:07:04.986 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-23T07:07:04.986 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph health --format=json 2026-02-23T07:07:04.993 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:04 trial196 ceph-mon[40909]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail; 77 KiB/s rd, 4.0 MiB/s wr, 266 op/s 2026-02-23T07:07:04.993 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:04 trial196 ceph-mon[40909]: mgrmap e15: a(active, since 76s), standbys: b 2026-02-23T07:07:04.993 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:04 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/1255553921' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T07:07:04.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:04 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/446077856' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T07:07:04.994 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:04 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/3009774933' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T07:07:05.102 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:05.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:04 trial173 ceph-mon[40904]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail; 77 KiB/s rd, 4.0 MiB/s wr, 266 op/s 2026-02-23T07:07:05.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:04 trial173 ceph-mon[40904]: mgrmap e15: a(active, since 76s), standbys: b 2026-02-23T07:07:05.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:04 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/1255553921' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T07:07:05.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:04 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/446077856' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T07:07:05.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:04 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/3009774933' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T07:07:05.360 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:07:05.360 INFO:teuthology.orchestra.run.trial140.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-23T07:07:05.503 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-23T07:07:05.503 INFO:tasks.cephadm:Setup complete, yielding 2026-02-23T07:07:05.504 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-23T07:07:05.520 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-23T07:07:05.520 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph orch apply -i - 2026-02-23T07:07:05.638 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:05.875 INFO:teuthology.orchestra.run.trial140.stdout:Scheduled mon update... 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:05.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:05.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:07:05.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:05.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:07:05.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:05.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:07:05.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:05 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/2992523662' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:07:06.013 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:05 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/2992523662' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-23T07:07:06.017 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-23T07:07:06.029 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial140.front.sepia.ceph.com 2026-02-23T07:07:06.029 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- bash -c 'set -ex 2026-02-23T07:07:06.029 DEBUG:teuthology.orchestra.run.trial140:> # since we don'"'"'t know the real hostnames before the test, the next 2026-02-23T07:07:06.029 DEBUG:teuthology.orchestra.run.trial140:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2026-02-23T07:07:06.029 DEBUG:teuthology.orchestra.run.trial140:> # the actual names cephadm knows the host by within the mon spec 2026-02-23T07:07:06.029 DEBUG:teuthology.orchestra.run.trial140:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> ceph orch ls --service-name mon --export > mon.yaml 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> MONSPEC=`cat mon.yaml` 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> echo "$MONSPEC" 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> while read realname <&3 && read fakename <&4; do 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> MONSPEC="${MONSPEC//$fakename/$realname}" 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> done 3 echo "$MONSPEC" > mon.yaml 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> cat mon.yaml 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> ceph orch apply -i mon.yaml 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> sleep 90 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> ceph orch ps --refresh 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> sleep 90 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> ceph mon dump 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> ceph mon dump --format json 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> # verify all the crush locations got set from "ceph mon dump" output 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> while read monid <&3 && read crushloc <&4; do 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2026-02-23T07:07:06.030 DEBUG:teuthology.orchestra.run.trial140:> done 3 ' 2026-02-23T07:07:06.146 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:07:06.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:05 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/2992523662' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-23T07:07:06.226 INFO:teuthology.orchestra.run.trial140.stderr:+ ceph orch host ls --format json 2026-02-23T07:07:06.226 INFO:teuthology.orchestra.run.trial140.stderr:+ jq -r '.[] | .hostname' 2026-02-23T07:07:06.393 INFO:teuthology.orchestra.run.trial140.stderr:+ echo 'host.a 2026-02-23T07:07:06.394 INFO:teuthology.orchestra.run.trial140.stderr:host.b 2026-02-23T07:07:06.394 INFO:teuthology.orchestra.run.trial140.stderr:host.c' 2026-02-23T07:07:06.394 INFO:teuthology.orchestra.run.trial140.stderr:+ echo 'a 2026-02-23T07:07:06.394 INFO:teuthology.orchestra.run.trial140.stderr:b 2026-02-23T07:07:06.394 INFO:teuthology.orchestra.run.trial140.stderr:c' 2026-02-23T07:07:06.394 INFO:teuthology.orchestra.run.trial140.stderr:+ echo '{datacenter=a} 2026-02-23T07:07:06.394 INFO:teuthology.orchestra.run.trial140.stderr:{datacenter=b,rack=2} 2026-02-23T07:07:06.394 INFO:teuthology.orchestra.run.trial140.stderr:{datacenter=a,rack=3}' 2026-02-23T07:07:06.395 INFO:teuthology.orchestra.run.trial140.stderr:+ ceph orch ls --service-name mon --export 2026-02-23T07:07:06.560 INFO:teuthology.orchestra.run.trial140.stderr:++ cat mon.yaml 2026-02-23T07:07:06.561 INFO:teuthology.orchestra.run.trial140.stderr:+ MONSPEC='service_type: mon 2026-02-23T07:07:06.561 INFO:teuthology.orchestra.run.trial140.stderr:service_name: mon 2026-02-23T07:07:06.561 INFO:teuthology.orchestra.run.trial140.stderr:placement: 2026-02-23T07:07:06.561 INFO:teuthology.orchestra.run.trial140.stderr: count: 3 2026-02-23T07:07:06.561 INFO:teuthology.orchestra.run.trial140.stderr:spec: 2026-02-23T07:07:06.561 INFO:teuthology.orchestra.run.trial140.stderr: crush_locations: 2026-02-23T07:07:06.561 INFO:teuthology.orchestra.run.trial140.stderr: host.a: 2026-02-23T07:07:06.561 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.561 INFO:teuthology.orchestra.run.trial140.stderr: host.b: 2026-02-23T07:07:06.562 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=b 2026-02-23T07:07:06.562 INFO:teuthology.orchestra.run.trial140.stderr: - rack=2 2026-02-23T07:07:06.562 INFO:teuthology.orchestra.run.trial140.stderr: host.c: 2026-02-23T07:07:06.562 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.562 INFO:teuthology.orchestra.run.trial140.stderr: - rack=3' 2026-02-23T07:07:06.562 INFO:teuthology.orchestra.run.trial140.stdout:service_type: mon 2026-02-23T07:07:06.562 INFO:teuthology.orchestra.run.trial140.stdout:service_name: mon 2026-02-23T07:07:06.562 INFO:teuthology.orchestra.run.trial140.stdout:placement: 2026-02-23T07:07:06.563 INFO:teuthology.orchestra.run.trial140.stdout: count: 3 2026-02-23T07:07:06.563 INFO:teuthology.orchestra.run.trial140.stdout:spec: 2026-02-23T07:07:06.563 INFO:teuthology.orchestra.run.trial140.stdout: crush_locations: 2026-02-23T07:07:06.563 INFO:teuthology.orchestra.run.trial140.stdout: host.a: 2026-02-23T07:07:06.563 INFO:teuthology.orchestra.run.trial140.stdout: - datacenter=a 2026-02-23T07:07:06.563 INFO:teuthology.orchestra.run.trial140.stdout: host.b: 2026-02-23T07:07:06.563 INFO:teuthology.orchestra.run.trial140.stdout: - datacenter=b 2026-02-23T07:07:06.563 INFO:teuthology.orchestra.run.trial140.stdout: - rack=2 2026-02-23T07:07:06.563 INFO:teuthology.orchestra.run.trial140.stdout: host.c: 2026-02-23T07:07:06.563 INFO:teuthology.orchestra.run.trial140.stdout: - datacenter=a 2026-02-23T07:07:06.563 INFO:teuthology.orchestra.run.trial140.stdout: - rack=3 2026-02-23T07:07:06.564 INFO:teuthology.orchestra.run.trial140.stderr:+ echo 'service_type: mon 2026-02-23T07:07:06.564 INFO:teuthology.orchestra.run.trial140.stderr:service_name: mon 2026-02-23T07:07:06.564 INFO:teuthology.orchestra.run.trial140.stderr:placement: 2026-02-23T07:07:06.564 INFO:teuthology.orchestra.run.trial140.stderr: count: 3 2026-02-23T07:07:06.564 INFO:teuthology.orchestra.run.trial140.stderr:spec: 2026-02-23T07:07:06.564 INFO:teuthology.orchestra.run.trial140.stderr: crush_locations: 2026-02-23T07:07:06.564 INFO:teuthology.orchestra.run.trial140.stderr: host.a: 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr: host.b: 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=b 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr: - rack=2 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr: host.c: 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr: - rack=3' 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr:+ read realname 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr:+ read fakename 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr:+ MONSPEC='service_type: mon 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr:service_name: mon 2026-02-23T07:07:06.565 INFO:teuthology.orchestra.run.trial140.stderr:placement: 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr: count: 3 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr:spec: 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr: crush_locations: 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr: trial140: 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr: host.b: 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=b 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr: - rack=2 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr: host.c: 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr: - rack=3' 2026-02-23T07:07:06.566 INFO:teuthology.orchestra.run.trial140.stderr:+ read realname 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr:+ read fakename 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr:+ MONSPEC='service_type: mon 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr:service_name: mon 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr:placement: 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr: count: 3 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr:spec: 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr: crush_locations: 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr: trial140: 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr: trial173: 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=b 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr: - rack=2 2026-02-23T07:07:06.567 INFO:teuthology.orchestra.run.trial140.stderr: host.c: 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr: - rack=3' 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr:+ read realname 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr:+ read fakename 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr:+ MONSPEC='service_type: mon 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr:service_name: mon 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr:placement: 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr: count: 3 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr:spec: 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr: crush_locations: 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr: trial140: 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.568 INFO:teuthology.orchestra.run.trial140.stderr: trial173: 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=b 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr: - rack=2 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr: trial196: 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr: - rack=3' 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr:+ read realname 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr:+ echo 'service_type: mon 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr:service_name: mon 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr:placement: 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr: count: 3 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr:spec: 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr: crush_locations: 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr: trial140: 2026-02-23T07:07:06.569 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.570 INFO:teuthology.orchestra.run.trial140.stderr: trial173: 2026-02-23T07:07:06.570 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=b 2026-02-23T07:07:06.570 INFO:teuthology.orchestra.run.trial140.stderr: - rack=2 2026-02-23T07:07:06.570 INFO:teuthology.orchestra.run.trial140.stderr: trial196: 2026-02-23T07:07:06.570 INFO:teuthology.orchestra.run.trial140.stderr: - datacenter=a 2026-02-23T07:07:06.570 INFO:teuthology.orchestra.run.trial140.stderr: - rack=3' 2026-02-23T07:07:06.570 INFO:teuthology.orchestra.run.trial140.stderr:+ cat mon.yaml 2026-02-23T07:07:06.570 INFO:teuthology.orchestra.run.trial140.stdout:service_type: mon 2026-02-23T07:07:06.570 INFO:teuthology.orchestra.run.trial140.stdout:service_name: mon 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout:placement: 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout: count: 3 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout:spec: 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout: crush_locations: 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout: trial140: 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout: - datacenter=a 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout: trial173: 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout: - datacenter=b 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout: - rack=2 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout: trial196: 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout: - datacenter=a 2026-02-23T07:07:06.571 INFO:teuthology.orchestra.run.trial140.stdout: - rack=3 2026-02-23T07:07:06.572 INFO:teuthology.orchestra.run.trial140.stderr:+ ceph orch apply -i mon.yaml 2026-02-23T07:07:06.723 INFO:teuthology.orchestra.run.trial140.stdout:Scheduled mon update... 2026-02-23T07:07:06.731 INFO:teuthology.orchestra.run.trial140.stderr:+ sleep 90 2026-02-23T07:07:12.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail; 7.1 KiB/s rd, 385 KiB/s wr, 24 op/s 2026-02-23T07:07:12.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T07:07:12.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T07:07:12.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: Detected new or changed devices on trial173 2026-02-23T07:07:12.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T07:07:12.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: mon.a calling monitor election 2026-02-23T07:07:12.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:12.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:12.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:12.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T07:07:12.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: mon.b calling monitor election 2026-02-23T07:07:12.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: monmap epoch 6 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: last_changed 2026-02-23T07:07:11.747612+0000 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: min_mon_release 20 (tentacle) 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: election_strategy: 1 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: 2: [v2:10.20.193.173:3300/0,v1:10.20.193.173:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: mon.c calling monitor election 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: fsmap 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: osdmap e23: 3 total, 3 up, 3 in 2026-02-23T07:07:12.979 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: mgrmap e15: a(active, since 84s), standbys: b 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: overall HEALTH_OK 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:12.980 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:12.981 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:12.981 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:12.981 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:07:12.981 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:07:12.981 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:13.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail; 7.1 KiB/s rd, 385 KiB/s wr, 24 op/s 2026-02-23T07:07:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T07:07:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T07:07:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: Detected new or changed devices on trial173 2026-02-23T07:07:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T07:07:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: mon.a calling monitor election 2026-02-23T07:07:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T07:07:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: mon.b calling monitor election 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: monmap epoch 6 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: last_changed 2026-02-23T07:07:11.747612+0000 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: min_mon_release 20 (tentacle) 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: election_strategy: 1 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: 2: [v2:10.20.193.173:3300/0,v1:10.20.193.173:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: mon.c calling monitor election 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: fsmap 2026-02-23T07:07:13.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: osdmap e23: 3 total, 3 up, 3 in 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: mgrmap e15: a(active, since 84s), standbys: b 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: overall HEALTH_OK 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:07:13.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:07:13.037 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:13.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail; 7.1 KiB/s rd, 385 KiB/s wr, 24 op/s 2026-02-23T07:07:13.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T07:07:13.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T07:07:13.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: Detected new or changed devices on trial173 2026-02-23T07:07:13.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T07:07:13.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: mon.a calling monitor election 2026-02-23T07:07:13.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:07:13.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:07:13.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:07:13.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T07:07:13.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: mon.b calling monitor election 2026-02-23T07:07:13.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: monmap epoch 6 2026-02-23T07:07:13.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:07:13.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: last_changed 2026-02-23T07:07:11.747612+0000 2026-02-23T07:07:13.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:07:13.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: min_mon_release 20 (tentacle) 2026-02-23T07:07:13.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: election_strategy: 1 2026-02-23T07:07:13.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T07:07:13.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-23T07:07:13.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: 2: [v2:10.20.193.173:3300/0,v1:10.20.193.173:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T07:07:13.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: mon.c calling monitor election 2026-02-23T07:07:13.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: fsmap 2026-02-23T07:07:13.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: osdmap e23: 3 total, 3 up, 3 in 2026-02-23T07:07:13.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: mgrmap e15: a(active, since 84s), standbys: b 2026-02-23T07:07:13.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: overall HEALTH_OK 2026-02-23T07:07:13.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:07:13.190 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:07:13.191 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:13.191 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.191 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.191 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.191 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.191 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:13.191 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:07:13.191 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:07:13.191 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:14.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:13 trial196 ceph-mon[40909]: Reconfiguring mon.a (monmap changed)... 2026-02-23T07:07:14.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:13 trial196 ceph-mon[40909]: Reconfiguring daemon mon.a on trial140 2026-02-23T07:07:14.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:13 trial196 ceph-mon[40909]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T07:07:14.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:13 trial196 ceph-mon[40909]: Reconfiguring daemon mgr.a on trial140 2026-02-23T07:07:14.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:13 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:13 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:13 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:13 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:13 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:13 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:07:14.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:13 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:14.149 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:13 trial173 ceph-mon[40904]: Reconfiguring mon.a (monmap changed)... 2026-02-23T07:07:14.149 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:13 trial173 ceph-mon[40904]: Reconfiguring daemon mon.a on trial140 2026-02-23T07:07:14.149 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:13 trial173 ceph-mon[40904]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T07:07:14.149 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:13 trial173 ceph-mon[40904]: Reconfiguring daemon mgr.a on trial140 2026-02-23T07:07:14.149 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:13 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.149 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:13 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.149 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:13 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.149 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:13 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.149 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:13 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.149 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:13 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:07:14.149 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:13 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:14.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:13 trial140 ceph-mon[39951]: Reconfiguring mon.a (monmap changed)... 2026-02-23T07:07:14.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:13 trial140 ceph-mon[39951]: Reconfiguring daemon mon.a on trial140 2026-02-23T07:07:14.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:13 trial140 ceph-mon[39951]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T07:07:14.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:13 trial140 ceph-mon[39951]: Reconfiguring daemon mgr.a on trial140 2026-02-23T07:07:14.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:13 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:13 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:13 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:13 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:13 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:14.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:13 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:07:14.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:13 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:15.031 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail; 5.8 KiB/s rd, 314 KiB/s wr, 20 op/s 2026-02-23T07:07:15.032 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T07:07:15.032 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: Reconfiguring daemon osd.0 on trial140 2026-02-23T07:07:15.032 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.032 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.032 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:07:15.032 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:07:15.032 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:15.033 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.033 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.033 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:07:15.033 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:07:15.033 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:15.033 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.033 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.033 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T07:07:15.033 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:15.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail; 5.8 KiB/s rd, 314 KiB/s wr, 20 op/s 2026-02-23T07:07:15.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T07:07:15.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: Reconfiguring daemon osd.0 on trial140 2026-02-23T07:07:15.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:07:15.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:07:15.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:15.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:07:15.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:07:15.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:15.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.035 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T07:07:15.036 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:15.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail; 5.8 KiB/s rd, 314 KiB/s wr, 20 op/s 2026-02-23T07:07:15.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T07:07:15.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: Reconfiguring daemon osd.0 on trial140 2026-02-23T07:07:15.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:07:15.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:07:15.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:15.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:07:15.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:07:15.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:15.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.229 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:15.229 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T07:07:15.229 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:16.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: Reconfiguring mon.b (monmap changed)... 2026-02-23T07:07:16.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: Reconfiguring daemon mon.b on trial173 2026-02-23T07:07:16.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T07:07:16.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: Reconfiguring daemon mgr.b on trial173 2026-02-23T07:07:16.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T07:07:16.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: Reconfiguring daemon osd.1 on trial173 2026-02-23T07:07:16.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:07:16.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:07:16.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:16.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:07:16.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:15 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:16.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: Reconfiguring mon.b (monmap changed)... 2026-02-23T07:07:16.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: Reconfiguring daemon mon.b on trial173 2026-02-23T07:07:16.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T07:07:16.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: Reconfiguring daemon mgr.b on trial173 2026-02-23T07:07:16.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T07:07:16.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: Reconfiguring daemon osd.1 on trial173 2026-02-23T07:07:16.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:07:16.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:07:16.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:16.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:07:16.189 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:15 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:16.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: Reconfiguring mon.b (monmap changed)... 2026-02-23T07:07:16.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: Reconfiguring daemon mon.b on trial173 2026-02-23T07:07:16.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T07:07:16.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: Reconfiguring daemon mgr.b on trial173 2026-02-23T07:07:16.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T07:07:16.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: Reconfiguring daemon osd.1 on trial173 2026-02-23T07:07:16.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:07:16.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:07:16.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:16.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:16.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:07:16.228 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:15 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:07:17.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:16 trial196 ceph-mon[40909]: Reconfiguring mon.c (monmap changed)... 2026-02-23T07:07:17.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:16 trial196 ceph-mon[40909]: Reconfiguring daemon mon.c on trial196 2026-02-23T07:07:17.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:16 trial196 ceph-mon[40909]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T07:07:17.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:16 trial196 ceph-mon[40909]: Reconfiguring daemon osd.2 on trial196 2026-02-23T07:07:17.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:16 trial196 ceph-mon[40909]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:17.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:16 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:17.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:16 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:17.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:16 trial173 ceph-mon[40904]: Reconfiguring mon.c (monmap changed)... 2026-02-23T07:07:17.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:16 trial173 ceph-mon[40904]: Reconfiguring daemon mon.c on trial196 2026-02-23T07:07:17.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:16 trial173 ceph-mon[40904]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T07:07:17.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:16 trial173 ceph-mon[40904]: Reconfiguring daemon osd.2 on trial196 2026-02-23T07:07:17.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:16 trial173 ceph-mon[40904]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:17.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:16 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:17.188 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:16 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:17.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:16 trial140 ceph-mon[39951]: Reconfiguring mon.c (monmap changed)... 2026-02-23T07:07:17.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:16 trial140 ceph-mon[39951]: Reconfiguring daemon mon.c on trial196 2026-02-23T07:07:17.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:16 trial140 ceph-mon[39951]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T07:07:17.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:16 trial140 ceph-mon[39951]: Reconfiguring daemon osd.2 on trial196 2026-02-23T07:07:17.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:16 trial140 ceph-mon[39951]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:17.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:16 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:17.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:16 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:19.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:18 trial196 ceph-mon[40909]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:19.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:18 trial173 ceph-mon[40904]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:19.226 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:18 trial140 ceph-mon[39951]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:21.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:20 trial196 ceph-mon[40909]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:21.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:20 trial173 ceph-mon[40904]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:21.226 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:20 trial140 ceph-mon[39951]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:23.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:22 trial196 ceph-mon[40909]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:23.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:22 trial173 ceph-mon[40904]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:23.226 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:22 trial140 ceph-mon[39951]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:25.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:24 trial196 ceph-mon[40909]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:25.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:24 trial173 ceph-mon[40904]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:25.227 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:24 trial140 ceph-mon[39951]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:26.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:26.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:26.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:26 trial173 ceph-mon[40904]: Detected new or changed devices on trial196 2026-02-23T07:07:26.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:26.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:26 trial173 ceph-mon[40904]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:26.476 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:26.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:26.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:26 trial140 ceph-mon[39951]: Detected new or changed devices on trial196 2026-02-23T07:07:26.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:26.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:26 trial140 ceph-mon[39951]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:26.533 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:26.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:26.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:26 trial196 ceph-mon[40909]: Detected new or changed devices on trial196 2026-02-23T07:07:26.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:26.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:26 trial196 ceph-mon[40909]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:28.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:28 trial173 ceph-mon[40904]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:28.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:28 trial140 ceph-mon[39951]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:29.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:28 trial196 ceph-mon[40909]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:30.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:30 trial173 ceph-mon[40904]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:30.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:30 trial140 ceph-mon[39951]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:31.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:30 trial196 ceph-mon[40909]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:32 trial173 ceph-mon[40904]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:32 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:32 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:32 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:32.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:32 trial140 ceph-mon[39951]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:32.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:32 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:32.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:32 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:32.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:32 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:33.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:32 trial196 ceph-mon[40909]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:33.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:32 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:33.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:32 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:33.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:32 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:34.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:34 trial173 ceph-mon[40904]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:34.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:34 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:34.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:34 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:34.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:34 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:34.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:34 trial140 ceph-mon[39951]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:34.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:34 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:34.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:34 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:34.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:34 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:35.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:34 trial196 ceph-mon[40909]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:35.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:34 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:35.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:34 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:35.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:34 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:36.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:36 trial173 ceph-mon[40904]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:36.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:36 trial140 ceph-mon[39951]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:37.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:36 trial196 ceph-mon[40909]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:38.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:38 trial173 ceph-mon[40904]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:38.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:38 trial140 ceph-mon[39951]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:39.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:38 trial196 ceph-mon[40909]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:40.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:40 trial173 ceph-mon[40904]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:40.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:40 trial140 ceph-mon[39951]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:41.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:40 trial196 ceph-mon[40909]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:42.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:42 trial173 ceph-mon[40904]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:42.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:42 trial140 ceph-mon[39951]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:43.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:42 trial196 ceph-mon[40909]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:44.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:44 trial173 ceph-mon[40904]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:44.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:44 trial140 ceph-mon[39951]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:45.027 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:44 trial196 ceph-mon[40909]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:46.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:46.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:46.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:46.437 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:46 trial173 ceph-mon[40904]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:46.476 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:46.476 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:46.476 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:46.476 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:46 trial140 ceph-mon[39951]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:46.533 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:46.533 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:46.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:46.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:46 trial196 ceph-mon[40909]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:48.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:48 trial196 ceph-mon[40909]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:48.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:48 trial173 ceph-mon[40904]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:48.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:48 trial140 ceph-mon[39951]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:50.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:50 trial173 ceph-mon[40904]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:50.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:50 trial140 ceph-mon[39951]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:51.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:50 trial196 ceph-mon[40909]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:52.880 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:52 trial173 ceph-mon[40904]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:52.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:52 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:52.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:52 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:52.881 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:52 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:52.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:52 trial140 ceph-mon[39951]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:52.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:52 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:52.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:52 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:52.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:52 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:53.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:52 trial196 ceph-mon[40909]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:53.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:52 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:53.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:52 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:53.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:52 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:54.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:54 trial140 ceph-mon[39951]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:54.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:54.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:54.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:55.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:54 trial196 ceph-mon[40909]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:55.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:54 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:55.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:54 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:55.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:54 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:55.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:54 trial173 ceph-mon[40904]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:55.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:54 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:55.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:54 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:55.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:54 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:07:56.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:56 trial140 ceph-mon[39951]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:57.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:56 trial196 ceph-mon[40909]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:56 trial173 ceph-mon[40904]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:58.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:07:58 trial140 ceph-mon[39951]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:59.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:07:58 trial196 ceph-mon[40909]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:07:59.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:07:58 trial173 ceph-mon[40904]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:00.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:00 trial140 ceph-mon[39951]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:01.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:00 trial196 ceph-mon[40909]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:01.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:00 trial173 ceph-mon[40904]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:02.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:02 trial140 ceph-mon[39951]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:02 trial196 ceph-mon[40909]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:03.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:02 trial173 ceph-mon[40904]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:04.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:04 trial140 ceph-mon[39951]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:05.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:04 trial196 ceph-mon[40909]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:05.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:04 trial173 ceph-mon[40904]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:06.533 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:06 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:06.533 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:06 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:06.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:06 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:06.534 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:06 trial196 ceph-mon[40909]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:06.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:06 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:06.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:06 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:06.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:06 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:06.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:06 trial173 ceph-mon[40904]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:06.726 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:06.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:06.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:06.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:06 trial140 ceph-mon[39951]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:08.765 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:08 trial196 ceph-mon[40909]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:08.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:08 trial173 ceph-mon[40904]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:08.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:08 trial140 ceph-mon[39951]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:10.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:10 trial173 ceph-mon[40904]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:10.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:10 trial140 ceph-mon[39951]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:11.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:10 trial196 ceph-mon[40909]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:12.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:12 trial173 ceph-mon[40904]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:12.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:12.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:12.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:12.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:12 trial140 ceph-mon[39951]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:12.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:12.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:12.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:12 trial196 ceph-mon[40909]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:14.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:14 trial173 ceph-mon[40904]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:14.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:14.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:14.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:14.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:14 trial140 ceph-mon[39951]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:14.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:14.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:14.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:15.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:14 trial196 ceph-mon[40909]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:15.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:15.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:15.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:16.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:16 trial196 ceph-mon[40909]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:16.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:16 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:08:16.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:16 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:16.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:16 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:08:16.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:16 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:16.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:16 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:08:16.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:16 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:08:16.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:16 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:16.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:16 trial173 ceph-mon[40904]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:16.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:16 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:08:16.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:16 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:16.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:16 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:08:16.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:16 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:16.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:16 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:08:16.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:16 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:08:16.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:16 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:16.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:16 trial140 ceph-mon[39951]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:16.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:16 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:08:16.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:16 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:16.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:16 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:08:16.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:16 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:16.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:16 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:08:16.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:16 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T07:08:16.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:16 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:18.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:18 trial173 ceph-mon[40904]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:18.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:18.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:18 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:18.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:18 trial140 ceph-mon[39951]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:18.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:18 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:18.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:18 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:19.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:18 trial196 ceph-mon[40909]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:19.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:18 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:19.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:18 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:20.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:20 trial173 ceph-mon[40904]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:20.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:20 trial140 ceph-mon[39951]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:21.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:20 trial196 ceph-mon[40909]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:22.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:22 trial173 ceph-mon[40904]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:22.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:22 trial140 ceph-mon[39951]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:23.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:22 trial196 ceph-mon[40909]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:24.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:24 trial173 ceph-mon[40904]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:24.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:24 trial140 ceph-mon[39951]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:25.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:24 trial196 ceph-mon[40909]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:26.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:26.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:26.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:26.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:26 trial173 ceph-mon[40904]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:26.726 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:26.726 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:26.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:26.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:26 trial140 ceph-mon[39951]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:26.783 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:26.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:26.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:26.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:26 trial196 ceph-mon[40909]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:28.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:28 trial173 ceph-mon[40904]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:28.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:28 trial140 ceph-mon[39951]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:29.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:28 trial196 ceph-mon[40909]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:30.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:30 trial173 ceph-mon[40904]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:30.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:30 trial140 ceph-mon[39951]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:31.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:30 trial196 ceph-mon[40909]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:32 trial173 ceph-mon[40904]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:32 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:32 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:32 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:32.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:32 trial140 ceph-mon[39951]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:32.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:32 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:32.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:32 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:32.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:32 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:33.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:32 trial196 ceph-mon[40909]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:33.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:32 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:33.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:32 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:33.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:32 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:34.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:34 trial173 ceph-mon[40904]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:34.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:34 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:34.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:34 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:34.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:34 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:34.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:34 trial140 ceph-mon[39951]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:34.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:34 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:34.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:34 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:34.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:34 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:35.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:34 trial196 ceph-mon[40909]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:35.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:34 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:35.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:34 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:35.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:34 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:36.733 INFO:teuthology.orchestra.run.trial140.stderr:+ ceph orch ps --refresh 2026-02-23T07:08:36.890 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:36 trial140 ceph-mon[39951]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:36.890 INFO:teuthology.orchestra.run.trial140.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-23T07:08:36.890 INFO:teuthology.orchestra.run.trial140.stdout:agent.trial140 trial140 *:4721 running 2s ago 2m - - 2026-02-23T07:08:36.890 INFO:teuthology.orchestra.run.trial140.stdout:agent.trial173 trial173 *:4721 running 4s ago 2m - - 2026-02-23T07:08:36.891 INFO:teuthology.orchestra.run.trial140.stdout:agent.trial196 trial196 *:4721 running 11s ago 2m - - 2026-02-23T07:08:36.891 INFO:teuthology.orchestra.run.trial140.stdout:mgr.a trial140 *:9283,8765 running (3m) 2s ago 3m 552M - 20.3.0-5338-g244ee61d d53f437b9974 651e6d0e32c6 2026-02-23T07:08:36.891 INFO:teuthology.orchestra.run.trial140.stdout:mgr.b trial173 *:8443,8765 running (2m) 4s ago 2m 494M - 20.3.0-5338-g244ee61d d53f437b9974 7c09c676cdcd 2026-02-23T07:08:36.891 INFO:teuthology.orchestra.run.trial140.stdout:mon.a trial140 running (3m) 2s ago 3m 50.4M 2048M 20.3.0-5338-g244ee61d d53f437b9974 72f672af44a4 2026-02-23T07:08:36.891 INFO:teuthology.orchestra.run.trial140.stdout:mon.b trial173 running (2m) 4s ago 2m 45.7M 2048M 20.3.0-5338-g244ee61d d53f437b9974 56e45364ef85 2026-02-23T07:08:36.891 INFO:teuthology.orchestra.run.trial140.stdout:mon.c trial196 running (2m) 11s ago 2m 44.4M 2048M 20.3.0-5338-g244ee61d d53f437b9974 7f7d670278b3 2026-02-23T07:08:36.891 INFO:teuthology.orchestra.run.trial140.stdout:osd.0 trial140 running (117s) 2s ago 2m 39.3M 81.0G 20.3.0-5338-g244ee61d d53f437b9974 88dcc90db852 2026-02-23T07:08:36.891 INFO:teuthology.orchestra.run.trial140.stdout:osd.1 trial173 running (113s) 4s ago 113s 42.0M 81.0G 20.3.0-5338-g244ee61d d53f437b9974 a642384eb682 2026-02-23T07:08:36.891 INFO:teuthology.orchestra.run.trial140.stdout:osd.2 trial196 running (102s) 11s ago 104s 40.5M 85.0G 20.3.0-5338-g244ee61d d53f437b9974 cc7cbf342c71 2026-02-23T07:08:36.897 INFO:teuthology.orchestra.run.trial140.stderr:+ ceph orch ls --service-name mon --export 2026-02-23T07:08:36.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:36 trial173 ceph-mon[40904]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:37.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:36 trial196 ceph-mon[40909]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:37.063 INFO:teuthology.orchestra.run.trial140.stderr:+ ceph orch apply -i mon.yaml 2026-02-23T07:08:37.229 INFO:teuthology.orchestra.run.trial140.stdout:Scheduled mon update... 2026-02-23T07:08:37.237 INFO:teuthology.orchestra.run.trial140.stderr:+ sleep 90 2026-02-23T07:08:43.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T07:08:43.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T07:08:43.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T07:08:43.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:08:43.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: mon.a calling monitor election 2026-02-23T07:08:43.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:08:43.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:08:43.477 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: mon.b calling monitor election 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: mon.c calling monitor election 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: monmap epoch 9 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: last_changed 2026-02-23T07:08:42.305991+0000 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: min_mon_release 20 (tentacle) 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: election_strategy: 1 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: 2: [v2:10.20.193.173:3300/0,v1:10.20.193.173:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: fsmap 2026-02-23T07:08:43.478 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: osdmap e23: 3 total, 3 up, 3 in 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: overall HEALTH_OK 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: Reconfiguring mon.a (monmap changed)... 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: Reconfiguring daemon mon.a on trial140 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:08:43.479 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:08:43.480 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:43 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:43.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T07:08:43.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T07:08:43.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T07:08:43.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:08:43.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: mon.a calling monitor election 2026-02-23T07:08:43.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:08:43.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:08:43.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T07:08:43.688 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: mon.b calling monitor election 2026-02-23T07:08:43.689 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: mon.c calling monitor election 2026-02-23T07:08:43.689 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: monmap epoch 9 2026-02-23T07:08:43.689 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:08:43.689 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: last_changed 2026-02-23T07:08:42.305991+0000 2026-02-23T07:08:43.689 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:08:43.689 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: min_mon_release 20 (tentacle) 2026-02-23T07:08:43.689 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: election_strategy: 1 2026-02-23T07:08:43.689 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T07:08:43.689 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-23T07:08:43.690 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: 2: [v2:10.20.193.173:3300/0,v1:10.20.193.173:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T07:08:43.690 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: fsmap 2026-02-23T07:08:43.690 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: osdmap e23: 3 total, 3 up, 3 in 2026-02-23T07:08:43.690 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-23T07:08:43.690 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: overall HEALTH_OK 2026-02-23T07:08:43.690 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:43.690 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: Reconfiguring mon.a (monmap changed)... 2026-02-23T07:08:43.690 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:08:43.690 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:08:43.690 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:43.690 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: Reconfiguring daemon mon.a on trial140 2026-02-23T07:08:43.691 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:43.691 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:43.691 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:08:43.691 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:08:43.691 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:43 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:43.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T07:08:43.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T07:08:43.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T07:08:43.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T07:08:43.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: mon.a calling monitor election 2026-02-23T07:08:43.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T07:08:43.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T07:08:43.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T07:08:43.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: mon.b calling monitor election 2026-02-23T07:08:43.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: mon.c calling monitor election 2026-02-23T07:08:43.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: monmap epoch 9 2026-02-23T07:08:43.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:08:43.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: last_changed 2026-02-23T07:08:42.305991+0000 2026-02-23T07:08:43.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:08:43.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: min_mon_release 20 (tentacle) 2026-02-23T07:08:43.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: election_strategy: 1 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: 0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: 1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: 2: [v2:10.20.193.173:3300/0,v1:10.20.193.173:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: fsmap 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: osdmap e23: 3 total, 3 up, 3 in 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: overall HEALTH_OK 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: Reconfiguring mon.a (monmap changed)... 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:08:43.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:43.787 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: Reconfiguring daemon mon.a on trial140 2026-02-23T07:08:43.787 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:43.787 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:43.787 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:08:43.787 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:08:43.787 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:43 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:44.663 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T07:08:44.663 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: Reconfiguring daemon mgr.a on trial140 2026-02-23T07:08:44.663 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.663 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.663 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T07:08:44.664 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:08:44.664 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:44.664 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: Reconfiguring daemon osd.0 on trial140 2026-02-23T07:08:44.664 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:44.664 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.664 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.664 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:08:44.664 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:08:44.664 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:44.664 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.664 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.665 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:08:44.665 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:08:44.665 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:44 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:44.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T07:08:44.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: Reconfiguring daemon mgr.a on trial140 2026-02-23T07:08:44.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T07:08:44.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:08:44.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:44.727 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: Reconfiguring daemon osd.0 on trial140 2026-02-23T07:08:44.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:44.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:08:44.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:08:44.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:44.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:08:44.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:08:44.728 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:44 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:44.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T07:08:44.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: Reconfiguring daemon mgr.a on trial140 2026-02-23T07:08:44.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T07:08:44.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T07:08:44.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:44.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: Reconfiguring daemon osd.0 on trial140 2026-02-23T07:08:44.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:44.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:08:44.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:08:44.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:44.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:44.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T07:08:44.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T07:08:44.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:44 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:45.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: Reconfiguring mon.b (monmap changed)... 2026-02-23T07:08:45.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: Reconfiguring daemon mon.b on trial173 2026-02-23T07:08:45.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T07:08:45.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: Reconfiguring daemon mgr.b on trial173 2026-02-23T07:08:45.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: Reconfiguring daemon osd.1 on trial173 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.785 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:08:45.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:45.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.786 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: Reconfiguring mon.b (monmap changed)... 2026-02-23T07:08:45.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: Reconfiguring daemon mon.b on trial173 2026-02-23T07:08:45.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T07:08:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: Reconfiguring daemon mgr.b on trial173 2026-02-23T07:08:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T07:08:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T07:08:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: Reconfiguring daemon osd.1 on trial173 2026-02-23T07:08:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:08:45.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:08:45.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:45.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:08:45.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:45.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.939 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: Reconfiguring mon.b (monmap changed)... 2026-02-23T07:08:45.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: Reconfiguring daemon mon.b on trial173 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: Reconfiguring daemon mgr.b on trial173 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: Reconfiguring daemon osd.1 on trial173 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T07:08:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T07:08:45.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:45.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T07:08:45.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:08:45.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:45.978 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:46.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:46 trial173 ceph-mon[40904]: Reconfiguring mon.c (monmap changed)... 2026-02-23T07:08:46.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:46 trial173 ceph-mon[40904]: Reconfiguring daemon mon.c on trial196 2026-02-23T07:08:46.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:46 trial173 ceph-mon[40904]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T07:08:46.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:46 trial173 ceph-mon[40904]: Reconfiguring daemon osd.2 on trial196 2026-02-23T07:08:46.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:46 trial173 ceph-mon[40904]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:46.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:46.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:46.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:46 trial140 ceph-mon[39951]: Reconfiguring mon.c (monmap changed)... 2026-02-23T07:08:46.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:46 trial140 ceph-mon[39951]: Reconfiguring daemon mon.c on trial196 2026-02-23T07:08:46.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:46 trial140 ceph-mon[39951]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T07:08:46.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:46 trial140 ceph-mon[39951]: Reconfiguring daemon osd.2 on trial196 2026-02-23T07:08:46.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:46 trial140 ceph-mon[39951]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:46.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:46.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:47.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:46 trial196 ceph-mon[40909]: Reconfiguring mon.c (monmap changed)... 2026-02-23T07:08:47.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:46 trial196 ceph-mon[40909]: Reconfiguring daemon mon.c on trial196 2026-02-23T07:08:47.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:46 trial196 ceph-mon[40909]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T07:08:47.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:46 trial196 ceph-mon[40909]: Reconfiguring daemon osd.2 on trial196 2026-02-23T07:08:47.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:46 trial196 ceph-mon[40909]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:47.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:47.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:48.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:47 trial173 ceph-mon[40904]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:48.226 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:47 trial140 ceph-mon[39951]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:48.284 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:47 trial196 ceph-mon[40909]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:50.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:50 trial196 ceph-mon[40909]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:50.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:50 trial173 ceph-mon[40904]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:50.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:50 trial140 ceph-mon[39951]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:52.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:52 trial173 ceph-mon[40904]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:52.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:52 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:52.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:52 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:52.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:52 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:52.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:52 trial140 ceph-mon[39951]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:52.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:52 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:52.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:52 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:52.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:52 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:53.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:52 trial196 ceph-mon[40909]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:53.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:52 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:53.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:52 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:53.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:52 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:54.897 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:54 trial173 ceph-mon[40904]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:54.897 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:54 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:54.897 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:54 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:54.897 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:54 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:54.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:54 trial140 ceph-mon[39951]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:54.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:54.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:54.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:55.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:54 trial196 ceph-mon[40909]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:55.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:54 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:55.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:54 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:55.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:54 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:08:56.881 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:56 trial140 ceph-mon[39951]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:56.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:56 trial173 ceph-mon[40904]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:57.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:56 trial196 ceph-mon[40909]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:58.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:08:58 trial173 ceph-mon[40904]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:58.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:08:58 trial140 ceph-mon[39951]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:08:59.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:08:58 trial196 ceph-mon[40909]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:00.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:00 trial173 ceph-mon[40904]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:00.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:00 trial140 ceph-mon[39951]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:01.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:00 trial196 ceph-mon[40909]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:02.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:02 trial173 ceph-mon[40904]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:02.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:02 trial140 ceph-mon[39951]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:03.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:02 trial196 ceph-mon[40909]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:04.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:04 trial173 ceph-mon[40904]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:04.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:04 trial140 ceph-mon[39951]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:05.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:04 trial196 ceph-mon[40909]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:06.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:06 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:06.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:06 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:06.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:06 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:06.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:06 trial196 ceph-mon[40909]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:06.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:06 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:06.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:06 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:06.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:06 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:06.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:06 trial173 ceph-mon[40904]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:06.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:06.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:06.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:06.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:06 trial140 ceph-mon[39951]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:08.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:08 trial173 ceph-mon[40904]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:08.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:08 trial140 ceph-mon[39951]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:09.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:08 trial196 ceph-mon[40909]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:10.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:10 trial173 ceph-mon[40904]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:10.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:10 trial140 ceph-mon[39951]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:11.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:10 trial196 ceph-mon[40909]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:12.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:12 trial173 ceph-mon[40904]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:12.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:12.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:12.687 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:12 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:12.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:12 trial140 ceph-mon[39951]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:12.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:12.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:12.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:12 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:12 trial196 ceph-mon[40909]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:13.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:12 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:14.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:14 trial173 ceph-mon[40904]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:14.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:14.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:14.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:14 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:14.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:14 trial140 ceph-mon[39951]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:14.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:14.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:14.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:14 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:15.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:14 trial196 ceph-mon[40909]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:15.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:15.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:15.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:14 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:16.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:16 trial173 ceph-mon[40904]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:16.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:16 trial140 ceph-mon[39951]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:17.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:16 trial196 ceph-mon[40909]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:18.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:18 trial173 ceph-mon[40904]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:18.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:18 trial140 ceph-mon[39951]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:19.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:18 trial196 ceph-mon[40909]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:20.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:20 trial173 ceph-mon[40904]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:20.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:20 trial140 ceph-mon[39951]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:21.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:20 trial196 ceph-mon[40909]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:22.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:22 trial173 ceph-mon[40904]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:22.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:22 trial140 ceph-mon[39951]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:23.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:22 trial196 ceph-mon[40909]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:24.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:24 trial173 ceph-mon[40904]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:24.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:24 trial140 ceph-mon[39951]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:25.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:24 trial196 ceph-mon[40909]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:26.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:26 trial173 ceph-mon[40904]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:26.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:26.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:26.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:26 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:26.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:26 trial140 ceph-mon[39951]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:26.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:26.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:26.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:26 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:26 trial196 ceph-mon[40909]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:27.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:26 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:28.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:28 trial173 ceph-mon[40904]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:28.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:28 trial140 ceph-mon[39951]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:29.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:28 trial196 ceph-mon[40909]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:30.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:30 trial173 ceph-mon[40904]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:30.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:30 trial140 ceph-mon[39951]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:31.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:30 trial196 ceph-mon[40909]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:32 trial173 ceph-mon[40904]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:32 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:32 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:32.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:32 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:32.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:32 trial140 ceph-mon[39951]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:32.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:32 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:32.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:32 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:32.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:32 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:33.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:32 trial196 ceph-mon[40909]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:33.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:32 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:33.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:32 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:33.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:32 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:34.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:34 trial173 ceph-mon[40904]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:34.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:34 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:34.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:34 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:34.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:34 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:34.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:34 trial140 ceph-mon[39951]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:34.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:34 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:34.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:34 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:34.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:34 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:35.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:34 trial196 ceph-mon[40909]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:35.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:34 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:35.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:34 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:35.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:34 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:36.700 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:36 trial173 ceph-mon[40904]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:36.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:36 trial140 ceph-mon[39951]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:37.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:36 trial196 ceph-mon[40909]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:38.686 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:38 trial140 ceph-mon[39951]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:38.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:38 trial173 ceph-mon[40904]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:39.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:38 trial196 ceph-mon[40909]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:40.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:40 trial173 ceph-mon[40904]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:40.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:40 trial140 ceph-mon[39951]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:41.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:40 trial196 ceph-mon[40909]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:42.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:42 trial173 ceph-mon[40904]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:42.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:42 trial140 ceph-mon[39951]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:43.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:42 trial196 ceph-mon[40909]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:44.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:44 trial173 ceph-mon[40904]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:44.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:44 trial140 ceph-mon[39951]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:45.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:44 trial196 ceph-mon[40909]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:45.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:09:45.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:09:45.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:09:45.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:45.784 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:45 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:09:45.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:09:45.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:09:45.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:09:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:45.938 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:45 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:09:45.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:09:45.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:09:45.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:09:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:45.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:45 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T07:09:46.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:46 trial140 ceph-mon[39951]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:46.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:46.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:46.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:46 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:47.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:46 trial196 ceph-mon[40909]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:47.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:47.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:47.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:46 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:47.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:46 trial173 ceph-mon[40904]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:47.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:47.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:47.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:46 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:48.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:48 trial140 ceph-mon[39951]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:49.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:48 trial196 ceph-mon[40909]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:49.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:48 trial173 ceph-mon[40904]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:50.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:50 trial140 ceph-mon[39951]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:51.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:50 trial196 ceph-mon[40909]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:51.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:50 trial173 ceph-mon[40904]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:52.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:52 trial173 ceph-mon[40904]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:52.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:52 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:52.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:52 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:52.937 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:52 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:52.970 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:52 trial196 ceph-mon[40909]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:52.970 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:52 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:52.971 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:52 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:52.971 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:52 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:52.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:52 trial140 ceph-mon[39951]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:52.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:52 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:52.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:52 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:52.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:52 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:54.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:54 trial140 ceph-mon[39951]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:54.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:54.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:54.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:54 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:55.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:54 trial196 ceph-mon[40909]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:55.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:54 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:55.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:54 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:55.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:54 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:55.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:54 trial173 ceph-mon[40904]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:55.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:54 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:55.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:54 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:55.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:54 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:09:56.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:56 trial140 ceph-mon[39951]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:57.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:56 trial196 ceph-mon[40909]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:57.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:56 trial173 ceph-mon[40904]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:58.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:09:58 trial140 ceph-mon[39951]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:59.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:09:58 trial196 ceph-mon[40909]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:09:59.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:09:58 trial173 ceph-mon[40904]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:00.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:00 trial140 ceph-mon[39951]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:00.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:00 trial140 ceph-mon[39951]: overall HEALTH_OK 2026-02-23T07:10:01.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:00 trial196 ceph-mon[40909]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:01.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:00 trial196 ceph-mon[40909]: overall HEALTH_OK 2026-02-23T07:10:01.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:00 trial173 ceph-mon[40904]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:01.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:00 trial173 ceph-mon[40904]: overall HEALTH_OK 2026-02-23T07:10:02.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:02 trial140 ceph-mon[39951]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:03.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:02 trial196 ceph-mon[40909]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:03.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:02 trial173 ceph-mon[40904]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:04.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:04 trial140 ceph-mon[39951]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:05.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:04 trial196 ceph-mon[40909]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:05.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:04 trial173 ceph-mon[40904]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:06.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:06 trial140 ceph-mon[39951]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:06.976 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:10:06.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:10:06.977 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:06 trial140 ceph-mon[39951]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:10:07.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:06 trial196 ceph-mon[40909]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:07.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:06 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:10:07.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:06 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:10:07.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:06 trial196 ceph-mon[40909]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:10:07.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:06 trial173 ceph-mon[40904]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T07:10:07.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:06 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:10:07.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:06 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:10:07.187 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:06 trial173 ceph-mon[40904]: from='mgr.14152 10.20.193.140:0/44630312' entity='mgr.a' 2026-02-23T07:10:07.240 INFO:teuthology.orchestra.run.trial140.stderr:+ ceph mon dump 2026-02-23T07:10:07.433 INFO:teuthology.orchestra.run.trial140.stdout:epoch 9 2026-02-23T07:10:07.433 INFO:teuthology.orchestra.run.trial140.stdout:fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:10:07.433 INFO:teuthology.orchestra.run.trial140.stdout:last_changed 2026-02-23T07:08:42.305991+0000 2026-02-23T07:10:07.433 INFO:teuthology.orchestra.run.trial140.stdout:created 2026-02-23T07:05:24.170937+0000 2026-02-23T07:10:07.433 INFO:teuthology.orchestra.run.trial140.stdout:min_mon_release 20 (tentacle) 2026-02-23T07:10:07.433 INFO:teuthology.orchestra.run.trial140.stdout:election_strategy: 1 2026-02-23T07:10:07.433 INFO:teuthology.orchestra.run.trial140.stdout:0: [v2:10.20.193.140:3300/0,v1:10.20.193.140:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T07:10:07.434 INFO:teuthology.orchestra.run.trial140.stdout:1: [v2:10.20.193.196:3300/0,v1:10.20.193.196:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-23T07:10:07.434 INFO:teuthology.orchestra.run.trial140.stdout:2: [v2:10.20.193.173:3300/0,v1:10.20.193.173:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T07:10:07.434 INFO:teuthology.orchestra.run.trial140.stderr:dumped monmap epoch 9 2026-02-23T07:10:07.440 INFO:teuthology.orchestra.run.trial140.stderr:+ ceph mon dump --format json 2026-02-23T07:10:07.634 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-23T07:10:07.634 INFO:teuthology.orchestra.run.trial140.stdout:{"epoch":9,"fsid":"fe4af22c-1085-11f1-b9d5-d404e6e7d460","modified":"2026-02-23T07:08:42.305991Z","created":"2026-02-23T07:05:24.170937Z","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.140:3300","nonce":0},{"type":"v1","addr":"10.20.193.140:6789","nonce":0}]},"addr":"10.20.193.140:6789/0","public_addr":"10.20.193.140:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T07:05:24:170952+0000","crush_location":[{"key":"datacenter","val":"a"}]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.196:3300","nonce":0},{"type":"v1","addr":"10.20.193.196:6789","nonce":0}]},"addr":"10.20.193.196:6789/0","public_addr":"10.20.193.196:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T07:06:12:120957+0000","crush_location":[{"key":"datacenter","val":"a"},{"key":"rack","val":"3"}]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.173:3300","nonce":0},{"type":"v1","addr":"10.20.193.173:6789","nonce":0}]},"addr":"10.20.193.173:6789/0","public_addr":"10.20.193.173:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T07:06:18:615298+0000","crush_location":[{"key":"datacenter","val":"b"},{"key":"rack","val":"2"}]}],"quorum":[0,1,2]} 2026-02-23T07:10:07.634 INFO:teuthology.orchestra.run.trial140.stderr:dumped monmap epoch 9 2026-02-23T07:10:07.641 INFO:teuthology.orchestra.run.trial140.stderr:+ read monid 2026-02-23T07:10:07.642 INFO:teuthology.orchestra.run.trial140.stderr:+ read crushloc 2026-02-23T07:10:07.642 INFO:teuthology.orchestra.run.trial140.stderr:+ ceph mon dump --format json 2026-02-23T07:10:07.642 INFO:teuthology.orchestra.run.trial140.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-23T07:10:07.837 INFO:teuthology.orchestra.run.trial140.stderr:dumped monmap epoch 9 2026-02-23T07:10:07.845 INFO:teuthology.orchestra.run.trial140.stdout:false 2026-02-23T07:10:07.974 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:07 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1480498405' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-23T07:10:07.974 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:07 trial140 ceph-mon[39951]: from='client.? 10.20.193.140:0/1491663025' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:10:07.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:10:07.998 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_244ee61d76a715c3ac0d60eeb3321aefb91c3511/qa/tasks/cephadm.py", line 1485, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_244ee61d76a715c3ac0d60eeb3321aefb91c3511/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 trial140 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-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-23T07:10:08.033 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:07 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/1480498405' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-23T07:10:08.034 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:07 trial196 ceph-mon[40909]: from='client.? 10.20.193.140:0/1491663025' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:10:08.044 DEBUG:teuthology.orchestra.run.trial173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:10:08.071 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:07 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/1480498405' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-23T07:10:08.071 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:07 trial173 ceph-mon[40904]: from='client.? 10.20.193.140:0/1491663025' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T07:10:08.075 DEBUG:teuthology.orchestra.run.trial196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:10:08.106 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-23T07:10:08.107 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-23T07:10:08.223 INFO:teuthology.orchestra.run.trial140.stderr:Inferring config /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/mon.a/config 2026-02-23T07:10:08.242 INFO:teuthology.orchestra.run.trial140.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-23T07:10:08.257 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-23T07:10:08.258 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-23T07:10:08.258 DEBUG:teuthology.orchestra.run.trial140:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T07:10:08.275 DEBUG:teuthology.orchestra.run.trial173:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T07:10:08.293 DEBUG:teuthology.orchestra.run.trial196:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T07:10:08.311 INFO:tasks.cephadm:Stopping all daemons... 2026-02-23T07:10:08.311 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-23T07:10:08.311 DEBUG:teuthology.orchestra.run.trial140:> sudo systemctl stop ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.a 2026-02-23T07:10:08.557 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:08 trial140 systemd[1]: Stopping Ceph mon.a for fe4af22c-1085-11f1-b9d5-d404e6e7d460... 2026-02-23T07:10:08.558 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:08 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-a[39925]: 2026-02-23T07:10:08.412+0000 7f800a090640 -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-23T07:10:08.558 INFO:journalctl@ceph.mon.a.trial140.stdout:Feb 23 07:10:08 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-a[39925]: 2026-02-23T07:10:08.412+0000 7f800a090640 -1 mon.a@0(leader) e9 *** Got Signal Terminated *** 2026-02-23T07:10:08.739 DEBUG:teuthology.orchestra.run.trial140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.a.service' 2026-02-23T07:10:08.777 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T07:10:08.778 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-23T07:10:08.778 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-23T07:10:08.778 DEBUG:teuthology.orchestra.run.trial173:> sudo systemctl stop ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.b 2026-02-23T07:10:09.107 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:08 trial173 systemd[1]: Stopping Ceph mon.b for fe4af22c-1085-11f1-b9d5-d404e6e7d460... 2026-02-23T07:10:09.107 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:08 trial173 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-b[40879]: 2026-02-23T07:10:08.875+0000 7f89df992640 -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-23T07:10:09.108 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:08 trial173 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-b[40879]: 2026-02-23T07:10:08.875+0000 7f89df992640 -1 mon.b@2(peon) e9 *** Got Signal Terminated *** 2026-02-23T07:10:09.108 INFO:journalctl@ceph.mon.b.trial173.stdout:Feb 23 07:10:08 trial173 podman[52794]: 2026-02-23 07:10:08.997998978 +0000 UTC m=+0.136229217 container died 56e45364ef857133b88ea0011775c56bd52f3a6aebd8f34890b65840a9bd4fd7 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-b, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, ceph=True, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T07:10:09.176 DEBUG:teuthology.orchestra.run.trial173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.b.service' 2026-02-23T07:10:09.214 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T07:10:09.214 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-23T07:10:09.214 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-23T07:10:09.214 DEBUG:teuthology.orchestra.run.trial196:> sudo systemctl stop ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.c 2026-02-23T07:10:09.495 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:09 trial196 systemd[1]: Stopping Ceph mon.c for fe4af22c-1085-11f1-b9d5-d404e6e7d460... 2026-02-23T07:10:09.495 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:09 trial196 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-c[40883]: 2026-02-23T07:10:09.311+0000 7fa2a7928640 -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-23T07:10:09.495 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:09 trial196 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-c[40883]: 2026-02-23T07:10:09.311+0000 7fa2a7928640 -1 mon.c@1(peon) e9 *** Got Signal Terminated *** 2026-02-23T07:10:09.496 INFO:journalctl@ceph.mon.c.trial196.stdout:Feb 23 07:10:09 trial196 podman[53863]: 2026-02-23 07:10:09.494237588 +0000 UTC m=+0.197175042 container died 7f7d670278b3847996b49ba4381c3804deba1cc67ad66432f3190e8379ae34f2 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mon-c, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_REF=wip-shweta-testing-2026-02-19-2025, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.build-date=20260216, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T07:10:09.672 DEBUG:teuthology.orchestra.run.trial196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mon.c.service' 2026-02-23T07:10:09.709 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T07:10:09.710 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-23T07:10:09.710 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-23T07:10:09.710 DEBUG:teuthology.orchestra.run.trial140:> sudo systemctl stop ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mgr.a 2026-02-23T07:10:09.990 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:10:09 trial140 systemd[1]: Stopping Ceph mgr.a for fe4af22c-1085-11f1-b9d5-d404e6e7d460... 2026-02-23T07:10:09.990 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:10:09 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a[40250]: 2026-02-23T07:10:09.808+0000 7f6b0bbe6640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-23T07:10:09.990 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:10:09 trial140 podman[63813]: 2026-02-23 07:10:09.851190224 +0000 UTC m=+0.055803561 container died 651e6d0e32c6ae8a9e243a2eb8d58944be46b02930df4f7b500cc0da419db901 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.license=GPLv2, OSD_FLAVOR=default) 2026-02-23T07:10:09.990 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:10:09 trial140 podman[63813]: 2026-02-23 07:10:09.968505167 +0000 UTC m=+0.173118494 container remove 651e6d0e32c6ae8a9e243a2eb8d58944be46b02930df4f7b500cc0da419db901 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.build-date=20260216, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-shweta-testing-2026-02-19-2025) 2026-02-23T07:10:09.991 INFO:journalctl@ceph.mgr.a.trial140.stdout:Feb 23 07:10:09 trial140 bash[63813]: ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-mgr-a 2026-02-23T07:10:10.047 DEBUG:teuthology.orchestra.run.trial140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mgr.a.service' 2026-02-23T07:10:10.082 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T07:10:10.082 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-23T07:10:10.082 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-23T07:10:10.083 DEBUG:teuthology.orchestra.run.trial173:> sudo systemctl stop ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mgr.b 2026-02-23T07:10:10.399 DEBUG:teuthology.orchestra.run.trial173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@mgr.b.service' 2026-02-23T07:10:10.434 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T07:10:10.434 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-23T07:10:10.434 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-23T07:10:10.435 DEBUG:teuthology.orchestra.run.trial140:> sudo systemctl stop ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@osd.0 2026-02-23T07:10:10.726 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:10 trial140 systemd[1]: Stopping Ceph osd.0 for fe4af22c-1085-11f1-b9d5-d404e6e7d460... 2026-02-23T07:10:10.726 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:10 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0[55223]: 2026-02-23T07:10:10.526+0000 7f2c44092640 -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-23T07:10:10.726 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:10 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0[55223]: 2026-02-23T07:10:10.526+0000 7f2c44092640 -1 osd.0 23 *** Got signal Terminated *** 2026-02-23T07:10:10.727 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:10 trial140 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0[55223]: 2026-02-23T07:10:10.526+0000 7f2c44092640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-23T07:10:15.868 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:15 trial140 podman[63986]: 2026-02-23 07:10:15.586813815 +0000 UTC m=+5.073216265 container died 88dcc90db852fef0213ae2caa4d1daa25402db34a62bab5b22482b78960fc970 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, CEPH_REF=wip-shweta-testing-2026-02-19-2025, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.build-date=20260216) 2026-02-23T07:10:15.868 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:15 trial140 podman[63986]: 2026-02-23 07:10:15.699250786 +0000 UTC m=+5.185653236 container remove 88dcc90db852fef0213ae2caa4d1daa25402db34a62bab5b22482b78960fc970 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_REF=wip-shweta-testing-2026-02-19-2025, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, OSD_FLAVOR=default, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3) 2026-02-23T07:10:15.868 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:15 trial140 bash[63986]: ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0 2026-02-23T07:10:15.869 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:15 trial140 podman[64432]: 2026-02-23 07:10:15.834447369 +0000 UTC m=+0.015117105 container create 9dc508e77e15c36e1f4e80ec4c7942db928e6f28d0436a8945af6b245adf7573 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T07:10:16.124 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:15 trial140 podman[64432]: 2026-02-23 07:10:15.877607893 +0000 UTC m=+0.058277639 container init 9dc508e77e15c36e1f4e80ec4c7942db928e6f28d0436a8945af6b245adf7573 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, io.buildah.version=1.41.3, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default) 2026-02-23T07:10:16.124 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:15 trial140 podman[64432]: 2026-02-23 07:10:15.881348925 +0000 UTC m=+0.062018671 container start 9dc508e77e15c36e1f4e80ec4c7942db928e6f28d0436a8945af6b245adf7573 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T07:10:16.124 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:15 trial140 podman[64432]: 2026-02-23 07:10:15.881817426 +0000 UTC m=+0.062487172 container attach 9dc508e77e15c36e1f4e80ec4c7942db928e6f28d0436a8945af6b245adf7573 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, CEPH_REF=wip-shweta-testing-2026-02-19-2025, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-23T07:10:16.124 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:15 trial140 podman[64432]: 2026-02-23 07:10:15.828282823 +0000 UTC m=+0.008952579 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2 2026-02-23T07:10:16.124 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:16 trial140 podman[64432]: 2026-02-23 07:10:16.00603906 +0000 UTC m=+0.186708806 container died 9dc508e77e15c36e1f4e80ec4c7942db928e6f28d0436a8945af6b245adf7573 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, io.buildah.version=1.41.3, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-23T07:10:16.124 INFO:journalctl@ceph.osd.0.trial140.stdout:Feb 23 07:10:16 trial140 podman[64432]: 2026-02-23 07:10:16.121052359 +0000 UTC m=+0.301722095 container remove 9dc508e77e15c36e1f4e80ec4c7942db928e6f28d0436a8945af6b245adf7573 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-shweta-testing-2026-02-19-2025, io.buildah.version=1.41.3, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.schema-version=1.0, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default) 2026-02-23T07:10:16.143 DEBUG:teuthology.orchestra.run.trial140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@osd.0.service' 2026-02-23T07:10:16.180 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T07:10:16.180 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-23T07:10:16.181 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-23T07:10:16.181 DEBUG:teuthology.orchestra.run.trial173:> sudo systemctl stop ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@osd.1 2026-02-23T07:10:16.687 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:16 trial173 systemd[1]: Stopping Ceph osd.1 for fe4af22c-1085-11f1-b9d5-d404e6e7d460... 2026-02-23T07:10:16.687 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:16 trial173 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1[46626]: 2026-02-23T07:10:16.279+0000 7f9471868640 -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-23T07:10:16.687 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:16 trial173 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1[46626]: 2026-02-23T07:10:16.279+0000 7f9471868640 -1 osd.1 23 *** Got signal Terminated *** 2026-02-23T07:10:16.687 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:16 trial173 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1[46626]: 2026-02-23T07:10:16.279+0000 7f9471868640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-23T07:10:21.595 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:21 trial173 podman[53461]: 2026-02-23 07:10:21.339066781 +0000 UTC m=+5.073851088 container died a642384eb682a5b082e3ce2ae45a190e43f0b3a40b7aba628ff1d76221d1a8a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.build-date=20260216, 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/) 2026-02-23T07:10:21.595 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:21 trial173 podman[53461]: 2026-02-23 07:10:21.452193868 +0000 UTC m=+5.186978175 container remove a642384eb682a5b082e3ce2ae45a190e43f0b3a40b7aba628ff1d76221d1a8a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, CEPH_REF=wip-shweta-testing-2026-02-19-2025, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, io.buildah.version=1.41.3) 2026-02-23T07:10:21.595 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:21 trial173 bash[53461]: ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1 2026-02-23T07:10:21.877 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:21 trial173 podman[53802]: 2026-02-23 07:10:21.593556662 +0000 UTC m=+0.015097019 container create 95243a853538beff882a03e4e7dda51cb02094e4d17582e6335af3f3bcafe473 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1-deactivate, org.label-schema.license=GPLv2, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.vendor=CentOS, ceph=True, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.schema-version=1.0) 2026-02-23T07:10:21.877 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:21 trial173 podman[53802]: 2026-02-23 07:10:21.634355014 +0000 UTC m=+0.055895381 container init 95243a853538beff882a03e4e7dda51cb02094e4d17582e6335af3f3bcafe473 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, ceph=True, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0) 2026-02-23T07:10:21.877 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:21 trial173 podman[53802]: 2026-02-23 07:10:21.637737185 +0000 UTC m=+0.059277542 container start 95243a853538beff882a03e4e7dda51cb02094e4d17582e6335af3f3bcafe473 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T07:10:21.877 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:21 trial173 podman[53802]: 2026-02-23 07:10:21.638208851 +0000 UTC m=+0.059749228 container attach 95243a853538beff882a03e4e7dda51cb02094e4d17582e6335af3f3bcafe473 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, CEPH_REF=wip-shweta-testing-2026-02-19-2025) 2026-02-23T07:10:21.877 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:21 trial173 podman[53802]: 2026-02-23 07:10:21.587886271 +0000 UTC m=+0.009426648 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2 2026-02-23T07:10:21.877 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:21 trial173 podman[53802]: 2026-02-23 07:10:21.761337988 +0000 UTC m=+0.182878355 container died 95243a853538beff882a03e4e7dda51cb02094e4d17582e6335af3f3bcafe473 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1-deactivate, OSD_FLAVOR=default, org.label-schema.build-date=20260216, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-23T07:10:21.877 INFO:journalctl@ceph.osd.1.trial173.stdout:Feb 23 07:10:21 trial173 podman[53802]: 2026-02-23 07:10:21.875345005 +0000 UTC m=+0.296885362 container remove 95243a853538beff882a03e4e7dda51cb02094e4d17582e6335af3f3bcafe473 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_REF=wip-shweta-testing-2026-02-19-2025, ceph=True, org.label-schema.license=GPLv2) 2026-02-23T07:10:21.901 DEBUG:teuthology.orchestra.run.trial173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@osd.1.service' 2026-02-23T07:10:21.938 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T07:10:21.939 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-23T07:10:21.939 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-23T07:10:21.939 DEBUG:teuthology.orchestra.run.trial196:> sudo systemctl stop ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@osd.2 2026-02-23T07:10:22.284 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:21 trial196 systemd[1]: Stopping Ceph osd.2 for fe4af22c-1085-11f1-b9d5-d404e6e7d460... 2026-02-23T07:10:22.284 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:22 trial196 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2[47894]: 2026-02-23T07:10:22.045+0000 7fa0c06dc640 -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-23T07:10:22.284 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:22 trial196 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2[47894]: 2026-02-23T07:10:22.045+0000 7fa0c06dc640 -1 osd.2 23 *** Got signal Terminated *** 2026-02-23T07:10:22.284 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:22 trial196 ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2[47894]: 2026-02-23T07:10:22.045+0000 7fa0c06dc640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-23T07:10:27.375 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:27 trial196 podman[54238]: 2026-02-23 07:10:27.106279161 +0000 UTC m=+5.073848895 container died cc7cbf342c7187021bfc971e1a529b3e97bf8794f21bd4da0c8564c51370163f (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T07:10:27.376 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:27 trial196 podman[54238]: 2026-02-23 07:10:27.219057111 +0000 UTC m=+5.186626835 container remove cc7cbf342c7187021bfc971e1a529b3e97bf8794f21bd4da0c8564c51370163f (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, CEPH_REF=wip-shweta-testing-2026-02-19-2025, OSD_FLAVOR=default) 2026-02-23T07:10:27.376 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:27 trial196 bash[54238]: ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2 2026-02-23T07:10:27.661 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:27 trial196 podman[54645]: 2026-02-23 07:10:27.374110309 +0000 UTC m=+0.015759798 container create f55f0ff39b7243661aa46c0638422241853aedec035f65e3714f96b97e97c597 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_REF=wip-shweta-testing-2026-02-19-2025, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T07:10:27.662 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:27 trial196 podman[54645]: 2026-02-23 07:10:27.41826468 +0000 UTC m=+0.059914129 container init f55f0ff39b7243661aa46c0638422241853aedec035f65e3714f96b97e97c597 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2-deactivate, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, 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, ceph=True, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-shweta-testing-2026-02-19-2025, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511) 2026-02-23T07:10:27.662 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:27 trial196 podman[54645]: 2026-02-23 07:10:27.421480819 +0000 UTC m=+0.063130258 container start f55f0ff39b7243661aa46c0638422241853aedec035f65e3714f96b97e97c597 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2-deactivate, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-shweta-testing-2026-02-19-2025, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T07:10:27.662 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:27 trial196 podman[54645]: 2026-02-23 07:10:27.422057 +0000 UTC m=+0.063706459 container attach f55f0ff39b7243661aa46c0638422241853aedec035f65e3714f96b97e97c597 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2-deactivate, CEPH_REF=wip-shweta-testing-2026-02-19-2025, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T07:10:27.662 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:27 trial196 podman[54645]: 2026-02-23 07:10:27.367535857 +0000 UTC m=+0.009185307 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2 2026-02-23T07:10:27.662 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:27 trial196 podman[54645]: 2026-02-23 07:10:27.545601655 +0000 UTC m=+0.187251104 container died f55f0ff39b7243661aa46c0638422241853aedec035f65e3714f96b97e97c597 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, ceph=True, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2026-02-23T07:10:27.662 INFO:journalctl@ceph.osd.2.trial196.stdout:Feb 23 07:10:27 trial196 podman[54645]: 2026-02-23 07:10:27.660180072 +0000 UTC m=+0.301829501 container remove f55f0ff39b7243661aa46c0638422241853aedec035f65e3714f96b97e97c597 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460-osd-2-deactivate, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, CEPH_REF=wip-shweta-testing-2026-02-19-2025, ceph=True) 2026-02-23T07:10:27.682 DEBUG:teuthology.orchestra.run.trial196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe4af22c-1085-11f1-b9d5-d404e6e7d460@osd.2.service' 2026-02-23T07:10:27.718 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T07:10:27.718 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-23T07:10:27.719 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 --force --keep-logs 2026-02-23T07:10:27.843 INFO:teuthology.orchestra.run.trial140.stdout:Deleting cluster with fsid: fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:10:28.796 DEBUG:teuthology.orchestra.run.trial173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 --force --keep-logs 2026-02-23T07:10:28.916 INFO:teuthology.orchestra.run.trial173.stdout:Deleting cluster with fsid: fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:10:29.874 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 --force --keep-logs 2026-02-23T07:10:29.994 INFO:teuthology.orchestra.run.trial196.stdout:Deleting cluster with fsid: fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:10:30.795 DEBUG:teuthology.orchestra.run.trial140:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:10:30.823 DEBUG:teuthology.orchestra.run.trial173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:10:30.852 DEBUG:teuthology.orchestra.run.trial196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:10:30.880 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-23T07:10:30.883 DEBUG:teuthology.misc:Transferring archived files from trial140:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65110/remote/trial140/crash 2026-02-23T07:10:30.884 DEBUG:teuthology.orchestra.run.trial140:> sudo tar c -f - -C /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/crash -- . 2026-02-23T07:10:30.910 INFO:teuthology.orchestra.run.trial140.stderr:tar: /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T07:10:30.910 INFO:teuthology.orchestra.run.trial140.stderr:tar: Error is not recoverable: exiting now 2026-02-23T07:10:30.912 DEBUG:teuthology.misc:Transferring archived files from trial173:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65110/remote/trial173/crash 2026-02-23T07:10:30.913 DEBUG:teuthology.orchestra.run.trial173:> sudo tar c -f - -C /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/crash -- . 2026-02-23T07:10:30.939 INFO:teuthology.orchestra.run.trial173.stderr:tar: /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T07:10:30.940 INFO:teuthology.orchestra.run.trial173.stderr:tar: Error is not recoverable: exiting now 2026-02-23T07:10:30.942 DEBUG:teuthology.misc:Transferring archived files from trial196:/var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65110/remote/trial196/crash 2026-02-23T07:10:30.943 DEBUG:teuthology.orchestra.run.trial196:> sudo tar c -f - -C /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/crash -- . 2026-02-23T07:10:30.967 INFO:teuthology.orchestra.run.trial196.stderr:tar: /var/lib/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T07:10:30.967 INFO:teuthology.orchestra.run.trial196.stderr:tar: Error is not recoverable: exiting now 2026-02-23T07:10:30.968 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-23T07:10:30.969 DEBUG:teuthology.orchestra.run.trial140:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fe4af22c-1085-11f1-b9d5-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-23T07:10:30.994 INFO:tasks.cephadm:Compressing logs... 2026-02-23T07:10:30.994 DEBUG:teuthology.orchestra.run.trial140:> 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-23T07:10:31.036 DEBUG:teuthology.orchestra.run.trial173:> 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-23T07:10:31.039 DEBUG:teuthology.orchestra.run.trial196:> 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-23T07:10:31.059 INFO:teuthology.orchestra.run.trial140.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T07:10:31.059 INFO:teuthology.orchestra.run.trial140.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T07:10:31.059 INFO:teuthology.orchestra.run.trial140.stderr:gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mon.a.log 2026-02-23T07:10:31.060 INFO:teuthology.orchestra.run.trial140.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-osd.0.log 2026-02-23T07:10:31.060 INFO:teuthology.orchestra.run.trial140.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.cephadm.log 2026-02-23T07:10:31.060 INFO:teuthology.orchestra.run.trial140.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mgr.a.log 2026-02-23T07:10:31.061 INFO:teuthology.orchestra.run.trial140.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.audit.log 2026-02-23T07:10:31.062 INFO:teuthology.orchestra.run.trial140.stderr: 82.7% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.cephadm.log.gz 2026-02-23T07:10:31.062 INFO:teuthology.orchestra.run.trial140.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-volume.log 2026-02-23T07:10:31.062 INFO:teuthology.orchestra.run.trial140.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.log 2026-02-23T07:10:31.062 INFO:teuthology.orchestra.run.trial140.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-volume.log: 86.6% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T07:10:31.062 INFO:teuthology.orchestra.run.trial140.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.log: 86.8% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.log.gz 2026-02-23T07:10:31.062 INFO:teuthology.orchestra.run.trial140.stderr: 90.3% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.audit.log.gz 2026-02-23T07:10:31.063 INFO:teuthology.orchestra.run.trial140.stderr: 95.0% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-volume.log.gz 2026-02-23T07:10:31.066 INFO:teuthology.orchestra.run.trial173.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T07:10:31.066 INFO:teuthology.orchestra.run.trial173.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T07:10:31.066 INFO:teuthology.orchestra.run.trial173.stderr:gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.cephadm.log 2026-02-23T07:10:31.066 INFO:teuthology.orchestra.run.trial173.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mgr.b.log 2026-02-23T07:10:31.066 INFO:teuthology.orchestra.run.trial173.stderr:gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.audit.log 2026-02-23T07:10:31.066 INFO:teuthology.orchestra.run.trial173.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.cephadm.log: 83.1% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.cephadm.log.gz 2026-02-23T07:10:31.066 INFO:teuthology.orchestra.run.trial173.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mon.b.log 2026-02-23T07:10:31.066 INFO:teuthology.orchestra.run.trial173.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-volume.log 2026-02-23T07:10:31.067 INFO:teuthology.orchestra.run.trial173.stderr: 84.8% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T07:10:31.067 INFO:teuthology.orchestra.run.trial173.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-osd.1.log 2026-02-23T07:10:31.067 INFO:teuthology.orchestra.run.trial173.stderr:gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.log 2026-02-23T07:10:31.067 INFO:teuthology.orchestra.run.trial173.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-volume.log: 90.7% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.audit.log.gz 2026-02-23T07:10:31.067 INFO:teuthology.orchestra.run.trial173.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.log: 86.9% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.log.gz 2026-02-23T07:10:31.067 INFO:teuthology.orchestra.run.trial173.stderr: 90.1% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-23T07:10:31.067 INFO:teuthology.orchestra.run.trial173.stderr: 95.2% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-volume.log.gz 2026-02-23T07:10:31.069 INFO:teuthology.orchestra.run.trial196.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T07:10:31.070 INFO:teuthology.orchestra.run.trial196.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T07:10:31.070 INFO:teuthology.orchestra.run.trial196.stderr:gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-osd.2.log 2026-02-23T07:10:31.070 INFO:teuthology.orchestra.run.trial196.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mon.c.log 2026-02-23T07:10:31.070 INFO:teuthology.orchestra.run.trial196.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.cephadm.log 2026-02-23T07:10:31.070 INFO:teuthology.orchestra.run.trial196.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.audit.log 2026-02-23T07:10:31.070 INFO:teuthology.orchestra.run.trial196.stderr: 85.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T07:10:31.070 INFO:teuthology.orchestra.run.trial196.stderr:gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-volume.log 2026-02-23T07:10:31.070 INFO:teuthology.orchestra.run.trial196.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.cephadm.log: 83.1% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.cephadm.log.gz 2026-02-23T07:10:31.070 INFO:teuthology.orchestra.run.trial196.stderr:gzip -5 --verbose -- /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.log 2026-02-23T07:10:31.070 INFO:teuthology.orchestra.run.trial196.stderr:/var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.audit.log: /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-volume.log: /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.log: 90.8% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.audit.log.gz 2026-02-23T07:10:31.071 INFO:teuthology.orchestra.run.trial196.stderr: 87.0% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph.log.gz 2026-02-23T07:10:31.071 INFO:teuthology.orchestra.run.trial196.stderr: 95.0% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-volume.log.gz 2026-02-23T07:10:31.078 INFO:teuthology.orchestra.run.trial140.stderr: 94.0% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-osd.0.log.gz 2026-02-23T07:10:31.085 INFO:teuthology.orchestra.run.trial196.stderr: 94.1% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-osd.2.log.gz 2026-02-23T07:10:31.100 INFO:teuthology.orchestra.run.trial173.stderr: 94.2% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-osd.1.log.gz 2026-02-23T07:10:31.102 INFO:teuthology.orchestra.run.trial173.stderr: 92.7% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mon.b.log.gz 2026-02-23T07:10:31.103 INFO:teuthology.orchestra.run.trial140.stderr: 88.6% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-23T07:10:31.103 INFO:teuthology.orchestra.run.trial196.stderr: 93.0% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mon.c.log.gz 2026-02-23T07:10:31.104 INFO:teuthology.orchestra.run.trial173.stderr: 2026-02-23T07:10:31.104 INFO:teuthology.orchestra.run.trial173.stderr:real 0m0.051s 2026-02-23T07:10:31.104 INFO:teuthology.orchestra.run.trial173.stderr:user 0m0.090s 2026-02-23T07:10:31.104 INFO:teuthology.orchestra.run.trial173.stderr:sys 0m0.015s 2026-02-23T07:10:31.105 INFO:teuthology.orchestra.run.trial196.stderr: 2026-02-23T07:10:31.106 INFO:teuthology.orchestra.run.trial196.stderr:real 0m0.048s 2026-02-23T07:10:31.106 INFO:teuthology.orchestra.run.trial196.stderr:user 0m0.066s 2026-02-23T07:10:31.106 INFO:teuthology.orchestra.run.trial196.stderr:sys 0m0.017s 2026-02-23T07:10:31.187 INFO:teuthology.orchestra.run.trial140.stderr: 91.5% -- replaced with /var/log/ceph/fe4af22c-1085-11f1-b9d5-d404e6e7d460/ceph-mon.a.log.gz 2026-02-23T07:10:31.188 INFO:teuthology.orchestra.run.trial140.stderr: 2026-02-23T07:10:31.188 INFO:teuthology.orchestra.run.trial140.stderr:real 0m0.138s 2026-02-23T07:10:31.188 INFO:teuthology.orchestra.run.trial140.stderr:user 0m0.196s 2026-02-23T07:10:31.189 INFO:teuthology.orchestra.run.trial140.stderr:sys 0m0.022s 2026-02-23T07:10:31.190 INFO:tasks.cephadm:Archiving logs... 2026-02-23T07:10:31.190 DEBUG:teuthology.misc:Transferring archived files from trial140:/var/log/ceph to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65110/remote/trial140/log 2026-02-23T07:10:31.191 DEBUG:teuthology.orchestra.run.trial140:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T07:10:31.320 DEBUG:teuthology.misc:Transferring archived files from trial173:/var/log/ceph to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65110/remote/trial173/log 2026-02-23T07:10:31.321 DEBUG:teuthology.orchestra.run.trial173:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T07:10:31.369 DEBUG:teuthology.misc:Transferring archived files from trial196:/var/log/ceph to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65110/remote/trial196/log 2026-02-23T07:10:31.369 DEBUG:teuthology.orchestra.run.trial196:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T07:10:31.412 INFO:tasks.cephadm:Removing cluster... 2026-02-23T07:10:31.412 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 --force 2026-02-23T07:10:31.532 INFO:teuthology.orchestra.run.trial140.stdout:Deleting cluster with fsid: fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:10:31.701 DEBUG:teuthology.orchestra.run.trial173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 --force 2026-02-23T07:10:31.822 INFO:teuthology.orchestra.run.trial173.stdout:Deleting cluster with fsid: fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:10:31.986 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe4af22c-1085-11f1-b9d5-d404e6e7d460 --force 2026-02-23T07:10:32.104 INFO:teuthology.orchestra.run.trial196.stdout:Deleting cluster with fsid: fe4af22c-1085-11f1-b9d5-d404e6e7d460 2026-02-23T07:10:32.263 INFO:tasks.cephadm:Removing cephadm ... 2026-02-23T07:10:32.263 DEBUG:teuthology.orchestra.run.trial140:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T07:10:32.282 DEBUG:teuthology.orchestra.run.trial173:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T07:10:32.301 DEBUG:teuthology.orchestra.run.trial196:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T07:10:32.318 INFO:tasks.cephadm:Teardown complete 2026-02-23T07:10:32.318 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-23T07:10:32.333 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-23T07:10:32.333 DEBUG:teuthology.orchestra.run.trial140:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-23T07:10:32.336 DEBUG:teuthology.orchestra.run.trial173:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-23T07:10:32.344 DEBUG:teuthology.orchestra.run.trial196:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-23T07:10:32.605 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-23T07:10:32.617 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-23T07:10:32.617 DEBUG:teuthology.orchestra.run.trial140:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T07:10:32.619 DEBUG:teuthology.orchestra.run.trial173:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T07:10:32.621 DEBUG:teuthology.orchestra.run.trial196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T07:10:32.634 INFO:teuthology.orchestra.run.trial140.stderr:bash: line 1: ntpq: command not found 2026-02-23T07:10:32.636 INFO:teuthology.orchestra.run.trial173.stderr:bash: line 1: ntpq: command not found 2026-02-23T07:10:32.638 INFO:teuthology.orchestra.run.trial196.stderr:bash: line 1: ntpq: command not found 2026-02-23T07:10:32.657 INFO:teuthology.orchestra.run.trial173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T07:10:32.657 INFO:teuthology.orchestra.run.trial173.stdout:=============================================================================== 2026-02-23T07:10:32.657 INFO:teuthology.orchestra.run.trial173.stdout:^- 23.186.168.129 2 6 377 33 +509us[ +509us] +/- 56ms 2026-02-23T07:10:32.657 INFO:teuthology.orchestra.run.trial173.stdout:^* nyc3.us.ntp.li 2 6 377 37 +49us[ +66us] +/- 2333us 2026-02-23T07:10:32.657 INFO:teuthology.orchestra.run.trial173.stdout:^- sensei.ruselabs.com 2 6 377 37 -384us[ -384us] +/- 37ms 2026-02-23T07:10:32.657 INFO:teuthology.orchestra.run.trial173.stdout:^- time-usw2.crimpac.net 2 6 377 38 +455us[ +472us] +/- 67ms 2026-02-23T07:10:32.658 INFO:teuthology.orchestra.run.trial196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T07:10:32.658 INFO:teuthology.orchestra.run.trial196.stdout:=============================================================================== 2026-02-23T07:10:32.658 INFO:teuthology.orchestra.run.trial196.stdout:^+ dns-e.wdc-us.hosts.301-m> 2 6 377 37 +441us[ +441us] +/- 24ms 2026-02-23T07:10:32.658 INFO:teuthology.orchestra.run.trial196.stdout:^- 172-234-44-141.ip.linode> 2 6 377 37 +13ms[ +13ms] +/- 92ms 2026-02-23T07:10:32.658 INFO:teuthology.orchestra.run.trial196.stdout:^* 144.202.62.209.vultruser> 3 6 377 39 -2957us[-3089us] +/- 21ms 2026-02-23T07:10:32.658 INFO:teuthology.orchestra.run.trial196.stdout:^+ dns-e.ns4v.icu 2 6 377 37 +1580us[+1580us] +/- 51ms 2026-02-23T07:10:32.664 INFO:teuthology.orchestra.run.trial140.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T07:10:32.664 INFO:teuthology.orchestra.run.trial140.stdout:=============================================================================== 2026-02-23T07:10:32.664 INFO:teuthology.orchestra.run.trial140.stdout:^+ wdc1.us.ntp.li 3 6 377 36 -1211us[-1211us] +/- 30ms 2026-02-23T07:10:32.664 INFO:teuthology.orchestra.run.trial140.stdout:^* 216.82.35.115 2 6 377 38 +838us[+1143us] +/- 32ms 2026-02-23T07:10:32.664 INFO:teuthology.orchestra.run.trial140.stdout:^+ us-west-1.clearnet.pw 2 6 377 39 -1074us[ -768us] +/- 63ms 2026-02-23T07:10:32.664 INFO:teuthology.orchestra.run.trial140.stdout:^+ perturb.org 2 6 377 38 +1891us[+1891us] +/- 51ms 2026-02-23T07:10:32.665 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-23T07:10:32.676 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-23T07:10:32.677 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-23T07:10:32.691 DEBUG:teuthology.orchestra.run.trial140:> 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-23T07:10:32.767 DEBUG:teuthology.orchestra.run.trial173:> 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-23T07:10:32.824 DEBUG:teuthology.orchestra.run.trial196:> 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-23T07:10:32.882 DEBUG:teuthology.orchestra.run.trial140:> 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 2026-02-23T07:10:32.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:10:32.911 DEBUG:teuthology.orchestra.run.trial173:> 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 2026-02-23T07:10:32.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:10:32.939 DEBUG:teuthology.orchestra.run.trial196:> 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 2026-02-23T07:10:32.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:10:32.968 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-23T07:10:32.984 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-23T07:10:32.999 INFO:teuthology.task.internal:Duration was 585.979922 seconds 2026-02-23T07:10:32.999 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-23T07:10:33.015 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-23T07:10:33.016 DEBUG:teuthology.orchestra.run.trial140:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T07:10:33.018 DEBUG:teuthology.orchestra.run.trial173:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T07:10:33.021 DEBUG:teuthology.orchestra.run.trial196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T07:10:33.054 INFO:teuthology.orchestra.run.trial140.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T07:10:33.056 INFO:teuthology.orchestra.run.trial173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T07:10:33.058 INFO:teuthology.orchestra.run.trial196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T07:10:33.507 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-23T07:10:33.507 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial140.front.sepia.ceph.com 2026-02-23T07:10:33.507 DEBUG:teuthology.orchestra.run.trial140:> 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-23T07:10:33.566 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial173.front.sepia.ceph.com 2026-02-23T07:10:33.566 DEBUG:teuthology.orchestra.run.trial173:> 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-23T07:10:33.586 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial196.front.sepia.ceph.com 2026-02-23T07:10:33.587 DEBUG:teuthology.orchestra.run.trial196:> 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-23T07:10:33.607 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-23T07:10:33.608 DEBUG:teuthology.orchestra.run.trial140:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T07:10:33.610 DEBUG:teuthology.orchestra.run.trial173:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T07:10:33.628 DEBUG:teuthology.orchestra.run.trial196:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T07:10:33.729 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-23T07:10:33.729 DEBUG:teuthology.orchestra.run.trial140:> 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-23T07:10:33.732 DEBUG:teuthology.orchestra.run.trial173:> 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-23T07:10:33.734 DEBUG:teuthology.orchestra.run.trial196:> 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-23T07:10:33.754 INFO:teuthology.orchestra.run.trial140.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:10:33.754 INFO:teuthology.orchestra.run.trial140.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:10:33.754 INFO:teuthology.orchestra.run.trial140.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T07:10:33.754 INFO:teuthology.orchestra.run.trial140.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T07:10:33.754 INFO:teuthology.orchestra.run.trial140.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T07:10:33.755 INFO:teuthology.orchestra.run.trial173.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:10:33.756 INFO:teuthology.orchestra.run.trial173.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:10:33.756 INFO:teuthology.orchestra.run.trial173.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T07:10:33.757 INFO:teuthology.orchestra.run.trial173.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T07:10:33.757 INFO:teuthology.orchestra.run.trial173.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T07:10:33.758 INFO:teuthology.orchestra.run.trial196.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:10:33.759 INFO:teuthology.orchestra.run.trial196.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:10:33.759 INFO:teuthology.orchestra.run.trial196.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T07:10:33.759 INFO:teuthology.orchestra.run.trial196.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T07:10:33.759 INFO:teuthology.orchestra.run.trial196.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T07:10:33.771 INFO:teuthology.orchestra.run.trial173.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 85.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T07:10:33.773 INFO:teuthology.orchestra.run.trial140.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T07:10:33.773 INFO:teuthology.orchestra.run.trial196.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 85.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T07:10:33.776 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-23T07:10:33.792 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-23T07:10:33.793 DEBUG:teuthology.orchestra.run.trial140:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T07:10:33.839 DEBUG:teuthology.orchestra.run.trial173:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T07:10:33.864 DEBUG:teuthology.orchestra.run.trial196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T07:10:33.889 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-23T07:10:33.906 DEBUG:teuthology.orchestra.run.trial140:> 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-23T07:10:33.909 DEBUG:teuthology.orchestra.run.trial173:> 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-23T07:10:33.912 DEBUG:teuthology.orchestra.run.trial196:> 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-23T07:10:33.932 INFO:teuthology.orchestra.run.trial140.stdout:kernel.core_pattern = core 2026-02-23T07:10:33.933 INFO:teuthology.orchestra.run.trial173.stdout:kernel.core_pattern = core 2026-02-23T07:10:33.952 INFO:teuthology.orchestra.run.trial196.stdout:kernel.core_pattern = core 2026-02-23T07:10:33.967 DEBUG:teuthology.orchestra.run.trial140:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T07:10:33.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:10:33.999 DEBUG:teuthology.orchestra.run.trial173:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T07:10:34.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:10:34.019 DEBUG:teuthology.orchestra.run.trial196:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T07:10:34.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:10:34.034 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-23T07:10:34.052 INFO:teuthology.task.internal:Transferring archived files... 2026-02-23T07:10:34.052 DEBUG:teuthology.misc:Transferring archived files from trial140:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65110/remote/trial140 2026-02-23T07:10:34.053 DEBUG:teuthology.orchestra.run.trial140:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T07:10:34.095 DEBUG:teuthology.misc:Transferring archived files from trial173:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65110/remote/trial173 2026-02-23T07:10:34.095 DEBUG:teuthology.orchestra.run.trial173:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T07:10:34.133 DEBUG:teuthology.misc:Transferring archived files from trial196:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65110/remote/trial196 2026-02-23T07:10:34.133 DEBUG:teuthology.orchestra.run.trial196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T07:10:34.171 INFO:teuthology.task.internal:Removing archive directory... 2026-02-23T07:10:34.172 DEBUG:teuthology.orchestra.run.trial140:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T07:10:34.175 DEBUG:teuthology.orchestra.run.trial173:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T07:10:34.177 DEBUG:teuthology.orchestra.run.trial196:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T07:10:34.220 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-23T07:10:34.239 INFO:teuthology.task.internal:Not uploading archives. 2026-02-23T07:10:34.239 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-23T07:10:34.256 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-23T07:10:34.256 DEBUG:teuthology.orchestra.run.trial140:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T07:10:34.259 DEBUG:teuthology.orchestra.run.trial173:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T07:10:34.262 DEBUG:teuthology.orchestra.run.trial196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T07:10:34.274 INFO:teuthology.orchestra.run.trial140.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 07:10 /home/ubuntu/cephtest 2026-02-23T07:10:34.276 INFO:teuthology.orchestra.run.trial173.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 07:10 /home/ubuntu/cephtest 2026-02-23T07:10:34.278 INFO:teuthology.orchestra.run.trial196.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 07:10 /home/ubuntu/cephtest 2026-02-23T07:10:34.279 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-23T07:10:34.296 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-23T07:10:34.341 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 585.9799218177795 failure_reason: 'Command failed on trial140 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4af22c-1085-11f1-b9d5-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