2026-02-19T10:39:13.215 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-19T10:39:13.232 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-19T10:39:13.308 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/gabrioux-2026-02-19_07:58:02-orch:cephadm-wip-guits-main-2026-02-18-1228-distro-default-trial/57766 branch: wip-guits-main-2026-02-18-1228 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: gabrioux@ibm.com first_in_suite: false flavor: default job_id: '57766' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: gabrioux-2026-02-19_07:58:02-orch:cephadm-wip-guits-main-2026-02-18-1228-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2026-02-18-1228 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: 8453267f069d71a0cfca69e4b0bff4958627275b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8453267f069d71a0cfca69e4b0bff4958627275b selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-main-2026-02-18-1228 sha1: 8453267f069d71a0cfca69e4b0bff4958627275b owner: scheduled_gabrioux@soko04.front.sepia.ceph.com priority: 69 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: 1884 sha1: 8453267f069d71a0cfca69e4b0bff4958627275b sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2026-02-18-1228 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_8453267f069d71a0cfca69e4b0bff4958627275b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 8453267f069d71a0cfca69e4b0bff4958627275b targets: trial053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMHupnO2Ilj6oba5to9Fxo85RwKC+nMVGNZfbTnLApEoWbiFNmCxHOyj3W4BbO1mN/01Nh+7ZmsnmNz5pnJW0c4= trial165.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG9Bx+HW7eoxIPizWCcbmW+8OVsrwq2iBD0ilv3lu1LZVEokUqBelMpdRxlKOyOWeTpJWmrkCKhzXHs1z7OMSMk= trial172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGmDOa5iHkrWdbatAZV8RrpbQSgyHIq2xOMm7Xq6x8TWhRmT0J3Ah4HYDPYB+sFQKSdI54kcSYXa1n2p0t8Z06s= 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 0x7193a5db8a40>, signals=[15]) 2026-02-19T10:39:13.843 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-19T10:39:13.854 INFO:teuthology.task.internal:Opening connections... 2026-02-19T10:39:13.854 DEBUG:teuthology.task.internal:connecting to ubuntu@trial053.front.sepia.ceph.com 2026-02-19T10:39:13.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T10:39:13.931 DEBUG:teuthology.task.internal:connecting to ubuntu@trial165.front.sepia.ceph.com 2026-02-19T10:39:13.932 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T10:39:14.005 DEBUG:teuthology.task.internal:connecting to ubuntu@trial172.front.sepia.ceph.com 2026-02-19T10:39:14.005 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T10:39:14.064 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-19T10:39:14.077 DEBUG:teuthology.orchestra.run.trial053:> uname -m 2026-02-19T10:39:14.093 INFO:teuthology.orchestra.run.trial053.stdout:x86_64 2026-02-19T10:39:14.093 DEBUG:teuthology.orchestra.run.trial053:> cat /etc/os-release 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:NAME="CentOS Stream" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:VERSION="9" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:ID="centos" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:ID_LIKE="rhel fedora" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:VERSION_ID="9" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:PLATFORM_ID="platform:el9" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:ANSI_COLOR="0;31" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:LOGO="fedora-logo-icon" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:HOME_URL="https://centos.org/" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-19T10:39:14.149 INFO:teuthology.orchestra.run.trial053.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-19T10:39:14.150 INFO:teuthology.lock.ops:Updating trial053.front.sepia.ceph.com on lock server 2026-02-19T10:39:14.219 DEBUG:teuthology.orchestra.run.trial165:> uname -m 2026-02-19T10:39:14.234 INFO:teuthology.orchestra.run.trial165.stdout:x86_64 2026-02-19T10:39:14.234 DEBUG:teuthology.orchestra.run.trial165:> cat /etc/os-release 2026-02-19T10:39:14.290 INFO:teuthology.orchestra.run.trial165.stdout:NAME="CentOS Stream" 2026-02-19T10:39:14.290 INFO:teuthology.orchestra.run.trial165.stdout:VERSION="9" 2026-02-19T10:39:14.290 INFO:teuthology.orchestra.run.trial165.stdout:ID="centos" 2026-02-19T10:39:14.290 INFO:teuthology.orchestra.run.trial165.stdout:ID_LIKE="rhel fedora" 2026-02-19T10:39:14.290 INFO:teuthology.orchestra.run.trial165.stdout:VERSION_ID="9" 2026-02-19T10:39:14.290 INFO:teuthology.orchestra.run.trial165.stdout:PLATFORM_ID="platform:el9" 2026-02-19T10:39:14.290 INFO:teuthology.orchestra.run.trial165.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-19T10:39:14.291 INFO:teuthology.orchestra.run.trial165.stdout:ANSI_COLOR="0;31" 2026-02-19T10:39:14.291 INFO:teuthology.orchestra.run.trial165.stdout:LOGO="fedora-logo-icon" 2026-02-19T10:39:14.291 INFO:teuthology.orchestra.run.trial165.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-19T10:39:14.291 INFO:teuthology.orchestra.run.trial165.stdout:HOME_URL="https://centos.org/" 2026-02-19T10:39:14.291 INFO:teuthology.orchestra.run.trial165.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-19T10:39:14.291 INFO:teuthology.orchestra.run.trial165.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-19T10:39:14.291 INFO:teuthology.orchestra.run.trial165.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-19T10:39:14.291 INFO:teuthology.lock.ops:Updating trial165.front.sepia.ceph.com on lock server 2026-02-19T10:39:14.369 DEBUG:teuthology.orchestra.run.trial172:> uname -m 2026-02-19T10:39:14.384 INFO:teuthology.orchestra.run.trial172.stdout:x86_64 2026-02-19T10:39:14.385 DEBUG:teuthology.orchestra.run.trial172:> cat /etc/os-release 2026-02-19T10:39:14.441 INFO:teuthology.orchestra.run.trial172.stdout:NAME="CentOS Stream" 2026-02-19T10:39:14.441 INFO:teuthology.orchestra.run.trial172.stdout:VERSION="9" 2026-02-19T10:39:14.441 INFO:teuthology.orchestra.run.trial172.stdout:ID="centos" 2026-02-19T10:39:14.441 INFO:teuthology.orchestra.run.trial172.stdout:ID_LIKE="rhel fedora" 2026-02-19T10:39:14.441 INFO:teuthology.orchestra.run.trial172.stdout:VERSION_ID="9" 2026-02-19T10:39:14.441 INFO:teuthology.orchestra.run.trial172.stdout:PLATFORM_ID="platform:el9" 2026-02-19T10:39:14.442 INFO:teuthology.orchestra.run.trial172.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-19T10:39:14.442 INFO:teuthology.orchestra.run.trial172.stdout:ANSI_COLOR="0;31" 2026-02-19T10:39:14.442 INFO:teuthology.orchestra.run.trial172.stdout:LOGO="fedora-logo-icon" 2026-02-19T10:39:14.442 INFO:teuthology.orchestra.run.trial172.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-19T10:39:14.442 INFO:teuthology.orchestra.run.trial172.stdout:HOME_URL="https://centos.org/" 2026-02-19T10:39:14.442 INFO:teuthology.orchestra.run.trial172.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-19T10:39:14.442 INFO:teuthology.orchestra.run.trial172.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-19T10:39:14.442 INFO:teuthology.orchestra.run.trial172.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-19T10:39:14.442 INFO:teuthology.lock.ops:Updating trial172.front.sepia.ceph.com on lock server 2026-02-19T10:39:14.520 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-19T10:39:14.533 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-19T10:39:14.544 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-19T10:39:14.545 DEBUG:teuthology.orchestra.run.trial053:> test '!' -e /home/ubuntu/cephtest 2026-02-19T10:39:14.546 DEBUG:teuthology.orchestra.run.trial165:> test '!' -e /home/ubuntu/cephtest 2026-02-19T10:39:14.548 DEBUG:teuthology.orchestra.run.trial172:> test '!' -e /home/ubuntu/cephtest 2026-02-19T10:39:14.563 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-19T10:39:14.572 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-19T10:39:14.572 DEBUG:teuthology.orchestra.run.trial053:> test -z $(ls -A /var/lib/ceph) 2026-02-19T10:39:14.601 DEBUG:teuthology.orchestra.run.trial165:> test -z $(ls -A /var/lib/ceph) 2026-02-19T10:39:14.604 DEBUG:teuthology.orchestra.run.trial172:> test -z $(ls -A /var/lib/ceph) 2026-02-19T10:39:14.620 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-19T10:39:14.842 INFO:teuthology.run_tasks:Running task kernel... 2026-02-19T10:39:14.865 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-19T10:39:14.865 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.c': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}}, timeout 300 2026-02-19T10:39:14.865 DEBUG:teuthology.orchestra.run.trial053:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-19T10:39:14.865 DEBUG:teuthology.orchestra.run.trial165:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-19T10:39:14.865 DEBUG:teuthology.orchestra.run.trial172:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-19T10:39:14.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:39:14.881 DEBUG:teuthology.orchestra.run.trial165:> uname -r 2026-02-19T10:39:14.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:39:14.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:39:14.882 DEBUG:teuthology.orchestra.run.trial172:> uname -r 2026-02-19T10:39:14.882 DEBUG:teuthology.orchestra.run.trial053:> uname -r 2026-02-19T10:39:14.937 INFO:teuthology.orchestra.run.trial165.stdout:5.14.0-681.el9.x86_64 2026-02-19T10:39:14.937 INFO:teuthology.task.kernel:Running kernel on trial165: 5.14.0-681.el9.x86_64 2026-02-19T10:39:14.937 DEBUG:teuthology.orchestra.run.trial165:> sudo yum install -y kernel 2026-02-19T10:39:14.938 INFO:teuthology.orchestra.run.trial172.stdout:5.14.0-681.el9.x86_64 2026-02-19T10:39:14.938 INFO:teuthology.task.kernel:Running kernel on trial172: 5.14.0-681.el9.x86_64 2026-02-19T10:39:14.938 DEBUG:teuthology.orchestra.run.trial172:> sudo yum install -y kernel 2026-02-19T10:39:14.939 INFO:teuthology.orchestra.run.trial053.stdout:5.14.0-681.el9.x86_64 2026-02-19T10:39:14.939 INFO:teuthology.task.kernel:Running kernel on trial053: 5.14.0-681.el9.x86_64 2026-02-19T10:39:14.939 DEBUG:teuthology.orchestra.run.trial053:> sudo yum install -y kernel 2026-02-19T10:39:16.054 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-19T10:39:16.219 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - BaseOS 9.9 MB/s | 8.9 MB 00:00 2026-02-19T10:39:18.883 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - AppStream 13 MB/s | 27 MB 00:02 2026-02-19T10:39:20.596 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - AppStream 6.7 MB/s | 27 MB 00:04 2026-02-19T10:39:22.296 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - BaseOS 1.3 MB/s | 8.9 MB 00:06 2026-02-19T10:39:23.183 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 7.8 MB 00:01 2026-02-19T10:39:24.034 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - Extras packages 162 kB/s | 20 kB 00:00 2026-02-19T10:39:24.630 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - CRB 4.7 MB/s | 7.8 MB 00:01 2026-02-19T10:39:24.895 INFO:teuthology.orchestra.run.trial172.stdout:Extra Packages for Enterprise Linux 25 MB/s | 20 MB 00:00 2026-02-19T10:39:26.170 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 20 kB 00:00 2026-02-19T10:39:27.378 INFO:teuthology.orchestra.run.trial165.stdout:Extra Packages for Enterprise Linux 18 MB/s | 20 MB 00:01 2026-02-19T10:39:28.122 INFO:teuthology.orchestra.run.trial172.stdout:lab-extras 2.1 MB/s | 50 kB 00:00 2026-02-19T10:39:29.127 INFO:teuthology.orchestra.run.trial172.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-19T10:39:29.127 INFO:teuthology.orchestra.run.trial172.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-19T10:39:29.146 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:39:29.146 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:39:29.146 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:39:29.170 DEBUG:teuthology.orchestra.run.trial172:> echo no | sudo yum reinstall kernel || true 2026-02-19T10:39:29.355 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - AppStream 4.1 MB/s | 27 MB 00:06 2026-02-19T10:39:29.473 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:01 ago on Thu 19 Feb 2026 10:39:28 AM UTC. 2026-02-19T10:39:29.555 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:39:29.556 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:39:29.556 INFO:teuthology.orchestra.run.trial172.stdout: Package Architecture Version Repository Size 2026-02-19T10:39:29.556 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:39:29.556 INFO:teuthology.orchestra.run.trial172.stdout:Reinstalling: 2026-02-19T10:39:29.556 INFO:teuthology.orchestra.run.trial172.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T10:39:29.557 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:39:29.557 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:39:29.557 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:39:29.557 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:39:29.557 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 803 k 2026-02-19T10:39:29.557 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 0 2026-02-19T10:39:29.557 INFO:teuthology.orchestra.run.trial172.stderr:Operation aborted. 2026-02-19T10:39:29.576 INFO:teuthology.orchestra.run.trial172.stdout:Is this ok [y/N]: 2026-02-19T10:39:29.577 DEBUG:teuthology.orchestra.run.trial172:> sudo yum reinstall -y kernel || true 2026-02-19T10:39:29.883 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:01 ago on Thu 19 Feb 2026 10:39:28 AM UTC. 2026-02-19T10:39:29.964 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:39:29.965 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:39:29.965 INFO:teuthology.orchestra.run.trial172.stdout: Package Architecture Version Repository Size 2026-02-19T10:39:29.965 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:39:29.965 INFO:teuthology.orchestra.run.trial172.stdout:Reinstalling: 2026-02-19T10:39:29.966 INFO:teuthology.orchestra.run.trial172.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T10:39:29.966 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:39:29.966 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:39:29.966 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:39:29.966 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:39:29.966 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 803 k 2026-02-19T10:39:29.966 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 0 2026-02-19T10:39:29.966 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:39:30.257 INFO:teuthology.orchestra.run.trial172.stdout:kernel-5.14.0-681.el9.x86_64.rpm 3.9 MB/s | 803 kB 00:00 2026-02-19T10:39:30.257 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:39:30.257 INFO:teuthology.orchestra.run.trial172.stdout:Total 2.7 MB/s | 803 kB 00:00 2026-02-19T10:39:30.268 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:39:30.301 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:39:30.301 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:39:30.305 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:39:30.306 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:39:30.329 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:39:30.333 INFO:teuthology.orchestra.run.trial172.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T10:39:30.333 INFO:teuthology.orchestra.run.trial172.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T10:39:30.450 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T10:39:30.451 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T10:39:30.503 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T10:39:30.503 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:39:30.503 INFO:teuthology.orchestra.run.trial172.stdout:Reinstalled: 2026-02-19T10:39:30.503 INFO:teuthology.orchestra.run.trial172.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-19T10:39:30.503 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:39:30.503 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:39:30.532 DEBUG:teuthology.orchestra.run.trial172:> rpm -q kernel | sort -rV | head -n 1 2026-02-19T10:39:30.542 INFO:teuthology.orchestra.run.trial165.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-19T10:39:30.556 INFO:teuthology.orchestra.run.trial172.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-19T10:39:30.557 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-19T10:39:30.558 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-19T10:39:30.558 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-19T10:39:30.558 DEBUG:teuthology.orchestra.run.trial172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-19T10:39:30.622 INFO:teuthology.orchestra.run.trial172.stdout:ttyS1 2026-02-19T10:39:30.651 DEBUG:teuthology.parallel:result is None 2026-02-19T10:39:31.550 INFO:teuthology.orchestra.run.trial165.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-19T10:39:31.550 INFO:teuthology.orchestra.run.trial165.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-19T10:39:31.569 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:39:31.569 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:39:31.570 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:39:31.592 DEBUG:teuthology.orchestra.run.trial165:> echo no | sudo yum reinstall kernel || true 2026-02-19T10:39:31.893 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:01 ago on Thu 19 Feb 2026 10:39:30 AM UTC. 2026-02-19T10:39:31.975 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:39:31.976 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:39:31.976 INFO:teuthology.orchestra.run.trial165.stdout: Package Architecture Version Repository Size 2026-02-19T10:39:31.976 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:39:31.976 INFO:teuthology.orchestra.run.trial165.stdout:Reinstalling: 2026-02-19T10:39:31.976 INFO:teuthology.orchestra.run.trial165.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T10:39:31.976 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:39:31.976 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:39:31.976 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:39:31.976 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:39:31.977 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 803 k 2026-02-19T10:39:31.977 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 0 2026-02-19T10:39:31.977 INFO:teuthology.orchestra.run.trial165.stderr:Operation aborted. 2026-02-19T10:39:31.996 INFO:teuthology.orchestra.run.trial165.stdout:Is this ok [y/N]: 2026-02-19T10:39:31.996 DEBUG:teuthology.orchestra.run.trial165:> sudo yum reinstall -y kernel || true 2026-02-19T10:39:32.291 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Feb 2026 10:39:30 AM UTC. 2026-02-19T10:39:32.371 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:39:32.371 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:39:32.372 INFO:teuthology.orchestra.run.trial165.stdout: Package Architecture Version Repository Size 2026-02-19T10:39:32.372 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:39:32.372 INFO:teuthology.orchestra.run.trial165.stdout:Reinstalling: 2026-02-19T10:39:32.372 INFO:teuthology.orchestra.run.trial165.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T10:39:32.372 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:39:32.372 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:39:32.372 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:39:32.372 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:39:32.372 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 803 k 2026-02-19T10:39:32.372 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 0 2026-02-19T10:39:32.372 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:39:32.579 INFO:teuthology.orchestra.run.trial165.stdout:kernel-5.14.0-681.el9.x86_64.rpm 5.9 MB/s | 803 kB 00:00 2026-02-19T10:39:32.579 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:39:32.579 INFO:teuthology.orchestra.run.trial165.stdout:Total 3.8 MB/s | 803 kB 00:00 2026-02-19T10:39:32.589 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:39:32.623 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:39:32.623 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:39:32.627 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:39:32.628 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:39:32.653 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:39:32.658 INFO:teuthology.orchestra.run.trial165.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T10:39:32.658 INFO:teuthology.orchestra.run.trial165.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T10:39:32.776 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T10:39:32.776 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T10:39:32.827 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T10:39:32.828 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:39:32.828 INFO:teuthology.orchestra.run.trial165.stdout:Reinstalled: 2026-02-19T10:39:32.828 INFO:teuthology.orchestra.run.trial165.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-19T10:39:32.828 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:39:32.828 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:39:32.855 DEBUG:teuthology.orchestra.run.trial165:> rpm -q kernel | sort -rV | head -n 1 2026-02-19T10:39:32.878 INFO:teuthology.orchestra.run.trial165.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-19T10:39:32.879 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-19T10:39:32.879 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-19T10:39:32.879 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-19T10:39:32.880 DEBUG:teuthology.orchestra.run.trial165:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-19T10:39:32.943 INFO:teuthology.orchestra.run.trial165.stdout:ttyS1 2026-02-19T10:39:32.973 DEBUG:teuthology.parallel:result is None 2026-02-19T10:39:37.700 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - CRB 1.3 MB/s | 7.8 MB 00:05 2026-02-19T10:39:39.323 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - Extras packages 22 kB/s | 20 kB 00:00 2026-02-19T10:39:39.649 INFO:teuthology.orchestra.run.trial053.stdout:Extra Packages for Enterprise Linux 77 MB/s | 20 MB 00:00 2026-02-19T10:39:42.817 INFO:teuthology.orchestra.run.trial053.stdout:lab-extras 2.3 MB/s | 50 kB 00:00 2026-02-19T10:39:43.832 INFO:teuthology.orchestra.run.trial053.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-19T10:39:43.832 INFO:teuthology.orchestra.run.trial053.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-19T10:39:43.851 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:39:43.852 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:39:43.852 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:39:43.876 DEBUG:teuthology.orchestra.run.trial053:> echo no | sudo yum reinstall kernel || true 2026-02-19T10:39:44.179 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Feb 2026 10:39:42 AM UTC. 2026-02-19T10:39:44.260 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:39:44.261 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:39:44.261 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-19T10:39:44.261 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:39:44.261 INFO:teuthology.orchestra.run.trial053.stdout:Reinstalling: 2026-02-19T10:39:44.261 INFO:teuthology.orchestra.run.trial053.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T10:39:44.261 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:39:44.261 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:39:44.261 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:39:44.262 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:39:44.262 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 803 k 2026-02-19T10:39:44.262 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 0 2026-02-19T10:39:44.262 INFO:teuthology.orchestra.run.trial053.stderr:Operation aborted. 2026-02-19T10:39:44.282 INFO:teuthology.orchestra.run.trial053.stdout:Is this ok [y/N]: 2026-02-19T10:39:44.282 DEBUG:teuthology.orchestra.run.trial053:> sudo yum reinstall -y kernel || true 2026-02-19T10:39:44.582 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Feb 2026 10:39:42 AM UTC. 2026-02-19T10:39:44.661 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:39:44.661 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:39:44.661 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-19T10:39:44.661 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:39:44.661 INFO:teuthology.orchestra.run.trial053.stdout:Reinstalling: 2026-02-19T10:39:44.661 INFO:teuthology.orchestra.run.trial053.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T10:39:44.661 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:39:44.661 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:39:44.661 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:39:44.662 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:39:44.662 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 803 k 2026-02-19T10:39:44.662 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 0 2026-02-19T10:39:44.662 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:39:45.241 INFO:teuthology.orchestra.run.trial053.stdout:kernel-5.14.0-681.el9.x86_64.rpm 2.8 MB/s | 803 kB 00:00 2026-02-19T10:39:45.242 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:39:45.242 INFO:teuthology.orchestra.run.trial053.stdout:Total 1.4 MB/s | 803 kB 00:00 2026-02-19T10:39:45.252 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:39:45.285 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:39:45.285 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:39:45.289 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:39:45.290 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:39:45.313 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:39:45.317 INFO:teuthology.orchestra.run.trial053.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T10:39:45.318 INFO:teuthology.orchestra.run.trial053.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T10:39:45.427 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T10:39:45.427 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T10:39:45.478 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T10:39:45.479 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:39:45.479 INFO:teuthology.orchestra.run.trial053.stdout:Reinstalled: 2026-02-19T10:39:45.479 INFO:teuthology.orchestra.run.trial053.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-19T10:39:45.479 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:39:45.479 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:39:45.505 DEBUG:teuthology.orchestra.run.trial053:> rpm -q kernel | sort -rV | head -n 1 2026-02-19T10:39:45.570 INFO:teuthology.orchestra.run.trial053.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-19T10:39:45.571 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-19T10:39:45.571 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-19T10:39:45.572 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-19T10:39:45.572 DEBUG:teuthology.orchestra.run.trial053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-19T10:39:45.637 INFO:teuthology.orchestra.run.trial053.stdout:ttyS1 2026-02-19T10:39:45.667 DEBUG:teuthology.parallel:result is None 2026-02-19T10:39:45.667 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-19T10:39:45.679 INFO:teuthology.task.internal:Creating test directory... 2026-02-19T10:39:45.679 DEBUG:teuthology.orchestra.run.trial053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-19T10:39:45.709 DEBUG:teuthology.orchestra.run.trial165:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-19T10:39:45.712 DEBUG:teuthology.orchestra.run.trial172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-19T10:39:45.729 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-19T10:39:45.745 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-19T10:39:45.757 INFO:teuthology.task.internal:Creating archive directory... 2026-02-19T10:39:45.757 DEBUG:teuthology.orchestra.run.trial053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-19T10:39:45.765 DEBUG:teuthology.orchestra.run.trial165:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-19T10:39:45.770 DEBUG:teuthology.orchestra.run.trial172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-19T10:39:45.795 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-19T10:39:45.806 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-19T10:39:45.807 DEBUG:teuthology.orchestra.run.trial053:> 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-19T10:39:45.822 DEBUG:teuthology.orchestra.run.trial165:> 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-19T10:39:45.828 DEBUG:teuthology.orchestra.run.trial172:> 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-19T10:39:45.843 INFO:teuthology.orchestra.run.trial053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T10:39:45.850 INFO:teuthology.orchestra.run.trial165.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T10:39:45.852 INFO:teuthology.orchestra.run.trial053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T10:39:45.854 INFO:teuthology.orchestra.run.trial172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T10:39:45.859 INFO:teuthology.orchestra.run.trial165.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T10:39:45.863 INFO:teuthology.orchestra.run.trial172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T10:39:45.865 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-19T10:39:45.875 INFO:teuthology.task.internal:Configuring sudo... 2026-02-19T10:39:45.875 DEBUG:teuthology.orchestra.run.trial053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-19T10:39:45.896 DEBUG:teuthology.orchestra.run.trial165:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-19T10:39:45.903 DEBUG:teuthology.orchestra.run.trial172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-19T10:39:45.930 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-19T10:39:45.943 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-19T10:39:45.943 DEBUG:teuthology.orchestra.run.trial053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-19T10:39:45.960 DEBUG:teuthology.orchestra.run.trial165:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-19T10:39:45.968 DEBUG:teuthology.orchestra.run.trial172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-19T10:39:45.985 DEBUG:teuthology.orchestra.run.trial053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T10:39:46.090 DEBUG:teuthology.orchestra.run.trial053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T10:39:46.113 DEBUG:teuthology.orchestra.run.trial053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T10:39:46.246 DEBUG:teuthology.orchestra.run.trial053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T10:39:46.270 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:39:46.270 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-19T10:39:46.334 DEBUG:teuthology.orchestra.run.trial165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T10:39:46.433 DEBUG:teuthology.orchestra.run.trial165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T10:39:46.458 DEBUG:teuthology.orchestra.run.trial165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T10:39:46.593 DEBUG:teuthology.orchestra.run.trial165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T10:39:46.617 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-19T10:39:46.617 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-19T10:39:46.680 DEBUG:teuthology.orchestra.run.trial172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T10:39:46.793 DEBUG:teuthology.orchestra.run.trial172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T10:39:46.818 DEBUG:teuthology.orchestra.run.trial172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T10:39:46.933 DEBUG:teuthology.orchestra.run.trial172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T10:39:46.955 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-19T10:39:46.956 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-19T10:39:47.019 DEBUG:teuthology.orchestra.run.trial053:> sudo service rsyslog restart 2026-02-19T10:39:47.021 DEBUG:teuthology.orchestra.run.trial165:> sudo service rsyslog restart 2026-02-19T10:39:47.023 DEBUG:teuthology.orchestra.run.trial172:> sudo service rsyslog restart 2026-02-19T10:39:47.048 INFO:teuthology.orchestra.run.trial053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T10:39:47.049 INFO:teuthology.orchestra.run.trial165.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T10:39:47.089 INFO:teuthology.orchestra.run.trial172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T10:39:47.524 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-19T10:39:47.536 INFO:teuthology.task.internal:Starting timer... 2026-02-19T10:39:47.536 INFO:teuthology.run_tasks:Running task pcp... 2026-02-19T10:39:47.551 INFO:teuthology.run_tasks:Running task selinux... 2026-02-19T10:39:47.562 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-19T10:39:47.563 DEBUG:teuthology.orchestra.run.trial053:> sudo service auditd rotate 2026-02-19T10:39:47.593 INFO:teuthology.orchestra.run.trial053.stdout:Rotating logs: 2026-02-19T10:39:47.594 DEBUG:teuthology.orchestra.run.trial165:> sudo service auditd rotate 2026-02-19T10:39:47.624 INFO:teuthology.orchestra.run.trial165.stdout:Rotating logs: 2026-02-19T10:39:47.625 DEBUG:teuthology.orchestra.run.trial172:> sudo service auditd rotate 2026-02-19T10:39:47.655 INFO:teuthology.orchestra.run.trial172.stdout:Rotating logs: 2026-02-19T10:39:47.656 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-19T10:39:47.656 DEBUG:teuthology.orchestra.run.trial053:> /usr/sbin/getenforce 2026-02-19T10:39:47.671 INFO:teuthology.orchestra.run.trial053.stdout:Permissive 2026-02-19T10:39:47.671 DEBUG:teuthology.orchestra.run.trial165:> /usr/sbin/getenforce 2026-02-19T10:39:47.688 INFO:teuthology.orchestra.run.trial165.stdout:Permissive 2026-02-19T10:39:47.688 DEBUG:teuthology.orchestra.run.trial172:> /usr/sbin/getenforce 2026-02-19T10:39:47.713 INFO:teuthology.orchestra.run.trial172.stdout:Permissive 2026-02-19T10:39:47.713 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial053.front.sepia.ceph.com': 'permissive', 'ubuntu@trial165.front.sepia.ceph.com': 'permissive', 'ubuntu@trial172.front.sepia.ceph.com': 'permissive'} 2026-02-19T10:39:47.713 DEBUG:teuthology.orchestra.run.trial053:> 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-19T10:39:47.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:39:47.737 DEBUG:teuthology.orchestra.run.trial165:> 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-19T10:39:47.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:39:47.762 DEBUG:teuthology.orchestra.run.trial172:> 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-19T10:39:47.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:39:47.786 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-19T10:39:47.786 DEBUG:teuthology.orchestra.run.trial053:> sudo /usr/sbin/setenforce permissive 2026-02-19T10:39:47.811 DEBUG:teuthology.orchestra.run.trial165:> sudo /usr/sbin/setenforce permissive 2026-02-19T10:39:47.833 DEBUG:teuthology.orchestra.run.trial172:> sudo /usr/sbin/setenforce permissive 2026-02-19T10:39:47.857 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-19T10:39:47.870 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-19T10:39:47.876 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-19T10:39:47.877 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial053.front.sepia.ceph.com,trial165.front.sepia.ceph.com,trial172.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-19T10:40:59.368 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial053.front.sepia.ceph.com'), Remote(name='ubuntu@trial165.front.sepia.ceph.com'), Remote(name='ubuntu@trial172.front.sepia.ceph.com')] 2026-02-19T10:40:59.369 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial053.front.sepia.ceph.com' 2026-02-19T10:40:59.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T10:40:59.481 DEBUG:teuthology.orchestra.run.trial053:> true 2026-02-19T10:40:59.557 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial053.front.sepia.ceph.com' 2026-02-19T10:40:59.557 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial165.front.sepia.ceph.com' 2026-02-19T10:40:59.557 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T10:40:59.623 DEBUG:teuthology.orchestra.run.trial165:> true 2026-02-19T10:40:59.697 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial165.front.sepia.ceph.com' 2026-02-19T10:40:59.697 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-19T10:40:59.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T10:40:59.775 DEBUG:teuthology.orchestra.run.trial172:> true 2026-02-19T10:40:59.859 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-19T10:40:59.859 INFO:teuthology.run_tasks:Running task clock... 2026-02-19T10:40:59.886 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-19T10:40:59.886 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-19T10:40:59.886 DEBUG:teuthology.orchestra.run.trial053:> 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-19T10:40:59.888 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-19T10:40:59.888 DEBUG:teuthology.orchestra.run.trial165:> 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-19T10:40:59.893 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-19T10:40:59.893 DEBUG:teuthology.orchestra.run.trial172:> 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-19T10:40:59.915 INFO:teuthology.orchestra.run.trial053.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-19T10:40:59.920 INFO:teuthology.orchestra.run.trial165.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-19T10:40:59.928 INFO:teuthology.orchestra.run.trial053.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-19T10:40:59.931 INFO:teuthology.orchestra.run.trial172.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-19T10:40:59.931 INFO:teuthology.orchestra.run.trial165.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-19T10:40:59.943 INFO:teuthology.orchestra.run.trial172.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-19T10:40:59.947 INFO:teuthology.orchestra.run.trial053.stderr:sudo: ntpd: command not found 2026-02-19T10:40:59.951 INFO:teuthology.orchestra.run.trial165.stderr:sudo: ntpd: command not found 2026-02-19T10:40:59.957 INFO:teuthology.orchestra.run.trial053.stdout:506 Cannot talk to daemon 2026-02-19T10:40:59.961 INFO:teuthology.orchestra.run.trial165.stdout:506 Cannot talk to daemon 2026-02-19T10:40:59.964 INFO:teuthology.orchestra.run.trial172.stderr:sudo: ntpd: command not found 2026-02-19T10:40:59.969 INFO:teuthology.orchestra.run.trial053.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-19T10:40:59.972 INFO:teuthology.orchestra.run.trial165.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-19T10:40:59.973 INFO:teuthology.orchestra.run.trial172.stdout:506 Cannot talk to daemon 2026-02-19T10:40:59.980 INFO:teuthology.orchestra.run.trial053.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-19T10:40:59.983 INFO:teuthology.orchestra.run.trial165.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-19T10:40:59.985 INFO:teuthology.orchestra.run.trial172.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-19T10:40:59.996 INFO:teuthology.orchestra.run.trial172.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-19T10:41:00.028 INFO:teuthology.orchestra.run.trial165.stderr:bash: line 1: ntpq: command not found 2026-02-19T10:41:00.028 INFO:teuthology.orchestra.run.trial053.stderr:bash: line 1: ntpq: command not found 2026-02-19T10:41:00.029 INFO:teuthology.orchestra.run.trial165.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T10:41:00.030 INFO:teuthology.orchestra.run.trial165.stdout:=============================================================================== 2026-02-19T10:41:00.031 INFO:teuthology.orchestra.run.trial053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T10:41:00.032 INFO:teuthology.orchestra.run.trial053.stdout:=============================================================================== 2026-02-19T10:41:00.042 INFO:teuthology.orchestra.run.trial172.stderr:bash: line 1: ntpq: command not found 2026-02-19T10:41:00.043 INFO:teuthology.orchestra.run.trial172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T10:41:00.043 INFO:teuthology.orchestra.run.trial172.stdout:=============================================================================== 2026-02-19T10:41:00.044 INFO:teuthology.run_tasks:Running task pexec... 2026-02-19T10:41:00.062 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-19T10:41:00.063 DEBUG:teuthology.orchestra.run.trial053:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-19T10:41:00.063 DEBUG:teuthology.orchestra.run.trial165:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-19T10:41:00.064 DEBUG:teuthology.orchestra.run.trial172:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-19T10:41:00.074 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial165.front.sepia.ceph.com 2026-02-19T10:41:00.074 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-19T10:41:00.074 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-19T10:41:00.074 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-19T10:41:00.074 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-19T10:41:00.076 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial053.front.sepia.ceph.com 2026-02-19T10:41:00.076 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-19T10:41:00.076 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-19T10:41:00.076 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-19T10:41:00.076 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-19T10:41:00.088 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial172.front.sepia.ceph.com 2026-02-19T10:41:00.088 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-19T10:41:00.088 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-19T10:41:00.088 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-19T10:41:00.088 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-19T10:41:00.243 INFO:teuthology.orchestra.run.trial053.stdout:No match for argument: nvme-cli 2026-02-19T10:41:00.244 INFO:teuthology.orchestra.run.trial053.stderr:No packages marked for removal. 2026-02-19T10:41:00.244 INFO:teuthology.orchestra.run.trial165.stdout:No match for argument: nvme-cli 2026-02-19T10:41:00.244 INFO:teuthology.orchestra.run.trial165.stderr:No packages marked for removal. 2026-02-19T10:41:00.245 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:00.246 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:00.246 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:41:00.246 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:00.247 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:41:00.247 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:00.257 INFO:teuthology.orchestra.run.trial172.stdout:No match for argument: nvme-cli 2026-02-19T10:41:00.257 INFO:teuthology.orchestra.run.trial172.stderr:No packages marked for removal. 2026-02-19T10:41:00.259 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:41:00.260 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:41:00.260 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:41:00.545 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:30 ago on Thu 19 Feb 2026 10:40:30 AM UTC. 2026-02-19T10:41:00.549 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:30 ago on Thu 19 Feb 2026 10:40:30 AM UTC. 2026-02-19T10:41:00.563 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:30 ago on Thu 19 Feb 2026 10:40:30 AM UTC. 2026-02-19T10:41:00.628 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:00.628 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:00.629 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repository Size 2026-02-19T10:41:00.629 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:00.629 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-19T10:41:00.629 INFO:teuthology.orchestra.run.trial165.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-19T10:41:00.629 INFO:teuthology.orchestra.run.trial165.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-19T10:41:00.629 INFO:teuthology.orchestra.run.trial165.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-19T10:41:00.629 INFO:teuthology.orchestra.run.trial165.stdout:Installing dependencies: 2026-02-19T10:41:00.629 INFO:teuthology.orchestra.run.trial165.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-19T10:41:00.629 INFO:teuthology.orchestra.run.trial165.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-19T10:41:00.629 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-19T10:41:00.630 INFO:teuthology.orchestra.run.trial165.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-19T10:41:00.630 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:00.630 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:41:00.630 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:00.630 INFO:teuthology.orchestra.run.trial165.stdout:Install 7 Packages 2026-02-19T10:41:00.630 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:00.630 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 6.3 M 2026-02-19T10:41:00.630 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 24 M 2026-02-19T10:41:00.630 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:41:00.631 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:00.631 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:00.631 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:00.632 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:41:00.633 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:00.633 INFO:teuthology.orchestra.run.trial053.stdout:Install 7 Packages 2026-02-19T10:41:00.633 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:00.633 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 6.3 M 2026-02-19T10:41:00.633 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 24 M 2026-02-19T10:41:00.633 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:41:00.645 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:41:00.646 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:41:00.646 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repository Size 2026-02-19T10:41:00.647 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:41:00.647 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-19T10:41:00.647 INFO:teuthology.orchestra.run.trial172.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-19T10:41:00.647 INFO:teuthology.orchestra.run.trial172.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-19T10:41:00.647 INFO:teuthology.orchestra.run.trial172.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-19T10:41:00.647 INFO:teuthology.orchestra.run.trial172.stdout:Installing dependencies: 2026-02-19T10:41:00.647 INFO:teuthology.orchestra.run.trial172.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-19T10:41:00.647 INFO:teuthology.orchestra.run.trial172.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-19T10:41:00.647 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-19T10:41:00.647 INFO:teuthology.orchestra.run.trial172.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-19T10:41:00.647 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:00.648 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:41:00.648 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:41:00.648 INFO:teuthology.orchestra.run.trial172.stdout:Install 7 Packages 2026-02-19T10:41:00.648 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:00.648 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 6.3 M 2026-02-19T10:41:00.648 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 24 M 2026-02-19T10:41:00.648 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:41:00.785 INFO:teuthology.orchestra.run.trial172.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 2.3 MB/s | 44 kB 00:00 2026-02-19T10:41:00.786 INFO:teuthology.orchestra.run.trial172.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 3.6 MB/s | 72 kB 00:00 2026-02-19T10:41:00.794 INFO:teuthology.orchestra.run.trial172.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 9.2 MB/s | 84 kB 00:00 2026-02-19T10:41:00.796 INFO:teuthology.orchestra.run.trial172.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 15 MB/s | 150 kB 00:00 2026-02-19T10:41:00.803 INFO:teuthology.orchestra.run.trial172.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 32 MB/s | 1.2 MB 00:00 2026-02-19T10:41:00.809 INFO:teuthology.orchestra.run.trial172.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 55 MB/s | 837 kB 00:00 2026-02-19T10:41:00.869 INFO:teuthology.orchestra.run.trial053.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 600 kB/s | 44 kB 00:00 2026-02-19T10:41:00.869 INFO:teuthology.orchestra.run.trial053.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 969 kB/s | 72 kB 00:00 2026-02-19T10:41:00.912 INFO:teuthology.orchestra.run.trial053.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.9 MB/s | 84 kB 00:00 2026-02-19T10:41:00.914 INFO:teuthology.orchestra.run.trial053.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 3.3 MB/s | 150 kB 00:00 2026-02-19T10:41:00.955 INFO:teuthology.orchestra.run.trial053.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 7.2 MB/s | 1.2 MB 00:00 2026-02-19T10:41:00.977 INFO:teuthology.orchestra.run.trial172.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 22 MB/s | 4.0 MB 00:00 2026-02-19T10:41:00.977 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:00.977 INFO:teuthology.orchestra.run.trial172.stdout:Total 19 MB/s | 6.3 MB 00:00 2026-02-19T10:41:00.979 INFO:teuthology.orchestra.run.trial053.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 12 MB/s | 837 kB 00:00 2026-02-19T10:41:01.027 INFO:teuthology.orchestra.run.trial165.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 568 kB/s | 44 kB 00:00 2026-02-19T10:41:01.028 INFO:teuthology.orchestra.run.trial165.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 915 kB/s | 72 kB 00:00 2026-02-19T10:41:01.046 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:41:01.054 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:41:01.054 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:41:01.070 INFO:teuthology.orchestra.run.trial165.stdout:(3/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 3.5 MB/s | 150 kB 00:00 2026-02-19T10:41:01.098 INFO:teuthology.orchestra.run.trial165.stdout:(4/7): nvme-cli-2.16-1.el9.x86_64.rpm 7.8 MB/s | 1.2 MB 00:00 2026-02-19T10:41:01.099 INFO:teuthology.orchestra.run.trial165.stdout:(5/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-19T10:41:01.134 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:41:01.135 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:41:01.143 INFO:teuthology.orchestra.run.trial165.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 11 MB/s | 837 kB 00:00 2026-02-19T10:41:01.161 INFO:teuthology.orchestra.run.trial053.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 16 MB/s | 4.0 MB 00:00 2026-02-19T10:41:01.161 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:01.161 INFO:teuthology.orchestra.run.trial053.stdout:Total 12 MB/s | 6.3 MB 00:00 2026-02-19T10:41:01.164 INFO:teuthology.orchestra.run.trial165.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 60 MB/s | 4.0 MB 00:00 2026-02-19T10:41:01.164 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:01.164 INFO:teuthology.orchestra.run.trial165.stdout:Total 12 MB/s | 6.3 MB 00:00 2026-02-19T10:41:01.226 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:41:01.233 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:41:01.234 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:41:01.234 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:41:01.241 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:41:01.241 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:41:01.277 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:41:01.284 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-19T10:41:01.293 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-19T10:41:01.298 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T10:41:01.304 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T10:41:01.305 INFO:teuthology.orchestra.run.trial172.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T10:41:01.314 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:41:01.314 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:41:01.321 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:41:01.322 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:41:01.352 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T10:41:01.457 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:41:01.465 INFO:teuthology.orchestra.run.trial172.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-19T10:41:01.465 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-19T10:41:01.466 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:41:01.467 INFO:teuthology.orchestra.run.trial172.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T10:41:01.474 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-19T10:41:01.474 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-19T10:41:01.480 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T10:41:01.483 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-19T10:41:01.486 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T10:41:01.487 INFO:teuthology.orchestra.run.trial165.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T10:41:01.488 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T10:41:01.494 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T10:41:01.495 INFO:teuthology.orchestra.run.trial053.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T10:41:01.531 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T10:41:01.539 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T10:41:01.646 INFO:teuthology.orchestra.run.trial165.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-19T10:41:01.648 INFO:teuthology.orchestra.run.trial165.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T10:41:01.655 INFO:teuthology.orchestra.run.trial053.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-19T10:41:01.657 INFO:teuthology.orchestra.run.trial053.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T10:41:01.749 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T10:41:01.749 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-19T10:41:01.749 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:01.928 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T10:41:01.928 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-19T10:41:01.928 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:01.946 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T10:41:01.946 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-19T10:41:01.946 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:01.991 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-19T10:41:01.992 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-19T10:41:01.992 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T10:41:01.992 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T10:41:01.992 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-19T10:41:01.992 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-19T10:41:02.045 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-19T10:41:02.046 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:02.046 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-19T10:41:02.046 INFO:teuthology.orchestra.run.trial172.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-19T10:41:02.046 INFO:teuthology.orchestra.run.trial172.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-19T10:41:02.046 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-19T10:41:02.046 INFO:teuthology.orchestra.run.trial172.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-19T10:41:02.046 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:02.046 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:41:02.101 DEBUG:teuthology.parallel:result is None 2026-02-19T10:41:02.179 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-19T10:41:02.179 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-19T10:41:02.179 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T10:41:02.179 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T10:41:02.179 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-19T10:41:02.179 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-19T10:41:02.200 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-19T10:41:02.200 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-19T10:41:02.201 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T10:41:02.201 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T10:41:02.201 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-19T10:41:02.201 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-19T10:41:02.231 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-19T10:41:02.232 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:02.232 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-19T10:41:02.232 INFO:teuthology.orchestra.run.trial165.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-19T10:41:02.232 INFO:teuthology.orchestra.run.trial165.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-19T10:41:02.232 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-19T10:41:02.232 INFO:teuthology.orchestra.run.trial165.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-19T10:41:02.232 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:02.233 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:02.254 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-19T10:41:02.254 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:02.254 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-19T10:41:02.254 INFO:teuthology.orchestra.run.trial053.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-19T10:41:02.254 INFO:teuthology.orchestra.run.trial053.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-19T10:41:02.254 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-19T10:41:02.254 INFO:teuthology.orchestra.run.trial053.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-19T10:41:02.254 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:02.255 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:02.283 DEBUG:teuthology.parallel:result is None 2026-02-19T10:41:02.307 DEBUG:teuthology.parallel:result is None 2026-02-19T10:41:02.307 INFO:teuthology.run_tasks:Running task install... 2026-02-19T10:41:02.322 DEBUG:teuthology.task.install:project ceph 2026-02-19T10:41:02.322 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '8453267f069d71a0cfca69e4b0bff4958627275b'}} 2026-02-19T10:41:02.322 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '8453267f069d71a0cfca69e4b0bff4958627275b'} 2026-02-19T10:41:02.322 INFO:teuthology.task.install:Using flavor: default 2026-02-19T10:41:02.331 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-19T10:41:02.331 INFO:teuthology.task.install:extra packages: [] 2026-02-19T10:41:02.331 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': '8453267f069d71a0cfca69e4b0bff4958627275b', 'tag': None, 'wait_for_package': False} 2026-02-19T10:41:02.332 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8453267f069d71a0cfca69e4b0bff4958627275b 2026-02-19T10:41:02.334 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': '8453267f069d71a0cfca69e4b0bff4958627275b', 'tag': None, 'wait_for_package': False} 2026-02-19T10:41:02.335 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8453267f069d71a0cfca69e4b0bff4958627275b 2026-02-19T10:41:02.336 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': '8453267f069d71a0cfca69e4b0bff4958627275b', 'tag': None, 'wait_for_package': False} 2026-02-19T10:41:02.337 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8453267f069d71a0cfca69e4b0bff4958627275b 2026-02-19T10:41:02.575 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/flavors/default/ 2026-02-19T10:41:02.575 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5352.g8453267f 2026-02-19T10:41:02.584 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/flavors/default/ 2026-02-19T10:41:02.584 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5352.g8453267f 2026-02-19T10:41:02.585 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/flavors/default/ 2026-02-19T10:41:02.585 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5352.g8453267f 2026-02-19T10:41:02.771 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/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-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/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-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-19T10:41:02.771 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:41:02.771 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-19T10:41:02.776 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/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-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/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-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-19T10:41:02.776 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-19T10:41:02.776 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-19T10:41:02.780 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/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-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/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-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-19T10:41:02.780 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-19T10:41:02.780 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-19T10:41:02.797 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-19T10:41:02.797 DEBUG:teuthology.orchestra.run.trial053:> 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/8453267f069d71a0cfca69e4b0bff4958627275b/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-19T10:41:02.801 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-19T10:41:02.801 DEBUG:teuthology.orchestra.run.trial172:> 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/8453267f069d71a0cfca69e4b0bff4958627275b/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-19T10:41:02.806 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-19T10:41:02.807 DEBUG:teuthology.orchestra.run.trial165:> 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/8453267f069d71a0cfca69e4b0bff4958627275b/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-19T10:41:02.863 DEBUG:teuthology.orchestra.run.trial053:> 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-19T10:41:02.868 DEBUG:teuthology.orchestra.run.trial172:> 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-19T10:41:02.872 DEBUG:teuthology.orchestra.run.trial165:> 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-19T10:41:02.935 DEBUG:teuthology.orchestra.run.trial053:> 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-19T10:41:02.940 DEBUG:teuthology.orchestra.run.trial172:> 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-19T10:41:02.944 DEBUG:teuthology.orchestra.run.trial165:> 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-19T10:41:02.998 INFO:teuthology.orchestra.run.trial053.stdout:check_obsoletes = 1 2026-02-19T10:41:02.999 DEBUG:teuthology.orchestra.run.trial053:> sudo yum clean all 2026-02-19T10:41:03.004 INFO:teuthology.orchestra.run.trial172.stdout:check_obsoletes = 1 2026-02-19T10:41:03.005 DEBUG:teuthology.orchestra.run.trial172:> sudo yum clean all 2026-02-19T10:41:03.007 INFO:teuthology.orchestra.run.trial165.stdout:check_obsoletes = 1 2026-02-19T10:41:03.009 DEBUG:teuthology.orchestra.run.trial165:> sudo yum clean all 2026-02-19T10:41:03.158 INFO:teuthology.orchestra.run.trial053.stdout:41 files removed 2026-02-19T10:41:03.164 INFO:teuthology.orchestra.run.trial172.stdout:41 files removed 2026-02-19T10:41:03.167 INFO:teuthology.orchestra.run.trial165.stdout:41 files removed 2026-02-19T10:41:03.173 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-radosgw 2026-02-19T10:41:03.178 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-radosgw 2026-02-19T10:41:03.181 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-radosgw 2026-02-19T10:41:03.451 INFO:teuthology.orchestra.run.trial172.stdout:ceph packages for x86_64 732 kB/s | 93 kB 00:00 2026-02-19T10:41:03.452 INFO:teuthology.orchestra.run.trial165.stdout:ceph packages for x86_64 727 kB/s | 93 kB 00:00 2026-02-19T10:41:03.454 INFO:teuthology.orchestra.run.trial053.stdout:ceph packages for x86_64 686 kB/s | 93 kB 00:00 2026-02-19T10:41:03.599 INFO:teuthology.orchestra.run.trial053.stdout:ceph noarch packages 210 kB/s | 25 kB 00:00 2026-02-19T10:41:03.599 INFO:teuthology.orchestra.run.trial172.stdout:ceph noarch packages 203 kB/s | 25 kB 00:00 2026-02-19T10:41:03.600 INFO:teuthology.orchestra.run.trial165.stdout:ceph noarch packages 202 kB/s | 25 kB 00:00 2026-02-19T10:41:03.728 INFO:teuthology.orchestra.run.trial053.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-19T10:41:03.731 INFO:teuthology.orchestra.run.trial165.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-19T10:41:04.016 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - BaseOS 33 MB/s | 8.9 MB 00:00 2026-02-19T10:41:04.876 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - BaseOS 7.9 MB/s | 8.9 MB 00:01 2026-02-19T10:41:05.916 INFO:teuthology.orchestra.run.trial172.stdout:ceph source packages 924 B/s | 2.1 kB 00:02 2026-02-19T10:41:06.361 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - BaseOS 21 MB/s | 8.9 MB 00:00 2026-02-19T10:41:07.061 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-19T10:41:07.850 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-19T10:41:10.696 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - CRB 17 MB/s | 7.8 MB 00:00 2026-02-19T10:41:10.752 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - CRB 7.7 MB/s | 7.8 MB 00:01 2026-02-19T10:41:11.526 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - Extras packages 186 kB/s | 20 kB 00:00 2026-02-19T10:41:12.155 INFO:teuthology.orchestra.run.trial053.stdout:Extra Packages for Enterprise Linux 36 MB/s | 20 MB 00:00 2026-02-19T10:41:12.562 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - Extras packages 20 kB/s | 20 kB 00:01 2026-02-19T10:41:13.190 INFO:teuthology.orchestra.run.trial165.stdout:Extra Packages for Enterprise Linux 36 MB/s | 20 MB 00:00 2026-02-19T10:41:15.407 INFO:teuthology.orchestra.run.trial053.stdout:lab-extras 1.4 MB/s | 50 kB 00:00 2026-02-19T10:41:16.330 INFO:teuthology.orchestra.run.trial165.stdout:lab-extras 2.8 MB/s | 50 kB 00:00 2026-02-19T10:41:16.607 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: ceph-radosgw x86_64 2:20.3.0-5352.g8453267f.el9 ceph 13 M 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout:Upgrading: 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: librados2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 3.5 M 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: librbd1 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 2.8 M 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: ceph-base x86_64 2:20.3.0-5352.g8453267f.el9 ceph 5.2 M 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: ceph-common x86_64 2:20.3.0-5352.g8453267f.el9 ceph 24 M 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: ceph-selinux x86_64 2:20.3.0-5352.g8453267f.el9 ceph 25 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 908 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: libradosstriper1 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 247 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: librgw2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 6.5 M 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-argparse x86_64 2:20.3.0-5352.g8453267f.el9 ceph 45 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-common x86_64 2:20.3.0-5352.g8453267f.el9 ceph 185 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: python3-cephfs x86_64 2:20.3.0-5352.g8453267f.el9 ceph 204 k 2026-02-19T10:41:16.608 INFO:teuthology.orchestra.run.trial053.stdout: python3-rados x86_64 2:20.3.0-5352.g8453267f.el9 ceph 324 k 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout: python3-rbd x86_64 2:20.3.0-5352.g8453267f.el9 ceph 306 k 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout: python3-rgw x86_64 2:20.3.0-5352.g8453267f.el9 ceph 100 k 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout:Installing weak dependencies: 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-daemon x86_64 2:20.3.0-5352.g8453267f.el9 ceph 37 k 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 26 k 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout:Install 34 Packages 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout:Upgrade 2 Packages 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 67 M 2026-02-19T10:41:16.609 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:41:17.534 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:17.535 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:17.535 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repository Size 2026-02-19T10:41:17.535 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:17.535 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout: ceph-radosgw x86_64 2:20.3.0-5352.g8453267f.el9 ceph 13 M 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout:Upgrading: 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout: librados2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 3.5 M 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout: librbd1 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 2.8 M 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout:Installing dependencies: 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout: ceph-base x86_64 2:20.3.0-5352.g8453267f.el9 ceph 5.2 M 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout: ceph-common x86_64 2:20.3.0-5352.g8453267f.el9 ceph 24 M 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout: ceph-selinux x86_64 2:20.3.0-5352.g8453267f.el9 ceph 25 k 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-19T10:41:17.536 INFO:teuthology.orchestra.run.trial165.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 908 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: libradosstriper1 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 247 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: librgw2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 6.5 M 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-19T10:41:17.537 INFO:teuthology.orchestra.run.trial165.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout: python3-ceph-argparse x86_64 2:20.3.0-5352.g8453267f.el9 ceph 45 k 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout: python3-ceph-common x86_64 2:20.3.0-5352.g8453267f.el9 ceph 185 k 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout: python3-cephfs x86_64 2:20.3.0-5352.g8453267f.el9 ceph 204 k 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout: python3-rados x86_64 2:20.3.0-5352.g8453267f.el9 ceph 324 k 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout: python3-rbd x86_64 2:20.3.0-5352.g8453267f.el9 ceph 306 k 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout: python3-rgw x86_64 2:20.3.0-5352.g8453267f.el9 ceph 100 k 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout:Installing weak dependencies: 2026-02-19T10:41:17.538 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-daemon x86_64 2:20.3.0-5352.g8453267f.el9 ceph 37 k 2026-02-19T10:41:17.539 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 26 k 2026-02-19T10:41:17.539 INFO:teuthology.orchestra.run.trial165.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-19T10:41:17.539 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:17.539 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:41:17.539 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:17.539 INFO:teuthology.orchestra.run.trial165.stdout:Install 34 Packages 2026-02-19T10:41:17.539 INFO:teuthology.orchestra.run.trial165.stdout:Upgrade 2 Packages 2026-02-19T10:41:17.539 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:17.540 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 67 M 2026-02-19T10:41:17.540 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:41:17.551 INFO:teuthology.orchestra.run.trial053.stdout:(1/36): ceph-base-20.3.0-5352.g8453267f.el9.x86 12 MB/s | 5.2 MB 00:00 2026-02-19T10:41:17.587 INFO:teuthology.orchestra.run.trial053.stdout:(2/36): ceph-selinux-20.3.0-5352.g8453267f.el9. 697 kB/s | 25 kB 00:00 2026-02-19T10:41:17.623 INFO:teuthology.orchestra.run.trial053.stdout:(3/36): libcephfs-daemon-20.3.0-5352.g8453267f. 1.0 MB/s | 37 kB 00:00 2026-02-19T10:41:17.661 INFO:teuthology.orchestra.run.trial053.stdout:(4/36): libcephfs-proxy2-20.3.0-5352.g8453267f. 681 kB/s | 26 kB 00:00 2026-02-19T10:41:17.716 INFO:teuthology.orchestra.run.trial053.stdout:(5/36): libcephfs2-20.3.0-5352.g8453267f.el9.x8 16 MB/s | 908 kB 00:00 2026-02-19T10:41:17.763 INFO:teuthology.orchestra.run.trial053.stdout:(6/36): libradosstriper1-20.3.0-5352.g8453267f. 5.2 MB/s | 247 kB 00:00 2026-02-19T10:41:17.948 INFO:teuthology.orchestra.run.trial053.stdout:(7/36): ceph-radosgw-20.3.0-5352.g8453267f.el9. 16 MB/s | 13 MB 00:00 2026-02-19T10:41:17.980 INFO:teuthology.orchestra.run.trial053.stdout:(8/36): python3-ceph-argparse-20.3.0-5352.g8453 1.4 MB/s | 45 kB 00:00 2026-02-19T10:41:18.020 INFO:teuthology.orchestra.run.trial053.stdout:(9/36): librgw2-20.3.0-5352.g8453267f.el9.x86_6 25 MB/s | 6.5 MB 00:00 2026-02-19T10:41:18.021 INFO:teuthology.orchestra.run.trial053.stdout:(10/36): python3-ceph-common-20.3.0-5352.g84532 4.4 MB/s | 185 kB 00:00 2026-02-19T10:41:18.039 INFO:teuthology.orchestra.run.trial053.stdout:(11/36): python3-cephfs-20.3.0-5352.g8453267f.e 11 MB/s | 204 kB 00:00 2026-02-19T10:41:18.045 INFO:teuthology.orchestra.run.trial053.stdout:(12/36): python3-rados-20.3.0-5352.g8453267f.el 13 MB/s | 324 kB 00:00 2026-02-19T10:41:18.065 INFO:teuthology.orchestra.run.trial053.stdout:(13/36): python3-rbd-20.3.0-5352.g8453267f.el9. 11 MB/s | 306 kB 00:00 2026-02-19T10:41:18.067 INFO:teuthology.orchestra.run.trial053.stdout:(14/36): python3-rgw-20.3.0-5352.g8453267f.el9. 4.6 MB/s | 100 kB 00:00 2026-02-19T10:41:18.152 INFO:teuthology.orchestra.run.trial053.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 382 kB/s | 33 kB 00:00 2026-02-19T10:41:18.193 INFO:teuthology.orchestra.run.trial053.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 742 kB/s | 93 kB 00:00 2026-02-19T10:41:18.303 INFO:teuthology.orchestra.run.trial053.stdout:(17/36): ceph-common-20.3.0-5352.g8453267f.el9. 21 MB/s | 24 MB 00:01 2026-02-19T10:41:18.641 INFO:teuthology.orchestra.run.trial165.stdout:(1/36): ceph-base-20.3.0-5352.g8453267f.el9.x86 8.9 MB/s | 5.2 MB 00:00 2026-02-19T10:41:18.667 INFO:teuthology.orchestra.run.trial165.stdout:(2/36): ceph-selinux-20.3.0-5352.g8453267f.el9. 982 kB/s | 25 kB 00:00 2026-02-19T10:41:18.694 INFO:teuthology.orchestra.run.trial165.stdout:(3/36): libcephfs-daemon-20.3.0-5352.g8453267f. 1.4 MB/s | 37 kB 00:00 2026-02-19T10:41:18.722 INFO:teuthology.orchestra.run.trial165.stdout:(4/36): libcephfs-proxy2-20.3.0-5352.g8453267f. 906 kB/s | 26 kB 00:00 2026-02-19T10:41:18.784 INFO:teuthology.orchestra.run.trial165.stdout:(5/36): ceph-radosgw-20.3.0-5352.g8453267f.el9. 18 MB/s | 13 MB 00:00 2026-02-19T10:41:18.797 INFO:teuthology.orchestra.run.trial165.stdout:(6/36): libcephfs2-20.3.0-5352.g8453267f.el9.x8 12 MB/s | 908 kB 00:00 2026-02-19T10:41:18.802 INFO:teuthology.orchestra.run.trial165.stdout:(7/36): libradosstriper1-20.3.0-5352.g8453267f. 13 MB/s | 247 kB 00:00 2026-02-19T10:41:18.822 INFO:teuthology.orchestra.run.trial053.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 155 kB/s | 104 kB 00:00 2026-02-19T10:41:18.826 INFO:teuthology.orchestra.run.trial165.stdout:(8/36): python3-ceph-argparse-20.3.0-5352.g8453 1.8 MB/s | 45 kB 00:00 2026-02-19T10:41:18.854 INFO:teuthology.orchestra.run.trial165.stdout:(9/36): python3-ceph-common-20.3.0-5352.g845326 6.5 MB/s | 185 kB 00:00 2026-02-19T10:41:18.884 INFO:teuthology.orchestra.run.trial165.stdout:(10/36): python3-cephfs-20.3.0-5352.g8453267f.e 6.7 MB/s | 204 kB 00:00 2026-02-19T10:41:18.918 INFO:teuthology.orchestra.run.trial165.stdout:(11/36): python3-rados-20.3.0-5352.g8453267f.el 9.5 MB/s | 324 kB 00:00 2026-02-19T10:41:18.952 INFO:teuthology.orchestra.run.trial165.stdout:(12/36): python3-rbd-20.3.0-5352.g8453267f.el9. 8.7 MB/s | 306 kB 00:00 2026-02-19T10:41:18.955 INFO:teuthology.orchestra.run.trial053.stdout:(19/36): libnbd-1.20.3-4.el9.x86_64.rpm 215 kB/s | 164 kB 00:00 2026-02-19T10:41:18.984 INFO:teuthology.orchestra.run.trial165.stdout:(13/36): python3-rgw-20.3.0-5352.g8453267f.el9. 3.1 MB/s | 100 kB 00:00 2026-02-19T10:41:19.023 INFO:teuthology.orchestra.run.trial053.stdout:(20/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 223 kB/s | 160 kB 00:00 2026-02-19T10:41:19.109 INFO:teuthology.orchestra.run.trial165.stdout:(14/36): ceph-common-20.3.0-5352.g8453267f.el9. 23 MB/s | 24 MB 00:01 2026-02-19T10:41:19.140 INFO:teuthology.orchestra.run.trial165.stdout:(15/36): librgw2-20.3.0-5352.g8453267f.el9.x86_ 19 MB/s | 6.5 MB 00:00 2026-02-19T10:41:19.406 INFO:teuthology.orchestra.run.trial053.stdout:(21/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 78 kB/s | 45 kB 00:00 2026-02-19T10:41:19.551 INFO:teuthology.orchestra.run.trial165.stdout:(16/36): mailcap-2.1.49-5.el9.noarch.rpm 58 kB/s | 33 kB 00:00 2026-02-19T10:41:19.765 INFO:teuthology.orchestra.run.trial165.stdout:(17/36): pciutils-3.7.0-7.el9.x86_64.rpm 142 kB/s | 93 kB 00:00 2026-02-19T10:41:19.810 INFO:teuthology.orchestra.run.trial053.stdout:(22/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 372 kB/s | 292 kB 00:00 2026-02-19T10:41:19.816 INFO:teuthology.orchestra.run.trial165.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 154 kB/s | 104 kB 00:00 2026-02-19T10:41:19.839 INFO:teuthology.orchestra.run.trial053.stdout:(23/36): librdkafka-1.6.1-102.el9.x86_64.rpm 750 kB/s | 662 kB 00:00 2026-02-19T10:41:20.162 INFO:teuthology.orchestra.run.trial053.stdout:(24/36): qatlib-25.08.0-2.el9.x86_64.rpm 317 kB/s | 240 kB 00:00 2026-02-19T10:41:20.277 INFO:teuthology.orchestra.run.trial165.stdout:(19/36): libnbd-1.20.3-4.el9.x86_64.rpm 226 kB/s | 164 kB 00:00 2026-02-19T10:41:20.376 INFO:teuthology.orchestra.run.trial053.stdout:(25/36): qatlib-service-25.08.0-2.el9.x86_64.rp 65 kB/s | 37 kB 00:00 2026-02-19T10:41:20.404 INFO:teuthology.orchestra.run.trial165.stdout:(20/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 77 kB/s | 45 kB 00:00 2026-02-19T10:41:20.464 INFO:teuthology.orchestra.run.trial053.stdout:(26/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 106 kB/s | 66 kB 00:00 2026-02-19T10:41:20.486 INFO:teuthology.orchestra.run.trial165.stdout:(21/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 222 kB/s | 160 kB 00:00 2026-02-19T10:41:20.656 INFO:teuthology.orchestra.run.trial053.stdout:(27/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 624 kB/s | 308 kB 00:00 2026-02-19T10:41:20.727 INFO:teuthology.orchestra.run.trial053.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 685 kB/s | 49 kB 00:00 2026-02-19T10:41:20.741 INFO:teuthology.orchestra.run.trial053.stdout:(29/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 90 kB/s | 25 kB 00:00 2026-02-19T10:41:20.802 INFO:teuthology.orchestra.run.trial053.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 900 kB/s | 67 kB 00:00 2026-02-19T10:41:20.896 INFO:teuthology.orchestra.run.trial053.stdout:(31/36): re2-20211101-20.el9.x86_64.rpm 2.0 MB/s | 191 kB 00:00 2026-02-19T10:41:21.115 INFO:teuthology.orchestra.run.trial053.stdout:(32/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 2.2 MB/s | 838 kB 00:00 2026-02-19T10:41:21.134 INFO:teuthology.orchestra.run.trial053.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 6.7 MB/s | 1.6 MB 00:00 2026-02-19T10:41:21.142 INFO:teuthology.orchestra.run.trial053.stdout:(34/36): libarrow-9.0.0-15.el9.x86_64.rpm 5.8 MB/s | 4.4 MB 00:00 2026-02-19T10:41:21.153 INFO:teuthology.orchestra.run.trial165.stdout:(22/36): librdkafka-1.6.1-102.el9.x86_64.rpm 756 kB/s | 662 kB 00:00 2026-02-19T10:41:21.189 INFO:teuthology.orchestra.run.trial165.stdout:(23/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 372 kB/s | 292 kB 00:00 2026-02-19T10:41:21.246 INFO:teuthology.orchestra.run.trial165.stdout:(24/36): qatlib-25.08.0-2.el9.x86_64.rpm 316 kB/s | 240 kB 00:00 2026-02-19T10:41:21.258 INFO:teuthology.orchestra.run.trial053.stdout:(35/36): librados2-20.3.0-5352.g8453267f.el9.x8 24 MB/s | 3.5 MB 00:00 2026-02-19T10:41:21.277 INFO:teuthology.orchestra.run.trial053.stdout:(36/36): librbd1-20.3.0-5352.g8453267f.el9.x86_ 20 MB/s | 2.8 MB 00:00 2026-02-19T10:41:21.280 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:21.280 INFO:teuthology.orchestra.run.trial053.stdout:Total 14 MB/s | 67 MB 00:04 2026-02-19T10:41:21.371 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:41:21.388 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:41:21.389 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:41:21.634 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:41:21.634 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:41:21.722 INFO:teuthology.orchestra.run.trial165.stdout:(25/36): qatlib-service-25.08.0-2.el9.x86_64.rp 65 kB/s | 37 kB 00:00 2026-02-19T10:41:21.768 INFO:teuthology.orchestra.run.trial165.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 589 kB/s | 308 kB 00:00 2026-02-19T10:41:21.812 INFO:teuthology.orchestra.run.trial165.stdout:(27/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 106 kB/s | 66 kB 00:00 2026-02-19T10:41:21.840 INFO:teuthology.orchestra.run.trial165.stdout:(28/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 346 kB/s | 25 kB 00:00 2026-02-19T10:41:21.918 INFO:teuthology.orchestra.run.trial165.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 865 kB/s | 67 kB 00:00 2026-02-19T10:41:21.937 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:41:22.088 INFO:teuthology.orchestra.run.trial053.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-19T10:41:22.092 INFO:teuthology.orchestra.run.trial053.stdout: Upgrading : librados2-2:20.3.0-5352.g8453267f.el9.x86_64 2/38 2026-02-19T10:41:22.116 INFO:teuthology.orchestra.run.trial165.stdout:(30/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 4.1 MB/s | 838 kB 00:00 2026-02-19T10:41:22.127 INFO:teuthology.orchestra.run.trial165.stdout:(31/36): liboath-2.6.12-1.el9.x86_64.rpm 155 kB/s | 49 kB 00:00 2026-02-19T10:41:22.144 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librados2-2:20.3.0-5352.g8453267f.el9.x86_64 2/38 2026-02-19T10:41:22.145 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 3/38 2026-02-19T10:41:22.158 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 3/38 2026-02-19T10:41:22.160 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs-daemon-2:20.3.0-5352.g8453267f.el9.x86_6 4/38 2026-02-19T10:41:22.161 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_6 5/38 2026-02-19T10:41:22.189 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_6 5/38 2026-02-19T10:41:22.191 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 6/38 2026-02-19T10:41:22.195 INFO:teuthology.orchestra.run.trial165.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 2.4 MB/s | 191 kB 00:00 2026-02-19T10:41:22.199 INFO:teuthology.orchestra.run.trial053.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-19T10:41:22.202 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-19T10:41:22.205 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-19T10:41:22.209 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-19T10:41:22.220 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-ceph-argparse-2:20.3.0-5352.g8453267f.el9. 11/38 2026-02-19T10:41:22.231 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 12/38 2026-02-19T10:41:22.232 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_6 13/38 2026-02-19T10:41:22.256 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_6 13/38 2026-02-19T10:41:22.260 INFO:teuthology.orchestra.run.trial053.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-19T10:41:22.291 INFO:teuthology.orchestra.run.trial053.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-19T10:41:22.294 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-19T10:41:22.301 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-19T10:41:22.303 INFO:teuthology.orchestra.run.trial053.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-19T10:41:22.307 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-19T10:41:22.323 INFO:teuthology.orchestra.run.trial165.stdout:(33/36): librados2-20.3.0-5352.g8453267f.el9.x8 27 MB/s | 3.5 MB 00:00 2026-02-19T10:41:22.376 INFO:teuthology.orchestra.run.trial165.stdout:(34/36): librbd1-20.3.0-5352.g8453267f.el9.x86_ 53 MB/s | 2.8 MB 00:00 2026-02-19T10:41:22.428 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-19T10:41:22.429 INFO:teuthology.orchestra.run.trial053.stdout: Upgrading : librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 21/38 2026-02-19T10:41:22.456 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 21/38 2026-02-19T10:41:22.458 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 22/38 2026-02-19T10:41:22.464 INFO:teuthology.orchestra.run.trial053.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-19T10:41:22.496 INFO:teuthology.orchestra.run.trial165.stdout:(35/36): libarrow-9.0.0-15.el9.x86_64.rpm 5.7 MB/s | 4.4 MB 00:00 2026-02-19T10:41:22.602 INFO:teuthology.orchestra.run.trial165.stdout:(36/36): thrift-0.15.0-4.el9.x86_64.rpm 3.3 MB/s | 1.6 MB 00:00 2026-02-19T10:41:22.604 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:22.604 INFO:teuthology.orchestra.run.trial165.stdout:Total 13 MB/s | 67 MB 00:05 2026-02-19T10:41:22.696 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:41:22.715 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:41:22.715 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:41:22.744 INFO:teuthology.orchestra.run.trial053.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-19T10:41:22.746 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 25/38 2026-02-19T10:41:22.762 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 25/38 2026-02-19T10:41:22.766 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 26/38 2026-02-19T10:41:22.770 INFO:teuthology.orchestra.run.trial053.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-19T10:41:22.772 INFO:teuthology.orchestra.run.trial053.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-19T10:41:22.773 INFO:teuthology.orchestra.run.trial053.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T10:41:22.791 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T10:41:22.794 INFO:teuthology.orchestra.run.trial053.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-19T10:41:22.828 INFO:teuthology.orchestra.run.trial053.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-19T10:41:22.830 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-ceph-common-2:20.3.0-5352.g8453267f.el9.x8 32/38 2026-02-19T10:41:22.959 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:41:22.960 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:41:23.273 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:41:23.424 INFO:teuthology.orchestra.run.trial165.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-19T10:41:23.428 INFO:teuthology.orchestra.run.trial165.stdout: Upgrading : librados2-2:20.3.0-5352.g8453267f.el9.x86_64 2/38 2026-02-19T10:41:23.480 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librados2-2:20.3.0-5352.g8453267f.el9.x86_64 2/38 2026-02-19T10:41:23.481 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 3/38 2026-02-19T10:41:23.494 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 3/38 2026-02-19T10:41:23.496 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libcephfs-daemon-2:20.3.0-5352.g8453267f.el9.x86_6 4/38 2026-02-19T10:41:23.497 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_6 5/38 2026-02-19T10:41:23.524 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_6 5/38 2026-02-19T10:41:23.527 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 6/38 2026-02-19T10:41:23.534 INFO:teuthology.orchestra.run.trial165.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-19T10:41:23.538 INFO:teuthology.orchestra.run.trial165.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-19T10:41:23.541 INFO:teuthology.orchestra.run.trial165.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-19T10:41:23.545 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-19T10:41:23.556 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-ceph-argparse-2:20.3.0-5352.g8453267f.el9. 11/38 2026-02-19T10:41:23.567 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 12/38 2026-02-19T10:41:23.568 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_6 13/38 2026-02-19T10:41:23.593 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_6 13/38 2026-02-19T10:41:23.597 INFO:teuthology.orchestra.run.trial165.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-19T10:41:23.631 INFO:teuthology.orchestra.run.trial165.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-19T10:41:23.636 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-19T10:41:23.642 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-19T10:41:23.644 INFO:teuthology.orchestra.run.trial165.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-19T10:41:23.648 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-19T10:41:23.770 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-19T10:41:23.772 INFO:teuthology.orchestra.run.trial165.stdout: Upgrading : librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 21/38 2026-02-19T10:41:23.800 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 21/38 2026-02-19T10:41:23.802 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 22/38 2026-02-19T10:41:23.810 INFO:teuthology.orchestra.run.trial165.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-19T10:41:23.922 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 33/38 2026-02-19T10:41:23.925 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 33/38 2026-02-19T10:41:24.093 INFO:teuthology.orchestra.run.trial165.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-19T10:41:24.094 INFO:teuthology.orchestra.run.trial165.stdout: Installing : librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 25/38 2026-02-19T10:41:24.110 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 25/38 2026-02-19T10:41:24.114 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 26/38 2026-02-19T10:41:24.119 INFO:teuthology.orchestra.run.trial165.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-19T10:41:24.121 INFO:teuthology.orchestra.run.trial165.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-19T10:41:24.122 INFO:teuthology.orchestra.run.trial165.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T10:41:24.139 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T10:41:24.142 INFO:teuthology.orchestra.run.trial165.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-19T10:41:24.176 INFO:teuthology.orchestra.run.trial165.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-19T10:41:24.177 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-ceph-common-2:20.3.0-5352.g8453267f.el9.x8 32/38 2026-02-19T10:41:24.189 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 33/38 2026-02-19T10:41:24.192 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 34/38 2026-02-19T10:41:24.235 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 34/38 2026-02-19T10:41:24.235 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-19T10:41:24.235 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-19T10:41:24.235 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:24.238 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 35/38 2026-02-19T10:41:25.267 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 33/38 2026-02-19T10:41:25.269 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 33/38 2026-02-19T10:41:25.290 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - AppStream 1.5 MB/s | 27 MB 00:18 2026-02-19T10:41:25.531 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 33/38 2026-02-19T10:41:25.534 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 34/38 2026-02-19T10:41:25.572 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 34/38 2026-02-19T10:41:25.572 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-19T10:41:25.572 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-19T10:41:25.572 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:25.575 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 35/38 2026-02-19T10:41:28.607 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 7.8 MB 00:00 2026-02-19T10:41:28.764 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 35/38 2026-02-19T10:41:28.764 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /sys 2026-02-19T10:41:28.765 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /proc 2026-02-19T10:41:28.765 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /mnt 2026-02-19T10:41:28.765 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /var/tmp 2026-02-19T10:41:28.765 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /home 2026-02-19T10:41:28.765 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /root 2026-02-19T10:41:28.765 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /tmp 2026-02-19T10:41:28.765 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:29.345 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 36/38 2026-02-19T10:41:29.369 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 36/38 2026-02-19T10:41:29.370 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:29.370 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-19T10:41:29.370 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T10:41:29.370 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T10:41:29.370 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:29.371 INFO:teuthology.orchestra.run.trial053.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T10:41:29.383 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T10:41:29.383 INFO:teuthology.orchestra.run.trial053.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T10:41:29.439 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T10:41:29.439 INFO:teuthology.orchestra.run.trial053.stdout:Creating group 'qat' with GID 992. 2026-02-19T10:41:29.439 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:29.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 1/38 2026-02-19T10:41:29.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 2/38 2026-02-19T10:41:29.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 3/38 2026-02-19T10:41:29.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 4/38 2026-02-19T10:41:29.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs-daemon-2:20.3.0-5352.g8453267f.el9.x86_6 5/38 2026-02-19T10:41:29.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_6 6/38 2026-02-19T10:41:29.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 7/38 2026-02-19T10:41:29.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_6 8/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 9/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5352.g8453267f.el9. 10/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-ceph-common-2:20.3.0-5352.g8453267f.el9.x8 11/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 12/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 13/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 14/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 15/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-19T10:41:29.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-19T10:41:29.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-19T10:41:29.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librados2-2:20.3.0-5352.g8453267f.el9.x86_64 35/38 2026-02-19T10:41:29.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-19T10:41:29.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 37/38 2026-02-19T10:41:29.800 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T10:41:29.800 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:29.800 INFO:teuthology.orchestra.run.trial053.stdout:Upgraded: 2026-02-19T10:41:29.800 INFO:teuthology.orchestra.run.trial053.stdout: librados2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.800 INFO:teuthology.orchestra.run.trial053.stdout: librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.800 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-19T10:41:29.800 INFO:teuthology.orchestra.run.trial053.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-19T10:41:29.800 INFO:teuthology.orchestra.run.trial053.stdout: ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-daemon-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-19T10:41:29.801 INFO:teuthology.orchestra.run.trial053.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-argparse-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:29.803 INFO:teuthology.orchestra.run.trial053.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-19T10:41:29.803 INFO:teuthology.orchestra.run.trial053.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-19T10:41:29.803 INFO:teuthology.orchestra.run.trial053.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-19T10:41:29.803 INFO:teuthology.orchestra.run.trial053.stdout: re2-1:20211101-20.el9.x86_64 2026-02-19T10:41:29.803 INFO:teuthology.orchestra.run.trial053.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-19T10:41:29.803 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:29.803 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:29.842 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-test 2026-02-19T10:41:30.068 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 35/38 2026-02-19T10:41:30.069 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /sys 2026-02-19T10:41:30.069 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /proc 2026-02-19T10:41:30.069 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /mnt 2026-02-19T10:41:30.069 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /var/tmp 2026-02-19T10:41:30.069 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /home 2026-02-19T10:41:30.069 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /root 2026-02-19T10:41:30.069 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /tmp 2026-02-19T10:41:30.069 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:30.152 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:15 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:30.234 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:30.234 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:30.234 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-19T10:41:30.235 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:30.235 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-19T10:41:30.235 INFO:teuthology.orchestra.run.trial053.stdout: ceph-test x86_64 2:20.3.0-5352.g8453267f.el9 ceph 78 M 2026-02-19T10:41:30.235 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-19T10:41:30.235 INFO:teuthology.orchestra.run.trial053.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-19T10:41:30.235 INFO:teuthology.orchestra.run.trial053.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-19T10:41:30.235 INFO:teuthology.orchestra.run.trial053.stdout: libcephsqlite x86_64 2:20.3.0-5352.g8453267f.el9 ceph 159 k 2026-02-19T10:41:30.235 INFO:teuthology.orchestra.run.trial053.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-19T10:41:30.235 INFO:teuthology.orchestra.run.trial053.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-19T10:41:30.235 INFO:teuthology.orchestra.run.trial053.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-19T10:41:30.236 INFO:teuthology.orchestra.run.trial053.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-19T10:41:30.236 INFO:teuthology.orchestra.run.trial053.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-19T10:41:30.236 INFO:teuthology.orchestra.run.trial053.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-19T10:41:30.236 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:30.236 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:41:30.236 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:30.236 INFO:teuthology.orchestra.run.trial053.stdout:Install 10 Packages 2026-02-19T10:41:30.236 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:30.237 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 82 M 2026-02-19T10:41:30.237 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 339 M 2026-02-19T10:41:30.237 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:41:30.363 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - Extras packages 20 kB/s | 20 kB 00:01 2026-02-19T10:41:30.644 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 36/38 2026-02-19T10:41:30.668 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 36/38 2026-02-19T10:41:30.668 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:30.668 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-19T10:41:30.668 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T10:41:30.668 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T10:41:30.669 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:30.670 INFO:teuthology.orchestra.run.trial165.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T10:41:30.682 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T10:41:30.682 INFO:teuthology.orchestra.run.trial165.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T10:41:30.710 INFO:teuthology.orchestra.run.trial172.stdout:Extra Packages for Enterprise Linux 71 MB/s | 20 MB 00:00 2026-02-19T10:41:30.737 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T10:41:30.737 INFO:teuthology.orchestra.run.trial165.stdout:Creating group 'qat' with GID 992. 2026-02-19T10:41:30.737 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:31.036 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 1/38 2026-02-19T10:41:31.036 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 2/38 2026-02-19T10:41:31.036 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 3/38 2026-02-19T10:41:31.036 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 4/38 2026-02-19T10:41:31.036 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libcephfs-daemon-2:20.3.0-5352.g8453267f.el9.x86_6 5/38 2026-02-19T10:41:31.036 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_6 6/38 2026-02-19T10:41:31.036 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 7/38 2026-02-19T10:41:31.036 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_6 8/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 9/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5352.g8453267f.el9. 10/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-ceph-common-2:20.3.0-5352.g8453267f.el9.x8 11/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 12/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 13/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 14/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 15/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-19T10:41:31.037 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-19T10:41:31.038 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-19T10:41:31.039 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-19T10:41:31.039 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librados2-2:20.3.0-5352.g8453267f.el9.x86_64 35/38 2026-02-19T10:41:31.039 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-19T10:41:31.039 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 37/38 2026-02-19T10:41:31.042 INFO:teuthology.orchestra.run.trial053.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 30 MB/s | 2.1 MB 00:00 2026-02-19T10:41:31.050 INFO:teuthology.orchestra.run.trial053.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 2.7 MB/s | 23 kB 00:00 2026-02-19T10:41:31.059 INFO:teuthology.orchestra.run.trial053.stdout:(3/10): libcephsqlite-20.3.0-5352.g8453267f.el9 1.8 MB/s | 159 kB 00:00 2026-02-19T10:41:31.060 INFO:teuthology.orchestra.run.trial053.stdout:(4/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 10 MB/s | 94 kB 00:00 2026-02-19T10:41:31.089 INFO:teuthology.orchestra.run.trial053.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 7.6 MB/s | 233 kB 00:00 2026-02-19T10:41:31.098 INFO:teuthology.orchestra.run.trial053.stdout:(6/10): protobuf-3.14.0-17.el9.x86_64.rpm 27 MB/s | 1.0 MB 00:00 2026-02-19T10:41:31.098 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T10:41:31.098 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:31.098 INFO:teuthology.orchestra.run.trial165.stdout:Upgraded: 2026-02-19T10:41:31.099 INFO:teuthology.orchestra.run.trial165.stdout: librados2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.099 INFO:teuthology.orchestra.run.trial165.stdout: librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.099 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-19T10:41:31.099 INFO:teuthology.orchestra.run.trial165.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-19T10:41:31.099 INFO:teuthology.orchestra.run.trial165.stdout: ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.099 INFO:teuthology.orchestra.run.trial165.stdout: ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.099 INFO:teuthology.orchestra.run.trial165.stdout: ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.099 INFO:teuthology.orchestra.run.trial165.stdout: ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.099 INFO:teuthology.orchestra.run.trial165.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-19T10:41:31.099 INFO:teuthology.orchestra.run.trial165.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-19T10:41:31.099 INFO:teuthology.orchestra.run.trial165.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-19T10:41:31.100 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-daemon-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.100 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.100 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.100 INFO:teuthology.orchestra.run.trial165.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-19T10:41:31.100 INFO:teuthology.orchestra.run.trial165.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-19T10:41:31.100 INFO:teuthology.orchestra.run.trial165.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-19T10:41:31.100 INFO:teuthology.orchestra.run.trial165.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-19T10:41:31.100 INFO:teuthology.orchestra.run.trial165.stdout: libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.100 INFO:teuthology.orchestra.run.trial165.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-19T10:41:31.100 INFO:teuthology.orchestra.run.trial165.stdout: librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.100 INFO:teuthology.orchestra.run.trial165.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: python3-ceph-argparse-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: python3-ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-19T10:41:31.101 INFO:teuthology.orchestra.run.trial165.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-19T10:41:31.102 INFO:teuthology.orchestra.run.trial165.stdout: re2-1:20211101-20.el9.x86_64 2026-02-19T10:41:31.102 INFO:teuthology.orchestra.run.trial165.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-19T10:41:31.102 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:31.102 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:31.102 INFO:teuthology.orchestra.run.trial053.stdout:(7/10): socat-1.7.4.1-8.el9.x86_64.rpm 24 MB/s | 303 kB 00:00 2026-02-19T10:41:31.103 INFO:teuthology.orchestra.run.trial053.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 13 MB/s | 64 kB 00:00 2026-02-19T10:41:31.139 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-test 2026-02-19T10:41:31.234 INFO:teuthology.orchestra.run.trial053.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 918 kB/s | 122 kB 00:00 2026-02-19T10:41:31.441 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:15 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:41:31.523 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:31.524 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:31.524 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repository Size 2026-02-19T10:41:31.524 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:31.524 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-19T10:41:31.524 INFO:teuthology.orchestra.run.trial165.stdout: ceph-test x86_64 2:20.3.0-5352.g8453267f.el9 ceph 78 M 2026-02-19T10:41:31.524 INFO:teuthology.orchestra.run.trial165.stdout:Installing dependencies: 2026-02-19T10:41:31.524 INFO:teuthology.orchestra.run.trial165.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-19T10:41:31.524 INFO:teuthology.orchestra.run.trial165.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-19T10:41:31.525 INFO:teuthology.orchestra.run.trial165.stdout: libcephsqlite x86_64 2:20.3.0-5352.g8453267f.el9 ceph 159 k 2026-02-19T10:41:31.525 INFO:teuthology.orchestra.run.trial165.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-19T10:41:31.525 INFO:teuthology.orchestra.run.trial165.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-19T10:41:31.525 INFO:teuthology.orchestra.run.trial165.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-19T10:41:31.525 INFO:teuthology.orchestra.run.trial165.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-19T10:41:31.525 INFO:teuthology.orchestra.run.trial165.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-19T10:41:31.525 INFO:teuthology.orchestra.run.trial165.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-19T10:41:31.525 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:31.525 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:41:31.525 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:31.525 INFO:teuthology.orchestra.run.trial165.stdout:Install 10 Packages 2026-02-19T10:41:31.526 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:31.526 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 82 M 2026-02-19T10:41:31.526 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 339 M 2026-02-19T10:41:31.526 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:41:31.838 INFO:teuthology.orchestra.run.trial165.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 23 MB/s | 2.1 MB 00:00 2026-02-19T10:41:31.861 INFO:teuthology.orchestra.run.trial165.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 1.0 MB/s | 23 kB 00:00 2026-02-19T10:41:31.884 INFO:teuthology.orchestra.run.trial165.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 3.9 MB/s | 94 kB 00:00 2026-02-19T10:41:32.130 INFO:teuthology.orchestra.run.trial165.stdout:(4/10): libcephsqlite-20.3.0-5352.g8453267f.el9 416 kB/s | 159 kB 00:00 2026-02-19T10:41:32.384 INFO:teuthology.orchestra.run.trial165.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 466 kB/s | 233 kB 00:00 2026-02-19T10:41:32.538 INFO:teuthology.orchestra.run.trial053.stdout:(10/10): ceph-test-20.3.0-5352.g8453267f.el9.x8 50 MB/s | 78 MB 00:01 2026-02-19T10:41:32.539 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:32.540 INFO:teuthology.orchestra.run.trial053.stdout:Total 36 MB/s | 82 MB 00:02 2026-02-19T10:41:32.552 INFO:teuthology.orchestra.run.trial165.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 1.8 MB/s | 303 kB 00:00 2026-02-19T10:41:32.608 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:41:32.618 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:41:32.619 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:41:32.636 INFO:teuthology.orchestra.run.trial165.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 761 kB/s | 64 kB 00:00 2026-02-19T10:41:32.676 INFO:teuthology.orchestra.run.trial165.stdout:(8/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 3.0 MB/s | 122 kB 00:00 2026-02-19T10:41:32.785 INFO:teuthology.orchestra.run.trial165.stdout:(9/10): protobuf-3.14.0-17.el9.x86_64.rpm 1.5 MB/s | 1.0 MB 00:00 2026-02-19T10:41:32.902 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:41:32.903 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:41:33.211 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:41:33.220 INFO:teuthology.orchestra.run.trial053.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-19T10:41:33.228 INFO:teuthology.orchestra.run.trial053.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-19T10:41:33.233 INFO:teuthology.orchestra.run.trial053.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-19T10:41:33.237 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-19T10:41:33.243 INFO:teuthology.orchestra.run.trial053.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-19T10:41:33.245 INFO:teuthology.orchestra.run.trial053.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-19T10:41:33.254 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-19T10:41:33.262 INFO:teuthology.orchestra.run.trial053.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-19T10:41:33.263 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 9/10 2026-02-19T10:41:33.950 INFO:teuthology.orchestra.run.trial172.stdout:lab-extras 944 kB/s | 50 kB 00:00 2026-02-19T10:41:33.969 INFO:teuthology.orchestra.run.trial165.stdout:(10/10): ceph-test-20.3.0-5352.g8453267f.el9.x8 35 MB/s | 78 MB 00:02 2026-02-19T10:41:33.972 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:33.972 INFO:teuthology.orchestra.run.trial165.stdout:Total 34 MB/s | 82 MB 00:02 2026-02-19T10:41:34.035 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:41:34.045 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:41:34.046 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:41:34.332 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:41:34.332 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:41:34.641 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:41:34.650 INFO:teuthology.orchestra.run.trial165.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-19T10:41:34.658 INFO:teuthology.orchestra.run.trial165.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-19T10:41:34.663 INFO:teuthology.orchestra.run.trial165.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-19T10:41:34.667 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-19T10:41:34.673 INFO:teuthology.orchestra.run.trial165.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-19T10:41:34.675 INFO:teuthology.orchestra.run.trial165.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-19T10:41:34.684 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-19T10:41:34.692 INFO:teuthology.orchestra.run.trial165.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-19T10:41:34.693 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 9/10 2026-02-19T10:41:35.160 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:41:35.161 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:41:35.161 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repository Size 2026-02-19T10:41:35.161 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:41:35.161 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-19T10:41:35.162 INFO:teuthology.orchestra.run.trial172.stdout: ceph-radosgw x86_64 2:20.3.0-5352.g8453267f.el9 ceph 13 M 2026-02-19T10:41:35.162 INFO:teuthology.orchestra.run.trial172.stdout:Upgrading: 2026-02-19T10:41:35.162 INFO:teuthology.orchestra.run.trial172.stdout: librados2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 3.5 M 2026-02-19T10:41:35.162 INFO:teuthology.orchestra.run.trial172.stdout: librbd1 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 2.8 M 2026-02-19T10:41:35.162 INFO:teuthology.orchestra.run.trial172.stdout:Installing dependencies: 2026-02-19T10:41:35.162 INFO:teuthology.orchestra.run.trial172.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-19T10:41:35.162 INFO:teuthology.orchestra.run.trial172.stdout: ceph-base x86_64 2:20.3.0-5352.g8453267f.el9 ceph 5.2 M 2026-02-19T10:41:35.162 INFO:teuthology.orchestra.run.trial172.stdout: ceph-common x86_64 2:20.3.0-5352.g8453267f.el9 ceph 24 M 2026-02-19T10:41:35.162 INFO:teuthology.orchestra.run.trial172.stdout: ceph-selinux x86_64 2:20.3.0-5352.g8453267f.el9 ceph 25 k 2026-02-19T10:41:35.162 INFO:teuthology.orchestra.run.trial172.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-19T10:41:35.162 INFO:teuthology.orchestra.run.trial172.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 908 k 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: libradosstriper1 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 247 k 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: librgw2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 6.5 M 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-19T10:41:35.163 INFO:teuthology.orchestra.run.trial172.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout: python3-ceph-argparse x86_64 2:20.3.0-5352.g8453267f.el9 ceph 45 k 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout: python3-ceph-common x86_64 2:20.3.0-5352.g8453267f.el9 ceph 185 k 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout: python3-cephfs x86_64 2:20.3.0-5352.g8453267f.el9 ceph 204 k 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout: python3-rados x86_64 2:20.3.0-5352.g8453267f.el9 ceph 324 k 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout: python3-rbd x86_64 2:20.3.0-5352.g8453267f.el9 ceph 306 k 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout: python3-rgw x86_64 2:20.3.0-5352.g8453267f.el9 ceph 100 k 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-19T10:41:35.164 INFO:teuthology.orchestra.run.trial172.stdout:Installing weak dependencies: 2026-02-19T10:41:35.165 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs-daemon x86_64 2:20.3.0-5352.g8453267f.el9 ceph 37 k 2026-02-19T10:41:35.165 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5352.g8453267f.el9 ceph 26 k 2026-02-19T10:41:35.165 INFO:teuthology.orchestra.run.trial172.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-19T10:41:35.165 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:35.165 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:41:35.165 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:41:35.165 INFO:teuthology.orchestra.run.trial172.stdout:Install 34 Packages 2026-02-19T10:41:35.165 INFO:teuthology.orchestra.run.trial172.stdout:Upgrade 2 Packages 2026-02-19T10:41:35.165 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:35.166 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 67 M 2026-02-19T10:41:35.166 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:41:35.729 INFO:teuthology.orchestra.run.trial172.stdout:(1/36): ceph-base-20.3.0-5352.g8453267f.el9.x86 17 MB/s | 5.2 MB 00:00 2026-02-19T10:41:35.763 INFO:teuthology.orchestra.run.trial172.stdout:(2/36): ceph-selinux-20.3.0-5352.g8453267f.el9. 723 kB/s | 25 kB 00:00 2026-02-19T10:41:35.801 INFO:teuthology.orchestra.run.trial172.stdout:(3/36): libcephfs-daemon-20.3.0-5352.g8453267f. 989 kB/s | 37 kB 00:00 2026-02-19T10:41:35.840 INFO:teuthology.orchestra.run.trial172.stdout:(4/36): libcephfs-proxy2-20.3.0-5352.g8453267f. 646 kB/s | 26 kB 00:00 2026-02-19T10:41:35.898 INFO:teuthology.orchestra.run.trial172.stdout:(5/36): libcephfs2-20.3.0-5352.g8453267f.el9.x8 15 MB/s | 908 kB 00:00 2026-02-19T10:41:35.945 INFO:teuthology.orchestra.run.trial172.stdout:(6/36): libradosstriper1-20.3.0-5352.g8453267f. 5.1 MB/s | 247 kB 00:00 2026-02-19T10:41:36.244 INFO:teuthology.orchestra.run.trial172.stdout:(7/36): ceph-radosgw-20.3.0-5352.g8453267f.el9. 16 MB/s | 13 MB 00:00 2026-02-19T10:41:36.280 INFO:teuthology.orchestra.run.trial172.stdout:(8/36): librgw2-20.3.0-5352.g8453267f.el9.x86_6 19 MB/s | 6.5 MB 00:00 2026-02-19T10:41:36.281 INFO:teuthology.orchestra.run.trial172.stdout:(9/36): python3-ceph-argparse-20.3.0-5352.g8453 1.2 MB/s | 45 kB 00:00 2026-02-19T10:41:36.303 INFO:teuthology.orchestra.run.trial172.stdout:(10/36): python3-ceph-common-20.3.0-5352.g84532 8.0 MB/s | 185 kB 00:00 2026-02-19T10:41:36.307 INFO:teuthology.orchestra.run.trial172.stdout:(11/36): python3-cephfs-20.3.0-5352.g8453267f.e 7.5 MB/s | 204 kB 00:00 2026-02-19T10:41:36.331 INFO:teuthology.orchestra.run.trial172.stdout:(12/36): python3-rados-20.3.0-5352.g8453267f.el 11 MB/s | 324 kB 00:00 2026-02-19T10:41:36.338 INFO:teuthology.orchestra.run.trial172.stdout:(13/36): python3-rbd-20.3.0-5352.g8453267f.el9. 9.7 MB/s | 306 kB 00:00 2026-02-19T10:41:36.357 INFO:teuthology.orchestra.run.trial172.stdout:(14/36): python3-rgw-20.3.0-5352.g8453267f.el9. 3.8 MB/s | 100 kB 00:00 2026-02-19T10:41:36.432 INFO:teuthology.orchestra.run.trial172.stdout:(15/36): ceph-common-20.3.0-5352.g8453267f.el9. 24 MB/s | 24 MB 00:01 2026-02-19T10:41:36.488 INFO:teuthology.orchestra.run.trial172.stdout:(16/36): boost-program-options-1.75.0-13.el9.x8 1.8 MB/s | 104 kB 00:00 2026-02-19T10:41:36.506 INFO:teuthology.orchestra.run.trial172.stdout:(17/36): libnbd-1.20.3-4.el9.x86_64.rpm 8.8 MB/s | 164 kB 00:00 2026-02-19T10:41:36.518 INFO:teuthology.orchestra.run.trial172.stdout:(18/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 14 MB/s | 160 kB 00:00 2026-02-19T10:41:36.527 INFO:teuthology.orchestra.run.trial172.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 4.8 MB/s | 45 kB 00:00 2026-02-19T10:41:36.550 INFO:teuthology.orchestra.run.trial172.stdout:(20/36): librdkafka-1.6.1-102.el9.x86_64.rpm 29 MB/s | 662 kB 00:00 2026-02-19T10:41:36.561 INFO:teuthology.orchestra.run.trial172.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 26 MB/s | 292 kB 00:00 2026-02-19T10:41:36.572 INFO:teuthology.orchestra.run.trial172.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 21 MB/s | 240 kB 00:00 2026-02-19T10:41:36.581 INFO:teuthology.orchestra.run.trial172.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 4.0 MB/s | 37 kB 00:00 2026-02-19T10:41:36.590 INFO:teuthology.orchestra.run.trial172.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 7.0 MB/s | 66 kB 00:00 2026-02-19T10:41:36.700 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 9/10 2026-02-19T10:41:36.718 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 10/10 2026-02-19T10:41:36.943 INFO:teuthology.orchestra.run.trial172.stdout:(25/36): mailcap-2.1.49-5.el9.noarch.rpm 55 kB/s | 33 kB 00:00 2026-02-19T10:41:37.020 INFO:teuthology.orchestra.run.trial172.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 718 kB/s | 308 kB 00:00 2026-02-19T10:41:37.062 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 10/10 2026-02-19T10:41:37.062 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 1/10 2026-02-19T10:41:37.062 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 2/10 2026-02-19T10:41:37.062 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-19T10:41:37.062 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-19T10:41:37.062 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-19T10:41:37.063 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-19T10:41:37.063 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-19T10:41:37.063 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-19T10:41:37.063 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-19T10:41:37.083 INFO:teuthology.orchestra.run.trial172.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 387 kB/s | 25 kB 00:00 2026-02-19T10:41:37.107 INFO:teuthology.orchestra.run.trial172.stdout:(28/36): pciutils-3.7.0-7.el9.x86_64.rpm 124 kB/s | 93 kB 00:00 2026-02-19T10:41:37.114 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-19T10:41:37.115 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:37.116 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:37.150 INFO:teuthology.orchestra.run.trial172.stdout:(29/36): liboath-2.6.12-1.el9.x86_64.rpm 732 kB/s | 49 kB 00:00 2026-02-19T10:41:37.151 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph 2026-02-19T10:41:37.329 INFO:teuthology.orchestra.run.trial172.stdout:(30/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 4.6 MB/s | 838 kB 00:00 2026-02-19T10:41:37.378 INFO:teuthology.orchestra.run.trial172.stdout:(31/36): libunwind-1.6.2-1.el9.x86_64.rpm 248 kB/s | 67 kB 00:00 2026-02-19T10:41:37.399 INFO:teuthology.orchestra.run.trial172.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 2.7 MB/s | 191 kB 00:00 2026-02-19T10:41:37.455 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:22 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:37.491 INFO:teuthology.orchestra.run.trial172.stdout:(33/36): librados2-20.3.0-5352.g8453267f.el9.x8 38 MB/s | 3.5 MB 00:00 2026-02-19T10:41:37.542 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:37.544 INFO:teuthology.orchestra.run.trial053.stdout:======================================================================================= 2026-02-19T10:41:37.545 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-19T10:41:37.545 INFO:teuthology.orchestra.run.trial053.stdout:======================================================================================= 2026-02-19T10:41:37.545 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-19T10:41:37.545 INFO:teuthology.orchestra.run.trial053.stdout: ceph x86_64 2:20.3.0-5352.g8453267f.el9 ceph 6.5 k 2026-02-19T10:41:37.545 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-19T10:41:37.545 INFO:teuthology.orchestra.run.trial053.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-19T10:41:37.545 INFO:teuthology.orchestra.run.trial053.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 57 k 2026-02-19T10:41:37.545 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mds x86_64 2:20.3.0-5352.g8453267f.el9 ceph 2.4 M 2026-02-19T10:41:37.545 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr x86_64 2:20.3.0-5352.g8453267f.el9 ceph 936 k 2026-02-19T10:41:37.545 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 297 k 2026-02-19T10:41:37.545 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mon x86_64 2:20.3.0-5352.g8453267f.el9 ceph 5.0 M 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: ceph-osd x86_64 2:20.3.0-5352.g8453267f.el9 ceph 167 k 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: ceph-osd-classic x86_64 2:20.3.0-5352.g8453267f.el9 ceph 16 M 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: ceph-osd-crimson x86_64 2:20.3.0-5352.g8453267f.el9 ceph 19 M 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 17 k 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: cephadm noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 1.0 M 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-19T10:41:37.546 INFO:teuthology.orchestra.run.trial053.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-19T10:41:37.547 INFO:teuthology.orchestra.run.trial053.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-19T10:41:37.548 INFO:teuthology.orchestra.run.trial053.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-19T10:41:37.549 INFO:teuthology.orchestra.run.trial053.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-19T10:41:37.550 INFO:teuthology.orchestra.run.trial053.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-19T10:41:37.551 INFO:teuthology.orchestra.run.trial053.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout:Installing weak dependencies: 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 184 k 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 51 M 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 7.4 M 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 22 k 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-rook noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 50 k 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout: ceph-volume noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 301 k 2026-02-19T10:41:37.552 INFO:teuthology.orchestra.run.trial053.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-19T10:41:37.553 INFO:teuthology.orchestra.run.trial053.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-19T10:41:37.553 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:37.553 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:41:37.553 INFO:teuthology.orchestra.run.trial053.stdout:======================================================================================= 2026-02-19T10:41:37.553 INFO:teuthology.orchestra.run.trial053.stdout:Install 95 Packages 2026-02-19T10:41:37.553 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:37.554 INFO:teuthology.orchestra.run.trial172.stdout:(34/36): librbd1-20.3.0-5352.g8453267f.el9.x86_ 53 MB/s | 2.8 MB 00:00 2026-02-19T10:41:37.554 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 158 M 2026-02-19T10:41:37.554 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 731 M 2026-02-19T10:41:37.554 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:41:37.592 INFO:teuthology.orchestra.run.trial172.stdout:(35/36): libarrow-9.0.0-15.el9.x86_64.rpm 6.8 MB/s | 4.4 MB 00:00 2026-02-19T10:41:37.736 INFO:teuthology.orchestra.run.trial172.stdout:(36/36): thrift-0.15.0-4.el9.x86_64.rpm 4.4 MB/s | 1.6 MB 00:00 2026-02-19T10:41:37.738 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:37.738 INFO:teuthology.orchestra.run.trial172.stdout:Total 26 MB/s | 67 MB 00:02 2026-02-19T10:41:37.825 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:41:37.845 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:41:37.845 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:41:37.891 INFO:teuthology.orchestra.run.trial053.stdout:(1/95): ceph-20.3.0-5352.g8453267f.el9.x86_64.r 111 kB/s | 6.5 kB 00:00 2026-02-19T10:41:37.965 INFO:teuthology.orchestra.run.trial053.stdout:(2/95): ceph-mgr-20.3.0-5352.g8453267f.el9.x86_ 6.9 MB/s | 936 kB 00:00 2026-02-19T10:41:37.983 INFO:teuthology.orchestra.run.trial053.stdout:(3/95): ceph-mds-20.3.0-5352.g8453267f.el9.x86_ 16 MB/s | 2.4 MB 00:00 2026-02-19T10:41:37.988 INFO:teuthology.orchestra.run.trial053.stdout:(4/95): ceph-osd-20.3.0-5352.g8453267f.el9.x86_ 7.2 MB/s | 167 kB 00:00 2026-02-19T10:41:38.092 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:41:38.093 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:41:38.128 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 9/10 2026-02-19T10:41:38.146 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 10/10 2026-02-19T10:41:38.333 INFO:teuthology.orchestra.run.trial053.stdout:(5/95): ceph-mon-20.3.0-5352.g8453267f.el9.x86_ 11 MB/s | 5.0 MB 00:00 2026-02-19T10:41:38.389 INFO:teuthology.orchestra.run.trial053.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5352.g84 1.0 MB/s | 57 kB 00:00 2026-02-19T10:41:38.405 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:41:38.449 INFO:teuthology.orchestra.run.trial053.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5352.g8453267f. 3.0 MB/s | 184 kB 00:00 2026-02-19T10:41:38.494 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 10/10 2026-02-19T10:41:38.494 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 1/10 2026-02-19T10:41:38.494 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 2/10 2026-02-19T10:41:38.495 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-19T10:41:38.495 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-19T10:41:38.495 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-19T10:41:38.495 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-19T10:41:38.495 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-19T10:41:38.495 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-19T10:41:38.495 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-19T10:41:38.524 INFO:teuthology.orchestra.run.trial053.stdout:(8/95): ceph-osd-classic-20.3.0-5352.g8453267f. 29 MB/s | 16 MB 00:00 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:38.549 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:38.556 INFO:teuthology.orchestra.run.trial172.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-19T10:41:38.560 INFO:teuthology.orchestra.run.trial172.stdout: Upgrading : librados2-2:20.3.0-5352.g8453267f.el9.x86_64 2/38 2026-02-19T10:41:38.584 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph 2026-02-19T10:41:38.612 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librados2-2:20.3.0-5352.g8453267f.el9.x86_64 2/38 2026-02-19T10:41:38.613 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 3/38 2026-02-19T10:41:38.625 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 3/38 2026-02-19T10:41:38.627 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libcephfs-daemon-2:20.3.0-5352.g8453267f.el9.x86_6 4/38 2026-02-19T10:41:38.628 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_6 5/38 2026-02-19T10:41:38.654 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_6 5/38 2026-02-19T10:41:38.656 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 6/38 2026-02-19T10:41:38.664 INFO:teuthology.orchestra.run.trial172.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-19T10:41:38.666 INFO:teuthology.orchestra.run.trial172.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-19T10:41:38.669 INFO:teuthology.orchestra.run.trial172.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-19T10:41:38.673 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-19T10:41:38.685 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-ceph-argparse-2:20.3.0-5352.g8453267f.el9. 11/38 2026-02-19T10:41:38.696 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 12/38 2026-02-19T10:41:38.697 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_6 13/38 2026-02-19T10:41:38.722 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_6 13/38 2026-02-19T10:41:38.726 INFO:teuthology.orchestra.run.trial172.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-19T10:41:38.757 INFO:teuthology.orchestra.run.trial172.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-19T10:41:38.761 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-19T10:41:38.767 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-19T10:41:38.769 INFO:teuthology.orchestra.run.trial172.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-19T10:41:38.773 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-19T10:41:38.833 INFO:teuthology.orchestra.run.trial053.stdout:(9/95): ceph-mgr-diskprediction-local-20.3.0-53 24 MB/s | 7.4 MB 00:00 2026-02-19T10:41:38.867 INFO:teuthology.orchestra.run.trial053.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5352.g845326 668 kB/s | 22 kB 00:00 2026-02-19T10:41:38.884 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:22 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:41:38.894 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-19T10:41:38.895 INFO:teuthology.orchestra.run.trial172.stdout: Upgrading : librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 21/38 2026-02-19T10:41:38.922 INFO:teuthology.orchestra.run.trial053.stdout:(11/95): ceph-osd-crimson-20.3.0-5352.g8453267f 20 MB/s | 19 MB 00:00 2026-02-19T10:41:38.923 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 21/38 2026-02-19T10:41:38.924 INFO:teuthology.orchestra.run.trial053.stdout:(12/95): ceph-mgr-modules-core-20.3.0-5352.g845 5.1 MB/s | 297 kB 00:00 2026-02-19T10:41:38.925 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 22/38 2026-02-19T10:41:38.931 INFO:teuthology.orchestra.run.trial172.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-19T10:41:38.936 INFO:teuthology.orchestra.run.trial053.stdout:(13/95): ceph-mgr-rook-20.3.0-5352.g8453267f.el 3.5 MB/s | 50 kB 00:00 2026-02-19T10:41:38.945 INFO:teuthology.orchestra.run.trial053.stdout:(14/95): ceph-prometheus-alerts-20.3.0-5352.g84 808 kB/s | 17 kB 00:00 2026-02-19T10:41:38.966 INFO:teuthology.orchestra.run.trial053.stdout:(15/95): ceph-volume-20.3.0-5352.g8453267f.el9. 10 MB/s | 301 kB 00:00 2026-02-19T10:41:38.970 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:38.973 INFO:teuthology.orchestra.run.trial165.stdout:======================================================================================= 2026-02-19T10:41:38.973 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repository Size 2026-02-19T10:41:38.973 INFO:teuthology.orchestra.run.trial165.stdout:======================================================================================= 2026-02-19T10:41:38.973 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-19T10:41:38.974 INFO:teuthology.orchestra.run.trial165.stdout: ceph x86_64 2:20.3.0-5352.g8453267f.el9 ceph 6.5 k 2026-02-19T10:41:38.974 INFO:teuthology.orchestra.run.trial165.stdout:Installing dependencies: 2026-02-19T10:41:38.974 INFO:teuthology.orchestra.run.trial165.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-19T10:41:38.974 INFO:teuthology.orchestra.run.trial165.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 57 k 2026-02-19T10:41:38.974 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mds x86_64 2:20.3.0-5352.g8453267f.el9 ceph 2.4 M 2026-02-19T10:41:38.974 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr x86_64 2:20.3.0-5352.g8453267f.el9 ceph 936 k 2026-02-19T10:41:38.975 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 297 k 2026-02-19T10:41:38.975 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mon x86_64 2:20.3.0-5352.g8453267f.el9 ceph 5.0 M 2026-02-19T10:41:38.975 INFO:teuthology.orchestra.run.trial165.stdout: ceph-osd x86_64 2:20.3.0-5352.g8453267f.el9 ceph 167 k 2026-02-19T10:41:38.975 INFO:teuthology.orchestra.run.trial165.stdout: ceph-osd-classic x86_64 2:20.3.0-5352.g8453267f.el9 ceph 16 M 2026-02-19T10:41:38.975 INFO:teuthology.orchestra.run.trial165.stdout: ceph-osd-crimson x86_64 2:20.3.0-5352.g8453267f.el9 ceph 19 M 2026-02-19T10:41:38.975 INFO:teuthology.orchestra.run.trial165.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 17 k 2026-02-19T10:41:38.976 INFO:teuthology.orchestra.run.trial165.stdout: cephadm noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 1.0 M 2026-02-19T10:41:38.976 INFO:teuthology.orchestra.run.trial165.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-19T10:41:38.976 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-19T10:41:38.976 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-19T10:41:38.976 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-19T10:41:38.976 INFO:teuthology.orchestra.run.trial165.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-19T10:41:38.976 INFO:teuthology.orchestra.run.trial165.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-19T10:41:38.976 INFO:teuthology.orchestra.run.trial165.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-19T10:41:38.976 INFO:teuthology.orchestra.run.trial165.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-19T10:41:38.976 INFO:teuthology.orchestra.run.trial165.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-19T10:41:38.976 INFO:teuthology.orchestra.run.trial165.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-19T10:41:38.977 INFO:teuthology.orchestra.run.trial165.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-19T10:41:38.978 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-19T10:41:38.979 INFO:teuthology.orchestra.run.trial165.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-19T10:41:38.980 INFO:teuthology.orchestra.run.trial165.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-19T10:41:38.981 INFO:teuthology.orchestra.run.trial165.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-19T10:41:38.981 INFO:teuthology.orchestra.run.trial165.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-19T10:41:38.981 INFO:teuthology.orchestra.run.trial165.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-19T10:41:38.981 INFO:teuthology.orchestra.run.trial165.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-19T10:41:38.981 INFO:teuthology.orchestra.run.trial165.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-19T10:41:38.981 INFO:teuthology.orchestra.run.trial165.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-19T10:41:38.981 INFO:teuthology.orchestra.run.trial165.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-19T10:41:38.981 INFO:teuthology.orchestra.run.trial165.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-19T10:41:38.981 INFO:teuthology.orchestra.run.trial165.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-19T10:41:38.981 INFO:teuthology.orchestra.run.trial165.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-19T10:41:38.982 INFO:teuthology.orchestra.run.trial165.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-19T10:41:38.982 INFO:teuthology.orchestra.run.trial165.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-19T10:41:38.982 INFO:teuthology.orchestra.run.trial165.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-19T10:41:38.982 INFO:teuthology.orchestra.run.trial165.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-19T10:41:38.982 INFO:teuthology.orchestra.run.trial165.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-19T10:41:38.982 INFO:teuthology.orchestra.run.trial165.stdout:Installing weak dependencies: 2026-02-19T10:41:38.983 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 184 k 2026-02-19T10:41:38.983 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 51 M 2026-02-19T10:41:38.983 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 7.4 M 2026-02-19T10:41:38.983 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 22 k 2026-02-19T10:41:38.983 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-rook noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 50 k 2026-02-19T10:41:38.983 INFO:teuthology.orchestra.run.trial165.stdout: ceph-volume noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 301 k 2026-02-19T10:41:38.983 INFO:teuthology.orchestra.run.trial165.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-19T10:41:38.984 INFO:teuthology.orchestra.run.trial165.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-19T10:41:38.984 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:38.984 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:41:38.984 INFO:teuthology.orchestra.run.trial165.stdout:======================================================================================= 2026-02-19T10:41:38.984 INFO:teuthology.orchestra.run.trial165.stdout:Install 95 Packages 2026-02-19T10:41:38.984 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:38.985 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 158 M 2026-02-19T10:41:38.985 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 731 M 2026-02-19T10:41:38.985 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:41:38.995 INFO:teuthology.orchestra.run.trial053.stdout:(16/95): cephadm-20.3.0-5352.g8453267f.el9.noar 20 MB/s | 1.0 MB 00:00 2026-02-19T10:41:39.083 INFO:teuthology.orchestra.run.trial053.stdout:(17/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 464 kB/s | 40 kB 00:00 2026-02-19T10:41:39.142 INFO:teuthology.orchestra.run.trial053.stdout:(18/95): libconfig-1.7.2-9.el9.x86_64.rpm 1.2 MB/s | 72 kB 00:00 2026-02-19T10:41:39.143 INFO:teuthology.orchestra.run.trial053.stdout:(19/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 1.9 MB/s | 351 kB 00:00 2026-02-19T10:41:39.176 INFO:teuthology.orchestra.run.trial053.stdout:(20/95): libquadmath-11.5.0-14.el9.x86_64.rpm 5.5 MB/s | 184 kB 00:00 2026-02-19T10:41:39.212 INFO:teuthology.orchestra.run.trial172.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-19T10:41:39.213 INFO:teuthology.orchestra.run.trial172.stdout: Installing : librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 25/38 2026-02-19T10:41:39.213 INFO:teuthology.orchestra.run.trial053.stdout:(21/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 6.8 MB/s | 253 kB 00:00 2026-02-19T10:41:39.229 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 25/38 2026-02-19T10:41:39.234 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 26/38 2026-02-19T10:41:39.239 INFO:teuthology.orchestra.run.trial172.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-19T10:41:39.241 INFO:teuthology.orchestra.run.trial172.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-19T10:41:39.242 INFO:teuthology.orchestra.run.trial172.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T10:41:39.249 INFO:teuthology.orchestra.run.trial053.stdout:(22/95): libgfortran-11.5.0-14.el9.x86_64.rpm 7.2 MB/s | 794 kB 00:00 2026-02-19T10:41:39.259 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T10:41:39.262 INFO:teuthology.orchestra.run.trial172.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-19T10:41:39.276 INFO:teuthology.orchestra.run.trial053.stdout:(23/95): python3-ply-3.11-14.el9.noarch.rpm 3.9 MB/s | 106 kB 00:00 2026-02-19T10:41:39.291 INFO:teuthology.orchestra.run.trial053.stdout:(24/95): python3-cryptography-36.0.1-5.el9.x86_ 16 MB/s | 1.2 MB 00:00 2026-02-19T10:41:39.296 INFO:teuthology.orchestra.run.trial172.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-19T10:41:39.298 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-ceph-common-2:20.3.0-5352.g8453267f.el9.x8 32/38 2026-02-19T10:41:39.303 INFO:teuthology.orchestra.run.trial053.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 5.0 MB/s | 135 kB 00:00 2026-02-19T10:41:39.318 INFO:teuthology.orchestra.run.trial053.stdout:(26/95): python3-requests-2.25.1-10.el9.noarch. 4.5 MB/s | 126 kB 00:00 2026-02-19T10:41:39.331 INFO:teuthology.orchestra.run.trial053.stdout:(27/95): python3-urllib3-1.26.5-7.el9.noarch.rp 7.4 MB/s | 218 kB 00:00 2026-02-19T10:41:39.344 INFO:teuthology.orchestra.run.trial053.stdout:(28/95): unzip-6.0-59.el9.x86_64.rpm 6.8 MB/s | 182 kB 00:00 2026-02-19T10:41:39.361 INFO:teuthology.orchestra.run.trial053.stdout:(29/95): zip-3.0-35.el9.x86_64.rpm 8.9 MB/s | 266 kB 00:00 2026-02-19T10:41:39.372 INFO:teuthology.orchestra.run.trial053.stdout:(30/95): flexiblas-3.0.4-9.el9.x86_64.rpm 1.0 MB/s | 30 kB 00:00 2026-02-19T10:41:39.381 INFO:teuthology.orchestra.run.trial053.stdout:(31/95): flexiblas-openblas-openmp-3.0.4-9.el9. 1.7 MB/s | 15 kB 00:00 2026-02-19T10:41:39.412 INFO:teuthology.orchestra.run.trial053.stdout:(32/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 7.7 MB/s | 246 kB 00:00 2026-02-19T10:41:39.424 INFO:teuthology.orchestra.run.trial053.stdout:(33/95): lua-5.4.4-4.el9.x86_64.rpm 16 MB/s | 188 kB 00:00 2026-02-19T10:41:39.432 INFO:teuthology.orchestra.run.trial053.stdout:(34/95): openblas-0.3.29-1.el9.x86_64.rpm 4.8 MB/s | 42 kB 00:00 2026-02-19T10:41:39.436 INFO:teuthology.orchestra.run.trial053.stdout:(35/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 40 MB/s | 3.0 MB 00:00 2026-02-19T10:41:39.471 INFO:teuthology.orchestra.run.trial053.stdout:(36/95): python3-babel-2.9.1-2.el9.noarch.rpm 174 MB/s | 6.0 MB 00:00 2026-02-19T10:41:39.481 INFO:teuthology.orchestra.run.trial053.stdout:(37/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 109 MB/s | 5.3 MB 00:00 2026-02-19T10:41:39.482 INFO:teuthology.orchestra.run.trial053.stdout:(38/95): python3-devel-3.9.25-3.el9.x86_64.rpm 21 MB/s | 244 kB 00:00 2026-02-19T10:41:39.492 INFO:teuthology.orchestra.run.trial053.stdout:(39/95): python3-jmespath-1.0.1-1.el9.noarch.rp 5.1 MB/s | 48 kB 00:00 2026-02-19T10:41:39.492 INFO:teuthology.orchestra.run.trial165.stdout:(1/95): ceph-20.3.0-5352.g8453267f.el9.x86_64.r 33 kB/s | 6.5 kB 00:00 2026-02-19T10:41:39.493 INFO:teuthology.orchestra.run.trial053.stdout:(40/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 21 MB/s | 249 kB 00:00 2026-02-19T10:41:39.502 INFO:teuthology.orchestra.run.trial053.stdout:(41/95): python3-libstoragemgmt-1.10.1-1.el9.x8 17 MB/s | 177 kB 00:00 2026-02-19T10:41:39.506 INFO:teuthology.orchestra.run.trial053.stdout:(42/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 89 MB/s | 1.2 MB 00:00 2026-02-19T10:41:39.511 INFO:teuthology.orchestra.run.trial053.stdout:(43/95): python3-markupsafe-1.1.1-12.el9.x86_64 3.8 MB/s | 35 kB 00:00 2026-02-19T10:41:39.523 INFO:teuthology.orchestra.run.trial053.stdout:(44/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 38 MB/s | 442 kB 00:00 2026-02-19T10:41:39.539 INFO:teuthology.orchestra.run.trial053.stdout:(45/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 191 MB/s | 6.1 MB 00:00 2026-02-19T10:41:39.539 INFO:teuthology.orchestra.run.trial053.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 4.6 MB/s | 77 kB 00:00 2026-02-19T10:41:39.549 INFO:teuthology.orchestra.run.trial053.stdout:(47/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 15 MB/s | 159 kB 00:00 2026-02-19T10:41:39.550 INFO:teuthology.orchestra.run.trial053.stdout:(48/95): python3-protobuf-3.14.0-17.el9.noarch. 23 MB/s | 267 kB 00:00 2026-02-19T10:41:39.560 INFO:teuthology.orchestra.run.trial053.stdout:(49/95): python3-requests-oauthlib-1.3.0-12.el9 5.5 MB/s | 54 kB 00:00 2026-02-19T10:41:39.561 INFO:teuthology.orchestra.run.trial053.stdout:(50/95): python3-pyasn1-modules-0.4.8-6.el9.noa 24 MB/s | 279 kB 00:00 2026-02-19T10:41:39.571 INFO:teuthology.orchestra.run.trial053.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 4.0 MB/s | 42 kB 00:00 2026-02-19T10:41:39.581 INFO:teuthology.orchestra.run.trial053.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 18 MB/s | 189 kB 00:00 2026-02-19T10:41:39.591 INFO:teuthology.orchestra.run.trial053.stdout:(53/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 9.1 MB/s | 90 kB 00:00 2026-02-19T10:41:39.646 INFO:teuthology.orchestra.run.trial053.stdout:(54/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 224 MB/s | 19 MB 00:00 2026-02-19T10:41:40.077 INFO:teuthology.orchestra.run.trial053.stdout:(55/95): ceph-mgr-dashboard-20.3.0-5352.g845326 31 MB/s | 51 MB 00:01 2026-02-19T10:41:40.078 INFO:teuthology.orchestra.run.trial053.stdout:(56/95): lua-devel-5.4.4-4.el9.x86_64.rpm 46 kB/s | 22 kB 00:00 2026-02-19T10:41:40.083 INFO:teuthology.orchestra.run.trial165.stdout:(2/95): ceph-mgr-20.3.0-5352.g8453267f.el9.x86_ 1.2 MB/s | 936 kB 00:00 2026-02-19T10:41:40.137 INFO:teuthology.orchestra.run.trial165.stdout:(3/95): ceph-osd-20.3.0-5352.g8453267f.el9.x86_ 3.0 MB/s | 167 kB 00:00 2026-02-19T10:41:40.186 INFO:teuthology.orchestra.run.trial053.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 179 kB/s | 19 kB 00:00 2026-02-19T10:41:40.227 INFO:teuthology.orchestra.run.trial165.stdout:(4/95): ceph-mds-20.3.0-5352.g8453267f.el9.x86_ 2.5 MB/s | 2.4 MB 00:00 2026-02-19T10:41:40.265 INFO:teuthology.orchestra.run.trial053.stdout:(58/95): luarocks-3.9.2-5.el9.noarch.rpm 1.9 MB/s | 151 kB 00:00 2026-02-19T10:41:40.288 INFO:teuthology.orchestra.run.trial053.stdout:(59/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.6 MB/s | 551 kB 00:00 2026-02-19T10:41:40.311 INFO:teuthology.orchestra.run.trial053.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 1.2 MB/s | 29 kB 00:00 2026-02-19T10:41:40.335 INFO:teuthology.orchestra.run.trial053.stdout:(61/95): python3-backports-tarfile-1.2.0-1.el9. 2.4 MB/s | 60 kB 00:00 2026-02-19T10:41:40.336 INFO:teuthology.orchestra.run.trial053.stdout:(62/95): python3-asyncssh-2.13.2-5.el9.noarch.r 7.5 MB/s | 548 kB 00:00 2026-02-19T10:41:40.359 INFO:teuthology.orchestra.run.trial053.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.8 MB/s | 43 kB 00:00 2026-02-19T10:41:40.360 INFO:teuthology.orchestra.run.trial053.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 1.4 MB/s | 32 kB 00:00 2026-02-19T10:41:40.382 INFO:teuthology.orchestra.run.trial053.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 612 kB/s | 14 kB 00:00 2026-02-19T10:41:40.386 INFO:teuthology.orchestra.run.trial053.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 6.5 MB/s | 173 kB 00:00 2026-02-19T10:41:40.387 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 33/38 2026-02-19T10:41:40.390 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 33/38 2026-02-19T10:41:40.416 INFO:teuthology.orchestra.run.trial053.stdout:(67/95): python3-cherrypy-18.6.1-2.el9.noarch.r 10 MB/s | 358 kB 00:00 2026-02-19T10:41:40.417 INFO:teuthology.orchestra.run.trial053.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 8.1 MB/s | 254 kB 00:00 2026-02-19T10:41:40.443 INFO:teuthology.orchestra.run.trial053.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 5.3 MB/s | 144 kB 00:00 2026-02-19T10:41:40.472 INFO:teuthology.orchestra.run.trial053.stdout:(70/95): python3-influxdb-5.3.1-1.el9.noarch.rp 4.7 MB/s | 139 kB 00:00 2026-02-19T10:41:40.490 INFO:teuthology.orchestra.run.trial053.stdout:(71/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 28 MB/s | 2.0 MB 00:00 2026-02-19T10:41:40.497 INFO:teuthology.orchestra.run.trial053.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 2.2 MB/s | 56 kB 00:00 2026-02-19T10:41:40.513 INFO:teuthology.orchestra.run.trial053.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 460 kB/s | 11 kB 00:00 2026-02-19T10:41:40.521 INFO:teuthology.orchestra.run.trial053.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 755 kB/s | 18 kB 00:00 2026-02-19T10:41:40.537 INFO:teuthology.orchestra.run.trial053.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 986 kB/s | 23 kB 00:00 2026-02-19T10:41:40.544 INFO:teuthology.orchestra.run.trial053.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 859 kB/s | 20 kB 00:00 2026-02-19T10:41:40.560 INFO:teuthology.orchestra.run.trial053.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 837 kB/s | 19 kB 00:00 2026-02-19T10:41:40.567 INFO:teuthology.orchestra.run.trial053.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 1.1 MB/s | 26 kB 00:00 2026-02-19T10:41:40.591 INFO:teuthology.orchestra.run.trial053.stdout:(79/95): python3-more-itertools-8.12.0-2.el9.no 3.2 MB/s | 79 kB 00:00 2026-02-19T10:41:40.592 INFO:teuthology.orchestra.run.trial053.stdout:(80/95): python3-kubernetes-26.1.0-3.el9.noarch 32 MB/s | 1.0 MB 00:00 2026-02-19T10:41:40.616 INFO:teuthology.orchestra.run.trial053.stdout:(81/95): python3-natsort-7.1.1-5.el9.noarch.rpm 2.4 MB/s | 58 kB 00:00 2026-02-19T10:41:40.619 INFO:teuthology.orchestra.run.trial053.stdout:(82/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 3.0 MB/s | 86 kB 00:00 2026-02-19T10:41:40.639 INFO:teuthology.orchestra.run.trial053.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 713 kB/s | 16 kB 00:00 2026-02-19T10:41:40.644 INFO:teuthology.orchestra.run.trial053.stdout:(84/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.6 MB/s | 90 kB 00:00 2026-02-19T10:41:40.651 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 33/38 2026-02-19T10:41:40.654 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 34/38 2026-02-19T10:41:40.662 INFO:teuthology.orchestra.run.trial053.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 1.3 MB/s | 31 kB 00:00 2026-02-19T10:41:40.671 INFO:teuthology.orchestra.run.trial053.stdout:(86/95): python3-routes-2.5.1-5.el9.noarch.rpm 6.8 MB/s | 188 kB 00:00 2026-02-19T10:41:40.686 INFO:teuthology.orchestra.run.trial053.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 2.4 MB/s | 59 kB 00:00 2026-02-19T10:41:40.697 INFO:teuthology.orchestra.run.trial053.stdout:(88/95): python3-saml-1.16.0-1.el9.noarch.rpm 4.6 MB/s | 125 kB 00:00 2026-02-19T10:41:40.701 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 34/38 2026-02-19T10:41:40.701 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-19T10:41:40.701 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-19T10:41:40.702 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:40.705 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 35/38 2026-02-19T10:41:40.709 INFO:teuthology.orchestra.run.trial053.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 1.5 MB/s | 36 kB 00:00 2026-02-19T10:41:40.722 INFO:teuthology.orchestra.run.trial053.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 3.4 MB/s | 86 kB 00:00 2026-02-19T10:41:40.733 INFO:teuthology.orchestra.run.trial053.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 3.7 MB/s | 90 kB 00:00 2026-02-19T10:41:40.746 INFO:teuthology.orchestra.run.trial053.stdout:(92/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 2.0 MB/s | 48 kB 00:00 2026-02-19T10:41:40.756 INFO:teuthology.orchestra.run.trial053.stdout:(93/95): python3-xmltodict-0.12.0-15.el9.noarch 954 kB/s | 22 kB 00:00 2026-02-19T10:41:40.769 INFO:teuthology.orchestra.run.trial053.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 854 kB/s | 20 kB 00:00 2026-02-19T10:41:41.233 INFO:teuthology.orchestra.run.trial165.stdout:(5/95): ceph-osd-crimson-20.3.0-5352.g8453267f. 19 MB/s | 19 MB 00:01 2026-02-19T10:41:41.253 INFO:teuthology.orchestra.run.trial165.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5352.g84 2.9 MB/s | 57 kB 00:00 2026-02-19T10:41:41.276 INFO:teuthology.orchestra.run.trial165.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5352.g8453267f. 7.8 MB/s | 184 kB 00:00 2026-02-19T10:41:42.002 INFO:teuthology.orchestra.run.trial053.stdout:(95/95): protobuf-compiler-3.14.0-17.el9.x86_64 366 kB/s | 862 kB 00:02 2026-02-19T10:41:42.007 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:42.007 INFO:teuthology.orchestra.run.trial053.stdout:Total 35 MB/s | 158 MB 00:04 2026-02-19T10:41:42.252 INFO:teuthology.orchestra.run.trial165.stdout:(8/95): ceph-mon-20.3.0-5352.g8453267f.el9.x86_ 1.8 MB/s | 5.0 MB 00:02 2026-02-19T10:41:42.421 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:41:42.460 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:41:42.460 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:41:42.564 INFO:teuthology.orchestra.run.trial165.stdout:(9/95): ceph-mgr-dashboard-20.3.0-5352.g8453267 39 MB/s | 51 MB 00:01 2026-02-19T10:41:42.576 INFO:teuthology.orchestra.run.trial165.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5352.g845326 1.8 MB/s | 22 kB 00:00 2026-02-19T10:41:42.590 INFO:teuthology.orchestra.run.trial165.stdout:(11/95): ceph-mgr-modules-core-20.3.0-5352.g845 21 MB/s | 297 kB 00:00 2026-02-19T10:41:42.602 INFO:teuthology.orchestra.run.trial165.stdout:(12/95): ceph-mgr-rook-20.3.0-5352.g8453267f.el 4.2 MB/s | 50 kB 00:00 2026-02-19T10:41:42.614 INFO:teuthology.orchestra.run.trial165.stdout:(13/95): ceph-prometheus-alerts-20.3.0-5352.g84 1.5 MB/s | 17 kB 00:00 2026-02-19T10:41:42.626 INFO:teuthology.orchestra.run.trial165.stdout:(14/95): ceph-volume-20.3.0-5352.g8453267f.el9. 24 MB/s | 301 kB 00:00 2026-02-19T10:41:42.646 INFO:teuthology.orchestra.run.trial165.stdout:(15/95): cephadm-20.3.0-5352.g8453267f.el9.noar 50 MB/s | 1.0 MB 00:00 2026-02-19T10:41:43.059 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:41:43.059 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:41:43.187 INFO:teuthology.orchestra.run.trial165.stdout:(16/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 649 kB/s | 351 kB 00:00 2026-02-19T10:41:43.224 INFO:teuthology.orchestra.run.trial165.stdout:(17/95): ceph-mgr-diskprediction-local-20.3.0-5 7.6 MB/s | 7.4 MB 00:00 2026-02-19T10:41:43.272 INFO:teuthology.orchestra.run.trial165.stdout:(18/95): ceph-osd-classic-20.3.0-5352.g8453267f 5.0 MB/s | 16 MB 00:03 2026-02-19T10:41:43.272 INFO:teuthology.orchestra.run.trial165.stdout:(19/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 475 kB/s | 40 kB 00:00 2026-02-19T10:41:43.378 INFO:teuthology.orchestra.run.trial165.stdout:(20/95): libquadmath-11.5.0-14.el9.x86_64.rpm 1.7 MB/s | 184 kB 00:00 2026-02-19T10:41:43.495 INFO:teuthology.orchestra.run.trial165.stdout:(21/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.1 MB/s | 253 kB 00:00 2026-02-19T10:41:43.582 INFO:teuthology.orchestra.run.trial165.stdout:(22/95): libconfig-1.7.2-9.el9.x86_64.rpm 201 kB/s | 72 kB 00:00 2026-02-19T10:41:43.694 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:41:43.695 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-19T10:41:43.699 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-19T10:41:43.721 INFO:teuthology.orchestra.run.trial053.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-19T10:41:43.732 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-19T10:41:43.739 INFO:teuthology.orchestra.run.trial165.stdout:(23/95): python3-cryptography-36.0.1-5.el9.x86_ 5.1 MB/s | 1.2 MB 00:00 2026-02-19T10:41:43.754 INFO:teuthology.orchestra.run.trial165.stdout:(24/95): python3-ply-3.11-14.el9.noarch.rpm 617 kB/s | 106 kB 00:00 2026-02-19T10:41:43.766 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-19T10:41:43.772 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-19T10:41:43.774 INFO:teuthology.orchestra.run.trial053.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-19T10:41:43.779 INFO:teuthology.orchestra.run.trial053.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-19T10:41:43.803 INFO:teuthology.orchestra.run.trial053.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-19T10:41:43.815 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-19T10:41:43.818 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-19T10:41:43.822 INFO:teuthology.orchestra.run.trial165.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 1.6 MB/s | 135 kB 00:00 2026-02-19T10:41:43.824 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-19T10:41:43.826 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-19T10:41:43.837 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-19T10:41:43.844 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-19T10:41:43.868 INFO:teuthology.orchestra.run.trial053.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-19T10:41:43.871 INFO:teuthology.orchestra.run.trial053.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-19T10:41:43.872 INFO:teuthology.orchestra.run.trial165.stdout:(26/95): python3-requests-2.25.1-10.el9.noarch. 1.0 MB/s | 126 kB 00:00 2026-02-19T10:41:43.905 INFO:teuthology.orchestra.run.trial165.stdout:(27/95): libgfortran-11.5.0-14.el9.x86_64.rpm 1.2 MB/s | 794 kB 00:00 2026-02-19T10:41:43.908 INFO:teuthology.orchestra.run.trial165.stdout:(28/95): python3-urllib3-1.26.5-7.el9.noarch.rp 2.5 MB/s | 218 kB 00:00 2026-02-19T10:41:43.923 INFO:teuthology.orchestra.run.trial053.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-19T10:41:43.936 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-19T10:41:43.938 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-19T10:41:43.942 INFO:teuthology.orchestra.run.trial165.stdout:(29/95): flexiblas-3.0.4-9.el9.x86_64.rpm 879 kB/s | 30 kB 00:00 2026-02-19T10:41:43.942 INFO:teuthology.orchestra.run.trial053.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-19T10:41:43.948 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-19T10:41:43.952 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-19T10:41:43.956 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-19T10:41:43.970 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-19T10:41:43.975 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-19T10:41:43.980 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-19T10:41:43.991 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-19T10:41:44.001 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-19T10:41:44.001 INFO:teuthology.orchestra.run.trial165.stdout:(30/95): zip-3.0-35.el9.x86_64.rpm 2.7 MB/s | 266 kB 00:00 2026-02-19T10:41:44.007 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-19T10:41:44.009 INFO:teuthology.orchestra.run.trial165.stdout:(31/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 45 MB/s | 3.0 MB 00:00 2026-02-19T10:41:44.009 INFO:teuthology.orchestra.run.trial165.stdout:(32/95): unzip-6.0-59.el9.x86_64.rpm 1.3 MB/s | 182 kB 00:00 2026-02-19T10:41:44.020 INFO:teuthology.orchestra.run.trial165.stdout:(33/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 21 MB/s | 246 kB 00:00 2026-02-19T10:41:44.026 INFO:teuthology.orchestra.run.trial165.stdout:(34/95): flexiblas-openblas-openmp-3.0.4-9.el9. 605 kB/s | 15 kB 00:00 2026-02-19T10:41:44.027 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-19T10:41:44.029 INFO:teuthology.orchestra.run.trial165.stdout:(35/95): openblas-0.3.29-1.el9.x86_64.rpm 4.5 MB/s | 42 kB 00:00 2026-02-19T10:41:44.038 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-19T10:41:44.055 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-19T10:41:44.060 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-19T10:41:44.068 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-19T10:41:44.069 INFO:teuthology.orchestra.run.trial165.stdout:(36/95): python3-babel-2.9.1-2.el9.noarch.rpm 150 MB/s | 6.0 MB 00:00 2026-02-19T10:41:44.070 INFO:teuthology.orchestra.run.trial165.stdout:(37/95): lua-5.4.4-4.el9.x86_64.rpm 3.0 MB/s | 188 kB 00:00 2026-02-19T10:41:44.082 INFO:teuthology.orchestra.run.trial165.stdout:(38/95): python3-devel-3.9.25-3.el9.x86_64.rpm 20 MB/s | 244 kB 00:00 2026-02-19T10:41:44.092 INFO:teuthology.orchestra.run.trial165.stdout:(39/95): python3-jmespath-1.0.1-1.el9.noarch.rp 4.6 MB/s | 48 kB 00:00 2026-02-19T10:41:44.093 INFO:teuthology.orchestra.run.trial165.stdout:(40/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 11 MB/s | 249 kB 00:00 2026-02-19T10:41:44.103 INFO:teuthology.orchestra.run.trial165.stdout:(41/95): python3-libstoragemgmt-1.10.1-1.el9.x8 16 MB/s | 177 kB 00:00 2026-02-19T10:41:44.108 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-19T10:41:44.111 INFO:teuthology.orchestra.run.trial165.stdout:(42/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 62 MB/s | 5.3 MB 00:00 2026-02-19T10:41:44.113 INFO:teuthology.orchestra.run.trial165.stdout:(43/95): python3-markupsafe-1.1.1-12.el9.x86_64 3.4 MB/s | 35 kB 00:00 2026-02-19T10:41:44.135 INFO:teuthology.orchestra.run.trial165.stdout:(44/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 29 MB/s | 1.2 MB 00:00 2026-02-19T10:41:44.141 INFO:teuthology.orchestra.run.trial165.stdout:(45/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 16 MB/s | 442 kB 00:00 2026-02-19T10:41:44.146 INFO:teuthology.orchestra.run.trial165.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 7.1 MB/s | 77 kB 00:00 2026-02-19T10:41:44.155 INFO:teuthology.orchestra.run.trial165.stdout:(47/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 142 MB/s | 6.1 MB 00:00 2026-02-19T10:41:44.156 INFO:teuthology.orchestra.run.trial165.stdout:(48/95): python3-protobuf-3.14.0-17.el9.noarch. 18 MB/s | 267 kB 00:00 2026-02-19T10:41:44.156 INFO:teuthology.orchestra.run.trial165.stdout:(49/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 14 MB/s | 159 kB 00:00 2026-02-19T10:41:44.166 INFO:teuthology.orchestra.run.trial165.stdout:(50/95): python3-requests-oauthlib-1.3.0-12.el9 5.2 MB/s | 54 kB 00:00 2026-02-19T10:41:44.167 INFO:teuthology.orchestra.run.trial165.stdout:(51/95): python3-pyasn1-modules-0.4.8-6.el9.noa 22 MB/s | 279 kB 00:00 2026-02-19T10:41:44.176 INFO:teuthology.orchestra.run.trial165.stdout:(52/95): python3-toml-0.10.2-6.el9.noarch.rpm 4.2 MB/s | 42 kB 00:00 2026-02-19T10:41:44.178 INFO:teuthology.orchestra.run.trial165.stdout:(53/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 17 MB/s | 189 kB 00:00 2026-02-19T10:41:44.185 INFO:teuthology.orchestra.run.trial165.stdout:(54/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 9.4 MB/s | 90 kB 00:00 2026-02-19T10:41:44.252 INFO:teuthology.orchestra.run.trial165.stdout:(55/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 202 MB/s | 19 MB 00:00 2026-02-19T10:41:44.441 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-19T10:41:44.451 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-19T10:41:44.455 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-19T10:41:44.461 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-19T10:41:44.463 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-19T10:41:44.490 INFO:teuthology.orchestra.run.trial053.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-19T10:41:44.512 INFO:teuthology.orchestra.run.trial165.stdout:(56/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.1 MB/s | 551 kB 00:00 2026-02-19T10:41:44.534 INFO:teuthology.orchestra.run.trial053.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-19T10:41:44.543 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-19T10:41:44.544 INFO:teuthology.orchestra.run.trial165.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 605 kB/s | 19 kB 00:00 2026-02-19T10:41:44.549 INFO:teuthology.orchestra.run.trial053.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-19T10:41:44.552 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-19T10:41:44.558 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-19T10:41:44.562 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-19T10:41:44.569 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-19T10:41:44.572 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-19T10:41:44.579 INFO:teuthology.orchestra.run.trial165.stdout:(58/95): luarocks-3.9.2-5.el9.noarch.rpm 4.3 MB/s | 151 kB 00:00 2026-02-19T10:41:44.601 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-19T10:41:44.611 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-19T10:41:44.617 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-19T10:41:44.625 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-19T10:41:44.642 INFO:teuthology.orchestra.run.trial165.stdout:(59/95): python3-asyncssh-2.13.2-5.el9.noarch.r 8.5 MB/s | 548 kB 00:00 2026-02-19T10:41:44.659 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-19T10:41:44.673 INFO:teuthology.orchestra.run.trial165.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 943 kB/s | 29 kB 00:00 2026-02-19T10:41:44.707 INFO:teuthology.orchestra.run.trial165.stdout:(61/95): python3-backports-tarfile-1.2.0-1.el9. 1.7 MB/s | 60 kB 00:00 2026-02-19T10:41:44.728 INFO:teuthology.orchestra.run.trial165.stdout:(62/95): lua-devel-5.4.4-4.el9.x86_64.rpm 41 kB/s | 22 kB 00:00 2026-02-19T10:41:44.740 INFO:teuthology.orchestra.run.trial165.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.3 MB/s | 43 kB 00:00 2026-02-19T10:41:44.760 INFO:teuthology.orchestra.run.trial165.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 997 kB/s | 32 kB 00:00 2026-02-19T10:41:44.772 INFO:teuthology.orchestra.run.trial165.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 445 kB/s | 14 kB 00:00 2026-02-19T10:41:44.800 INFO:teuthology.orchestra.run.trial165.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 4.2 MB/s | 173 kB 00:00 2026-02-19T10:41:44.821 INFO:teuthology.orchestra.run.trial165.stdout:(67/95): python3-cherrypy-18.6.1-2.el9.noarch.r 7.0 MB/s | 358 kB 00:00 2026-02-19T10:41:44.847 INFO:teuthology.orchestra.run.trial165.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 5.4 MB/s | 254 kB 00:00 2026-02-19T10:41:44.887 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-19T10:41:44.911 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-19T10:41:44.915 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-19T10:41:44.974 INFO:teuthology.orchestra.run.trial053.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-19T10:41:44.976 INFO:teuthology.orchestra.run.trial053.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-19T10:41:44.989 INFO:teuthology.orchestra.run.trial165.stdout:(69/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 12 MB/s | 2.0 MB 00:00 2026-02-19T10:41:44.995 INFO:teuthology.orchestra.run.trial165.stdout:(70/95): python3-grpcio-tools-1.46.7-10.el9.x86 974 kB/s | 144 kB 00:00 2026-02-19T10:41:44.997 INFO:teuthology.orchestra.run.trial053.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-19T10:41:45.028 INFO:teuthology.orchestra.run.trial165.stdout:(71/95): python3-influxdb-5.3.1-1.el9.noarch.rp 3.5 MB/s | 139 kB 00:00 2026-02-19T10:41:45.032 INFO:teuthology.orchestra.run.trial165.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 1.5 MB/s | 56 kB 00:00 2026-02-19T10:41:45.059 INFO:teuthology.orchestra.run.trial165.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 348 kB/s | 11 kB 00:00 2026-02-19T10:41:45.062 INFO:teuthology.orchestra.run.trial165.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 574 kB/s | 18 kB 00:00 2026-02-19T10:41:45.091 INFO:teuthology.orchestra.run.trial165.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 719 kB/s | 23 kB 00:00 2026-02-19T10:41:45.094 INFO:teuthology.orchestra.run.trial165.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 618 kB/s | 20 kB 00:00 2026-02-19T10:41:45.098 INFO:teuthology.orchestra.run.trial165.stdout:(77/95): protobuf-compiler-3.14.0-17.el9.x86_64 945 kB/s | 862 kB 00:00 2026-02-19T10:41:45.123 INFO:teuthology.orchestra.run.trial165.stdout:(78/95): python3-jaraco-functools-3.5.0-2.el9.n 608 kB/s | 19 kB 00:00 2026-02-19T10:41:45.127 INFO:teuthology.orchestra.run.trial165.stdout:(79/95): python3-jaraco-text-4.0.0-2.el9.noarch 825 kB/s | 26 kB 00:00 2026-02-19T10:41:45.185 INFO:teuthology.orchestra.run.trial165.stdout:(80/95): python3-kubernetes-26.1.0-3.el9.noarch 12 MB/s | 1.0 MB 00:00 2026-02-19T10:41:45.189 INFO:teuthology.orchestra.run.trial165.stdout:(81/95): python3-more-itertools-8.12.0-2.el9.no 1.2 MB/s | 79 kB 00:00 2026-02-19T10:41:45.194 INFO:teuthology.orchestra.run.trial165.stdout:(82/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 1.2 MB/s | 86 kB 00:00 2026-02-19T10:41:45.219 INFO:teuthology.orchestra.run.trial165.stdout:(83/95): python3-natsort-7.1.1-5.el9.noarch.rpm 1.7 MB/s | 58 kB 00:00 2026-02-19T10:41:45.221 INFO:teuthology.orchestra.run.trial165.stdout:(84/95): python3-portend-3.1.0-2.el9.noarch.rpm 510 kB/s | 16 kB 00:00 2026-02-19T10:41:45.230 INFO:teuthology.orchestra.run.trial165.stdout:(85/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.5 MB/s | 90 kB 00:00 2026-02-19T10:41:45.252 INFO:teuthology.orchestra.run.trial165.stdout:(86/95): python3-repoze-lru-0.7-16.el9.noarch.r 946 kB/s | 31 kB 00:00 2026-02-19T10:41:45.264 INFO:teuthology.orchestra.run.trial165.stdout:(87/95): python3-routes-2.5.1-5.el9.noarch.rpm 4.3 MB/s | 188 kB 00:00 2026-02-19T10:41:45.267 INFO:teuthology.orchestra.run.trial165.stdout:(88/95): python3-rsa-4.9-2.el9.noarch.rpm 1.5 MB/s | 59 kB 00:00 2026-02-19T10:41:45.272 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 35/38 2026-02-19T10:41:45.273 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /sys 2026-02-19T10:41:45.273 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /proc 2026-02-19T10:41:45.273 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /mnt 2026-02-19T10:41:45.273 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /var/tmp 2026-02-19T10:41:45.273 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /home 2026-02-19T10:41:45.273 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /root 2026-02-19T10:41:45.273 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /tmp 2026-02-19T10:41:45.273 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:45.290 INFO:teuthology.orchestra.run.trial165.stdout:(89/95): python3-saml-1.16.0-1.el9.noarch.rpm 3.2 MB/s | 125 kB 00:00 2026-02-19T10:41:45.295 INFO:teuthology.orchestra.run.trial165.stdout:(90/95): python3-tempora-5.0.0-2.el9.noarch.rpm 1.1 MB/s | 36 kB 00:00 2026-02-19T10:41:45.304 INFO:teuthology.orchestra.run.trial165.stdout:(91/95): python3-typing-extensions-4.15.0-1.el9 2.3 MB/s | 86 kB 00:00 2026-02-19T10:41:45.326 INFO:teuthology.orchestra.run.trial165.stdout:(92/95): python3-websocket-client-1.2.3-2.el9.n 2.5 MB/s | 90 kB 00:00 2026-02-19T10:41:45.329 INFO:teuthology.orchestra.run.trial165.stdout:(93/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.4 MB/s | 48 kB 00:00 2026-02-19T10:41:45.329 INFO:teuthology.orchestra.run.trial053.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-19T10:41:45.336 INFO:teuthology.orchestra.run.trial165.stdout:(94/95): python3-xmltodict-0.12.0-15.el9.noarch 692 kB/s | 22 kB 00:00 2026-02-19T10:41:45.359 INFO:teuthology.orchestra.run.trial165.stdout:(95/95): python3-zc-lockfile-2.0-10.el9.noarch. 606 kB/s | 20 kB 00:00 2026-02-19T10:41:45.363 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:45.363 INFO:teuthology.orchestra.run.trial165.stdout:Total 25 MB/s | 158 MB 00:06 2026-02-19T10:41:45.404 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-19T10:41:45.760 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:41:45.797 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:41:45.798 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:41:45.851 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 36/38 2026-02-19T10:41:45.874 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 36/38 2026-02-19T10:41:45.875 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:45.875 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-19T10:41:45.875 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T10:41:45.875 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T10:41:45.875 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:45.877 INFO:teuthology.orchestra.run.trial172.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T10:41:45.889 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T10:41:45.889 INFO:teuthology.orchestra.run.trial172.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T10:41:45.943 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T10:41:45.944 INFO:teuthology.orchestra.run.trial172.stdout:Creating group 'qat' with GID 992. 2026-02-19T10:41:45.944 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:46.095 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-19T10:41:46.114 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-19T10:41:46.127 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-19T10:41:46.143 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-19T10:41:46.220 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-19T10:41:46.228 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-19T10:41:46.239 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 1/38 2026-02-19T10:41:46.239 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 2/38 2026-02-19T10:41:46.239 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 3/38 2026-02-19T10:41:46.239 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 4/38 2026-02-19T10:41:46.239 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libcephfs-daemon-2:20.3.0-5352.g8453267f.el9.x86_6 5/38 2026-02-19T10:41:46.240 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_6 6/38 2026-02-19T10:41:46.240 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 7/38 2026-02-19T10:41:46.240 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_6 8/38 2026-02-19T10:41:46.240 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 9/38 2026-02-19T10:41:46.240 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5352.g8453267f.el9. 10/38 2026-02-19T10:41:46.240 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-ceph-common-2:20.3.0-5352.g8453267f.el9.x8 11/38 2026-02-19T10:41:46.240 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 12/38 2026-02-19T10:41:46.240 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 13/38 2026-02-19T10:41:46.240 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 14/38 2026-02-19T10:41:46.240 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 15/38 2026-02-19T10:41:46.241 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-19T10:41:46.241 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-19T10:41:46.241 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-19T10:41:46.241 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-19T10:41:46.241 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-19T10:41:46.241 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-19T10:41:46.241 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-19T10:41:46.241 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-19T10:41:46.241 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-19T10:41:46.241 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-19T10:41:46.241 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-19T10:41:46.242 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-19T10:41:46.242 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-19T10:41:46.242 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-19T10:41:46.242 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-19T10:41:46.242 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-19T10:41:46.242 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-19T10:41:46.242 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-19T10:41:46.242 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-19T10:41:46.242 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librados2-2:20.3.0-5352.g8453267f.el9.x86_64 35/38 2026-02-19T10:41:46.242 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-19T10:41:46.242 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 37/38 2026-02-19T10:41:46.252 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-19T10:41:46.283 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-19T10:41:46.301 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T10:41:46.301 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:46.301 INFO:teuthology.orchestra.run.trial172.stdout:Upgraded: 2026-02-19T10:41:46.302 INFO:teuthology.orchestra.run.trial172.stdout: librados2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.302 INFO:teuthology.orchestra.run.trial172.stdout: librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.302 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-19T10:41:46.302 INFO:teuthology.orchestra.run.trial172.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-19T10:41:46.302 INFO:teuthology.orchestra.run.trial172.stdout: ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.302 INFO:teuthology.orchestra.run.trial172.stdout: ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.302 INFO:teuthology.orchestra.run.trial172.stdout: ceph-radosgw-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.302 INFO:teuthology.orchestra.run.trial172.stdout: ceph-selinux-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.302 INFO:teuthology.orchestra.run.trial172.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-19T10:41:46.302 INFO:teuthology.orchestra.run.trial172.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-19T10:41:46.303 INFO:teuthology.orchestra.run.trial172.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-19T10:41:46.303 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs-daemon-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.303 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs-proxy2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.303 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.303 INFO:teuthology.orchestra.run.trial172.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-19T10:41:46.303 INFO:teuthology.orchestra.run.trial172.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-19T10:41:46.303 INFO:teuthology.orchestra.run.trial172.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-19T10:41:46.303 INFO:teuthology.orchestra.run.trial172.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-19T10:41:46.303 INFO:teuthology.orchestra.run.trial172.stdout: libradosstriper1-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.303 INFO:teuthology.orchestra.run.trial172.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-19T10:41:46.303 INFO:teuthology.orchestra.run.trial172.stdout: librgw2-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.304 INFO:teuthology.orchestra.run.trial172.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-19T10:41:46.304 INFO:teuthology.orchestra.run.trial172.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-19T10:41:46.304 INFO:teuthology.orchestra.run.trial172.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-19T10:41:46.304 INFO:teuthology.orchestra.run.trial172.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-19T10:41:46.304 INFO:teuthology.orchestra.run.trial172.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-19T10:41:46.304 INFO:teuthology.orchestra.run.trial172.stdout: python3-ceph-argparse-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.304 INFO:teuthology.orchestra.run.trial172.stdout: python3-ceph-common-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.304 INFO:teuthology.orchestra.run.trial172.stdout: python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.304 INFO:teuthology.orchestra.run.trial172.stdout: python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.305 INFO:teuthology.orchestra.run.trial172.stdout: python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.305 INFO:teuthology.orchestra.run.trial172.stdout: python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:46.305 INFO:teuthology.orchestra.run.trial172.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-19T10:41:46.305 INFO:teuthology.orchestra.run.trial172.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-19T10:41:46.305 INFO:teuthology.orchestra.run.trial172.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-19T10:41:46.305 INFO:teuthology.orchestra.run.trial172.stdout: re2-1:20211101-20.el9.x86_64 2026-02-19T10:41:46.305 INFO:teuthology.orchestra.run.trial172.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-19T10:41:46.305 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:46.305 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:41:46.334 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-19T10:41:46.340 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-19T10:41:46.343 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-19T10:41:46.345 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-19T10:41:46.346 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-test 2026-02-19T10:41:46.363 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T10:41:46.364 INFO:teuthology.orchestra.run.trial053.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-19T10:41:46.364 INFO:teuthology.orchestra.run.trial053.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-19T10:41:46.364 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:46.372 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T10:41:46.398 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:41:46.399 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:41:46.399 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T10:41:46.399 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-19T10:41:46.399 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:46.435 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-19T10:41:46.656 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:13 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:41:46.738 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:41:46.739 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:41:46.739 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repository Size 2026-02-19T10:41:46.739 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:41:46.739 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-19T10:41:46.740 INFO:teuthology.orchestra.run.trial172.stdout: ceph-test x86_64 2:20.3.0-5352.g8453267f.el9 ceph 78 M 2026-02-19T10:41:46.740 INFO:teuthology.orchestra.run.trial172.stdout:Installing dependencies: 2026-02-19T10:41:46.740 INFO:teuthology.orchestra.run.trial172.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-19T10:41:46.740 INFO:teuthology.orchestra.run.trial172.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-19T10:41:46.740 INFO:teuthology.orchestra.run.trial172.stdout: libcephsqlite x86_64 2:20.3.0-5352.g8453267f.el9 ceph 159 k 2026-02-19T10:41:46.740 INFO:teuthology.orchestra.run.trial172.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-19T10:41:46.740 INFO:teuthology.orchestra.run.trial172.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-19T10:41:46.741 INFO:teuthology.orchestra.run.trial172.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-19T10:41:46.741 INFO:teuthology.orchestra.run.trial172.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-19T10:41:46.741 INFO:teuthology.orchestra.run.trial172.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-19T10:41:46.741 INFO:teuthology.orchestra.run.trial172.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-19T10:41:46.741 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:46.741 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:41:46.741 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:41:46.741 INFO:teuthology.orchestra.run.trial172.stdout:Install 10 Packages 2026-02-19T10:41:46.741 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:46.741 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 82 M 2026-02-19T10:41:46.741 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 339 M 2026-02-19T10:41:46.742 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:41:47.036 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:41:47.038 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-19T10:41:47.042 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-19T10:41:47.052 INFO:teuthology.orchestra.run.trial053.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-19T10:41:47.063 INFO:teuthology.orchestra.run.trial165.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-19T10:41:47.074 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-19T10:41:47.107 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-19T10:41:47.113 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-19T10:41:47.116 INFO:teuthology.orchestra.run.trial165.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-19T10:41:47.120 INFO:teuthology.orchestra.run.trial165.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-19T10:41:47.144 INFO:teuthology.orchestra.run.trial165.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-19T10:41:47.156 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-19T10:41:47.159 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-19T10:41:47.165 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-19T10:41:47.167 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-19T10:41:47.178 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-19T10:41:47.185 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-19T10:41:47.209 INFO:teuthology.orchestra.run.trial165.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-19T10:41:47.212 INFO:teuthology.orchestra.run.trial165.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-19T10:41:47.262 INFO:teuthology.orchestra.run.trial165.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-19T10:41:47.275 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-19T10:41:47.277 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-19T10:41:47.282 INFO:teuthology.orchestra.run.trial165.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-19T10:41:47.287 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-19T10:41:47.291 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-19T10:41:47.295 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-19T10:41:47.309 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-19T10:41:47.313 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-19T10:41:47.318 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-19T10:41:47.330 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-19T10:41:47.339 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-19T10:41:47.345 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-19T10:41:47.365 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-19T10:41:47.376 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-19T10:41:47.391 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-19T10:41:47.395 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-19T10:41:47.403 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-19T10:41:47.443 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-19T10:41:47.668 INFO:teuthology.orchestra.run.trial172.stdout:(1/10): libcephsqlite-20.3.0-5352.g8453267f.el9 1.8 MB/s | 159 kB 00:00 2026-02-19T10:41:47.766 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-19T10:41:47.776 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-19T10:41:47.780 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-19T10:41:47.786 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-19T10:41:47.788 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-19T10:41:47.809 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_6 79/95 2026-02-19T10:41:47.815 INFO:teuthology.orchestra.run.trial165.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-19T10:41:47.859 INFO:teuthology.orchestra.run.trial165.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-19T10:41:47.868 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-19T10:41:47.873 INFO:teuthology.orchestra.run.trial165.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-19T10:41:47.874 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_6 80/95 2026-02-19T10:41:47.876 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 81/95 2026-02-19T10:41:47.877 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-19T10:41:47.883 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-19T10:41:47.886 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-19T10:41:47.891 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 81/95 2026-02-19T10:41:47.891 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:47.891 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-19T10:41:47.891 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:47.893 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-19T10:41:47.897 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-19T10:41:47.901 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 82/95 2026-02-19T10:41:47.924 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 82/95 2026-02-19T10:41:47.924 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:47.924 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-19T10:41:47.924 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T10:41:47.924 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T10:41:47.925 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:47.925 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-19T10:41:47.935 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-19T10:41:47.941 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-19T10:41:47.948 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-19T10:41:47.979 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: cephadm-2:20.3.0-5352.g8453267f.el9.noarch 83/95 2026-02-19T10:41:47.981 INFO:teuthology.orchestra.run.trial053.stdout: Installing : cephadm-2:20.3.0-5352.g8453267f.el9.noarch 83/95 2026-02-19T10:41:47.982 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-19T10:41:47.990 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5352.g8453267f.el9 84/95 2026-02-19T10:41:48.014 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5352.g8453267f.el 85/95 2026-02-19T10:41:48.016 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarc 86/95 2026-02-19T10:41:48.207 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-19T10:41:48.210 INFO:teuthology.orchestra.run.trial172.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 42 kB/s | 23 kB 00:00 2026-02-19T10:41:48.230 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-19T10:41:48.234 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-19T10:41:48.293 INFO:teuthology.orchestra.run.trial165.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-19T10:41:48.295 INFO:teuthology.orchestra.run.trial165.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-19T10:41:48.316 INFO:teuthology.orchestra.run.trial165.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-19T10:41:48.590 INFO:teuthology.orchestra.run.trial172.stdout:(3/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 2.1 MB/s | 2.1 MB 00:01 2026-02-19T10:41:48.641 INFO:teuthology.orchestra.run.trial165.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-19T10:41:48.714 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-19T10:41:48.867 INFO:teuthology.orchestra.run.trial172.stdout:(4/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 143 kB/s | 94 kB 00:00 2026-02-19T10:41:49.088 INFO:teuthology.orchestra.run.trial172.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 469 kB/s | 233 kB 00:00 2026-02-19T10:41:49.265 INFO:teuthology.orchestra.run.trial172.stdout:(6/10): ceph-test-20.3.0-5352.g8453267f.el9.x86 46 MB/s | 78 MB 00:01 2026-02-19T10:41:49.266 INFO:teuthology.orchestra.run.trial172.stdout:(7/10): socat-1.7.4.1-8.el9.x86_64.rpm 1.7 MB/s | 303 kB 00:00 2026-02-19T10:41:49.384 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-19T10:41:49.403 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-19T10:41:49.416 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-19T10:41:49.423 INFO:teuthology.orchestra.run.trial172.stdout:(8/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 776 kB/s | 122 kB 00:00 2026-02-19T10:41:49.432 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-19T10:41:49.507 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-19T10:41:49.516 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-19T10:41:49.539 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-19T10:41:49.569 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-19T10:41:49.593 INFO:teuthology.orchestra.run.trial172.stdout:(9/10): protobuf-3.14.0-17.el9.x86_64.rpm 1.4 MB/s | 1.0 MB 00:00 2026-02-19T10:41:49.608 INFO:teuthology.orchestra.run.trial172.stdout:(10/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 185 kB/s | 64 kB 00:00 2026-02-19T10:41:49.609 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:49.610 INFO:teuthology.orchestra.run.trial172.stdout:Total 29 MB/s | 82 MB 00:02 2026-02-19T10:41:49.619 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-19T10:41:49.625 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-19T10:41:49.628 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-19T10:41:49.630 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-19T10:41:49.646 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T10:41:49.646 INFO:teuthology.orchestra.run.trial165.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-19T10:41:49.646 INFO:teuthology.orchestra.run.trial165.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-19T10:41:49.647 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:49.654 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T10:41:49.672 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:41:49.679 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T10:41:49.679 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-19T10:41:49.679 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:49.682 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:41:49.682 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:41:49.713 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-19T10:41:49.968 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:41:49.968 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:41:50.279 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:41:50.287 INFO:teuthology.orchestra.run.trial172.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-19T10:41:50.296 INFO:teuthology.orchestra.run.trial172.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-19T10:41:50.303 INFO:teuthology.orchestra.run.trial172.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-19T10:41:50.307 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-19T10:41:50.313 INFO:teuthology.orchestra.run.trial172.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-19T10:41:50.315 INFO:teuthology.orchestra.run.trial172.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-19T10:41:50.324 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-19T10:41:50.332 INFO:teuthology.orchestra.run.trial172.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-19T10:41:50.333 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 9/10 2026-02-19T10:41:50.343 INFO:teuthology.orchestra.run.trial165.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-19T10:41:50.910 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarc 86/95 2026-02-19T10:41:50.917 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noa 87/95 2026-02-19T10:41:51.117 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_6 79/95 2026-02-19T10:41:51.180 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_6 80/95 2026-02-19T10:41:51.182 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 81/95 2026-02-19T10:41:51.196 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 81/95 2026-02-19T10:41:51.196 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:51.196 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-19T10:41:51.197 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:51.206 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 82/95 2026-02-19T10:41:51.230 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 82/95 2026-02-19T10:41:51.230 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:51.231 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-19T10:41:51.231 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T10:41:51.231 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T10:41:51.231 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:51.286 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: cephadm-2:20.3.0-5352.g8453267f.el9.noarch 83/95 2026-02-19T10:41:51.288 INFO:teuthology.orchestra.run.trial165.stdout: Installing : cephadm-2:20.3.0-5352.g8453267f.el9.noarch 83/95 2026-02-19T10:41:51.297 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5352.g8453267f.el9 84/95 2026-02-19T10:41:51.321 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5352.g8453267f.el 85/95 2026-02-19T10:41:51.322 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarc 86/95 2026-02-19T10:41:51.368 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noa 87/95 2026-02-19T10:41:51.369 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5352.g84532 88/95 2026-02-19T10:41:51.383 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5352.g84532 88/95 2026-02-19T10:41:51.383 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noa 89/95 2026-02-19T10:41:51.445 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noa 89/95 2026-02-19T10:41:51.487 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5352.g8453267f.el9. 90/95 2026-02-19T10:41:51.488 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 91/95 2026-02-19T10:41:51.509 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 91/95 2026-02-19T10:41:51.509 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:51.510 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-19T10:41:51.510 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T10:41:51.510 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T10:41:51.510 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:51.522 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 92/95 2026-02-19T10:41:51.744 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 92/95 2026-02-19T10:41:51.746 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 93/95 2026-02-19T10:41:51.767 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 93/95 2026-02-19T10:41:51.767 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:51.767 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-19T10:41:51.767 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T10:41:51.767 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T10:41:51.767 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:51.862 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 94/95 2026-02-19T10:41:51.883 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 94/95 2026-02-19T10:41:51.883 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:51.883 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-19T10:41:51.883 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T10:41:51.883 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T10:41:51.884 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:51.884 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-2:20.3.0-5352.g8453267f.el9.x86_64 95/95 2026-02-19T10:41:51.891 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_6 95/95 2026-02-19T10:41:51.915 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_6 95/95 2026-02-19T10:41:52.735 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-2:20.3.0-5352.g8453267f.el9.x86_64 95/95 2026-02-19T10:41:52.735 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-2:20.3.0-5352.g8453267f.el9.x86_64 1/95 2026-02-19T10:41:52.735 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 2/95 2026-02-19T10:41:52.735 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 3/95 2026-02-19T10:41:52.735 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 4/95 2026-02-19T10:41:52.735 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 5/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_6 6/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_6 7/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5352.g8453267f.el 8/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarc 9/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noa 10/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5352.g84532 11/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noa 12/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5352.g8453267f.el9. 13/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 14/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5352.g8453267f.el9 15/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 16/95 2026-02-19T10:41:52.736 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : cephadm-2:20.3.0-5352.g8453267f.el9.noarch 17/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-19T10:41:52.737 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-19T10:41:52.738 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-19T10:41:52.739 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-19T10:41:52.740 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-19T10:41:52.741 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-19T10:41:52.742 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-19T10:41:52.798 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-19T10:41:52.798 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:52.798 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-19T10:41:52.798 INFO:teuthology.orchestra.run.trial053.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-19T10:41:52.799 INFO:teuthology.orchestra.run.trial053.stdout: ceph-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:52.799 INFO:teuthology.orchestra.run.trial053.stdout: ceph-grafana-dashboards-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:52.799 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:52.799 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:52.799 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:52.799 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:52.799 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:52.799 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:52.799 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-modules-core-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:52.799 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:52.799 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: ceph-prometheus-alerts-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: cephadm-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-19T10:41:52.800 INFO:teuthology.orchestra.run.trial053.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: lua-5.4.4-4.el9.x86_64 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-19T10:41:52.801 INFO:teuthology.orchestra.run.trial053.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-19T10:41:52.802 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T10:41:52.803 INFO:teuthology.orchestra.run.trial053.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-ply-3.11-14.el9.noarch 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-19T10:41:52.804 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-19T10:41:52.805 INFO:teuthology.orchestra.run.trial053.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-19T10:41:52.806 INFO:teuthology.orchestra.run.trial053.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-19T10:41:52.806 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-19T10:41:52.806 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-19T10:41:52.806 INFO:teuthology.orchestra.run.trial053.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-19T10:41:52.806 INFO:teuthology.orchestra.run.trial053.stdout: unzip-6.0-59.el9.x86_64 2026-02-19T10:41:52.806 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-19T10:41:52.806 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-19T10:41:52.806 INFO:teuthology.orchestra.run.trial053.stdout: zip-3.0-35.el9.x86_64 2026-02-19T10:41:52.806 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:52.806 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:52.861 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-base 2026-02-19T10:41:53.176 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:38 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:53.241 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:41:53.259 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:53.260 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:41:53.260 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:53.281 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install cephadm 2026-02-19T10:41:53.593 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:38 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:53.657 INFO:teuthology.orchestra.run.trial053.stdout:Package cephadm-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:41:53.674 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:53.675 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:41:53.675 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:53.696 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-immutable-object-cache 2026-02-19T10:41:53.939 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 9/10 2026-02-19T10:41:53.957 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 10/10 2026-02-19T10:41:54.003 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:39 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:54.086 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:54.087 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:54.087 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-19T10:41:54.088 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:54.088 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-19T10:41:54.088 INFO:teuthology.orchestra.run.trial053.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5352.g8453267f.el9 ceph 147 k 2026-02-19T10:41:54.088 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:54.088 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:41:54.088 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:54.088 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-19T10:41:54.088 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:54.088 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 147 k 2026-02-19T10:41:54.088 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 419 k 2026-02-19T10:41:54.088 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:41:54.175 INFO:teuthology.orchestra.run.trial053.stdout:ceph-immutable-object-cache-20.3.0-5352.g845326 1.6 MB/s | 147 kB 00:00 2026-02-19T10:41:54.176 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:54.176 INFO:teuthology.orchestra.run.trial053.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-19T10:41:54.176 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:41:54.180 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:41:54.180 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:41:54.211 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:41:54.212 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:41:54.252 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarc 86/95 2026-02-19T10:41:54.259 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noa 87/95 2026-02-19T10:41:54.269 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:41:54.270 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5352.g8453267f. 1/1 2026-02-19T10:41:54.292 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5352.g8453267f. 1/1 2026-02-19T10:41:54.293 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:54.293 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-19T10:41:54.293 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:54.322 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 10/10 2026-02-19T10:41:54.322 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 1/10 2026-02-19T10:41:54.323 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 2/10 2026-02-19T10:41:54.323 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-19T10:41:54.323 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-19T10:41:54.323 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-19T10:41:54.323 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-19T10:41:54.323 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-19T10:41:54.323 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-19T10:41:54.323 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-19T10:41:54.379 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-19T10:41:54.379 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:54.379 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-19T10:41:54.379 INFO:teuthology.orchestra.run.trial172.stdout: ceph-test-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:54.379 INFO:teuthology.orchestra.run.trial172.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-19T10:41:54.380 INFO:teuthology.orchestra.run.trial172.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-19T10:41:54.380 INFO:teuthology.orchestra.run.trial172.stdout: libcephsqlite-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:54.380 INFO:teuthology.orchestra.run.trial172.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-19T10:41:54.380 INFO:teuthology.orchestra.run.trial172.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-19T10:41:54.380 INFO:teuthology.orchestra.run.trial172.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-19T10:41:54.380 INFO:teuthology.orchestra.run.trial172.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-19T10:41:54.380 INFO:teuthology.orchestra.run.trial172.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-19T10:41:54.380 INFO:teuthology.orchestra.run.trial172.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-19T10:41:54.380 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:54.380 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:41:54.421 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph 2026-02-19T10:41:54.599 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5352.g8453267f. 1/1 2026-02-19T10:41:54.600 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:54.600 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-19T10:41:54.600 INFO:teuthology.orchestra.run.trial053.stdout: ceph-immutable-object-cache-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:54.600 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:54.600 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:54.628 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr 2026-02-19T10:41:54.714 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noa 87/95 2026-02-19T10:41:54.716 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5352.g84532 88/95 2026-02-19T10:41:54.729 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5352.g84532 88/95 2026-02-19T10:41:54.730 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noa 89/95 2026-02-19T10:41:54.743 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:21 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:41:54.793 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noa 89/95 2026-02-19T10:41:54.830 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:41:54.833 INFO:teuthology.orchestra.run.trial172.stdout:======================================================================================= 2026-02-19T10:41:54.833 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repository Size 2026-02-19T10:41:54.834 INFO:teuthology.orchestra.run.trial172.stdout:======================================================================================= 2026-02-19T10:41:54.834 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-19T10:41:54.834 INFO:teuthology.orchestra.run.trial172.stdout: ceph x86_64 2:20.3.0-5352.g8453267f.el9 ceph 6.5 k 2026-02-19T10:41:54.834 INFO:teuthology.orchestra.run.trial172.stdout:Installing dependencies: 2026-02-19T10:41:54.834 INFO:teuthology.orchestra.run.trial172.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-19T10:41:54.834 INFO:teuthology.orchestra.run.trial172.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 57 k 2026-02-19T10:41:54.834 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mds x86_64 2:20.3.0-5352.g8453267f.el9 ceph 2.4 M 2026-02-19T10:41:54.834 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr x86_64 2:20.3.0-5352.g8453267f.el9 ceph 936 k 2026-02-19T10:41:54.834 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 297 k 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mon x86_64 2:20.3.0-5352.g8453267f.el9 ceph 5.0 M 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: ceph-osd x86_64 2:20.3.0-5352.g8453267f.el9 ceph 167 k 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: ceph-osd-classic x86_64 2:20.3.0-5352.g8453267f.el9 ceph 16 M 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: ceph-osd-crimson x86_64 2:20.3.0-5352.g8453267f.el9 ceph 19 M 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 17 k 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: cephadm noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 1.0 M 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-19T10:41:54.835 INFO:teuthology.orchestra.run.trial172.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-19T10:41:54.836 INFO:teuthology.orchestra.run.trial172.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-19T10:41:54.836 INFO:teuthology.orchestra.run.trial172.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-19T10:41:54.836 INFO:teuthology.orchestra.run.trial172.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-19T10:41:54.836 INFO:teuthology.orchestra.run.trial172.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-19T10:41:54.836 INFO:teuthology.orchestra.run.trial172.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-19T10:41:54.836 INFO:teuthology.orchestra.run.trial172.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-19T10:41:54.836 INFO:teuthology.orchestra.run.trial172.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-19T10:41:54.836 INFO:teuthology.orchestra.run.trial172.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-19T10:41:54.836 INFO:teuthology.orchestra.run.trial172.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-19T10:41:54.836 INFO:teuthology.orchestra.run.trial172.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-19T10:41:54.836 INFO:teuthology.orchestra.run.trial172.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-19T10:41:54.837 INFO:teuthology.orchestra.run.trial172.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-19T10:41:54.838 INFO:teuthology.orchestra.run.trial172.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-19T10:41:54.839 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-19T10:41:54.840 INFO:teuthology.orchestra.run.trial172.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout:Installing weak dependencies: 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 184 k 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 51 M 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 7.4 M 2026-02-19T10:41:54.841 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 22 k 2026-02-19T10:41:54.842 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-rook noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 50 k 2026-02-19T10:41:54.842 INFO:teuthology.orchestra.run.trial172.stdout: ceph-volume noarch 2:20.3.0-5352.g8453267f.el9 ceph-noarch 301 k 2026-02-19T10:41:54.842 INFO:teuthology.orchestra.run.trial172.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-19T10:41:54.842 INFO:teuthology.orchestra.run.trial172.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-19T10:41:54.842 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:54.842 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:41:54.842 INFO:teuthology.orchestra.run.trial172.stdout:======================================================================================= 2026-02-19T10:41:54.842 INFO:teuthology.orchestra.run.trial172.stdout:Install 95 Packages 2026-02-19T10:41:54.842 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:41:54.843 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5352.g8453267f.el9. 90/95 2026-02-19T10:41:54.843 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 91/95 2026-02-19T10:41:54.844 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 158 M 2026-02-19T10:41:54.844 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 731 M 2026-02-19T10:41:54.844 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:41:54.858 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 91/95 2026-02-19T10:41:54.858 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:54.858 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-19T10:41:54.858 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T10:41:54.858 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T10:41:54.858 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:54.871 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 92/95 2026-02-19T10:41:54.948 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:39 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:55.013 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:41:55.032 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:55.032 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:41:55.032 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:55.054 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-dashboard 2026-02-19T10:41:55.095 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 92/95 2026-02-19T10:41:55.097 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 93/95 2026-02-19T10:41:55.118 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 93/95 2026-02-19T10:41:55.118 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:55.119 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-19T10:41:55.119 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T10:41:55.119 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T10:41:55.119 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:55.215 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 94/95 2026-02-19T10:41:55.236 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 94/95 2026-02-19T10:41:55.236 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:55.237 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-19T10:41:55.237 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T10:41:55.237 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T10:41:55.237 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:55.237 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-2:20.3.0-5352.g8453267f.el9.x86_64 95/95 2026-02-19T10:41:55.244 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_6 95/95 2026-02-19T10:41:55.267 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_6 95/95 2026-02-19T10:41:55.365 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:40 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:55.430 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:41:55.448 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:55.449 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:41:55.449 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:55.470 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-19T10:41:55.759 INFO:teuthology.orchestra.run.trial172.stdout:(1/95): ceph-20.3.0-5352.g8453267f.el9.x86_64.r 127 kB/s | 6.5 kB 00:00 2026-02-19T10:41:55.774 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:40 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:55.839 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:41:55.842 INFO:teuthology.orchestra.run.trial172.stdout:(2/95): ceph-mgr-20.3.0-5352.g8453267f.el9.x86_ 6.8 MB/s | 936 kB 00:00 2026-02-19T10:41:55.857 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:55.858 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:41:55.858 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:55.873 INFO:teuthology.orchestra.run.trial172.stdout:(3/95): ceph-mds-20.3.0-5352.g8453267f.el9.x86_ 14 MB/s | 2.4 MB 00:00 2026-02-19T10:41:55.876 INFO:teuthology.orchestra.run.trial172.stdout:(4/95): ceph-osd-20.3.0-5352.g8453267f.el9.x86_ 4.8 MB/s | 167 kB 00:00 2026-02-19T10:41:55.878 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-rook 2026-02-19T10:41:56.048 INFO:teuthology.orchestra.run.trial172.stdout:(5/95): ceph-mon-20.3.0-5352.g8453267f.el9.x86_ 17 MB/s | 5.0 MB 00:00 2026-02-19T10:41:56.080 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-2:20.3.0-5352.g8453267f.el9.x86_64 95/95 2026-02-19T10:41:56.080 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-2:20.3.0-5352.g8453267f.el9.x86_64 1/95 2026-02-19T10:41:56.080 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 2/95 2026-02-19T10:41:56.080 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 3/95 2026-02-19T10:41:56.080 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 4/95 2026-02-19T10:41:56.080 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 5/95 2026-02-19T10:41:56.080 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_6 6/95 2026-02-19T10:41:56.080 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_6 7/95 2026-02-19T10:41:56.080 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5352.g8453267f.el 8/95 2026-02-19T10:41:56.080 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarc 9/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noa 10/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5352.g84532 11/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noa 12/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5352.g8453267f.el9. 13/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 14/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5352.g8453267f.el9 15/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 16/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : cephadm-2:20.3.0-5352.g8453267f.el9.noarch 17/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-19T10:41:56.081 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-19T10:41:56.082 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-19T10:41:56.083 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-19T10:41:56.084 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-19T10:41:56.085 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-19T10:41:56.086 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-19T10:41:56.091 INFO:teuthology.orchestra.run.trial172.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5352.g84 1.3 MB/s | 57 kB 00:00 2026-02-19T10:41:56.137 INFO:teuthology.orchestra.run.trial172.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5352.g8453267f. 3.9 MB/s | 184 kB 00:00 2026-02-19T10:41:56.142 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-grafana-dashboards-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-modules-core-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-prometheus-alerts-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: cephadm-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-19T10:41:56.143 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: lua-5.4.4-4.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-19T10:41:56.144 INFO:teuthology.orchestra.run.trial165.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-ply-3.11-14.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-19T10:41:56.145 INFO:teuthology.orchestra.run.trial165.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: unzip-6.0-59.el9.x86_64 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: zip-3.0-35.el9.x86_64 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:56.146 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:56.192 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:41 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:56.205 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-base 2026-02-19T10:41:56.257 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:41:56.275 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:56.275 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:41:56.276 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:56.297 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-cephadm 2026-02-19T10:41:56.526 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:40 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:41:56.548 INFO:teuthology.orchestra.run.trial172.stdout:(8/95): ceph-osd-classic-20.3.0-5352.g8453267f. 23 MB/s | 16 MB 00:00 2026-02-19T10:41:56.591 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:41:56.605 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:41 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:56.609 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:56.610 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:41:56.610 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:56.632 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install cephadm 2026-02-19T10:41:56.669 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:41:56.687 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:56.689 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:41:56.689 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:56.709 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-osd 2026-02-19T10:41:56.875 INFO:teuthology.orchestra.run.trial172.stdout:(9/95): ceph-osd-crimson-20.3.0-5352.g8453267f. 19 MB/s | 19 MB 00:00 2026-02-19T10:41:56.907 INFO:teuthology.orchestra.run.trial172.stdout:(10/95): ceph-mgr-diskprediction-local-20.3.0-5 21 MB/s | 7.4 MB 00:00 2026-02-19T10:41:56.907 INFO:teuthology.orchestra.run.trial172.stdout:(11/95): ceph-mgr-k8sevents-20.3.0-5352.g845326 699 kB/s | 22 kB 00:00 2026-02-19T10:41:56.933 INFO:teuthology.orchestra.run.trial172.stdout:(12/95): ceph-mgr-modules-core-20.3.0-5352.g845 11 MB/s | 297 kB 00:00 2026-02-19T10:41:56.934 INFO:teuthology.orchestra.run.trial172.stdout:(13/95): ceph-mgr-rook-20.3.0-5352.g8453267f.el 1.8 MB/s | 50 kB 00:00 2026-02-19T10:41:56.938 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:40 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:41:56.953 INFO:teuthology.orchestra.run.trial172.stdout:(14/95): ceph-prometheus-alerts-20.3.0-5352.g84 895 kB/s | 17 kB 00:00 2026-02-19T10:41:56.959 INFO:teuthology.orchestra.run.trial172.stdout:(15/95): ceph-volume-20.3.0-5352.g8453267f.el9. 12 MB/s | 301 kB 00:00 2026-02-19T10:41:56.996 INFO:teuthology.orchestra.run.trial172.stdout:(16/95): cephadm-20.3.0-5352.g8453267f.el9.noar 24 MB/s | 1.0 MB 00:00 2026-02-19T10:41:57.002 INFO:teuthology.orchestra.run.trial165.stdout:Package cephadm-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:41:57.021 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:57.022 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:41:57.022 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:57.022 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:42 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:57.042 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-immutable-object-cache 2026-02-19T10:41:57.087 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:41:57.105 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:57.106 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:41:57.106 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:57.127 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-osd-classic 2026-02-19T10:41:57.272 INFO:teuthology.orchestra.run.trial172.stdout:(17/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 146 kB/s | 40 kB 00:00 2026-02-19T10:41:57.345 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:41 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:41:57.428 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:57.429 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:57.429 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repo Size 2026-02-19T10:41:57.429 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:57.429 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-19T10:41:57.429 INFO:teuthology.orchestra.run.trial165.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5352.g8453267f.el9 ceph 147 k 2026-02-19T10:41:57.429 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:57.429 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:41:57.429 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:41:57.429 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-19T10:41:57.429 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:57.430 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 147 k 2026-02-19T10:41:57.430 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 419 k 2026-02-19T10:41:57.430 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:41:57.441 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:42 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:57.462 INFO:teuthology.orchestra.run.trial172.stdout:(18/95): libconfig-1.7.2-9.el9.x86_64.rpm 379 kB/s | 72 kB 00:00 2026-02-19T10:41:57.505 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:41:57.519 INFO:teuthology.orchestra.run.trial172.stdout:(19/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 627 kB/s | 351 kB 00:00 2026-02-19T10:41:57.523 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:57.524 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:41:57.524 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:57.545 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-fuse 2026-02-19T10:41:57.557 INFO:teuthology.orchestra.run.trial165.stdout:ceph-immutable-object-cache-20.3.0-5352.g845326 1.1 MB/s | 147 kB 00:00 2026-02-19T10:41:57.558 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:57.558 INFO:teuthology.orchestra.run.trial165.stdout:Total 1.1 MB/s | 147 kB 00:00 2026-02-19T10:41:57.558 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:41:57.562 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:41:57.562 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:41:57.593 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:41:57.593 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:41:57.650 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:41:57.652 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5352.g8453267f. 1/1 2026-02-19T10:41:57.663 INFO:teuthology.orchestra.run.trial172.stdout:(20/95): ceph-mgr-dashboard-20.3.0-5352.g845326 33 MB/s | 51 MB 00:01 2026-02-19T10:41:57.664 INFO:teuthology.orchestra.run.trial172.stdout:(21/95): libquadmath-11.5.0-14.el9.x86_64.rpm 1.2 MB/s | 184 kB 00:00 2026-02-19T10:41:57.674 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5352.g8453267f. 1/1 2026-02-19T10:41:57.674 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:41:57.674 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-19T10:41:57.674 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:57.828 INFO:teuthology.orchestra.run.trial172.stdout:(22/95): libgfortran-11.5.0-14.el9.x86_64.rpm 2.1 MB/s | 794 kB 00:00 2026-02-19T10:41:57.856 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:42 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:57.911 INFO:teuthology.orchestra.run.trial172.stdout:(23/95): python3-cryptography-36.0.1-5.el9.x86_ 5.1 MB/s | 1.2 MB 00:00 2026-02-19T10:41:57.913 INFO:teuthology.orchestra.run.trial172.stdout:(24/95): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 106 kB 00:00 2026-02-19T10:41:57.939 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:57.940 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:57.940 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-19T10:41:57.940 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:57.941 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-19T10:41:57.941 INFO:teuthology.orchestra.run.trial053.stdout: ceph-fuse x86_64 2:20.3.0-5352.g8453267f.el9 ceph 988 k 2026-02-19T10:41:57.941 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:57.941 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:41:57.941 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:57.941 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-19T10:41:57.941 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:57.941 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 988 k 2026-02-19T10:41:57.941 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 2.9 M 2026-02-19T10:41:57.941 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:41:57.973 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5352.g8453267f. 1/1 2026-02-19T10:41:57.973 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:57.973 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-19T10:41:57.973 INFO:teuthology.orchestra.run.trial165.stdout: ceph-immutable-object-cache-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:57.973 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:41:57.973 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:57.994 INFO:teuthology.orchestra.run.trial172.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 1.6 MB/s | 135 kB 00:00 2026-02-19T10:41:57.999 INFO:teuthology.orchestra.run.trial172.stdout:(26/95): python3-requests-2.25.1-10.el9.noarch. 1.4 MB/s | 126 kB 00:00 2026-02-19T10:41:58.000 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-mgr 2026-02-19T10:41:58.060 INFO:teuthology.orchestra.run.trial053.stdout:ceph-fuse-20.3.0-5352.g8453267f.el9.x86_64.rpm 8.0 MB/s | 988 kB 00:00 2026-02-19T10:41:58.061 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:58.061 INFO:teuthology.orchestra.run.trial053.stdout:Total 7.9 MB/s | 988 kB 00:00 2026-02-19T10:41:58.061 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:41:58.066 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:41:58.066 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:41:58.081 INFO:teuthology.orchestra.run.trial172.stdout:(27/95): python3-urllib3-1.26.5-7.el9.noarch.rp 2.5 MB/s | 218 kB 00:00 2026-02-19T10:41:58.087 INFO:teuthology.orchestra.run.trial172.stdout:(28/95): unzip-6.0-59.el9.x86_64.rpm 2.0 MB/s | 182 kB 00:00 2026-02-19T10:41:58.100 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:41:58.100 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:41:58.162 INFO:teuthology.orchestra.run.trial172.stdout:(29/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 507 kB/s | 253 kB 00:00 2026-02-19T10:41:58.163 INFO:teuthology.orchestra.run.trial172.stdout:(30/95): flexiblas-3.0.4-9.el9.x86_64.rpm 393 kB/s | 30 kB 00:00 2026-02-19T10:41:58.169 INFO:teuthology.orchestra.run.trial172.stdout:(31/95): zip-3.0-35.el9.x86_64.rpm 2.9 MB/s | 266 kB 00:00 2026-02-19T10:41:58.193 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:41:58.210 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:41:58.228 INFO:teuthology.orchestra.run.trial172.stdout:(32/95): flexiblas-openblas-openmp-3.0.4-9.el9. 226 kB/s | 15 kB 00:00 2026-02-19T10:41:58.299 INFO:teuthology.orchestra.run.trial172.stdout:(33/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 1.9 MB/s | 246 kB 00:00 2026-02-19T10:41:58.314 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:42 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:41:58.316 INFO:teuthology.orchestra.run.trial172.stdout:(34/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 19 MB/s | 3.0 MB 00:00 2026-02-19T10:41:58.319 INFO:teuthology.orchestra.run.trial172.stdout:(35/95): openblas-0.3.29-1.el9.x86_64.rpm 2.1 MB/s | 42 kB 00:00 2026-02-19T10:41:58.345 INFO:teuthology.orchestra.run.trial172.stdout:(36/95): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 188 kB 00:00 2026-02-19T10:41:58.379 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:41:58.397 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:58.397 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:41:58.397 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:58.408 INFO:teuthology.orchestra.run.trial172.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 3.8 MB/s | 244 kB 00:00 2026-02-19T10:41:58.415 INFO:teuthology.orchestra.run.trial172.stdout:(38/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 54 MB/s | 5.3 MB 00:00 2026-02-19T10:41:58.419 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-mgr-dashboard 2026-02-19T10:41:58.433 INFO:teuthology.orchestra.run.trial172.stdout:(39/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 9.6 MB/s | 249 kB 00:00 2026-02-19T10:41:58.434 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:41:58.436 INFO:teuthology.orchestra.run.trial172.stdout:(40/95): python3-jmespath-1.0.1-1.el9.noarch.rp 2.2 MB/s | 48 kB 00:00 2026-02-19T10:41:58.459 INFO:teuthology.orchestra.run.trial172.stdout:(41/95): python3-libstoragemgmt-1.10.1-1.el9.x8 6.8 MB/s | 177 kB 00:00 2026-02-19T10:41:58.465 INFO:teuthology.orchestra.run.trial172.stdout:(42/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 42 MB/s | 1.2 MB 00:00 2026-02-19T10:41:58.492 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:41:58.492 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:58.493 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-19T10:41:58.493 INFO:teuthology.orchestra.run.trial053.stdout: ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:58.493 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:58.493 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:58.523 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-volume 2026-02-19T10:41:58.539 INFO:teuthology.orchestra.run.trial172.stdout:(43/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 84 MB/s | 6.1 MB 00:00 2026-02-19T10:41:58.562 INFO:teuthology.orchestra.run.trial172.stdout:(44/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 19 MB/s | 442 kB 00:00 2026-02-19T10:41:58.584 INFO:teuthology.orchestra.run.trial172.stdout:(45/95): python3-packaging-20.9-5.el9.noarch.rp 3.4 MB/s | 77 kB 00:00 2026-02-19T10:41:58.606 INFO:teuthology.orchestra.run.trial172.stdout:(46/95): python3-protobuf-3.14.0-17.el9.noarch. 12 MB/s | 267 kB 00:00 2026-02-19T10:41:58.628 INFO:teuthology.orchestra.run.trial172.stdout:(47/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 7.1 MB/s | 159 kB 00:00 2026-02-19T10:41:58.650 INFO:teuthology.orchestra.run.trial172.stdout:(48/95): python3-pyasn1-modules-0.4.8-6.el9.noa 12 MB/s | 279 kB 00:00 2026-02-19T10:41:58.672 INFO:teuthology.orchestra.run.trial172.stdout:(49/95): python3-requests-oauthlib-1.3.0-12.el9 2.4 MB/s | 54 kB 00:00 2026-02-19T10:41:58.725 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:42 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:41:58.789 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:41:58.808 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:58.808 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:41:58.808 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:58.831 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-19T10:41:58.833 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:43 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:58.889 INFO:teuthology.orchestra.run.trial172.stdout:(50/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 89 MB/s | 19 MB 00:00 2026-02-19T10:41:58.897 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:41:58.897 INFO:teuthology.orchestra.run.trial172.stdout:(51/95): python3-markupsafe-1.1.1-12.el9.x86_64 79 kB/s | 35 kB 00:00 2026-02-19T10:41:58.910 INFO:teuthology.orchestra.run.trial172.stdout:(52/95): python3-toml-0.10.2-6.el9.noarch.rpm 1.9 MB/s | 42 kB 00:00 2026-02-19T10:41:58.915 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:58.916 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:41:58.916 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:58.932 INFO:teuthology.orchestra.run.trial172.stdout:(53/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 4.1 MB/s | 90 kB 00:00 2026-02-19T10:41:58.937 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install librados-devel 2026-02-19T10:41:58.983 INFO:teuthology.orchestra.run.trial172.stdout:(54/95): lua-devel-5.4.4-4.el9.x86_64.rpm 448 kB/s | 22 kB 00:00 2026-02-19T10:41:59.009 INFO:teuthology.orchestra.run.trial172.stdout:(55/95): python3-babel-2.9.1-2.el9.noarch.rpm 8.6 MB/s | 6.0 MB 00:00 2026-02-19T10:41:59.024 INFO:teuthology.orchestra.run.trial172.stdout:(56/95): protobuf-compiler-3.14.0-17.el9.x86_64 20 MB/s | 862 kB 00:00 2026-02-19T10:41:59.044 INFO:teuthology.orchestra.run.trial172.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 988 kB/s | 19 kB 00:00 2026-02-19T10:41:59.065 INFO:teuthology.orchestra.run.trial172.stdout:(58/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 9.6 MB/s | 551 kB 00:00 2026-02-19T10:41:59.066 INFO:teuthology.orchestra.run.trial172.stdout:(59/95): luarocks-3.9.2-5.el9.noarch.rpm 6.7 MB/s | 151 kB 00:00 2026-02-19T10:41:59.075 INFO:teuthology.orchestra.run.trial172.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 3.4 MB/s | 29 kB 00:00 2026-02-19T10:41:59.077 INFO:teuthology.orchestra.run.trial172.stdout:(61/95): python3-asyncssh-2.13.2-5.el9.noarch.r 48 MB/s | 548 kB 00:00 2026-02-19T10:41:59.083 INFO:teuthology.orchestra.run.trial172.stdout:(62/95): python3-backports-tarfile-1.2.0-1.el9. 6.9 MB/s | 60 kB 00:00 2026-02-19T10:41:59.085 INFO:teuthology.orchestra.run.trial172.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 5.2 MB/s | 43 kB 00:00 2026-02-19T10:41:59.091 INFO:teuthology.orchestra.run.trial172.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 3.9 MB/s | 32 kB 00:00 2026-02-19T10:41:59.092 INFO:teuthology.orchestra.run.trial172.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 1.9 MB/s | 14 kB 00:00 2026-02-19T10:41:59.101 INFO:teuthology.orchestra.run.trial172.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 17 MB/s | 173 kB 00:00 2026-02-19T10:41:59.102 INFO:teuthology.orchestra.run.trial172.stdout:(67/95): python3-cherrypy-18.6.1-2.el9.noarch.r 35 MB/s | 358 kB 00:00 2026-02-19T10:41:59.114 INFO:teuthology.orchestra.run.trial172.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 20 MB/s | 254 kB 00:00 2026-02-19T10:41:59.124 INFO:teuthology.orchestra.run.trial172.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 14 MB/s | 144 kB 00:00 2026-02-19T10:41:59.135 INFO:teuthology.orchestra.run.trial172.stdout:(70/95): python3-influxdb-5.3.1-1.el9.noarch.rp 13 MB/s | 139 kB 00:00 2026-02-19T10:41:59.139 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:43 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:41:59.143 INFO:teuthology.orchestra.run.trial172.stdout:(71/95): python3-isodate-0.6.1-3.el9.noarch.rpm 6.4 MB/s | 56 kB 00:00 2026-02-19T10:41:59.151 INFO:teuthology.orchestra.run.trial172.stdout:(72/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 1.4 MB/s | 11 kB 00:00 2026-02-19T10:41:59.157 INFO:teuthology.orchestra.run.trial172.stdout:(73/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 38 MB/s | 2.0 MB 00:00 2026-02-19T10:41:59.159 INFO:teuthology.orchestra.run.trial172.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 2.2 MB/s | 18 kB 00:00 2026-02-19T10:41:59.165 INFO:teuthology.orchestra.run.trial172.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 2.9 MB/s | 23 kB 00:00 2026-02-19T10:41:59.167 INFO:teuthology.orchestra.run.trial172.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 2.4 MB/s | 20 kB 00:00 2026-02-19T10:41:59.172 INFO:teuthology.orchestra.run.trial172.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 2.5 MB/s | 19 kB 00:00 2026-02-19T10:41:59.175 INFO:teuthology.orchestra.run.trial172.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 3.2 MB/s | 26 kB 00:00 2026-02-19T10:41:59.184 INFO:teuthology.orchestra.run.trial172.stdout:(79/95): python3-kubernetes-26.1.0-3.el9.noarch 87 MB/s | 1.0 MB 00:00 2026-02-19T10:41:59.184 INFO:teuthology.orchestra.run.trial172.stdout:(80/95): python3-more-itertools-8.12.0-2.el9.no 8.2 MB/s | 79 kB 00:00 2026-02-19T10:41:59.193 INFO:teuthology.orchestra.run.trial172.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 9.8 MB/s | 86 kB 00:00 2026-02-19T10:41:59.193 INFO:teuthology.orchestra.run.trial172.stdout:(82/95): python3-natsort-7.1.1-5.el9.noarch.rpm 6.6 MB/s | 58 kB 00:00 2026-02-19T10:41:59.200 INFO:teuthology.orchestra.run.trial172.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 2.2 MB/s | 16 kB 00:00 2026-02-19T10:41:59.203 INFO:teuthology.orchestra.run.trial172.stdout:(84/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 9.9 MB/s | 90 kB 00:00 2026-02-19T10:41:59.203 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:41:59.208 INFO:teuthology.orchestra.run.trial172.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 4.0 MB/s | 31 kB 00:00 2026-02-19T10:41:59.212 INFO:teuthology.orchestra.run.trial172.stdout:(86/95): python3-routes-2.5.1-5.el9.noarch.rpm 19 MB/s | 188 kB 00:00 2026-02-19T10:41:59.216 INFO:teuthology.orchestra.run.trial172.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 7.8 MB/s | 59 kB 00:00 2026-02-19T10:41:59.222 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:59.222 INFO:teuthology.orchestra.run.trial172.stdout:(88/95): python3-saml-1.16.0-1.el9.noarch.rpm 13 MB/s | 125 kB 00:00 2026-02-19T10:41:59.223 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:41:59.223 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:59.223 INFO:teuthology.orchestra.run.trial172.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 4.5 MB/s | 36 kB 00:00 2026-02-19T10:41:59.231 INFO:teuthology.orchestra.run.trial172.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 9.7 MB/s | 86 kB 00:00 2026-02-19T10:41:59.233 INFO:teuthology.orchestra.run.trial172.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 9.3 MB/s | 90 kB 00:00 2026-02-19T10:41:59.240 INFO:teuthology.orchestra.run.trial172.stdout:(92/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 5.2 MB/s | 48 kB 00:00 2026-02-19T10:41:59.240 INFO:teuthology.orchestra.run.trial172.stdout:(93/95): python3-xmltodict-0.12.0-15.el9.noarch 3.0 MB/s | 22 kB 00:00 2026-02-19T10:41:59.244 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-mgr-rook 2026-02-19T10:41:59.245 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:44 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:41:59.248 INFO:teuthology.orchestra.run.trial172.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 2.3 MB/s | 20 kB 00:00 2026-02-19T10:41:59.329 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:41:59.329 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:59.329 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-19T10:41:59.329 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:59.329 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-19T10:41:59.329 INFO:teuthology.orchestra.run.trial053.stdout: librados-devel x86_64 2:20.3.0-5352.g8453267f.el9 ceph 123 k 2026-02-19T10:41:59.330 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:59.330 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:41:59.330 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:41:59.330 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-19T10:41:59.330 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:59.330 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 123 k 2026-02-19T10:41:59.330 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 437 k 2026-02-19T10:41:59.330 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:41:59.416 INFO:teuthology.orchestra.run.trial053.stdout:librados-devel-20.3.0-5352.g8453267f.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-19T10:41:59.417 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:59.417 INFO:teuthology.orchestra.run.trial053.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-19T10:41:59.417 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:41:59.420 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:41:59.420 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:41:59.452 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:41:59.453 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:41:59.509 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:41:59.526 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:41:59.551 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:43 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:41:59.614 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:41:59.616 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:41:59.633 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:41:59.634 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:41:59.634 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:41:59.654 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-mgr-cephadm 2026-02-19T10:41:59.675 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:41:59.675 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:59.675 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-19T10:41:59.675 INFO:teuthology.orchestra.run.trial053.stdout: librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:41:59.675 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:41:59.675 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:41:59.703 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install libcephfs2 2026-02-19T10:41:59.801 INFO:teuthology.orchestra.run.trial172.stdout:(95/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 209 kB/s | 189 kB 00:00 2026-02-19T10:41:59.804 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:41:59.805 INFO:teuthology.orchestra.run.trial172.stdout:Total 32 MB/s | 158 MB 00:04 2026-02-19T10:41:59.961 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:43 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:00.019 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:45 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:42:00.025 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:42:00.043 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:00.044 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:42:00.044 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:00.065 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-osd 2026-02-19T10:42:00.084 INFO:teuthology.orchestra.run.trial053.stdout:Package libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:00.103 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:42:00.103 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:42:00.104 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:42:00.128 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install libcephfs-devel 2026-02-19T10:42:00.225 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:42:00.262 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:42:00.262 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:42:00.374 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:44 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:00.439 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:45 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:42:00.439 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:00.458 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:00.458 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:42:00.458 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:00.479 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-osd-classic 2026-02-19T10:42:00.523 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:42:00.523 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:00.523 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-19T10:42:00.523 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:00.524 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-19T10:42:00.524 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-devel x86_64 2:20.3.0-5352.g8453267f.el9 ceph 37 k 2026-02-19T10:42:00.524 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:00.524 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:42:00.524 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:00.524 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-19T10:42:00.524 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:00.524 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 37 k 2026-02-19T10:42:00.524 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 171 k 2026-02-19T10:42:00.525 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:42:00.587 INFO:teuthology.orchestra.run.trial053.stdout:libcephfs-devel-20.3.0-5352.g8453267f.el9.x86_6 580 kB/s | 37 kB 00:00 2026-02-19T10:42:00.588 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:00.588 INFO:teuthology.orchestra.run.trial053.stdout:Total 571 kB/s | 37 kB 00:00 2026-02-19T10:42:00.589 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:42:00.591 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:42:00.591 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:42:00.593 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:42:00.593 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:42:00.616 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:42:00.633 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:00.691 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:00.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:00.750 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:00.751 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-19T10:42:00.751 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:00.751 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:00.751 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:42:00.780 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install librados2 2026-02-19T10:42:00.787 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:44 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:00.851 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:00.857 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:42:00.857 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:42:00.869 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:00.869 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:42:00.870 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:00.890 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-fuse 2026-02-19T10:42:01.094 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:46 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:42:01.159 INFO:teuthology.orchestra.run.trial053.stdout:Package librados2-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:01.177 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:42:01.177 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:42:01.178 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:42:01.196 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:45 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:01.199 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install librbd1 2026-02-19T10:42:01.280 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:01.280 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:01.280 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repo Size 2026-02-19T10:42:01.280 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:01.280 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-19T10:42:01.281 INFO:teuthology.orchestra.run.trial165.stdout: ceph-fuse x86_64 2:20.3.0-5352.g8453267f.el9 ceph 988 k 2026-02-19T10:42:01.281 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:01.281 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:42:01.281 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:01.281 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-19T10:42:01.281 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:01.281 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 988 k 2026-02-19T10:42:01.281 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 2.9 M 2026-02-19T10:42:01.281 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:42:01.401 INFO:teuthology.orchestra.run.trial165.stdout:ceph-fuse-20.3.0-5352.g8453267f.el9.x86_64.rpm 8.0 MB/s | 988 kB 00:00 2026-02-19T10:42:01.402 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:01.402 INFO:teuthology.orchestra.run.trial165.stdout:Total 7.9 MB/s | 988 kB 00:00 2026-02-19T10:42:01.402 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:42:01.406 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:42:01.406 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:42:01.440 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:42:01.440 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:42:01.491 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:42:01.493 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-19T10:42:01.497 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-19T10:42:01.513 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:46 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:42:01.518 INFO:teuthology.orchestra.run.trial172.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-19T10:42:01.528 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-19T10:42:01.533 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:42:01.550 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:01.560 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-19T10:42:01.566 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-19T10:42:01.569 INFO:teuthology.orchestra.run.trial172.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-19T10:42:01.574 INFO:teuthology.orchestra.run.trial172.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-19T10:42:01.579 INFO:teuthology.orchestra.run.trial053.stdout:Package librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:01.597 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:42:01.598 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:42:01.599 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:42:01.599 INFO:teuthology.orchestra.run.trial172.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-19T10:42:01.611 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-19T10:42:01.614 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-19T10:42:01.620 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-rados 2026-02-19T10:42:01.621 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-19T10:42:01.622 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-19T10:42:01.633 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-19T10:42:01.639 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-19T10:42:01.663 INFO:teuthology.orchestra.run.trial172.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-19T10:42:01.666 INFO:teuthology.orchestra.run.trial172.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-19T10:42:01.716 INFO:teuthology.orchestra.run.trial172.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-19T10:42:01.729 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-19T10:42:01.732 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-19T10:42:01.736 INFO:teuthology.orchestra.run.trial172.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-19T10:42:01.741 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-19T10:42:01.746 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-19T10:42:01.749 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-19T10:42:01.763 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-19T10:42:01.768 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-19T10:42:01.773 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-19T10:42:01.784 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-19T10:42:01.792 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:01.793 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-19T10:42:01.799 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-19T10:42:01.819 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-19T10:42:01.830 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-19T10:42:01.845 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-19T10:42:01.849 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:01.849 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:01.849 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-19T10:42:01.849 INFO:teuthology.orchestra.run.trial165.stdout: ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:01.849 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:01.849 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:01.850 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-19T10:42:01.858 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-19T10:42:01.877 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-volume 2026-02-19T10:42:01.898 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-19T10:42:01.930 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:46 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:42:01.995 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:02.014 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:42:02.014 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:42:02.014 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:42:02.037 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-rgw 2026-02-19T10:42:02.186 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:46 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:02.222 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-19T10:42:02.231 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-19T10:42:02.235 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-19T10:42:02.241 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-19T10:42:02.243 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-19T10:42:02.251 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:42:02.269 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:02.270 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:42:02.270 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:02.270 INFO:teuthology.orchestra.run.trial172.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-19T10:42:02.292 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install librados-devel 2026-02-19T10:42:02.314 INFO:teuthology.orchestra.run.trial172.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-19T10:42:02.324 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-19T10:42:02.330 INFO:teuthology.orchestra.run.trial172.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-19T10:42:02.333 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-19T10:42:02.339 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-19T10:42:02.342 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-19T10:42:02.349 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-19T10:42:02.350 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:47 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:42:02.353 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-19T10:42:02.381 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-19T10:42:02.391 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-19T10:42:02.397 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-19T10:42:02.404 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-19T10:42:02.416 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:02.434 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:42:02.435 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:42:02.435 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:42:02.439 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-19T10:42:02.457 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-cephfs 2026-02-19T10:42:02.599 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:46 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:02.662 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-19T10:42:02.682 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:02.683 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:02.683 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repo Size 2026-02-19T10:42:02.683 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:02.683 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-19T10:42:02.683 INFO:teuthology.orchestra.run.trial165.stdout: librados-devel x86_64 2:20.3.0-5352.g8453267f.el9 ceph 123 k 2026-02-19T10:42:02.683 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:02.683 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:42:02.683 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:02.684 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-19T10:42:02.684 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:02.684 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 123 k 2026-02-19T10:42:02.684 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 437 k 2026-02-19T10:42:02.684 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:42:02.686 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-19T10:42:02.690 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-19T10:42:02.749 INFO:teuthology.orchestra.run.trial172.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-19T10:42:02.751 INFO:teuthology.orchestra.run.trial172.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-19T10:42:02.769 INFO:teuthology.orchestra.run.trial165.stdout:librados-devel-20.3.0-5352.g8453267f.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-19T10:42:02.770 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:02.770 INFO:teuthology.orchestra.run.trial165.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-19T10:42:02.770 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:42:02.772 INFO:teuthology.orchestra.run.trial172.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-19T10:42:02.772 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:47 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:42:02.773 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:42:02.773 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:42:02.805 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:42:02.805 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:42:02.839 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:02.858 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:42:02.858 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:42:02.858 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:42:02.859 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:42:02.876 INFO:teuthology.orchestra.run.trial165.stdout: Installing : librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:02.881 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-rbd 2026-02-19T10:42:02.958 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:03.015 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:03.016 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:03.016 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-19T10:42:03.016 INFO:teuthology.orchestra.run.trial165.stdout: librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:03.016 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:03.016 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:03.044 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install libcephfs2 2026-02-19T10:42:03.097 INFO:teuthology.orchestra.run.trial172.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-19T10:42:03.170 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-19T10:42:03.193 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:48 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:42:03.258 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:03.277 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:42:03.278 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-19T10:42:03.278 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:42:03.300 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install rbd-fuse 2026-02-19T10:42:03.355 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:47 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:03.420 INFO:teuthology.orchestra.run.trial165.stdout:Package libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:03.438 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:03.438 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:42:03.438 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:03.460 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install libcephfs-devel 2026-02-19T10:42:03.612 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:48 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:42:03.696 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout: rbd-fuse x86_64 2:20.3.0-5352.g8453267f.el9 ceph 84 k 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 84 k 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 209 k 2026-02-19T10:42:03.697 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:42:03.771 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:47 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:03.773 INFO:teuthology.orchestra.run.trial053.stdout:rbd-fuse-20.3.0-5352.g8453267f.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-19T10:42:03.773 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:03.773 INFO:teuthology.orchestra.run.trial053.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-19T10:42:03.774 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:42:03.777 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:42:03.777 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:42:03.808 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:42:03.808 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:42:03.839 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repo Size 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-devel x86_64 2:20.3.0-5352.g8453267f.el9 ceph 37 k 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 37 k 2026-02-19T10:42:03.854 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 171 k 2026-02-19T10:42:03.855 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:42:03.858 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-19T10:42:03.859 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:42:03.872 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-19T10:42:03.877 INFO:teuthology.orchestra.run.trial053.stdout: Installing : rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:03.887 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-19T10:42:03.920 INFO:teuthology.orchestra.run.trial165.stdout:libcephfs-devel-20.3.0-5352.g8453267f.el9.x86_6 583 kB/s | 37 kB 00:00 2026-02-19T10:42:03.920 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:03.920 INFO:teuthology.orchestra.run.trial165.stdout:Total 576 kB/s | 37 kB 00:00 2026-02-19T10:42:03.920 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:42:03.922 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:42:03.922 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:42:03.924 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:42:03.924 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:42:03.946 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:42:03.958 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:03.962 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:03.963 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-19T10:42:03.971 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-19T10:42:03.994 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-19T10:42:04.015 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:04.015 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:04.015 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:04.016 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-19T10:42:04.016 INFO:teuthology.orchestra.run.trial053.stdout: rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:04.016 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:04.016 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:42:04.024 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-19T10:42:04.046 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install rbd-mirror 2026-02-19T10:42:04.072 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:04.072 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:04.073 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-19T10:42:04.073 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:04.073 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:04.073 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:04.074 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-19T10:42:04.080 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-19T10:42:04.084 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-19T10:42:04.085 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-19T10:42:04.098 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install librados2 2026-02-19T10:42:04.103 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T10:42:04.103 INFO:teuthology.orchestra.run.trial172.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-19T10:42:04.103 INFO:teuthology.orchestra.run.trial172.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-19T10:42:04.103 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:04.111 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T10:42:04.136 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T10:42:04.136 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-19T10:42:04.137 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:04.170 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-19T10:42:04.357 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:49 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:42:04.408 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:48 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:04.442 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:42:04.442 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:04.442 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-19T10:42:04.442 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:04.443 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-19T10:42:04.443 INFO:teuthology.orchestra.run.trial053.stdout: rbd-mirror x86_64 2:20.3.0-5352.g8453267f.el9 ceph 2.9 M 2026-02-19T10:42:04.443 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:04.443 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:42:04.443 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:04.443 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-19T10:42:04.443 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:04.443 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 2.9 M 2026-02-19T10:42:04.443 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 11 M 2026-02-19T10:42:04.444 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:42:04.473 INFO:teuthology.orchestra.run.trial165.stdout:Package librados2-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:04.491 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:04.492 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:42:04.492 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:04.514 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install librbd1 2026-02-19T10:42:04.589 INFO:teuthology.orchestra.run.trial053.stdout:rbd-mirror-20.3.0-5352.g8453267f.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-19T10:42:04.590 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:04.590 INFO:teuthology.orchestra.run.trial053.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-19T10:42:04.590 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:42:04.594 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:42:04.594 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:42:04.635 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:42:04.635 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:42:04.814 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:42:04.814 INFO:teuthology.orchestra.run.trial172.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-19T10:42:04.815 INFO:teuthology.orchestra.run.trial053.stdout: Installing : rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:04.821 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:48 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:04.838 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:04.838 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:42:04.838 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-19T10:42:04.838 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T10:42:04.839 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T10:42:04.839 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:04.886 INFO:teuthology.orchestra.run.trial165.stdout:Package librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:04.904 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:04.905 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:42:04.905 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:04.925 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install python3-rados 2026-02-19T10:42:05.138 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:05.138 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:05.138 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-19T10:42:05.138 INFO:teuthology.orchestra.run.trial053.stdout: rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:05.139 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:05.139 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:42:05.168 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install rbd-nbd 2026-02-19T10:42:05.240 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:49 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:05.306 INFO:teuthology.orchestra.run.trial165.stdout:Package python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:05.325 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:05.326 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:42:05.326 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:05.347 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install python3-rgw 2026-02-19T10:42:05.488 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:50 ago on Thu 19 Feb 2026 10:41:15 AM UTC. 2026-02-19T10:42:05.572 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-19T10:42:05.572 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:05.572 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-19T10:42:05.572 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:05.572 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-19T10:42:05.572 INFO:teuthology.orchestra.run.trial053.stdout: rbd-nbd x86_64 2:20.3.0-5352.g8453267f.el9 ceph 172 k 2026-02-19T10:42:05.573 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:05.573 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-19T10:42:05.573 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-19T10:42:05.573 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-19T10:42:05.573 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:05.573 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 172 k 2026-02-19T10:42:05.573 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 462 k 2026-02-19T10:42:05.573 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-19T10:42:05.600 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_6 79/95 2026-02-19T10:42:05.659 INFO:teuthology.orchestra.run.trial053.stdout:rbd-nbd-20.3.0-5352.g8453267f.el9.x86_64.rpm 1.9 MB/s | 172 kB 00:00 2026-02-19T10:42:05.660 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:49 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:05.660 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:05.661 INFO:teuthology.orchestra.run.trial053.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-19T10:42:05.661 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-19T10:42:05.664 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_6 80/95 2026-02-19T10:42:05.664 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-19T10:42:05.665 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-19T10:42:05.666 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 81/95 2026-02-19T10:42:05.681 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 81/95 2026-02-19T10:42:05.681 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:42:05.681 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-19T10:42:05.681 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:05.691 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 82/95 2026-02-19T10:42:05.697 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-19T10:42:05.697 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-19T10:42:05.716 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 82/95 2026-02-19T10:42:05.716 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:42:05.716 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-19T10:42:05.716 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T10:42:05.716 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T10:42:05.717 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:05.725 INFO:teuthology.orchestra.run.trial165.stdout:Package python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:05.744 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:05.745 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:42:05.745 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:05.753 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-19T10:42:05.768 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install python3-cephfs 2026-02-19T10:42:05.771 INFO:teuthology.orchestra.run.trial053.stdout: Installing : rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:05.773 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: cephadm-2:20.3.0-5352.g8453267f.el9.noarch 83/95 2026-02-19T10:42:05.775 INFO:teuthology.orchestra.run.trial172.stdout: Installing : cephadm-2:20.3.0-5352.g8453267f.el9.noarch 83/95 2026-02-19T10:42:05.784 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5352.g8453267f.el9 84/95 2026-02-19T10:42:05.807 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5352.g8453267f.el 85/95 2026-02-19T10:42:05.809 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarc 86/95 2026-02-19T10:42:05.850 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:05.909 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:05.909 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:05.909 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-19T10:42:05.909 INFO:teuthology.orchestra.run.trial053.stdout: rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:05.909 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:05.910 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-19T10:42:05.944 DEBUG:teuthology.parallel:result is None 2026-02-19T10:42:06.080 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:50 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:06.145 INFO:teuthology.orchestra.run.trial165.stdout:Package python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:06.163 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:06.164 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:42:06.164 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:06.185 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install python3-rbd 2026-02-19T10:42:06.495 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:50 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:06.561 INFO:teuthology.orchestra.run.trial165.stdout:Package python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:06.580 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:06.580 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-19T10:42:06.580 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:06.602 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install rbd-fuse 2026-02-19T10:42:06.911 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:50 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:06.995 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:06.995 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:06.995 INFO:teuthology.orchestra.run.trial165.stdout: Package Architecture Version Repository Size 2026-02-19T10:42:06.995 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:06.995 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-19T10:42:06.995 INFO:teuthology.orchestra.run.trial165.stdout: rbd-fuse x86_64 2:20.3.0-5352.g8453267f.el9 ceph 84 k 2026-02-19T10:42:06.995 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:06.995 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:42:06.996 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:06.996 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-19T10:42:06.996 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:06.996 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 84 k 2026-02-19T10:42:06.996 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 209 k 2026-02-19T10:42:06.996 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:42:07.073 INFO:teuthology.orchestra.run.trial165.stdout:rbd-fuse-20.3.0-5352.g8453267f.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-19T10:42:07.074 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:07.074 INFO:teuthology.orchestra.run.trial165.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-19T10:42:07.075 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:42:07.078 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:42:07.079 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:42:07.110 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:42:07.111 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:42:07.162 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:42:07.178 INFO:teuthology.orchestra.run.trial165.stdout: Installing : rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:07.259 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:07.316 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:07.317 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:07.317 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-19T10:42:07.317 INFO:teuthology.orchestra.run.trial165.stdout: rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:07.317 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:07.317 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:07.345 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install rbd-mirror 2026-02-19T10:42:07.671 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:51 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:07.755 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:07.755 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:07.755 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repo Size 2026-02-19T10:42:07.755 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:07.755 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-19T10:42:07.756 INFO:teuthology.orchestra.run.trial165.stdout: rbd-mirror x86_64 2:20.3.0-5352.g8453267f.el9 ceph 2.9 M 2026-02-19T10:42:07.756 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:07.756 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:42:07.756 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:07.756 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-19T10:42:07.756 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:07.756 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 2.9 M 2026-02-19T10:42:07.756 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 11 M 2026-02-19T10:42:07.756 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:42:07.904 INFO:teuthology.orchestra.run.trial165.stdout:rbd-mirror-20.3.0-5352.g8453267f.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-19T10:42:07.905 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:07.906 INFO:teuthology.orchestra.run.trial165.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-19T10:42:07.906 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:42:07.910 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:42:07.910 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:42:07.950 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:42:07.950 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:42:08.128 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:42:08.130 INFO:teuthology.orchestra.run.trial165.stdout: Installing : rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:08.154 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:08.154 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:42:08.154 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-19T10:42:08.154 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T10:42:08.155 INFO:teuthology.orchestra.run.trial165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T10:42:08.155 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:08.443 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:08.443 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:08.443 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-19T10:42:08.443 INFO:teuthology.orchestra.run.trial165.stdout: rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:08.443 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:08.443 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:08.469 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install rbd-nbd 2026-02-19T10:42:08.785 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:52 ago on Thu 19 Feb 2026 10:41:16 AM UTC. 2026-02-19T10:42:08.787 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarc 86/95 2026-02-19T10:42:08.794 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noa 87/95 2026-02-19T10:42:08.869 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-19T10:42:08.870 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:08.870 INFO:teuthology.orchestra.run.trial165.stdout: Package Architecture Version Repository Size 2026-02-19T10:42:08.870 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:08.870 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-19T10:42:08.871 INFO:teuthology.orchestra.run.trial165.stdout: rbd-nbd x86_64 2:20.3.0-5352.g8453267f.el9 ceph 172 k 2026-02-19T10:42:08.871 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:08.871 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-19T10:42:08.871 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-19T10:42:08.871 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-19T10:42:08.871 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:08.871 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 172 k 2026-02-19T10:42:08.871 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 462 k 2026-02-19T10:42:08.871 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-19T10:42:08.958 INFO:teuthology.orchestra.run.trial165.stdout:rbd-nbd-20.3.0-5352.g8453267f.el9.x86_64.rpm 1.9 MB/s | 172 kB 00:00 2026-02-19T10:42:08.958 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:08.959 INFO:teuthology.orchestra.run.trial165.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-19T10:42:08.959 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-19T10:42:08.963 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-19T10:42:08.963 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-19T10:42:08.994 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-19T10:42:08.994 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-19T10:42:09.050 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-19T10:42:09.067 INFO:teuthology.orchestra.run.trial165.stdout: Installing : rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:09.152 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:09.209 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:09.209 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:09.210 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-19T10:42:09.210 INFO:teuthology.orchestra.run.trial165.stdout: rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:09.210 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:42:09.210 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-19T10:42:09.243 DEBUG:teuthology.parallel:result is None 2026-02-19T10:42:09.263 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noa 87/95 2026-02-19T10:42:09.264 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5352.g84532 88/95 2026-02-19T10:42:09.277 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5352.g84532 88/95 2026-02-19T10:42:09.277 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noa 89/95 2026-02-19T10:42:09.339 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noa 89/95 2026-02-19T10:42:09.383 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5352.g8453267f.el9. 90/95 2026-02-19T10:42:09.384 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 91/95 2026-02-19T10:42:09.406 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 91/95 2026-02-19T10:42:09.406 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:42:09.406 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-19T10:42:09.406 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T10:42:09.406 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T10:42:09.407 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:09.417 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 92/95 2026-02-19T10:42:09.650 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 92/95 2026-02-19T10:42:09.652 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 93/95 2026-02-19T10:42:09.673 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 93/95 2026-02-19T10:42:09.673 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:42:09.674 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-19T10:42:09.674 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T10:42:09.674 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T10:42:09.674 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:09.771 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 94/95 2026-02-19T10:42:09.792 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 94/95 2026-02-19T10:42:09.792 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:42:09.793 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-19T10:42:09.793 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T10:42:09.793 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T10:42:09.793 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:09.794 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-2:20.3.0-5352.g8453267f.el9.x86_64 95/95 2026-02-19T10:42:09.800 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_6 95/95 2026-02-19T10:42:09.824 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_6 95/95 2026-02-19T10:42:10.641 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-2:20.3.0-5352.g8453267f.el9.x86_64 95/95 2026-02-19T10:42:10.641 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-2:20.3.0-5352.g8453267f.el9.x86_64 1/95 2026-02-19T10:42:10.641 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 2/95 2026-02-19T10:42:10.642 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 3/95 2026-02-19T10:42:10.642 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 4/95 2026-02-19T10:42:10.642 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 5/95 2026-02-19T10:42:10.642 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_6 6/95 2026-02-19T10:42:10.642 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_6 7/95 2026-02-19T10:42:10.642 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5352.g8453267f.el 8/95 2026-02-19T10:42:10.642 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarc 9/95 2026-02-19T10:42:10.642 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noa 10/95 2026-02-19T10:42:10.642 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5352.g84532 11/95 2026-02-19T10:42:10.642 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noa 12/95 2026-02-19T10:42:10.643 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5352.g8453267f.el9. 13/95 2026-02-19T10:42:10.643 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 14/95 2026-02-19T10:42:10.643 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5352.g8453267f.el9 15/95 2026-02-19T10:42:10.643 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 16/95 2026-02-19T10:42:10.643 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : cephadm-2:20.3.0-5352.g8453267f.el9.noarch 17/95 2026-02-19T10:42:10.643 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-19T10:42:10.643 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-19T10:42:10.643 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-19T10:42:10.644 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-19T10:42:10.644 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-19T10:42:10.644 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-19T10:42:10.644 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-19T10:42:10.644 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-19T10:42:10.644 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-19T10:42:10.644 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-19T10:42:10.645 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-19T10:42:10.646 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-19T10:42:10.647 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-19T10:42:10.648 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-19T10:42:10.649 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-19T10:42:10.650 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-19T10:42:10.650 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-19T10:42:10.650 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-grafana-dashboards-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mds-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-k8sevents-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-modules-core-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mon-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-osd-crimson-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-prometheus-alerts-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: cephadm-2:20.3.0-5352.g8453267f.el9.noarch 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-19T10:42:10.701 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: lua-5.4.4-4.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-19T10:42:10.702 INFO:teuthology.orchestra.run.trial172.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-ply-3.11-14.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: unzip-6.0-59.el9.x86_64 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: zip-3.0-35.el9.x86_64 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:10.703 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:10.764 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-base 2026-02-19T10:42:11.079 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:38 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:11.145 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-base-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:11.163 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:11.164 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:11.164 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:11.185 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install cephadm 2026-02-19T10:42:11.492 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:38 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:11.556 INFO:teuthology.orchestra.run.trial172.stdout:Package cephadm-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:42:11.575 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:11.575 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:11.575 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:11.596 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-immutable-object-cache 2026-02-19T10:42:11.899 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:38 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:11.982 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:11.983 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:11.983 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repo Size 2026-02-19T10:42:11.983 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:11.983 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-19T10:42:11.983 INFO:teuthology.orchestra.run.trial172.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5352.g8453267f.el9 ceph 147 k 2026-02-19T10:42:11.983 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:11.983 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:42:11.983 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:11.984 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-19T10:42:11.984 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:11.984 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 147 k 2026-02-19T10:42:11.984 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 419 k 2026-02-19T10:42:11.984 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:42:12.071 INFO:teuthology.orchestra.run.trial172.stdout:ceph-immutable-object-cache-20.3.0-5352.g845326 1.7 MB/s | 147 kB 00:00 2026-02-19T10:42:12.071 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:12.071 INFO:teuthology.orchestra.run.trial172.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-19T10:42:12.071 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:42:12.075 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:42:12.075 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:42:12.106 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:42:12.107 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:42:12.162 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:42:12.163 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5352.g8453267f. 1/1 2026-02-19T10:42:12.185 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5352.g8453267f. 1/1 2026-02-19T10:42:12.186 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:42:12.186 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-19T10:42:12.186 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:12.474 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5352.g8453267f. 1/1 2026-02-19T10:42:12.475 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:12.475 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-19T10:42:12.475 INFO:teuthology.orchestra.run.trial172.stdout: ceph-immutable-object-cache-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:12.475 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:12.475 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:12.502 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-mgr 2026-02-19T10:42:12.818 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:39 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:12.882 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-mgr-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:12.901 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:12.902 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:12.902 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:12.922 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-mgr-dashboard 2026-02-19T10:42:13.234 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:40 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:13.298 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-mgr-dashboard-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:42:13.316 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:13.317 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:13.317 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:13.338 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-19T10:42:13.646 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:40 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:13.711 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:42:13.729 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:13.730 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:13.730 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:13.752 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-mgr-rook 2026-02-19T10:42:14.061 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:41 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:14.124 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-mgr-rook-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:42:14.143 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:14.143 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:14.143 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:14.164 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-mgr-cephadm 2026-02-19T10:42:14.471 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:41 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:14.535 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-mgr-cephadm-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:42:14.553 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:14.554 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:14.554 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:14.574 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-osd 2026-02-19T10:42:14.882 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:41 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:14.947 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-osd-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:14.965 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:14.966 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:14.966 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:14.987 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-osd-classic 2026-02-19T10:42:15.297 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:42 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:15.361 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-osd-classic-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:15.379 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:15.380 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:15.380 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:15.401 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-fuse 2026-02-19T10:42:15.716 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:42 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:15.803 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:15.803 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:15.803 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repo Size 2026-02-19T10:42:15.803 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:15.803 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-19T10:42:15.803 INFO:teuthology.orchestra.run.trial172.stdout: ceph-fuse x86_64 2:20.3.0-5352.g8453267f.el9 ceph 988 k 2026-02-19T10:42:15.804 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:15.804 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:42:15.804 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:15.804 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-19T10:42:15.804 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:15.804 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 988 k 2026-02-19T10:42:15.804 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 2.9 M 2026-02-19T10:42:15.804 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:42:15.924 INFO:teuthology.orchestra.run.trial172.stdout:ceph-fuse-20.3.0-5352.g8453267f.el9.x86_64.rpm 8.0 MB/s | 988 kB 00:00 2026-02-19T10:42:15.925 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:15.925 INFO:teuthology.orchestra.run.trial172.stdout:Total 7.9 MB/s | 988 kB 00:00 2026-02-19T10:42:15.925 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:42:15.929 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:42:15.929 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:42:15.963 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:42:15.964 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:42:16.058 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:42:16.075 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:16.284 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:16.343 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:16.343 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:16.343 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-19T10:42:16.343 INFO:teuthology.orchestra.run.trial172.stdout: ceph-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:16.343 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:16.343 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:16.371 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-volume 2026-02-19T10:42:16.680 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:43 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:16.744 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-volume-2:20.3.0-5352.g8453267f.el9.noarch is already installed. 2026-02-19T10:42:16.763 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:16.764 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:16.764 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:16.785 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install librados-devel 2026-02-19T10:42:17.097 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:44 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:17.180 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:17.180 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:17.180 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repo Size 2026-02-19T10:42:17.180 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:17.181 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-19T10:42:17.181 INFO:teuthology.orchestra.run.trial172.stdout: librados-devel x86_64 2:20.3.0-5352.g8453267f.el9 ceph 123 k 2026-02-19T10:42:17.181 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:17.181 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:42:17.181 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:17.181 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-19T10:42:17.181 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:17.181 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 123 k 2026-02-19T10:42:17.181 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 437 k 2026-02-19T10:42:17.181 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:42:17.267 INFO:teuthology.orchestra.run.trial172.stdout:librados-devel-20.3.0-5352.g8453267f.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-19T10:42:17.267 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:17.267 INFO:teuthology.orchestra.run.trial172.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-19T10:42:17.267 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:42:17.270 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:42:17.270 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:42:17.303 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:42:17.303 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:42:17.358 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:42:17.374 INFO:teuthology.orchestra.run.trial172.stdout: Installing : librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:17.459 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:17.519 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:17.520 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:17.520 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-19T10:42:17.520 INFO:teuthology.orchestra.run.trial172.stdout: librados-devel-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:17.520 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:17.520 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:17.549 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install libcephfs2 2026-02-19T10:42:17.861 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:44 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:17.927 INFO:teuthology.orchestra.run.trial172.stdout:Package libcephfs2-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:17.945 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:17.946 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:17.946 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:17.967 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install libcephfs-devel 2026-02-19T10:42:18.281 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:45 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:18.365 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:18.366 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:18.366 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repo Size 2026-02-19T10:42:18.366 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:18.366 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-19T10:42:18.366 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs-devel x86_64 2:20.3.0-5352.g8453267f.el9 ceph 37 k 2026-02-19T10:42:18.366 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:18.366 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:42:18.366 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:18.366 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-19T10:42:18.366 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:18.367 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 37 k 2026-02-19T10:42:18.367 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 171 k 2026-02-19T10:42:18.367 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:42:18.430 INFO:teuthology.orchestra.run.trial172.stdout:libcephfs-devel-20.3.0-5352.g8453267f.el9.x86_6 576 kB/s | 37 kB 00:00 2026-02-19T10:42:18.431 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:18.431 INFO:teuthology.orchestra.run.trial172.stdout:Total 569 kB/s | 37 kB 00:00 2026-02-19T10:42:18.431 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:42:18.433 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:42:18.433 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:42:18.435 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:42:18.435 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:42:18.456 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:42:18.472 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:18.528 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:18.586 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:18.587 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:18.587 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-19T10:42:18.587 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs-devel-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:18.587 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:18.587 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:18.616 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install librados2 2026-02-19T10:42:18.926 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:45 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:18.991 INFO:teuthology.orchestra.run.trial172.stdout:Package librados2-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:19.009 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:19.009 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:19.009 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:19.031 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install librbd1 2026-02-19T10:42:19.339 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:46 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:19.404 INFO:teuthology.orchestra.run.trial172.stdout:Package librbd1-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:19.423 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:19.423 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:19.423 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:19.445 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install python3-rados 2026-02-19T10:42:19.764 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:46 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:19.830 INFO:teuthology.orchestra.run.trial172.stdout:Package python3-rados-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:19.848 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:19.849 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:19.849 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:19.871 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install python3-rgw 2026-02-19T10:42:20.180 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:47 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:20.247 INFO:teuthology.orchestra.run.trial172.stdout:Package python3-rgw-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:20.266 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:20.266 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:20.266 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:20.288 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install python3-cephfs 2026-02-19T10:42:20.601 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:47 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:20.665 INFO:teuthology.orchestra.run.trial172.stdout:Package python3-cephfs-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:20.683 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:20.684 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:20.684 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:20.705 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install python3-rbd 2026-02-19T10:42:21.019 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:48 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:21.085 INFO:teuthology.orchestra.run.trial172.stdout:Package python3-rbd-2:20.3.0-5352.g8453267f.el9.x86_64 is already installed. 2026-02-19T10:42:21.104 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:21.104 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-19T10:42:21.105 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:21.126 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install rbd-fuse 2026-02-19T10:42:21.439 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:48 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:21.523 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:21.524 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:21.524 INFO:teuthology.orchestra.run.trial172.stdout: Package Architecture Version Repository Size 2026-02-19T10:42:21.524 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:21.524 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-19T10:42:21.524 INFO:teuthology.orchestra.run.trial172.stdout: rbd-fuse x86_64 2:20.3.0-5352.g8453267f.el9 ceph 84 k 2026-02-19T10:42:21.524 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:21.525 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:42:21.525 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:21.525 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-19T10:42:21.525 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:21.525 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 84 k 2026-02-19T10:42:21.525 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 209 k 2026-02-19T10:42:21.525 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:42:21.603 INFO:teuthology.orchestra.run.trial172.stdout:rbd-fuse-20.3.0-5352.g8453267f.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 2026-02-19T10:42:21.604 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:21.604 INFO:teuthology.orchestra.run.trial172.stdout:Total 1.0 MB/s | 84 kB 00:00 2026-02-19T10:42:21.604 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:42:21.607 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:42:21.607 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:42:21.639 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:42:21.639 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:42:21.690 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:42:21.706 INFO:teuthology.orchestra.run.trial172.stdout: Installing : rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:21.786 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:21.846 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:21.846 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:21.846 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-19T10:42:21.846 INFO:teuthology.orchestra.run.trial172.stdout: rbd-fuse-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:21.846 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:21.846 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:21.875 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install rbd-mirror 2026-02-19T10:42:22.198 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:49 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repo Size 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout: rbd-mirror x86_64 2:20.3.0-5352.g8453267f.el9 ceph 2.9 M 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 2.9 M 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 11 M 2026-02-19T10:42:22.283 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:42:22.454 INFO:teuthology.orchestra.run.trial172.stdout:rbd-mirror-20.3.0-5352.g8453267f.el9.x86_64.rpm 17 MB/s | 2.9 MB 00:00 2026-02-19T10:42:22.454 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:22.454 INFO:teuthology.orchestra.run.trial172.stdout:Total 17 MB/s | 2.9 MB 00:00 2026-02-19T10:42:22.454 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:42:22.459 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:42:22.459 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:42:22.499 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:42:22.499 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:42:22.679 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:42:22.681 INFO:teuthology.orchestra.run.trial172.stdout: Installing : rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:22.705 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:22.705 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T10:42:22.705 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-19T10:42:22.705 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T10:42:22.705 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T10:42:22.705 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:23.008 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:23.008 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:23.008 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-19T10:42:23.009 INFO:teuthology.orchestra.run.trial172.stdout: rbd-mirror-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:23.009 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:23.009 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:23.039 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install rbd-nbd 2026-02-19T10:42:23.356 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:50 ago on Thu 19 Feb 2026 10:41:33 AM UTC. 2026-02-19T10:42:23.440 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-19T10:42:23.442 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:23.442 INFO:teuthology.orchestra.run.trial172.stdout: Package Architecture Version Repository Size 2026-02-19T10:42:23.442 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:23.442 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-19T10:42:23.442 INFO:teuthology.orchestra.run.trial172.stdout: rbd-nbd x86_64 2:20.3.0-5352.g8453267f.el9 ceph 172 k 2026-02-19T10:42:23.442 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:23.442 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-19T10:42:23.442 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-19T10:42:23.442 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-19T10:42:23.443 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:23.443 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 172 k 2026-02-19T10:42:23.443 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 462 k 2026-02-19T10:42:23.443 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-19T10:42:23.536 INFO:teuthology.orchestra.run.trial172.stdout:rbd-nbd-20.3.0-5352.g8453267f.el9.x86_64.rpm 1.8 MB/s | 172 kB 00:00 2026-02-19T10:42:23.536 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:23.536 INFO:teuthology.orchestra.run.trial172.stdout:Total 1.8 MB/s | 172 kB 00:00 2026-02-19T10:42:23.536 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-19T10:42:23.540 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-19T10:42:23.540 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-19T10:42:23.572 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-19T10:42:23.572 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-19T10:42:23.628 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-19T10:42:23.644 INFO:teuthology.orchestra.run.trial172.stdout: Installing : rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:23.731 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:23.791 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 1/1 2026-02-19T10:42:23.792 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:23.792 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-19T10:42:23.792 INFO:teuthology.orchestra.run.trial172.stdout: rbd-nbd-2:20.3.0-5352.g8453267f.el9.x86_64 2026-02-19T10:42:23.792 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:42:23.792 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-19T10:42:23.824 DEBUG:teuthology.parallel:result is None 2026-02-19T10:42:23.825 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8453267f069d71a0cfca69e4b0bff4958627275b 2026-02-19T10:42:23.989 DEBUG:teuthology.orchestra.run.trial053:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-19T10:42:24.011 INFO:teuthology.orchestra.run.trial053.stdout:20.3.0-5352.g8453267f.el9 2026-02-19T10:42:24.012 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5352.g8453267f.el9 2026-02-19T10:42:24.012 INFO:teuthology.task.install:The correct ceph version 20.3.0-5352.g8453267f is installed. 2026-02-19T10:42:24.015 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8453267f069d71a0cfca69e4b0bff4958627275b 2026-02-19T10:42:24.177 DEBUG:teuthology.orchestra.run.trial165:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-19T10:42:24.198 INFO:teuthology.orchestra.run.trial165.stdout:20.3.0-5352.g8453267f.el9 2026-02-19T10:42:24.199 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5352.g8453267f.el9 2026-02-19T10:42:24.199 INFO:teuthology.task.install:The correct ceph version 20.3.0-5352.g8453267f is installed. 2026-02-19T10:42:24.202 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8453267f069d71a0cfca69e4b0bff4958627275b 2026-02-19T10:42:24.318 DEBUG:teuthology.orchestra.run.trial172:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-19T10:42:24.340 INFO:teuthology.orchestra.run.trial172.stdout:20.3.0-5352.g8453267f.el9 2026-02-19T10:42:24.340 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5352.g8453267f.el9 2026-02-19T10:42:24.340 INFO:teuthology.task.install:The correct ceph version 20.3.0-5352.g8453267f is installed. 2026-02-19T10:42:24.342 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-19T10:42:24.342 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:42:24.342 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-19T10:42:24.369 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-19T10:42:24.369 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-19T10:42:24.395 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-19T10:42:24.395 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-19T10:42:24.421 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-19T10:42:24.422 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:42:24.422 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/usr/bin/daemon-helper 2026-02-19T10:42:24.446 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-19T10:42:24.509 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-19T10:42:24.509 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/usr/bin/daemon-helper 2026-02-19T10:42:24.534 DEBUG:teuthology.orchestra.run.trial165:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-19T10:42:24.597 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-19T10:42:24.597 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/usr/bin/daemon-helper 2026-02-19T10:42:24.623 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-19T10:42:24.687 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-19T10:42:24.687 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:42:24.688 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-19T10:42:24.712 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-19T10:42:24.776 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-19T10:42:24.776 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-19T10:42:24.801 DEBUG:teuthology.orchestra.run.trial165:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-19T10:42:24.867 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-19T10:42:24.867 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-19T10:42:24.892 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-19T10:42:24.955 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-19T10:42:24.955 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:42:24.955 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/usr/bin/stdin-killer 2026-02-19T10:42:24.980 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-19T10:42:25.043 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-19T10:42:25.043 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/usr/bin/stdin-killer 2026-02-19T10:42:25.069 DEBUG:teuthology.orchestra.run.trial165:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-19T10:42:25.134 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-19T10:42:25.134 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/usr/bin/stdin-killer 2026-02-19T10:42:25.159 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-19T10:42:25.224 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-19T10:42:25.358 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': '8453267f069d71a0cfca69e4b0bff4958627275b'} 2026-02-19T10:42:25.358 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b 2026-02-19T10:42:25.362 INFO:tasks.cephadm:Cluster fsid is add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:25.362 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-19T10:42:25.362 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.53', 'mon.b': '10.20.193.165', 'mon.c': '10.20.193.172'} 2026-02-19T10:42:25.362 INFO:tasks.cephadm:First mon is mon.a on trial053 2026-02-19T10:42:25.362 INFO:tasks.cephadm:First mgr is a 2026-02-19T10:42:25.362 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-19T10:42:25.362 DEBUG:teuthology.orchestra.run.trial053:> sudo hostname $(hostname -s) 2026-02-19T10:42:25.388 DEBUG:teuthology.orchestra.run.trial165:> sudo hostname $(hostname -s) 2026-02-19T10:42:25.413 DEBUG:teuthology.orchestra.run.trial172:> sudo hostname $(hostname -s) 2026-02-19T10:42:25.438 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-19T10:42:25.439 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8453267f069d71a0cfca69e4b0bff4958627275b 2026-02-19T10:42:25.585 INFO:tasks.cephadm:builder_project result: [{'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/flavors/default/', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/flavors/default/', 'ref': 'wip-guits-main-2026-02-18-1228', 'sha1': '8453267f069d71a0cfca69e4b0bff4958627275b', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-18 16:35:18.083371', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5352-g8453267f', 'package_manager_version': '20.3.0-5352.g8453267f', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3062/', 'root_build_cause': '', 'node_name': '10.20.192.92+toko02', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-19T10:42:25.730 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-main-2026-02-18-1228, sha1 8453267f069d71a0cfca69e4b0bff4958627275b from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=8453267f069d71a0cfca69e4b0bff4958627275b 2026-02-19T10:42:25.732 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/x86_64/flavors/default/cephadm 2026-02-19T10:42:25.732 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/x86_64/flavors/default/cephadm 2026-02-19T10:42:25.732 DEBUG:teuthology.orchestra.run.trial053:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-19T10:42:26.026 INFO:teuthology.orchestra.run.trial053.stdout:-rw-r--r--. 1 ubuntu ubuntu 1074085 Feb 19 10:42 /home/ubuntu/cephtest/cephadm 2026-02-19T10:42:26.026 DEBUG:teuthology.orchestra.run.trial165:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-19T10:42:26.317 INFO:teuthology.orchestra.run.trial165.stdout:-rw-r--r--. 1 ubuntu ubuntu 1074085 Feb 19 10:42 /home/ubuntu/cephtest/cephadm 2026-02-19T10:42:26.317 DEBUG:teuthology.orchestra.run.trial172:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2026-02-18-1228/8453267f069d71a0cfca69e4b0bff4958627275b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-19T10:42:26.622 INFO:teuthology.orchestra.run.trial172.stdout:-rw-r--r--. 1 ubuntu ubuntu 1074085 Feb 19 10:42 /home/ubuntu/cephtest/cephadm 2026-02-19T10:42:26.622 DEBUG:teuthology.orchestra.run.trial053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-19T10:42:26.641 DEBUG:teuthology.orchestra.run.trial165:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-19T10:42:26.660 DEBUG:teuthology.orchestra.run.trial172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-19T10:42:26.695 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b on all hosts... 2026-02-19T10:42:26.695 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b pull 2026-02-19T10:42:26.698 DEBUG:teuthology.orchestra.run.trial165:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b pull 2026-02-19T10:42:26.702 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b pull 2026-02-19T10:42:26.935 INFO:teuthology.orchestra.run.trial165.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b... 2026-02-19T10:42:26.936 INFO:teuthology.orchestra.run.trial053.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b... 2026-02-19T10:42:26.957 INFO:teuthology.orchestra.run.trial172.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b... 2026-02-19T10:42:36.242 INFO:teuthology.orchestra.run.trial172.stdout:{ 2026-02-19T10:42:36.243 INFO:teuthology.orchestra.run.trial172.stdout: "ceph_version": "ceph version 20.3.0-5352-g8453267f (8453267f069d71a0cfca69e4b0bff4958627275b) tentacle (dev)", 2026-02-19T10:42:36.243 INFO:teuthology.orchestra.run.trial172.stdout: "image_id": "bde26786e799ec89bb2e99ae3d1d60fc9a06370a9a9e95829116ee997b1682a3", 2026-02-19T10:42:36.243 INFO:teuthology.orchestra.run.trial172.stdout: "repo_digests": [ 2026-02-19T10:42:36.243 INFO:teuthology.orchestra.run.trial172.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870" 2026-02-19T10:42:36.243 INFO:teuthology.orchestra.run.trial172.stdout: ] 2026-02-19T10:42:36.243 INFO:teuthology.orchestra.run.trial172.stdout:} 2026-02-19T10:42:36.267 INFO:teuthology.orchestra.run.trial165.stdout:{ 2026-02-19T10:42:36.267 INFO:teuthology.orchestra.run.trial165.stdout: "ceph_version": "ceph version 20.3.0-5352-g8453267f (8453267f069d71a0cfca69e4b0bff4958627275b) tentacle (dev)", 2026-02-19T10:42:36.267 INFO:teuthology.orchestra.run.trial165.stdout: "image_id": "bde26786e799ec89bb2e99ae3d1d60fc9a06370a9a9e95829116ee997b1682a3", 2026-02-19T10:42:36.268 INFO:teuthology.orchestra.run.trial165.stdout: "repo_digests": [ 2026-02-19T10:42:36.268 INFO:teuthology.orchestra.run.trial165.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870" 2026-02-19T10:42:36.268 INFO:teuthology.orchestra.run.trial165.stdout: ] 2026-02-19T10:42:36.268 INFO:teuthology.orchestra.run.trial165.stdout:} 2026-02-19T10:42:37.588 INFO:teuthology.orchestra.run.trial053.stdout:{ 2026-02-19T10:42:37.588 INFO:teuthology.orchestra.run.trial053.stdout: "ceph_version": "ceph version 20.3.0-5352-g8453267f (8453267f069d71a0cfca69e4b0bff4958627275b) tentacle (dev)", 2026-02-19T10:42:37.588 INFO:teuthology.orchestra.run.trial053.stdout: "image_id": "bde26786e799ec89bb2e99ae3d1d60fc9a06370a9a9e95829116ee997b1682a3", 2026-02-19T10:42:37.588 INFO:teuthology.orchestra.run.trial053.stdout: "repo_digests": [ 2026-02-19T10:42:37.588 INFO:teuthology.orchestra.run.trial053.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870" 2026-02-19T10:42:37.588 INFO:teuthology.orchestra.run.trial053.stdout: ] 2026-02-19T10:42:37.588 INFO:teuthology.orchestra.run.trial053.stdout:} 2026-02-19T10:42:37.605 DEBUG:teuthology.orchestra.run.trial053:> sudo mkdir -p /etc/ceph 2026-02-19T10:42:37.656 DEBUG:teuthology.orchestra.run.trial165:> sudo mkdir -p /etc/ceph 2026-02-19T10:42:37.686 DEBUG:teuthology.orchestra.run.trial172:> sudo mkdir -p /etc/ceph 2026-02-19T10:42:37.714 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod 777 /etc/ceph 2026-02-19T10:42:37.740 DEBUG:teuthology.orchestra.run.trial165:> sudo chmod 777 /etc/ceph 2026-02-19T10:42:37.765 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod 777 /etc/ceph 2026-02-19T10:42:37.791 INFO:tasks.cephadm:Writing seed config... 2026-02-19T10:42:37.793 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-02-19T10:42:37.793 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-19T10:42:37.793 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-19T10:42:37.794 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-02-19T10:42:37.794 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-19T10:42:37.794 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-19T10:42:37.794 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-19T10:42:37.794 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-19T10:42:37.794 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-19T10:42:37.795 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:42:37.795 DEBUG:teuthology.orchestra.run.trial053:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-19T10:42:37.814 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 = add480da-0d7f-11f1-99ef-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-19T10:42:37.814 DEBUG:teuthology.orchestra.run.trial053:mon.a> sudo journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.a.service 2026-02-19T10:42:37.856 DEBUG:teuthology.orchestra.run.trial053:mgr.a> sudo journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mgr.a.service 2026-02-19T10:42:37.899 INFO:tasks.cephadm:Bootstrapping... 2026-02-19T10:42:37.899 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b -v bootstrap --fsid add480da-0d7f-11f1-99ef-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.53 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-19T10:42:38.037 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-19T10:42:38.037 INFO:teuthology.orchestra.run.trial053.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b', '-v', 'bootstrap', '--fsid', 'add480da-0d7f-11f1-99ef-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.53', '--skip-admin-label'] 2026-02-19T10:42:38.038 INFO:teuthology.orchestra.run.trial053.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-19T10:42:38.038 INFO:teuthology.orchestra.run.trial053.stdout:Verifying podman|docker is present... 2026-02-19T10:42:38.053 INFO:teuthology.orchestra.run.trial053.stdout:/bin/podman: stdout 5.6.0 2026-02-19T10:42:38.054 INFO:teuthology.orchestra.run.trial053.stdout:Verifying lvm2 is present... 2026-02-19T10:42:38.054 INFO:teuthology.orchestra.run.trial053.stdout:Verifying time synchronization is in place... 2026-02-19T10:42:38.060 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-19T10:42:38.060 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-19T10:42:38.066 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-19T10:42:38.066 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout inactive 2026-02-19T10:42:38.073 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout enabled 2026-02-19T10:42:38.078 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout active 2026-02-19T10:42:38.078 INFO:teuthology.orchestra.run.trial053.stdout:Unit chronyd.service is enabled and running 2026-02-19T10:42:38.079 INFO:teuthology.orchestra.run.trial053.stdout:Repeating the final host check... 2026-02-19T10:42:38.095 INFO:teuthology.orchestra.run.trial053.stdout:/bin/podman: stdout 5.6.0 2026-02-19T10:42:38.095 INFO:teuthology.orchestra.run.trial053.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-19T10:42:38.095 INFO:teuthology.orchestra.run.trial053.stdout:systemctl is present 2026-02-19T10:42:38.095 INFO:teuthology.orchestra.run.trial053.stdout:lvcreate is present 2026-02-19T10:42:38.100 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-19T10:42:38.100 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-19T10:42:38.105 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-19T10:42:38.106 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout inactive 2026-02-19T10:42:38.110 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout enabled 2026-02-19T10:42:38.116 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout active 2026-02-19T10:42:38.116 INFO:teuthology.orchestra.run.trial053.stdout:Unit chronyd.service is enabled and running 2026-02-19T10:42:38.116 INFO:teuthology.orchestra.run.trial053.stdout:Host looks OK 2026-02-19T10:42:38.116 INFO:teuthology.orchestra.run.trial053.stdout:Cluster fsid: add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:38.116 INFO:teuthology.orchestra.run.trial053.stdout:Acquiring lock 140054075297360 on /run/cephadm/add480da-0d7f-11f1-99ef-d404e6e7d460.lock 2026-02-19T10:42:38.116 INFO:teuthology.orchestra.run.trial053.stdout:Lock 140054075297360 acquired on /run/cephadm/add480da-0d7f-11f1-99ef-d404e6e7d460.lock 2026-02-19T10:42:38.116 INFO:teuthology.orchestra.run.trial053.stdout:Verifying IP 10.20.193.53 port 3300 ... 2026-02-19T10:42:38.117 INFO:teuthology.orchestra.run.trial053.stdout:Verifying IP 10.20.193.53 port 6789 ... 2026-02-19T10:42:38.117 INFO:teuthology.orchestra.run.trial053.stdout:Base mon IP(s) is [10.20.193.53:3300, 10.20.193.53:6789], mon addrv is [v2:10.20.193.53:3300,v1:10.20.193.53:6789] 2026-02-19T10:42:38.119 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.53 metric 102 2026-02-19T10:42:38.119 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.53 metric 102 2026-02-19T10:42:38.120 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-19T10:42:38.122 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-19T10:42:38.122 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-19T10:42:38.122 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-19T10:42:38.125 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-19T10:42:38.125 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-19T10:42:38.125 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-19T10:42:38.126 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-19T10:42:38.126 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout inet6 fe80::ff2d:7cfe:a3dd:b0f2/64 scope link noprefixroute 2026-02-19T10:42:38.126 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-19T10:42:38.126 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-19T10:42:38.126 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:62cc/64 scope link 2026-02-19T10:42:38.126 INFO:teuthology.orchestra.run.trial053.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-19T10:42:38.126 INFO:teuthology.orchestra.run.trial053.stdout:Mon IP `10.20.193.53` is in CIDR network `10.20.192.0/20` 2026-02-19T10:42:38.126 INFO:teuthology.orchestra.run.trial053.stdout:Mon IP `10.20.193.53` is in CIDR network `10.20.192.0/20` 2026-02-19T10:42:38.126 INFO:teuthology.orchestra.run.trial053.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-19T10:42:38.126 INFO:teuthology.orchestra.run.trial053.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-19T10:42:38.127 INFO:teuthology.orchestra.run.trial053.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b... 2026-02-19T10:42:38.378 INFO:teuthology.orchestra.run.trial053.stdout:/bin/podman: stdout bde26786e799ec89bb2e99ae3d1d60fc9a06370a9a9e95829116ee997b1682a3 2026-02-19T10:42:38.378 INFO:teuthology.orchestra.run.trial053.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b... 2026-02-19T10:42:38.379 INFO:teuthology.orchestra.run.trial053.stdout:/bin/podman: stderr Getting image source signatures 2026-02-19T10:42:38.379 INFO:teuthology.orchestra.run.trial053.stdout:/bin/podman: stderr Copying blob sha256:fe2bad3c27cdf4da5528f2f7a902133a6f597a68f9727a5358507c099aa1e611 2026-02-19T10:42:38.379 INFO:teuthology.orchestra.run.trial053.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-19T10:42:38.379 INFO:teuthology.orchestra.run.trial053.stdout:/bin/podman: stderr Copying config sha256:bde26786e799ec89bb2e99ae3d1d60fc9a06370a9a9e95829116ee997b1682a3 2026-02-19T10:42:38.379 INFO:teuthology.orchestra.run.trial053.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-19T10:42:38.627 INFO:teuthology.orchestra.run.trial053.stdout:ceph: stdout ceph version 20.3.0-5352-g8453267f (8453267f069d71a0cfca69e4b0bff4958627275b) tentacle (dev) 2026-02-19T10:42:38.627 INFO:teuthology.orchestra.run.trial053.stdout:Ceph version: ceph version 20.3.0-5352-g8453267f (8453267f069d71a0cfca69e4b0bff4958627275b) tentacle (dev) 2026-02-19T10:42:38.627 INFO:teuthology.orchestra.run.trial053.stdout:Extracting ceph user uid/gid from container image... 2026-02-19T10:42:38.876 INFO:teuthology.orchestra.run.trial053.stdout:stat: stdout 167 167 2026-02-19T10:42:38.877 INFO:teuthology.orchestra.run.trial053.stdout:Creating initial keys... 2026-02-19T10:42:39.137 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph-authtool: stdout AQAf6ZZpT9AGAhAAirdtzDeGH+muh8CXY39MUQ== 2026-02-19T10:42:39.398 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph-authtool: stdout AQAf6ZZpsZSeERAAWwRU6miQgiL/djbX/0m8cQ== 2026-02-19T10:42:39.649 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph-authtool: stdout AQAf6ZZpAhSOIBAAR3vAXSdf4OBVlZLH452AbQ== 2026-02-19T10:42:39.649 INFO:teuthology.orchestra.run.trial053.stdout:Creating initial monmap... 2026-02-19T10:42:39.930 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-19T10:42:39.930 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-19T10:42:39.930 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:39.931 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-19T10:42:39.931 INFO:teuthology.orchestra.run.trial053.stdout:monmaptool for a [v2:10.20.193.53:3300,v1:10.20.193.53:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-19T10:42:39.931 INFO:teuthology.orchestra.run.trial053.stdout:setting min_mon_release = tentacle 2026-02-19T10:42:39.931 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/monmaptool: set fsid to add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:39.931 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-19T10:42:39.931 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:42:39.931 INFO:teuthology.orchestra.run.trial053.stdout:Creating mon... 2026-02-19T10:42:40.202 INFO:teuthology.orchestra.run.trial053.stdout:create mon.a on 2026-02-19T10:42:40.357 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-19T10:42:40.459 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-19T10:42:40.571 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-add480da-0d7f-11f1-99ef-d404e6e7d460.target → /etc/systemd/system/ceph-add480da-0d7f-11f1-99ef-d404e6e7d460.target. 2026-02-19T10:42:40.571 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-add480da-0d7f-11f1-99ef-d404e6e7d460.target → /etc/systemd/system/ceph-add480da-0d7f-11f1-99ef-d404e6e7d460.target. 2026-02-19T10:42:40.697 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.a 2026-02-19T10:42:40.697 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.a.service: Unit ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.a.service not loaded. 2026-02-19T10:42:40.818 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-add480da-0d7f-11f1-99ef-d404e6e7d460.target.wants/ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@.service. 2026-02-19T10:42:40.996 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T10:42:40.996 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout disabled 2026-02-19T10:42:41.003 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T10:42:41.003 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout inactive 2026-02-19T10:42:41.003 INFO:teuthology.orchestra.run.trial053.stdout:firewalld.service is not enabled 2026-02-19T10:42:41.003 INFO:teuthology.orchestra.run.trial053.stdout:Not possible to enable service . firewalld.service is not available 2026-02-19T10:42:41.003 INFO:teuthology.orchestra.run.trial053.stdout:Waiting for mon to start... 2026-02-19T10:42:41.003 INFO:teuthology.orchestra.run.trial053.stdout:Waiting for mon... 2026-02-19T10:42:41.283 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout cluster: 2026-02-19T10:42:41.283 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout id: add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout services: 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.151495s) [leader: a] 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout data: 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-19T10:42:41.284 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout pgs: 2026-02-19T10:42:41.285 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:41.285 INFO:teuthology.orchestra.run.trial053.stdout:mon is available 2026-02-19T10:42:41.285 INFO:teuthology.orchestra.run.trial053.stdout:Assimilating anything we can from ceph.conf... 2026-02-19T10:42:41.553 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:41.554 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout [global] 2026-02-19T10:42:41.554 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout fsid = add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:41.554 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-19T10:42:41.554 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.53:3300,v1:10.20.193.53:6789] 2026-02-19T10:42:41.554 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-19T10:42:41.554 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-19T10:42:41.554 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-19T10:42:41.554 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-19T10:42:41.554 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:41.555 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-19T10:42:41.555 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-19T10:42:41.555 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-19T10:42:41.555 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:41.555 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout [osd] 2026-02-19T10:42:41.555 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-19T10:42:41.555 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-19T10:42:41.555 INFO:teuthology.orchestra.run.trial053.stdout:Generating new minimal ceph.conf... 2026-02-19T10:42:41.833 INFO:teuthology.orchestra.run.trial053.stdout:Restarting the monitor... 2026-02-19T10:42:42.142 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:41 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-a[21473]: 2026-02-19T10:42:41.930+0000 7f5446bbb640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-19T10:42:42.142 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 podman[21871]: 2026-02-19 10:42:42.153843163 +0000 UTC m=+0.237364505 container died e4b3ab621898e3e9d49bec187f8860eee0555ed4d004ebdbd31c56d84258b89a (image=quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, 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.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_REF=wip-guits-main-2026-02-18-1228, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-19T10:42:42.396 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 podman[21871]: 2026-02-19 10:42:42.265094585 +0000 UTC m=+0.348615927 container remove e4b3ab621898e3e9d49bec187f8860eee0555ed4d004ebdbd31c56d84258b89a (image=quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-guits-main-2026-02-18-1228, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, 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, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7) 2026-02-19T10:42:42.397 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 bash[21871]: ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-a 2026-02-19T10:42:42.397 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 systemd[1]: ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-19T10:42:42.397 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 systemd[1]: Stopped Ceph mon.a for add480da-0d7f-11f1-99ef-d404e6e7d460. 2026-02-19T10:42:42.397 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 systemd[1]: Starting Ceph mon.a for add480da-0d7f-11f1-99ef-d404e6e7d460... 2026-02-19T10:42:42.435 INFO:teuthology.orchestra.run.trial053.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-19T10:42:42.713 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 podman[22009]: 2026-02-19 10:42:42.408913079 +0000 UTC m=+0.015556503 container create b933fe5a3f2c24121bd0696fc735fa0f1cc6a0fbdbc9644f4e8a52ec08cbdf4b (image=quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_REF=wip-guits-main-2026-02-18-1228, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2) 2026-02-19T10:42:42.713 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 podman[22009]: 2026-02-19 10:42:42.439812685 +0000 UTC m=+0.046456109 container init b933fe5a3f2c24121bd0696fc735fa0f1cc6a0fbdbc9644f4e8a52ec08cbdf4b (image=quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, 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/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, ceph=True, CEPH_REF=wip-guits-main-2026-02-18-1228, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-19T10:42:42.713 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 podman[22009]: 2026-02-19 10:42:42.443332418 +0000 UTC m=+0.049975842 container start b933fe5a3f2c24121bd0696fc735fa0f1cc6a0fbdbc9644f4e8a52ec08cbdf4b (image=quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-a, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_REF=wip-guits-main-2026-02-18-1228, org.label-schema.build-date=20260216) 2026-02-19T10:42:42.713 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 bash[22009]: b933fe5a3f2c24121bd0696fc735fa0f1cc6a0fbdbc9644f4e8a52ec08cbdf4b 2026-02-19T10:42:42.713 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 podman[22009]: 2026-02-19 10:42:42.402633799 +0000 UTC m=+0.009277223 image pull bde26786e799ec89bb2e99ae3d1d60fc9a06370a9a9e95829116ee997b1682a3 quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b 2026-02-19T10:42:42.713 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 systemd[1]: Started Ceph mon.a for add480da-0d7f-11f1-99ef-d404e6e7d460. 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: set uid:gid to 167:167 (ceph:ceph) 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: ceph version 20.3.0-5352-g8453267f (8453267f069d71a0cfca69e4b0bff4958627275b) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: pidfile_write: ignore empty --pid-file 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: load: jerasure load: lrc 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: RocksDB version: 7.9.2 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Git sha 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Compile date 2026-02-18 16:06:40 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: DB SUMMARY 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: DB Session ID: E54KZKKFMD5FA3IT2KGO 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: CURRENT file: CURRENT 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: IDENTITY file: IDENTITY 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76545 ; 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.error_if_exists: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.create_if_missing: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.paranoid_checks: 1 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.env: 0xed5c80 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.fs: PosixFileSystem 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.info_log: 0x279ae80 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_file_opening_threads: 16 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.statistics: (nil) 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.use_fsync: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_log_file_size: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.keep_log_file_num: 1000 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.recycle_log_file_num: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.allow_fallocate: 1 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.allow_mmap_reads: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.allow_mmap_writes: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.use_direct_reads: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.create_missing_column_families: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.db_log_dir: 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.wal_dir: 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-19T10:42:42.714 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.advise_random_on_open: 1 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.db_write_buffer_size: 0 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.write_buffer_manager: 0x2796140 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.rate_limiter: (nil) 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.wal_recovery_mode: 2 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.enable_thread_tracking: 0 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.enable_pipelined_write: 0 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.unordered_write: 0 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.row_cache: None 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.wal_filter: None 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.allow_ingest_behind: 0 2026-02-19T10:42:42.715 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.two_write_queues: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.manual_wal_flush: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.wal_compression: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.atomic_flush: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.log_readahead_size: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.best_efforts_recovery: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.allow_data_in_errors: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.db_host_id: __hostname__ 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_background_jobs: 2 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_background_compactions: -1 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_subcompactions: 1 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_total_wal_size: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_open_files: -1 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bytes_per_sync: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_readahead_size: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_background_flushes: -1 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Compression algorithms supported: 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: kZSTD supported: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: kXpressCompression supported: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: kBZip2Compression supported: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: kLZ4Compression supported: 1 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: kZlibCompression supported: 1 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: kLZ4HCCompression supported: 1 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: kSnappyCompression supported: 1 2026-02-19T10:42:42.716 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.merge_operator: 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_filter: None 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_filter_factory: None 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.sst_partitioner_factory: None 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x279b5c0) 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: cache_index_and_filter_blocks: 1 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: pin_top_level_index_and_filter: 1 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: index_type: 0 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: data_block_index_type: 0 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: index_shortening: 1 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: checksum: 4 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: no_block_cache: 0 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: block_cache: 0x2769a50 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: block_cache_name: BinnedLRUCache 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: block_cache_options: 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: capacity : 536870912 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: num_shard_bits : 4 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: strict_capacity_limit : 0 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: high_pri_pool_ratio: 0.000 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: block_cache_compressed: (nil) 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: persistent_cache: (nil) 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: block_size: 4096 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: block_size_deviation: 10 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: block_restart_interval: 16 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: index_block_restart_interval: 1 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: metadata_block_size: 4096 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: partition_filters: 0 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: use_delta_encoding: 1 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: filter_policy: bloomfilter 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: whole_key_filtering: 1 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: verify_compression: 0 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: read_amp_bytes_per_bit: 0 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: format_version: 5 2026-02-19T10:42:42.717 INFO:journalctl@ceph.mon.a.trial053.stdout: enable_index_compression: 1 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout: block_align: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout: max_auto_readahead_size: 262144 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout: prepopulate_block_cache: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout: initial_auto_readahead_size: 8192 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout: num_file_reads_for_auto_readahead: 2 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.write_buffer_size: 33554432 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_write_buffer_number: 2 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compression: NoCompression 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bottommost_compression: Disabled 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.prefix_extractor: nullptr 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.num_levels: 7 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compression_opts.level: 32767 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compression_opts.strategy: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compression_opts.enabled: false 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.target_file_size_base: 67108864 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-19T10:42:42.718 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.arena_block_size: 1048576 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.disable_auto_compactions: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.inplace_update_support: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.bloom_locality: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.max_successive_merges: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.paranoid_file_checks: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.force_consistency_checks: 1 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.report_bg_io_stats: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.ttl: 2592000 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.enable_blob_files: false 2026-02-19T10:42:42.719 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.min_blob_size: 0 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.blob_file_size: 268435456 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.blob_file_starting_level: 0 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: 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-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7eed752b-0dcf-4b87-a3e6-c1c89c541e1b 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771497762461851, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771497762462596, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73637, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71912, "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": 66326, "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": 1771497762, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7eed752b-0dcf-4b87-a3e6-c1c89c541e1b", "db_session_id": "E54KZKKFMD5FA3IT2KGO", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771497762462655, "job": 1, "event": "recovery_finished"} 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: 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-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x27b6e00 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: DB pointer 0x35a8000 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: ** DB Stats ** 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.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-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.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-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: ** Compaction Stats [default] ** 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.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-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.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 132.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.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 132.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.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 132.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: ** Compaction Stats [default] ** 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.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-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-19T10:42:42.720 INFO:journalctl@ceph.mon.a.trial053.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 132.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: Cumulative compaction: 0.00 GB write, 27.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: Interval compaction: 0.00 GB write, 27.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.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-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: Block cache BinnedLRUCache@0x2769a50#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.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-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: starting mon.a rank 0 at public addrs [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] at bind addrs [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: mon.a@-1(???) e1 preinit fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: mon.a@-1(???).mds e1 new map 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: mon.a@-1(???).mds e1 print_map 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: e1 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: btime 2026-02-19T10:42:41:019944+0000 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.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-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: legacy client fscid: -1 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout: No filesystems configured 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: monmap epoch 1 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: last_changed 2026-02-19T10:42:39.791156+0000 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: min_mon_release 20 (tentacle) 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: election_strategy: 1 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: fsmap 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: osdmap e1: 0 total, 0 up, 0 in 2026-02-19T10:42:42.721 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:42 trial053 ceph-mon[22059]: mgrmap e1: no daemons active 2026-02-19T10:42:42.722 INFO:teuthology.orchestra.run.trial053.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-19T10:42:42.722 INFO:teuthology.orchestra.run.trial053.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-19T10:42:42.722 INFO:teuthology.orchestra.run.trial053.stdout:Creating mgr... 2026-02-19T10:42:42.722 INFO:teuthology.orchestra.run.trial053.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-19T10:42:42.722 INFO:teuthology.orchestra.run.trial053.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-19T10:42:42.858 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mgr.a 2026-02-19T10:42:42.858 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mgr.a.service: Unit ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mgr.a.service not loaded. 2026-02-19T10:42:42.973 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-add480da-0d7f-11f1-99ef-d404e6e7d460.target.wants/ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@.service. 2026-02-19T10:42:43.137 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T10:42:43.138 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout disabled 2026-02-19T10:42:43.143 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T10:42:43.143 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout inactive 2026-02-19T10:42:43.143 INFO:teuthology.orchestra.run.trial053.stdout:firewalld.service is not enabled 2026-02-19T10:42:43.143 INFO:teuthology.orchestra.run.trial053.stdout:Not possible to enable service . firewalld.service is not available 2026-02-19T10:42:43.151 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T10:42:43.151 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout disabled 2026-02-19T10:42:43.157 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T10:42:43.157 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout inactive 2026-02-19T10:42:43.157 INFO:teuthology.orchestra.run.trial053.stdout:firewalld.service is not enabled 2026-02-19T10:42:43.157 INFO:teuthology.orchestra.run.trial053.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-19T10:42:43.157 INFO:teuthology.orchestra.run.trial053.stdout:Waiting for mgr to start... 2026-02-19T10:42:43.157 INFO:teuthology.orchestra.run.trial053.stdout:Waiting for mgr... 2026-02-19T10:42:43.444 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:43.444 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout { 2026-02-19T10:42:43.445 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "fsid": "add480da-0d7f-11f1-99ef-d404e6e7d460", 2026-02-19T10:42:43.445 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "health": { 2026-02-19T10:42:43.445 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 0 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout ], 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "a" 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout ], 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-19T10:42:43.446 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-19T10:42:43.447 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "btime": "2026-02-19T10:42:41:019944+0000", 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout ], 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "modified": "2026-02-19T10:42:41.020415+0000", 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T10:42:43.448 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:43.449 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-19T10:42:43.449 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout } 2026-02-19T10:42:43.449 INFO:teuthology.orchestra.run.trial053.stdout:mgr not available, waiting (1/15)... 2026-02-19T10:42:44.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:43 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3028435307' entity='client.admin' 2026-02-19T10:42:44.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:43 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3498677205' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-19T10:42:44.574 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:44 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: from numpy import show_config as show_numpy_config 2026-02-19T10:42:45.728 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:45 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1214150818' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-19T10:42:45.738 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:45.739 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout { 2026-02-19T10:42:45.739 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "fsid": "add480da-0d7f-11f1-99ef-d404e6e7d460", 2026-02-19T10:42:45.739 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "health": { 2026-02-19T10:42:45.739 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-19T10:42:45.739 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-19T10:42:45.739 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-19T10:42:45.739 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:45.739 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 0 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout ], 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "a" 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout ], 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-19T10:42:45.740 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-19T10:42:45.741 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "btime": "2026-02-19T10:42:41:019944+0000", 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:45.742 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout ], 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "modified": "2026-02-19T10:42:41.020415+0000", 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T10:42:45.743 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:45.744 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-19T10:42:45.744 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout } 2026-02-19T10:42:45.744 INFO:teuthology.orchestra.run.trial053.stdout:mgr not available, waiting (2/15)... 2026-02-19T10:42:47.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: Activating manager daemon a 2026-02-19T10:42:47.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: mgrmap e2: a(active, starting, since 0.0024465s) 2026-02-19T10:42:47.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: from='mgr.14100 10.20.193.53:0/382300602' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T10:42:47.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: from='mgr.14100 10.20.193.53:0/382300602' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T10:42:47.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: from='mgr.14100 10.20.193.53:0/382300602' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T10:42:47.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: from='mgr.14100 10.20.193.53:0/382300602' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:42:47.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: from='mgr.14100 10.20.193.53:0/382300602' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-19T10:42:47.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: Manager daemon a is now available 2026-02-19T10:42:47.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: from='mgr.14100 10.20.193.53:0/382300602' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-19T10:42:47.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: from='mgr.14100 10.20.193.53:0/382300602' entity='mgr.a' 2026-02-19T10:42:47.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: from='mgr.14100 10.20.193.53:0/382300602' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-19T10:42:47.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: from='mgr.14100 10.20.193.53:0/382300602' entity='mgr.a' 2026-02-19T10:42:47.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:46 trial053 ceph-mon[22059]: from='mgr.14100 10.20.193.53:0/382300602' entity='mgr.a' 2026-02-19T10:42:48.014 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:47 trial053 ceph-mon[22059]: mgrmap e3: a(active, since 1.00484s) 2026-02-19T10:42:48.134 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:48.134 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout { 2026-02-19T10:42:48.134 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "fsid": "add480da-0d7f-11f1-99ef-d404e6e7d460", 2026-02-19T10:42:48.134 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "health": { 2026-02-19T10:42:48.134 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-19T10:42:48.134 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-19T10:42:48.134 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 0 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout ], 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "a" 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout ], 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-19T10:42:48.135 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-19T10:42:48.136 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:48.136 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-19T10:42:48.136 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:48.136 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-19T10:42:48.136 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-19T10:42:48.136 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-19T10:42:48.136 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-19T10:42:48.136 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-19T10:42:48.136 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-19T10:42:48.136 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:48.136 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-19T10:42:48.139 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-19T10:42:48.139 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "btime": "2026-02-19T10:42:41:019944+0000", 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-19T10:42:48.140 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout ], 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T10:42:48.141 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "modified": "2026-02-19T10:42:41.020415+0000", 2026-02-19T10:42:48.142 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T10:42:48.142 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout }, 2026-02-19T10:42:48.142 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-19T10:42:48.142 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout } 2026-02-19T10:42:48.142 INFO:teuthology.orchestra.run.trial053.stdout:mgr is available 2026-02-19T10:42:48.482 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:48.482 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout [global] 2026-02-19T10:42:48.483 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout fsid = add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:48.483 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-19T10:42:48.483 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.53:3300,v1:10.20.193.53:6789] 2026-02-19T10:42:48.483 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-19T10:42:48.483 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-19T10:42:48.483 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-19T10:42:48.483 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-19T10:42:48.483 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:48.483 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-19T10:42:48.483 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-19T10:42:48.484 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 2026-02-19T10:42:48.484 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout [osd] 2026-02-19T10:42:48.484 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-19T10:42:48.484 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-19T10:42:48.484 INFO:teuthology.orchestra.run.trial053.stdout:Enabling cephadm module... 2026-02-19T10:42:49.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:48 trial053 ceph-mon[22059]: mgrmap e4: a(active, since 2s) 2026-02-19T10:42:49.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:48 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3866928192' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-19T10:42:49.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:48 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/2555989337' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-19T10:42:49.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:48 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/2555989337' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-19T10:42:49.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:48 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1939215715' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-19T10:42:49.740 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:49 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: ignoring --setuser ceph since I am not root 2026-02-19T10:42:49.741 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:49 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: ignoring --setgroup ceph since I am not root 2026-02-19T10:42:49.865 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout { 2026-02-19T10:42:49.865 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-19T10:42:49.865 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-19T10:42:49.865 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-19T10:42:49.865 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-19T10:42:49.865 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout } 2026-02-19T10:42:49.865 INFO:teuthology.orchestra.run.trial053.stdout:Waiting for the mgr to restart... 2026-02-19T10:42:49.865 INFO:teuthology.orchestra.run.trial053.stdout:Waiting for mgr epoch 5... 2026-02-19T10:42:50.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:50 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1939215715' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-19T10:42:50.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:50 trial053 ceph-mon[22059]: mgrmap e5: a(active, since 3s) 2026-02-19T10:42:50.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:50 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1550045881' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-19T10:42:50.825 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:50 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: /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-19T10:42:50.825 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:50 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: 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-19T10:42:50.825 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:50 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: from numpy import show_config as show_numpy_config 2026-02-19T10:42:52.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:52 trial053 ceph-mon[22059]: Active manager daemon a restarted 2026-02-19T10:42:52.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:52 trial053 ceph-mon[22059]: Activating manager daemon a 2026-02-19T10:42:52.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:52 trial053 ceph-mon[22059]: osdmap e2: 0 total, 0 up, 0 in 2026-02-19T10:42:52.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:52 trial053 ceph-mon[22059]: mgrmap e6: a(active, starting, since 0.00250029s) 2026-02-19T10:42:52.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:52 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:42:52.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:52 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-19T10:42:52.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:52 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T10:42:52.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:52 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T10:42:52.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:52 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T10:42:52.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:52 trial053 ceph-mon[22059]: Manager daemon a is now available 2026-02-19T10:42:53.247 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout { 2026-02-19T10:42:53.248 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-19T10:42:53.248 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-19T10:42:53.248 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout } 2026-02-19T10:42:53.248 INFO:teuthology.orchestra.run.trial053.stdout:mgr epoch 5 is available 2026-02-19T10:42:53.248 INFO:teuthology.orchestra.run.trial053.stdout:Verifying orchestrator module is enabled... 2026-02-19T10:42:54.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:54.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:54.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: Found migration_current of "None". Setting to last migration. 2026-02-19T10:42:54.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:54.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:54.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:54.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:54.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:54.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:42:54.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:42:54.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-19T10:42:54.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-19T10:42:54.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-19T10:42:54.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: mgrmap e7: a(active, since 1.00392s) 2026-02-19T10:42:54.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-19T10:42:54.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:54.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:54.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1987858862' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-19T10:42:54.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:53 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:42:54.454 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-19T10:42:54.455 INFO:teuthology.orchestra.run.trial053.stdout:Setting orchestrator backend to cephadm... 2026-02-19T10:42:55.157 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-19T10:42:55.157 INFO:teuthology.orchestra.run.trial053.stdout:Generating ssh key... 2026-02-19T10:42:55.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-mon[22059]: [19/Feb/2026:10:42:53] ENGINE Bus STARTING 2026-02-19T10:42:55.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-mon[22059]: [19/Feb/2026:10:42:53] ENGINE Serving on https://10.20.193.53:7150 2026-02-19T10:42:55.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-mon[22059]: [19/Feb/2026:10:42:53] ENGINE Client ('10.20.193.53', 51202) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-19T10:42:55.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-mon[22059]: [19/Feb/2026:10:42:53] ENGINE Serving on http://10.20.193.53:8765 2026-02-19T10:42:55.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-mon[22059]: [19/Feb/2026:10:42:53] ENGINE Bus STARTED 2026-02-19T10:42:55.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1987858862' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-19T10:42:55.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-mon[22059]: mgrmap e8: a(active, since 2s) 2026-02-19T10:42:55.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:55.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:42:55.575 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: Generating public/private ed25519 key pair. 2026-02-19T10:42:55.575 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: Your identification has been saved in /tmp/tmpojrxugmk/key 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: Your public key has been saved in /tmp/tmpojrxugmk/key.pub 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: The key fingerprint is: 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: SHA256:hi50LkEKRECSaQIFE83xEHC/isXhHDRUCWeS3a5H5do ceph-add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: The key's randomart image is: 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: +--[ED25519 256]--+ 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: |&#%B+o | 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: |*=+Oo . . | 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: |+ o +. o | 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: | = = .o.. | 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: | * +oooS | 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: | o o.=o.E | 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: |. . o.o | 2026-02-19T10:42:55.576 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: | o | 2026-02-19T10:42:55.577 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: | | 2026-02-19T10:42:55.577 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:42:55 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: +----[SHA256]-----+ 2026-02-19T10:42:55.866 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHSlJDY2nZoq07kqqavgziDfw+/ftFwS5GrTxCN2p7g ceph-add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:42:55.867 INFO:teuthology.orchestra.run.trial053.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-19T10:42:55.867 INFO:teuthology.orchestra.run.trial053.stdout:Adding key to root@localhost authorized_keys... 2026-02-19T10:42:55.868 INFO:teuthology.orchestra.run.trial053.stdout:Adding host trial053... 2026-02-19T10:42:56.686 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:56 trial053 ceph-mon[22059]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:42:56.686 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:56 trial053 ceph-mon[22059]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:42:56.686 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:56 trial053 ceph-mon[22059]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:42:56.686 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:56 trial053 ceph-mon[22059]: Generating ssh key... 2026-02-19T10:42:56.686 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:56 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:56.686 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:56 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:57.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:57 trial053 ceph-mon[22059]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:42:57.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:57 trial053 ceph-mon[22059]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial053", "addr": "10.20.193.53", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:42:57.755 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout Added host 'trial053' with addr '10.20.193.53' 2026-02-19T10:42:57.755 INFO:teuthology.orchestra.run.trial053.stdout:Deploying unmanaged mon service... 2026-02-19T10:42:58.113 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-19T10:42:58.113 INFO:teuthology.orchestra.run.trial053.stdout:Deploying unmanaged mgr service... 2026-02-19T10:42:58.476 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-19T10:42:58.522 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:58 trial053 ceph-mon[22059]: Deploying cephadm binary to trial053 2026-02-19T10:42:58.522 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:58 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:58.522 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:58 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:42:58.522 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:58 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:58.522 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:58 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:58.522 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:58 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:59.673 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:59 trial053 ceph-mon[22059]: Added host trial053 2026-02-19T10:42:59.673 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:59 trial053 ceph-mon[22059]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:42:59.674 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:59 trial053 ceph-mon[22059]: Saving service mon spec with placement count:5 2026-02-19T10:42:59.674 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:59 trial053 ceph-mon[22059]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:42:59.674 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:59 trial053 ceph-mon[22059]: Saving service mgr spec with placement count:2 2026-02-19T10:42:59.674 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:59 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:42:59.674 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:42:59 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3709934238' entity='client.admin' 2026-02-19T10:43:00.036 INFO:teuthology.orchestra.run.trial053.stdout:Enabling the dashboard module... 2026-02-19T10:43:01.031 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:43:00 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: ignoring --setuser ceph since I am not root 2026-02-19T10:43:01.031 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:43:00 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: ignoring --setgroup ceph since I am not root 2026-02-19T10:43:01.032 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:00 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:43:01.032 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:00 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:43:01.032 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:00 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial053", "name": "osd_memory_target"} : dispatch 2026-02-19T10:43:01.032 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:00 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' 2026-02-19T10:43:01.032 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:00 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial053", "caps": []} : dispatch 2026-02-19T10:43:01.032 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:00 trial053 ceph-mon[22059]: from='mgr.14118 10.20.193.53:0/1914671996' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial053", "caps": []}]': finished 2026-02-19T10:43:01.032 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:00 trial053 ceph-mon[22059]: Deploying daemon agent.trial053 on trial053 2026-02-19T10:43:01.032 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:00 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/2675288530' entity='client.admin' 2026-02-19T10:43:01.032 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:00 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1928057190' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-19T10:43:01.439 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout { 2026-02-19T10:43:01.439 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-19T10:43:01.439 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-19T10:43:01.439 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-19T10:43:01.439 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-19T10:43:01.439 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout } 2026-02-19T10:43:01.439 INFO:teuthology.orchestra.run.trial053.stdout:Waiting for the mgr to restart... 2026-02-19T10:43:01.439 INFO:teuthology.orchestra.run.trial053.stdout:Waiting for mgr epoch 9... 2026-02-19T10:43:02.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:01 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1928057190' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-19T10:43:02.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:01 trial053 ceph-mon[22059]: mgrmap e9: a(active, since 8s) 2026-02-19T10:43:02.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:01 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1014738706' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-19T10:43:02.325 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:43:01 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: /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-19T10:43:02.325 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:43:01 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: 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-19T10:43:02.325 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:43:01 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: from numpy import show_config as show_numpy_config 2026-02-19T10:43:04.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:03 trial053 ceph-mon[22059]: Active manager daemon a restarted 2026-02-19T10:43:04.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:03 trial053 ceph-mon[22059]: Activating manager daemon a 2026-02-19T10:43:04.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:03 trial053 ceph-mon[22059]: osdmap e3: 0 total, 0 up, 0 in 2026-02-19T10:43:04.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:03 trial053 ceph-mon[22059]: mgrmap e10: a(active, starting, since 0.00256193s) 2026-02-19T10:43:04.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:03 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:43:04.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:03 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-19T10:43:04.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:03 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T10:43:04.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:03 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T10:43:04.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:03 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T10:43:04.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:03 trial053 ceph-mon[22059]: Manager daemon a is now available 2026-02-19T10:43:04.838 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout { 2026-02-19T10:43:04.838 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-19T10:43:04.838 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-19T10:43:04.838 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout } 2026-02-19T10:43:04.838 INFO:teuthology.orchestra.run.trial053.stdout:mgr epoch 9 is available 2026-02-19T10:43:04.838 INFO:teuthology.orchestra.run.trial053.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-19T10:43:04.952 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:04.952 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:04.952 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-19T10:43:04.952 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-19T10:43:04.952 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:04.952 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial053", "name": "osd_memory_target"} : dispatch 2026-02-19T10:43:04.952 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:04.952 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial053", "caps": []} : dispatch 2026-02-19T10:43:04.953 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:04 trial053 ceph-mon[22059]: mgrmap e11: a(active, since 1.00649s) 2026-02-19T10:43:05.475 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUfVoLaKUGRgd/HRseoPDiNioTAf8wDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWFkZDQ4MGRhLTBkN2YtMTFmMS05\nOWVmLWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMTkxMDQzMDVaFw0yOTAyMTgxMDQzMDVa\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My41MzCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAK3cIwPb8Xedh4vGIJKUpyFTYR/8bJ9yydba4Pm42qkbYAKglStt\nWVuqy0F/wXdvvuVsx7LnUjNe35ojCPuPy28YiTroYcRfTC5iGONngwali/sTYsEU\nosoxLxtU57K+d56dLVYvj6f9gaj7vhtgQXF1I3IWFs8UH+ZsWsV0Pfl3Sn5dTkg0\nMUessI/1a/5+fU0Fg5NTXAEuugPmCbE8mCIZvKKBEEr4ZQrQDc8cCcalXd7fzcce\nda0on2mXP2bCJNVAeG3nKE1vzoXHdP0RbslH9DxAermfYkE314X6UKuIiFj/LLIw\nrnDtt5KUyfxlwCGcKvqCI6LpBrigOgJl0qA6+2TcovgSciBfLA5CIUUKAiZQJEGc\nIzW2TCGB7tetcdcPcXyYPwMNInCmO+QHVAnfOL04l67jlf8t9JeEdy48zlHojLvH\npWJPd9/eNtgYtdiMVWUj7pdS+zDoLP7nD1zpwCOR/IRRiioGu3gvM0Lv6cleSlXJ\nNm73KJGWz2nmsa/A281fB2ABn3PU/BNNQDOOqmsSEaanH8KCdSfpzY+Tpf7sLq/T\nZgEnWyuD4QUvdczwHijudGDczu+/mRF7eEGXi8yKOku0N+ZE4qYlYTqvT++GyNzr\n8gOjjfUdfM9XOhAv3ZXNn+d1VmzSXWyk4P57/MZHDwYmXdt8pw1soIyFAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDUzghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nNTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQCxIfRHbBAyKfv9Pnkv\n0FgtjKCuUMOudghRycClNXzSsd/BoIBvjJCgBzJwJhW0yNXBj6jMFLqauJqo9Qym\nqzbjoLeQPfKl3h6WX3bkiLOCVbnQ/Bj47S5SloI1I5Wuzk0kI304CnhAjRj/ex0c\nuquGmS974qcxeojCaqPUmV4gC9J6KYcuOkzC4J2VjOXm4Sdrzu3yONRpXJK9RDox\nnT8+Y+/JDYjM5RogcedhzPbGwKcgTH0wTES+EF21JCegtW8yTVgP4kcNj3qv+5PH\nABIn0eondi5CyxQI8USfy31R0zcdku1zODn0fh54DNE8C6aWNX/KiurUhIlki+WJ\nTNJ8wzDQjGyGlinCJ+sIe9iqb5TTpT66zZLdL1hgcKRrMnWh7+T0G5zCh7+6hBmX\n58u9mdREQE1fB0MeUZ3xZoVuH8EYB8voj7pcV9SIenpfciAwplAAIO6ibRruN9e0\nlo+qGlXaS6K9AIT9lUKo1stiDknHCYruIv6mGDZ4zjpDSEpkZRaZncQa4DKjpKbO\n7dvbY2bhU3V7lTFfLSiKDw3kmXrubImCrQq31NqLGLQuEblP9moLS+pJnrO6SLgR\nWzYBmQoz9ZbXnQaX9WUgEm0/4wVs2z2gMFy1F9r360B8UUwDkKB7M70QqfXIwHOb\nThoEGDCxS0DdaWrjXAorcd5rJg==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEArdwjA9vxd52Hi8YgkpSnIVNhH/xsn3LJ1trg+bjaqRtgAqCV\nK21ZW6rLQX/Bd2++5WzHsudSM17fmiMI+4/LbxiJOuhhxF9MLmIY42eDBqWL+xNi\nwRSiyjEvG1Tnsr53np0tVi+Pp/2BqPu+G2BBcXUjchYWzxQf5mxaxXQ9+XdKfl1O\nSDQxR6ywj/Vr/n59TQWDk1NcAS66A+YJsTyYIhm8ooEQSvhlCtANzxwJxqVd3t/N\nxx51rSifaZc/ZsIk1UB4becoTW/Ohcd0/RFuyUf0PEB6uZ9iQTfXhfpQq4iIWP8s\nsjCucO23kpTJ/GXAIZwq+oIjoukGuKA6AmXSoDr7ZNyi+BJyIF8sDkIhRQoCJlAk\nQZwjNbZMIYHu161x1w9xfJg/Aw0icKY75AdUCd84vTiXruOV/y30l4R3LjzOUeiM\nu8elYk9339422Bi12IxVZSPul1L7MOgs/ucPXOnAI5H8hFGKKga7eC8zQu/pyV5K\nVck2bvcokZbPaeaxr8DbzV8HYAGfc9T8E01AM46qaxIRpqcfwoJ1J+nNj5Ol/uwu\nr9NmASdbK4PhBS91zPAeKO50YNzO77+ZEXt4QZeLzIo6S7Q35kTipiVhOq9P74bI\n3OvyA6ON9R18z1c6EC/dlc2f53VWbNJdbKTg/nv8xkcPBiZd23ynDWygjIUCAwEA\nAQKCAgBU7KVr8qkyCRBXTbnGb/dtd2mHcslqX2tJWJQxV0Lz/Ku6zM7griLKfJSZ\nU3rgyQRh0+9+K7FC55Jom7l9DAHOrBkIXc+32OcA9yj6F6tweTf1tkP0VYypIDpG\n6wPck14h69vj8AqHf/SwYvu7Kpr8/T+JsFGG6GkmqIH0VnIZY9RPAmvFKD10Kd37\nC+IrJ4U0NL/PHJZh+32gfuL4IMWdTp4OcOXRASF2FSfRpXv+/PLr9b1yCKZppWCs\n9tTg8G+GfV32LUZKARXL0iCKp1PK3StnrQVlm32mpszPpHR4PZKAinC+P7pN7khP\nwP8jG16s7DgwMpaOsq32TEnZtvwZOfZOJ+fdo6r6dRsqr89lrruLfiSPp1WMcT92\nvjg4vbCmWRHX+pJFMH2q3l4KL15XVtCSE0U0pKXAvoiV5iKSruuOTR8Zk4/M5zpn\nTzbYui7gj+nM3KQjHMIpG3BAIEqk/dDes7w58ojA0MebFoipVuixS8iRSIetD7z6\nAfHjxhFO406G8Wf2sBEoLVGPp0m2uVPojc/L9iMrN2n+Xj7cfVmCNHHvVPhQM0Yq\njdXVQNaFQRCXtp36GCY721NC2A/Dwyq2TvkSJ9ajs3e36ulDm8OScMZacf/lTdgj\nVsuHZemcrAyTJ1lpMynNGrivu1zBP4iQESLg9ZpZmsICIszTdwKCAQEA7ZhkAm5b\nV4rCUusxfara/NSxZ/QF8fV/Dru7adAaRLlHNsFYpK8vqpR5zZzM5pVgjsG9N6eB\nFTaSGYe3q2pkL+bD2DE0syArDotv7yuVHZ0mF+h3FVnH+b1ELnDAk4l5VQH+Klpa\nZDahdnuvcmB/OvxTjX15KNdmDJo4M1EZQE1s2UGRLL89k8JgRTcMOUH2HfDDAg03\njLuLYKuUcWPyxYBtzEV23+zrIXAeGR1Hi4mOzjjqvqaJtlfWkwlSjOMin6voekRi\nIRlzxeT7lxXyMk6ZQjvWr5svCETBJMOnzcUueTQKHb9bWkFzizOpFQ0hKf3/3eOU\nwstSaEpwd/9PbwKCAQEAu1PZKoq+AkJLe4FCRZ+ZJeXpKwafeX/9u3880iTJLFVa\nM552hA4to78IwUFbySu3lV/o8B1RZ8khMfSCjO+YGA7o6DCkkDeP/JmNpjL+nYUr\nM4guWjEXQ+2TwWfMyENjgeMhq2Ak5BSPKytVSydZNCtsIKqH29krno6z/GLyrtoI\nHV/IsrRQw0eKdp4YVy8WvTbbRdZl1dI6xBIBaNUyVUo7bS8IcVnE1o/OMJJ+zKw3\nCNSbcM0YU+mwhLrpX3ADS62UJu69/xYeQZBDCxFgq655yHsiMq0dRro5s63ltQYC\nIa641YB+DwXLJNF3fsIkf4jxu3hQ7gYayzOR6typSwKCAQAzxhZc9UFQRTttKDUj\npjyMBakW9vTosc9bHYuMVj2zJhCfnOg9ErO3Xx1fscBwqrJcyVj7LLQTNE4H5Cwg\n3VExov6gOLC8K9FWHQpqOrwGtPzdDtoMPAE4qYaW/BjqzXU0EfgZsJCr77+levRT\nXzW6W8u1NFdXkAB71ItUm2J+QaDrgr8o2g+ICD5ENueh/n6sLY/A/bJSJ3gKu7jg\nMKBxazgB4E00JINkSPM2E8xIWtRUmdCFdPLjWia26bwkWUZtNt+07PvZLJuuzuQI\nG08oqTn6VeHFaHKKQbk40q3ZSBOFc9KUguNcOpD8D2jT3oWQifncl0AOZpHxie8S\nJv9fAoIBAH1FGyq50UrNbpDO5bSNf+q6Du045phnoRQriE63TtiY01NFmtfAa4Df\nFUm3HVwwIfqAQtOfp3qSI+K2Mj9xUfJ0tgffz4ypu14eiX0lCOPp0/QIE4c44OgK\nDg7+DRG3DuojK7bg+oqTvRIPTmCNlbevegV2RJgeaG8F2xLiUIvhPh/2l835izCr\nvMqJ+pkC4l/yOTxAnaUZizbnG44xVBF5LLhdBXZXo6wgSrBspuLUH5GGK9SJMsWa\ntvJr0/iAfZO0JijK6r+U2PLbOBpEqrLkYIhS35Gn9rX/furLVZtywyYnI2+TF7mQ\nFEMw2Iop5iJrP8wwL16dMnnEqMW4fnUCggEBALeThOe1C0YDJJPkWhqwmc3HDPKY\nKpVBQT4MhrTctuBDnDaBf/lK7RksMI1j0J6IOj2BWtqbDf4yTA78pY9oFdpaBC8/\nnhtyV1gFZrsD42Zj8qSXJUpIlkr72wtcj2Tx+vgf99cDn6LHkLGnhn/+FwHan8/i\nxQkwqOcpZksrgjkO2CoDujDgv6YQUnM5ea8PV4dsKcV2SFIDKwTnKoI+wVPbznBY\nJojlklpbJVi/PX8tKBSCySHUGEny17aDxLzjm1YnEfqVaAwUr8YtdyYrQVJ3Uv/0\n6b9L72jkvWjVK5UJy2aHH89CcV+U4EMic371lxHRXsgsBY2LkCP2kYLeGIs=\n-----END RSA PRIVATE KEY-----\n"} 2026-02-19T10:43:05.831 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-19T10:43:06.071 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:05 trial053 ceph-mon[22059]: [19/Feb/2026:10:43:04] ENGINE Bus STARTING 2026-02-19T10:43:06.071 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:05 trial053 ceph-mon[22059]: [19/Feb/2026:10:43:04] ENGINE Serving on http://10.20.193.53:8765 2026-02-19T10:43:06.071 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:05 trial053 ceph-mon[22059]: [19/Feb/2026:10:43:04] ENGINE Serving on https://10.20.193.53:7150 2026-02-19T10:43:06.071 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:05 trial053 ceph-mon[22059]: [19/Feb/2026:10:43:04] ENGINE Bus STARTED 2026-02-19T10:43:06.071 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:05 trial053 ceph-mon[22059]: [19/Feb/2026:10:43:04] ENGINE Client ('10.20.193.53', 59042) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-19T10:43:06.071 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:05 trial053 ceph-mon[22059]: Deploying daemon agent.trial053 on trial053 2026-02-19T10:43:06.071 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:05 trial053 ceph-mon[22059]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-19T10:43:06.071 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:05 trial053 ceph-mon[22059]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-19T10:43:06.071 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:06.196 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-19T10:43:06.196 INFO:teuthology.orchestra.run.trial053.stdout:Creating initial admin user... 2026-02-19T10:43:06.754 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$69b6qnYt4s6mhe9bTitHXO4W7A5TF41Dr2yIsddvEOWVlowA0rWy.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771497786, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-19T10:43:06.754 INFO:teuthology.orchestra.run.trial053.stdout:Fetching dashboard port number... 2026-02-19T10:43:06.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:06 trial053 ceph-mon[22059]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:06.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:06 trial053 ceph-mon[22059]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:06.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:06 trial053 ceph-mon[22059]: mgrmap e12: a(active, since 2s) 2026-02-19T10:43:06.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:06 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:06.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:06 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:07.099 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stdout 8443 2026-02-19T10:43:07.107 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T10:43:07.107 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout disabled 2026-02-19T10:43:07.113 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T10:43:07.113 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout inactive 2026-02-19T10:43:07.113 INFO:teuthology.orchestra.run.trial053.stdout:firewalld.service is not enabled 2026-02-19T10:43:07.113 INFO:teuthology.orchestra.run.trial053.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-19T10:43:07.114 INFO:teuthology.orchestra.run.trial053.stdout:Ceph Dashboard is now available at: 2026-02-19T10:43:07.114 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:07.114 INFO:teuthology.orchestra.run.trial053.stdout: URL: https://trial053:8443/ 2026-02-19T10:43:07.114 INFO:teuthology.orchestra.run.trial053.stdout: User: admin 2026-02-19T10:43:07.114 INFO:teuthology.orchestra.run.trial053.stdout: Password: w435lhz7w2 2026-02-19T10:43:07.114 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:07.115 INFO:teuthology.orchestra.run.trial053.stdout:Saving cluster configuration to /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config directory 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout:Or, if you are only running a single cluster on this host: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: ceph telemetry on 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout:For more information see: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:07.515 INFO:teuthology.orchestra.run.trial053.stdout:Bootstrap complete. 2026-02-19T10:43:07.523 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout static 2026-02-19T10:43:07.528 INFO:teuthology.orchestra.run.trial053.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-19T10:43:07.528 INFO:teuthology.orchestra.run.trial053.stdout:systemctl: stdout inactive 2026-02-19T10:43:07.528 INFO:teuthology.orchestra.run.trial053.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-19T10:43:07.683 INFO:tasks.cephadm:Fetching config... 2026-02-19T10:43:07.683 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:43:07.683 DEBUG:teuthology.orchestra.run.trial053:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-19T10:43:07.701 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-19T10:43:07.701 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:43:07.702 DEBUG:teuthology.orchestra.run.trial053:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-19T10:43:07.758 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-19T10:43:07.758 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:43:07.758 DEBUG:teuthology.orchestra.run.trial053:> sudo dd if=/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-19T10:43:07.827 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-19T10:43:07.828 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:43:07.828 DEBUG:teuthology.orchestra.run.trial053:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-19T10:43:07.890 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-19T10:43:07.890 DEBUG:teuthology.orchestra.run.trial053:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHSlJDY2nZoq07kqqavgziDfw+/ftFwS5GrTxCN2p7g ceph-add480da-0d7f-11f1-99ef-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-19T10:43:07.973 INFO:teuthology.orchestra.run.trial053.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHSlJDY2nZoq07kqqavgziDfw+/ftFwS5GrTxCN2p7g ceph-add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:43:07.985 DEBUG:teuthology.orchestra.run.trial165:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHSlJDY2nZoq07kqqavgziDfw+/ftFwS5GrTxCN2p7g ceph-add480da-0d7f-11f1-99ef-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-19T10:43:08.020 INFO:teuthology.orchestra.run.trial165.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHSlJDY2nZoq07kqqavgziDfw+/ftFwS5GrTxCN2p7g ceph-add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:43:08.031 DEBUG:teuthology.orchestra.run.trial172:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHSlJDY2nZoq07kqqavgziDfw+/ftFwS5GrTxCN2p7g ceph-add480da-0d7f-11f1-99ef-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-19T10:43:08.065 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:07 trial053 ceph-mon[22059]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:08.065 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:07 trial053 ceph-mon[22059]: 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-19T10:43:08.065 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:07 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/2583374389' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-19T10:43:08.065 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:07 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1066838078' entity='client.admin' 2026-02-19T10:43:08.066 INFO:teuthology.orchestra.run.trial172.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHSlJDY2nZoq07kqqavgziDfw+/ftFwS5GrTxCN2p7g ceph-add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:43:08.077 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-19T10:43:08.247 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:43:08.658 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-19T10:43:08.658 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-19T10:43:08.778 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:43:09.161 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial165 2026-02-19T10:43:09.162 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-19T10:43:09.162 DEBUG:teuthology.orchestra.run.trial165:> dd of=/etc/ceph/ceph.conf 2026-02-19T10:43:09.181 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-19T10:43:09.181 DEBUG:teuthology.orchestra.run.trial165:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T10:43:09.238 INFO:tasks.cephadm:Adding host trial165 to orchestrator... 2026-02-19T10:43:09.238 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph orch host add trial165 2026-02-19T10:43:09.357 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:43:09.391 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:09.391 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:09.391 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:09.391 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:09.391 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:09.391 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/2050173381' entity='client.admin' 2026-02-19T10:43:09.391 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:09.392 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: Certificate for "cephadm-signed_agent_cert (trial053)" is still valid for 1824 days. 2026-02-19T10:43:09.392 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:09.392 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:09.392 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:09.392 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:09.392 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:09.392 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:09.392 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:09.392 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:09.392 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:11.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:10 trial053 ceph-mon[22059]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:11.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:10 trial053 ceph-mon[22059]: Updating trial053:/etc/ceph/ceph.conf 2026-02-19T10:43:11.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:10 trial053 ceph-mon[22059]: Updating trial053:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:11.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:10 trial053 ceph-mon[22059]: Updating trial053:/etc/ceph/ceph.client.admin.keyring 2026-02-19T10:43:11.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:10 trial053 ceph-mon[22059]: Updating trial053:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T10:43:11.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:11.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:11.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:11.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:11.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:10 trial053 ceph-mon[22059]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial165", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:11.124 INFO:teuthology.orchestra.run.trial053.stdout:Added host 'trial165' with addr '10.20.193.165' 2026-02-19T10:43:11.272 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-19T10:43:11.389 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:43:11.645 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:11.645 INFO:teuthology.orchestra.run.trial053.stdout:[{"addr": "10.20.193.53", "hostname": "trial053", "labels": [], "status": ""}, {"addr": "10.20.193.165", "hostname": "trial165", "labels": [], "status": ""}] 2026-02-19T10:43:11.763 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:11 trial053 ceph-mon[22059]: Deploying cephadm binary to trial165 2026-02-19T10:43:11.763 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:11 trial053 ceph-mon[22059]: mgrmap e13: a(active, since 6s) 2026-02-19T10:43:11.763 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:11.763 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:11.763 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:11.763 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:11.763 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:11.764 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial165", "name": "osd_memory_target"} : dispatch 2026-02-19T10:43:11.764 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:11.764 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:11.786 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial172 2026-02-19T10:43:11.786 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-19T10:43:11.786 DEBUG:teuthology.orchestra.run.trial172:> dd of=/etc/ceph/ceph.conf 2026-02-19T10:43:11.805 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-19T10:43:11.805 DEBUG:teuthology.orchestra.run.trial172:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T10:43:11.861 INFO:tasks.cephadm:Adding host trial172 to orchestrator... 2026-02-19T10:43:11.862 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph orch host add trial172 2026-02-19T10:43:11.978 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:43:13.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: Added host trial165 2026-02-19T10:43:13.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: Updating trial165:/etc/ceph/ceph.conf 2026-02-19T10:43:13.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: Updating trial165:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: Updating trial165:/etc/ceph/ceph.client.admin.keyring 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: Updating trial165:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial165", "caps": []} : dispatch 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial165", "caps": []}]': finished 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:13.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:13.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:13.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:13.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:13.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:13.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:13.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:13.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:13.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:13.752 INFO:teuthology.orchestra.run.trial053.stdout:Added host 'trial172' with addr '10.20.193.172' 2026-02-19T10:43:13.901 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-19T10:43:14.017 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:43:14.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:13 trial053 ceph-mon[22059]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial172", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:14.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:13 trial053 ceph-mon[22059]: Deploying daemon agent.trial165 on trial165 2026-02-19T10:43:14.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:13 trial053 ceph-mon[22059]: Deploying cephadm binary to trial172 2026-02-19T10:43:14.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:13 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:14.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:13 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:14.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:13 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:14.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:13 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:14.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:13 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:14.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:13 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:14.040 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:13 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:14.040 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:13 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:14.253 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:14.253 INFO:teuthology.orchestra.run.trial053.stdout:[{"addr": "10.20.193.53", "hostname": "trial053", "labels": [], "status": ""}, {"addr": "10.20.193.165", "hostname": "trial165", "labels": [], "status": ""}, {"addr": "10.20.193.172", "hostname": "trial172", "labels": [], "status": ""}] 2026-02-19T10:43:14.396 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-19T10:43:14.396 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd crush tunables default 2026-02-19T10:43:14.512 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:43:15.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: Added host trial172 2026-02-19T10:43:15.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:15.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:15.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:15.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial172", "name": "osd_memory_target"} : dispatch 2026-02-19T10:43:15.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:15.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:15.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:15.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:15.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1902266609' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-19T10:43:15.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:15.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:15.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial172", "caps": []} : dispatch 2026-02-19T10:43:15.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial172", "caps": []}]': finished 2026-02-19T10:43:15.529 INFO:teuthology.orchestra.run.trial053.stderr:adjusted tunables profile to default 2026-02-19T10:43:15.674 INFO:tasks.cephadm:Adding mon.a on trial053 2026-02-19T10:43:15.674 INFO:tasks.cephadm:Adding mon.b on trial165 2026-02-19T10:43:15.674 INFO:tasks.cephadm:Adding mon.c on trial172 2026-02-19T10:43:15.674 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph orch apply mon '3;trial053:10.20.193.53=a;trial165:10.20.193.165=b;trial172:10.20.193.172=c' 2026-02-19T10:43:15.795 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:16.046 INFO:teuthology.orchestra.run.trial172.stdout:Scheduled mon update... 2026-02-19T10:43:16.187 DEBUG:teuthology.orchestra.run.trial165:mon.b> sudo journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.b.service 2026-02-19T10:43:16.190 DEBUG:teuthology.orchestra.run.trial172:mon.c> sudo journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.c.service 2026-02-19T10:43:16.193 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-19T10:43:16.193 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T10:43:16.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: Updating trial172:/etc/ceph/ceph.conf 2026-02-19T10:43:16.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: Updating trial172:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:16.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T10:43:16.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-19T10:43:16.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: Updating trial172:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T10:43:16.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: Deploying daemon agent.trial172 on trial172 2026-02-19T10:43:16.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:16.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:16.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:16.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:16.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:16.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:16.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:16.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:16.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:16.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:16.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:16.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:16.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1902266609' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-19T10:43:16.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T10:43:16.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:16.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:16.418 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:16.738 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:43:16.738 INFO:teuthology.orchestra.run.trial172.stdout:{"epoch":1,"fsid":"add480da-0d7f-11f1-99ef-d404e6e7d460","modified":"2026-02-19T10:42:39.791156Z","created":"2026-02-19T10:42:39.791156Z","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.53:3300","nonce":0},{"type":"v1","addr":"10.20.193.53:6789","nonce":0}]},"addr":"10.20.193.53:6789/0","public_addr":"10.20.193.53:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T10:42:39:791169+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T10:43:16.738 INFO:teuthology.orchestra.run.trial172.stderr:dumped monmap epoch 1 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial053:10.20.193.53=a;trial165:10.20.193.165=b;trial172:10.20.193.172=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: Saving service mon spec with placement trial053:10.20.193.53=a;trial165:10.20.193.165=b;trial172:10.20.193.172=c;count:3 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: Deploying daemon mon.c on trial172 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:17.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:17 trial053 ceph-mon[22059]: from='client.? 10.20.193.172:0/2131552667' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T10:43:17.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:17 trial172 ceph-mon[23061]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-19T10:43:17.886 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-19T10:43:17.886 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T10:43:18.011 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.c/config 2026-02-19T10:43:23.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:43:23.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: mon.a calling monitor election 2026-02-19T10:43:23.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: mon.c calling monitor election 2026-02-19T10:43:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-19T10:43:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: monmap epoch 2 2026-02-19T10:43:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:43:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: last_changed 2026-02-19T10:43:17.696745+0000 2026-02-19T10:43:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:43:23.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: min_mon_release 20 (tentacle) 2026-02-19T10:43:23.078 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: election_strategy: 1 2026-02-19T10:43:23.078 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a 2026-02-19T10:43:23.078 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c 2026-02-19T10:43:23.079 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: fsmap 2026-02-19T10:43:23.079 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T10:43:23.079 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: mgrmap e13: a(active, since 19s) 2026-02-19T10:43:23.079 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: overall HEALTH_OK 2026-02-19T10:43:23.079 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:23.079 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:23.079 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:23.079 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:23.079 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:23.079 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:23.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:43:23.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: mon.a calling monitor election 2026-02-19T10:43:23.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: mon.c calling monitor election 2026-02-19T10:43:23.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: monmap epoch 2 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: last_changed 2026-02-19T10:43:17.696745+0000 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: min_mon_release 20 (tentacle) 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: election_strategy: 1 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a 2026-02-19T10:43:23.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c 2026-02-19T10:43:23.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: fsmap 2026-02-19T10:43:23.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T10:43:23.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: mgrmap e13: a(active, since 19s) 2026-02-19T10:43:23.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: overall HEALTH_OK 2026-02-19T10:43:23.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:23.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:23.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:23.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:23.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:23.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:24.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:23 trial053 ceph-mon[22059]: Deploying daemon mon.b on trial165 2026-02-19T10:43:24.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:24.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:23 trial172 ceph-mon[23061]: Deploying daemon mon.b on trial165 2026-02-19T10:43:24.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:24 trial165 ceph-mon[23219]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-19T10:43:29.452 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: mon.c calling monitor election 2026-02-19T10:43:29.452 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:43:29.452 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.452 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: mon.a calling monitor election 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: mon.b calling monitor election 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: monmap epoch 3 2026-02-19T10:43:29.453 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: last_changed 2026-02-19T10:43:24.117035+0000 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: min_mon_release 20 (tentacle) 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: election_strategy: 1 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: fsmap 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: mgrmap e13: a(active, since 25s) 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: overall HEALTH_OK 2026-02-19T10:43:29.454 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.455 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.455 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.455 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.455 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:29 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.475 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: mon.c calling monitor election 2026-02-19T10:43:29.475 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:43:29.475 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.476 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: mon.a calling monitor election 2026-02-19T10:43:29.476 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:29.476 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: mon.b calling monitor election 2026-02-19T10:43:29.476 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.476 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:29.476 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.476 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.476 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:29.476 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.476 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.477 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T10:43:29.477 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: monmap epoch 3 2026-02-19T10:43:29.477 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:43:29.477 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: last_changed 2026-02-19T10:43:24.117035+0000 2026-02-19T10:43:29.477 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:43:29.477 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: min_mon_release 20 (tentacle) 2026-02-19T10:43:29.477 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: election_strategy: 1 2026-02-19T10:43:29.477 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a 2026-02-19T10:43:29.477 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c 2026-02-19T10:43:29.477 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b 2026-02-19T10:43:29.477 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: fsmap 2026-02-19T10:43:29.478 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T10:43:29.478 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: mgrmap e13: a(active, since 25s) 2026-02-19T10:43:29.478 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: overall HEALTH_OK 2026-02-19T10:43:29.478 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.478 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.478 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.478 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.478 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:29 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: mon.c calling monitor election 2026-02-19T10:43:29.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:43:29.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: mon.a calling monitor election 2026-02-19T10:43:29.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:43:29.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: mon.b calling monitor election 2026-02-19T10:43:29.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:29.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:29.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: monmap epoch 3 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: last_changed 2026-02-19T10:43:24.117035+0000 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: min_mon_release 20 (tentacle) 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: election_strategy: 1 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: fsmap 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T10:43:29.585 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: mgrmap e13: a(active, since 25s) 2026-02-19T10:43:29.586 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: overall HEALTH_OK 2026-02-19T10:43:29.586 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.586 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.586 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.586 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:29.586 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:29 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.300 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:30.300 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:30.300 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:30.300 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: Updating trial053:/etc/ceph/ceph.conf 2026-02-19T10:43:30.300 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: Updating trial165:/etc/ceph/ceph.conf 2026-02-19T10:43:30.300 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: Updating trial172:/etc/ceph/ceph.conf 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: Updating trial053:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: Updating trial172:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: Updating trial165:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-19T10:43:30.301 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: Reconfiguring mon.a (unknown last config time)... 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: Reconfiguring daemon mon.a on trial053 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: Reconfiguring mon.b (monmap changed)... 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:30.302 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: Reconfiguring daemon mon.b on trial165 2026-02-19T10:43:30.303 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.303 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.303 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.303 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:30.303 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.303 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.303 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.303 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:43:30.304 INFO:teuthology.orchestra.run.trial172.stdout:{"epoch":3,"fsid":"add480da-0d7f-11f1-99ef-d404e6e7d460","modified":"2026-02-19T10:43:24.117035Z","created":"2026-02-19T10:42:39.791156Z","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.53:3300","nonce":0},{"type":"v1","addr":"10.20.193.53:6789","nonce":0}]},"addr":"10.20.193.53:6789/0","public_addr":"10.20.193.53:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T10:42:39:791169+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:3300","nonce":0},{"type":"v1","addr":"10.20.193.172:6789","nonce":0}]},"addr":"10.20.193.172:6789/0","public_addr":"10.20.193.172:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T10:43:17:696743+0000","crush_location":[]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:3300","nonce":0},{"type":"v1","addr":"10.20.193.165:6789","nonce":0}]},"addr":"10.20.193.165:6789/0","public_addr":"10.20.193.165:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T10:43:24:117033+0000","crush_location":[]}],"quorum":[0,1,2]} 2026-02-19T10:43:30.304 INFO:teuthology.orchestra.run.trial172.stderr:dumped monmap epoch 3 2026-02-19T10:43:30.429 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:30.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:30.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:30.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: Updating trial053:/etc/ceph/ceph.conf 2026-02-19T10:43:30.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: Updating trial165:/etc/ceph/ceph.conf 2026-02-19T10:43:30.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: Updating trial172:/etc/ceph/ceph.conf 2026-02-19T10:43:30.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: Updating trial053:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:30.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: Updating trial172:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:30.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: Updating trial165:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:30.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: Reconfiguring mon.a (unknown last config time)... 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: Reconfiguring daemon mon.a on trial053 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: Reconfiguring mon.b (monmap changed)... 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: Reconfiguring daemon mon.b on trial165 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.443 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-19T10:43:30.444 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-19T10:43:30.470 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:30.470 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:30.470 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:30.470 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: Updating trial053:/etc/ceph/ceph.conf 2026-02-19T10:43:30.470 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: Updating trial165:/etc/ceph/ceph.conf 2026-02-19T10:43:30.470 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: Updating trial172:/etc/ceph/ceph.conf 2026-02-19T10:43:30.470 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: Updating trial053:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: Updating trial172:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: Updating trial165:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/config/ceph.conf 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: Reconfiguring mon.a (unknown last config time)... 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:30.471 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: Reconfiguring daemon mon.a on trial053 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: Reconfiguring mon.b (monmap changed)... 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: Reconfiguring daemon mon.b on trial165 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.472 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.473 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.473 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:43:30.473 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.473 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.473 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:30.566 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:43:30.808 INFO:teuthology.orchestra.run.trial053.stdout:# minimal ceph.conf for add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:43:30.808 INFO:teuthology.orchestra.run.trial053.stdout:[global] 2026-02-19T10:43:30.808 INFO:teuthology.orchestra.run.trial053.stdout: fsid = add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:43:30.809 INFO:teuthology.orchestra.run.trial053.stdout: mon_host = [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] 2026-02-19T10:43:30.949 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-19T10:43:30.950 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:43:30.950 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/etc/ceph/ceph.conf 2026-02-19T10:43:31.016 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:43:31.016 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T10:43:31.083 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-19T10:43:31.083 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/etc/ceph/ceph.conf 2026-02-19T10:43:31.108 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-19T10:43:31.108 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T10:43:31.174 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-19T10:43:31.174 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/ceph/ceph.conf 2026-02-19T10:43:31.202 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-19T10:43:31.202 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T10:43:31.267 INFO:tasks.cephadm:Adding mgr.a on trial053 2026-02-19T10:43:31.267 INFO:tasks.cephadm:Adding mgr.b on trial165 2026-02-19T10:43:31.267 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph orch apply mgr '2;trial053=a;trial165=b' 2026-02-19T10:43:31.422 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.c/config 2026-02-19T10:43:31.445 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='client.? 10.20.193.172:0/4162844575' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T10:43:31.445 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.446 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.446 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.446 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.446 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.446 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: Reconfiguring mon.c (monmap changed)... 2026-02-19T10:43:31.446 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:31.446 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:43:31.446 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:31.446 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: Reconfiguring daemon mon.c on trial172 2026-02-19T10:43:31.446 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.446 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.447 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.447 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/1238856934' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:31.447 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.447 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.447 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:31.447 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:31.447 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:31.447 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='client.? 10.20.193.172:0/4162844575' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T10:43:31.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: Reconfiguring mon.c (monmap changed)... 2026-02-19T10:43:31.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:31.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:43:31.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:31.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: Reconfiguring daemon mon.c on trial172 2026-02-19T10:43:31.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/1238856934' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:31.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:31.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:31.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:31.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='client.? 10.20.193.172:0/4162844575' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T10:43:31.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: Reconfiguring mon.c (monmap changed)... 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: Reconfiguring daemon mon.c on trial172 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1238856934' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:31.575 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:31.576 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:31.576 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:31.671 INFO:teuthology.orchestra.run.trial172.stdout:Scheduled mgr update... 2026-02-19T10:43:31.813 DEBUG:teuthology.orchestra.run.trial165:mgr.b> sudo journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mgr.b.service 2026-02-19T10:43:31.815 DEBUG:tasks.cephadm:set 0 configs 2026-02-19T10:43:31.815 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph config dump 2026-02-19T10:43:31.936 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:43:32.169 INFO:teuthology.orchestra.run.trial053.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-19T10:43:32.169 INFO:teuthology.orchestra.run.trial053.stdout:global dev auth_debug true 2026-02-19T10:43:32.169 INFO:teuthology.orchestra.run.trial053.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870 * 2026-02-19T10:43:32.169 INFO:teuthology.orchestra.run.trial053.stdout:global dev debug_asserts_on_shutdown true 2026-02-19T10:43:32.169 INFO:teuthology.orchestra.run.trial053.stdout:global basic log_to_file true 2026-02-19T10:43:32.169 INFO:teuthology.orchestra.run.trial053.stdout:global basic log_to_journald false 2026-02-19T10:43:32.169 INFO:teuthology.orchestra.run.trial053.stdout:global basic log_to_stderr false 2026-02-19T10:43:32.169 INFO:teuthology.orchestra.run.trial053.stdout:global advanced mon_allow_pool_delete true 2026-02-19T10:43:32.170 INFO:teuthology.orchestra.run.trial053.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-19T10:43:32.170 INFO:teuthology.orchestra.run.trial053.stdout:global advanced mon_cluster_log_to_file true 2026-02-19T10:43:32.170 INFO:teuthology.orchestra.run.trial053.stdout:global advanced mon_election_default_strategy 3 2026-02-19T10:43:32.170 INFO:teuthology.orchestra.run.trial053.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-19T10:43:32.170 INFO:teuthology.orchestra.run.trial053.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-19T10:43:32.170 INFO:teuthology.orchestra.run.trial053.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-19T10:43:32.170 INFO:teuthology.orchestra.run.trial053.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-19T10:43:32.170 INFO:teuthology.orchestra.run.trial053.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-19T10:43:32.170 INFO:teuthology.orchestra.run.trial053.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-19T10:43:32.170 INFO:teuthology.orchestra.run.trial053.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-19T10:43:32.170 INFO:teuthology.orchestra.run.trial053.stdout:global dev ms_die_on_bug true 2026-02-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.stdout:global dev ms_die_on_old_message true 2026-02-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.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-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced debug_mon 20/20 2026-02-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced debug_ms 1/1 2026-02-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced debug_paxos 20/20 2026-02-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced mon_data_avail_warn 5 2026-02-19T10:43:32.171 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mgr advanced debug_mgr 20/20 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mgr advanced debug_ms 1/1 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mgr advanced mgr/cephadm/use_agent true * 2026-02-19T10:43:32.172 INFO:teuthology.orchestra.run.trial053.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:osd dev bdev_debug_aio true 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced debug_ms 1/1 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced debug_osd 20/20 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:osd dev osd_debug_misdirected_ops true 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:osd dev osd_debug_op_order true 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:osd dev osd_debug_shutdown true 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-19T10:43:32.173 INFO:teuthology.orchestra.run.trial053.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced osd_memory_target_autotune true 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced osd_op_queue debug_random * 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced osd_recover_clone_overlap true 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-19T10:43:32.174 INFO:teuthology.orchestra.run.trial053.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-19T10:43:32.175 INFO:teuthology.orchestra.run.trial053.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-19T10:43:32.175 INFO:teuthology.orchestra.run.trial053.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-19T10:43:32.175 INFO:teuthology.orchestra.run.trial053.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-19T10:43:32.312 INFO:tasks.cephadm:Deploying OSDs... 2026-02-19T10:43:32.312 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-19T10:43:32.312 DEBUG:teuthology.orchestra.run.trial053:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T10:43:32.329 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-19T10:43:32.330 DEBUG:teuthology.orchestra.run.trial053:> stat /dev/vg_nvme/lv_1 2026-02-19T10:43:32.386 INFO:teuthology.orchestra.run.trial053.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-19T10:43:32.387 INFO:teuthology.orchestra.run.trial053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:32.387 INFO:teuthology.orchestra.run.trial053.stdout:Device: 6h/6d Inode: 1313 Links: 1 2026-02-19T10:43:32.387 INFO:teuthology.orchestra.run.trial053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:32.387 INFO:teuthology.orchestra.run.trial053.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:32.387 INFO:teuthology.orchestra.run.trial053.stdout:Access: 2026-02-19 10:43:29.335985856 +0000 2026-02-19T10:43:32.387 INFO:teuthology.orchestra.run.trial053.stdout:Modify: 2026-02-19 10:41:01.975778666 +0000 2026-02-19T10:43:32.387 INFO:teuthology.orchestra.run.trial053.stdout:Change: 2026-02-19 10:41:01.975778666 +0000 2026-02-19T10:43:32.387 INFO:teuthology.orchestra.run.trial053.stdout: Birth: 2026-02-19 10:41:01.975778666 +0000 2026-02-19T10:43:32.387 DEBUG:teuthology.orchestra.run.trial053:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-19T10:43:32.394 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:43:32 trial165 systemd[1]: Starting Ceph mgr.b for add480da-0d7f-11f1-99ef-d404e6e7d460... 2026-02-19T10:43:32.451 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records in 2026-02-19T10:43:32.452 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records out 2026-02-19T10:43:32.452 INFO:teuthology.orchestra.run.trial053.stderr:512 bytes copied, 0.000163935 s, 3.1 MB/s 2026-02-19T10:43:32.453 DEBUG:teuthology.orchestra.run.trial053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-19T10:43:32.511 DEBUG:teuthology.orchestra.run.trial053:> stat /dev/vg_nvme/lv_2 2026-02-19T10:43:32.568 INFO:teuthology.orchestra.run.trial053.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-19T10:43:32.569 INFO:teuthology.orchestra.run.trial053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:32.569 INFO:teuthology.orchestra.run.trial053.stdout:Device: 6h/6d Inode: 1306 Links: 1 2026-02-19T10:43:32.569 INFO:teuthology.orchestra.run.trial053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:32.569 INFO:teuthology.orchestra.run.trial053.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:32.569 INFO:teuthology.orchestra.run.trial053.stdout:Access: 2026-02-19 10:43:29.336985844 +0000 2026-02-19T10:43:32.569 INFO:teuthology.orchestra.run.trial053.stdout:Modify: 2026-02-19 10:41:01.975778666 +0000 2026-02-19T10:43:32.569 INFO:teuthology.orchestra.run.trial053.stdout:Change: 2026-02-19 10:41:01.975778666 +0000 2026-02-19T10:43:32.569 INFO:teuthology.orchestra.run.trial053.stdout: Birth: 2026-02-19 10:41:01.975778666 +0000 2026-02-19T10:43:32.570 DEBUG:teuthology.orchestra.run.trial053:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-19T10:43:32.633 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records in 2026-02-19T10:43:32.633 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records out 2026-02-19T10:43:32.633 INFO:teuthology.orchestra.run.trial053.stderr:512 bytes copied, 0.000153947 s, 3.3 MB/s 2026-02-19T10:43:32.636 DEBUG:teuthology.orchestra.run.trial053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-19T10:43:32.671 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:43:32 trial165 podman[24658]: 2026-02-19 10:43:32.404014467 +0000 UTC m=+0.017034362 container create 001a1a15d9d61d964c798fad92248a7bb81d51b7346c335f28ad768201bf387b (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-b, CEPH_REF=wip-guits-main-2026-02-18-1228, ceph=True, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-19T10:43:32.671 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:43:32 trial165 podman[24658]: 2026-02-19 10:43:32.454453267 +0000 UTC m=+0.067473102 container init 001a1a15d9d61d964c798fad92248a7bb81d51b7346c335f28ad768201bf387b (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-b, org.label-schema.schema-version=1.0, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_REF=wip-guits-main-2026-02-18-1228, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default) 2026-02-19T10:43:32.671 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:43:32 trial165 podman[24658]: 2026-02-19 10:43:32.458186398 +0000 UTC m=+0.071206223 container start 001a1a15d9d61d964c798fad92248a7bb81d51b7346c335f28ad768201bf387b (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-b, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-guits-main-2026-02-18-1228, io.buildah.version=1.33.7, 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/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b) 2026-02-19T10:43:32.671 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:43:32 trial165 bash[24658]: 001a1a15d9d61d964c798fad92248a7bb81d51b7346c335f28ad768201bf387b 2026-02-19T10:43:32.671 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:43:32 trial165 podman[24658]: 2026-02-19 10:43:32.39707263 +0000 UTC m=+0.010092475 image pull bde26786e799ec89bb2e99ae3d1d60fc9a06370a9a9e95829116ee997b1682a3 quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870 2026-02-19T10:43:32.671 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:43:32 trial165 systemd[1]: Started Ceph mgr.b for add480da-0d7f-11f1-99ef-d404e6e7d460. 2026-02-19T10:43:32.671 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mgr[24709]: -- 10.20.193.165:0/2687599559 <== mon.0 v2:10.20.193.53:3300/0 3 ==== mon_map magic: 0 ==== 437+0+0 (secure 0 0 0) 0x1c91b80 con 0x1c5dc00 2026-02-19T10:43:32.692 DEBUG:teuthology.orchestra.run.trial053:> stat /dev/vg_nvme/lv_3 2026-02-19T10:43:32.751 INFO:teuthology.orchestra.run.trial053.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-19T10:43:32.751 INFO:teuthology.orchestra.run.trial053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:32.751 INFO:teuthology.orchestra.run.trial053.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-19T10:43:32.751 INFO:teuthology.orchestra.run.trial053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:32.751 INFO:teuthology.orchestra.run.trial053.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:32.751 INFO:teuthology.orchestra.run.trial053.stdout:Access: 2026-02-19 10:43:29.336985844 +0000 2026-02-19T10:43:32.751 INFO:teuthology.orchestra.run.trial053.stdout:Modify: 2026-02-19 10:41:01.975778666 +0000 2026-02-19T10:43:32.752 INFO:teuthology.orchestra.run.trial053.stdout:Change: 2026-02-19 10:41:01.975778666 +0000 2026-02-19T10:43:32.752 INFO:teuthology.orchestra.run.trial053.stdout: Birth: 2026-02-19 10:41:01.975778666 +0000 2026-02-19T10:43:32.752 DEBUG:teuthology.orchestra.run.trial053:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-19T10:43:32.773 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial053=a;trial165=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:32.773 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: Saving service mgr spec with placement trial053=a;trial165=b;count:2 2026-02-19T10:43:32.774 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.774 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:32.774 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:32.774 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:32.774 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.774 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:43:32.774 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-19T10:43:32.774 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:43:32.774 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:32.774 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: Deploying daemon mgr.b on trial165 2026-02-19T10:43:32.774 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/85366117' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:43:32.775 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:32.799 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records in 2026-02-19T10:43:32.799 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records out 2026-02-19T10:43:32.799 INFO:teuthology.orchestra.run.trial053.stderr:512 bytes copied, 0.000167412 s, 3.1 MB/s 2026-02-19T10:43:32.801 DEBUG:teuthology.orchestra.run.trial053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-19T10:43:32.860 DEBUG:teuthology.orchestra.run.trial053:> stat /dev/vg_nvme/lv_4 2026-02-19T10:43:32.916 INFO:teuthology.orchestra.run.trial053.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-19T10:43:32.916 INFO:teuthology.orchestra.run.trial053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:32.916 INFO:teuthology.orchestra.run.trial053.stdout:Device: 6h/6d Inode: 1291 Links: 1 2026-02-19T10:43:32.916 INFO:teuthology.orchestra.run.trial053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:32.916 INFO:teuthology.orchestra.run.trial053.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:32.916 INFO:teuthology.orchestra.run.trial053.stdout:Access: 2026-02-19 10:43:29.336985844 +0000 2026-02-19T10:43:32.916 INFO:teuthology.orchestra.run.trial053.stdout:Modify: 2026-02-19 10:41:01.974778705 +0000 2026-02-19T10:43:32.916 INFO:teuthology.orchestra.run.trial053.stdout:Change: 2026-02-19 10:41:01.975778666 +0000 2026-02-19T10:43:32.916 INFO:teuthology.orchestra.run.trial053.stdout: Birth: 2026-02-19 10:41:01.974778705 +0000 2026-02-19T10:43:32.917 DEBUG:teuthology.orchestra.run.trial053:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-19T10:43:32.981 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records in 2026-02-19T10:43:32.981 INFO:teuthology.orchestra.run.trial053.stderr:1+0 records out 2026-02-19T10:43:32.982 INFO:teuthology.orchestra.run.trial053.stderr:512 bytes copied, 0.00015623 s, 3.3 MB/s 2026-02-19T10:43:32.983 DEBUG:teuthology.orchestra.run.trial053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-19T10:43:32.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial053=a;trial165=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:32.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: Saving service mgr spec with placement trial053=a;trial165=b;count:2 2026-02-19T10:43:32.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:32.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:32.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:32.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:43:32.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-19T10:43:32.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:43:32.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:32.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: Deploying daemon mgr.b on trial165 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/85366117' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:43:32.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:43:32.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:33.040 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-19T10:43:33.040 DEBUG:teuthology.orchestra.run.trial165:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T10:43:33.057 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-19T10:43:33.057 DEBUG:teuthology.orchestra.run.trial165:> stat /dev/vg_nvme/lv_1 2026-02-19T10:43:33.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial053=a;trial165=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:33.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: Saving service mgr spec with placement trial053=a;trial165=b;count:2 2026-02-19T10:43:33.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:33.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:33.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:33.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:33.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:33.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:43:33.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-19T10:43:33.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:43:33.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:33.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: Deploying daemon mgr.b on trial165 2026-02-19T10:43:33.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:33.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/85366117' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-19T10:43:33.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:33.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:33.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:33.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:33.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:33.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:33.085 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:33.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:33.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:43:33.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:43:33.086 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:33.114 INFO:teuthology.orchestra.run.trial165.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-19T10:43:33.114 INFO:teuthology.orchestra.run.trial165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:33.114 INFO:teuthology.orchestra.run.trial165.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-19T10:43:33.114 INFO:teuthology.orchestra.run.trial165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:33.114 INFO:teuthology.orchestra.run.trial165.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:33.115 INFO:teuthology.orchestra.run.trial165.stdout:Access: 2026-02-19 10:43:32.269764825 +0000 2026-02-19T10:43:33.115 INFO:teuthology.orchestra.run.trial165.stdout:Modify: 2026-02-19 10:41:01.960640521 +0000 2026-02-19T10:43:33.115 INFO:teuthology.orchestra.run.trial165.stdout:Change: 2026-02-19 10:41:01.960640521 +0000 2026-02-19T10:43:33.115 INFO:teuthology.orchestra.run.trial165.stdout: Birth: 2026-02-19 10:41:01.960640521 +0000 2026-02-19T10:43:33.115 DEBUG:teuthology.orchestra.run.trial165:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-19T10:43:33.179 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records in 2026-02-19T10:43:33.179 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records out 2026-02-19T10:43:33.179 INFO:teuthology.orchestra.run.trial165.stderr:512 bytes copied, 0.000157332 s, 3.3 MB/s 2026-02-19T10:43:33.181 DEBUG:teuthology.orchestra.run.trial165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-19T10:43:33.239 DEBUG:teuthology.orchestra.run.trial165:> stat /dev/vg_nvme/lv_2 2026-02-19T10:43:33.298 INFO:teuthology.orchestra.run.trial165.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-19T10:43:33.298 INFO:teuthology.orchestra.run.trial165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:33.298 INFO:teuthology.orchestra.run.trial165.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-19T10:43:33.299 INFO:teuthology.orchestra.run.trial165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:33.299 INFO:teuthology.orchestra.run.trial165.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:33.299 INFO:teuthology.orchestra.run.trial165.stdout:Access: 2026-02-19 10:43:32.269764825 +0000 2026-02-19T10:43:33.299 INFO:teuthology.orchestra.run.trial165.stdout:Modify: 2026-02-19 10:41:01.961640492 +0000 2026-02-19T10:43:33.299 INFO:teuthology.orchestra.run.trial165.stdout:Change: 2026-02-19 10:41:01.961640492 +0000 2026-02-19T10:43:33.299 INFO:teuthology.orchestra.run.trial165.stdout: Birth: 2026-02-19 10:41:01.961640492 +0000 2026-02-19T10:43:33.299 DEBUG:teuthology.orchestra.run.trial165:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-19T10:43:33.363 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records in 2026-02-19T10:43:33.364 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records out 2026-02-19T10:43:33.364 INFO:teuthology.orchestra.run.trial165.stderr:512 bytes copied, 0.000225991 s, 2.3 MB/s 2026-02-19T10:43:33.365 DEBUG:teuthology.orchestra.run.trial165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-19T10:43:33.424 DEBUG:teuthology.orchestra.run.trial165:> stat /dev/vg_nvme/lv_3 2026-02-19T10:43:33.489 INFO:teuthology.orchestra.run.trial165.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-19T10:43:33.490 INFO:teuthology.orchestra.run.trial165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:33.490 INFO:teuthology.orchestra.run.trial165.stdout:Device: 6h/6d Inode: 1288 Links: 1 2026-02-19T10:43:33.490 INFO:teuthology.orchestra.run.trial165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:33.490 INFO:teuthology.orchestra.run.trial165.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:33.490 INFO:teuthology.orchestra.run.trial165.stdout:Access: 2026-02-19 10:43:32.270764814 +0000 2026-02-19T10:43:33.490 INFO:teuthology.orchestra.run.trial165.stdout:Modify: 2026-02-19 10:41:01.960640521 +0000 2026-02-19T10:43:33.490 INFO:teuthology.orchestra.run.trial165.stdout:Change: 2026-02-19 10:41:01.960640521 +0000 2026-02-19T10:43:33.490 INFO:teuthology.orchestra.run.trial165.stdout: Birth: 2026-02-19 10:41:01.960640521 +0000 2026-02-19T10:43:33.491 DEBUG:teuthology.orchestra.run.trial165:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-19T10:43:33.560 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records in 2026-02-19T10:43:33.561 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records out 2026-02-19T10:43:33.561 INFO:teuthology.orchestra.run.trial165.stderr:512 bytes copied, 0.000184182 s, 2.8 MB/s 2026-02-19T10:43:33.562 DEBUG:teuthology.orchestra.run.trial165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-19T10:43:33.621 DEBUG:teuthology.orchestra.run.trial165:> stat /dev/vg_nvme/lv_4 2026-02-19T10:43:33.679 INFO:teuthology.orchestra.run.trial165.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-19T10:43:33.680 INFO:teuthology.orchestra.run.trial165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:33.680 INFO:teuthology.orchestra.run.trial165.stdout:Device: 6h/6d Inode: 1286 Links: 1 2026-02-19T10:43:33.680 INFO:teuthology.orchestra.run.trial165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:33.680 INFO:teuthology.orchestra.run.trial165.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:33.680 INFO:teuthology.orchestra.run.trial165.stdout:Access: 2026-02-19 10:43:33.677748558 +0000 2026-02-19T10:43:33.680 INFO:teuthology.orchestra.run.trial165.stdout:Modify: 2026-02-19 10:41:01.960640521 +0000 2026-02-19T10:43:33.680 INFO:teuthology.orchestra.run.trial165.stdout:Change: 2026-02-19 10:41:01.960640521 +0000 2026-02-19T10:43:33.680 INFO:teuthology.orchestra.run.trial165.stdout: Birth: 2026-02-19 10:41:01.960640521 +0000 2026-02-19T10:43:33.681 DEBUG:teuthology.orchestra.run.trial165:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-19T10:43:33.696 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-b[24683]: /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-19T10:43:33.696 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-b[24683]: 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-19T10:43:33.696 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-b[24683]: from numpy import show_config as show_numpy_config 2026-02-19T10:43:33.721 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records in 2026-02-19T10:43:33.722 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records out 2026-02-19T10:43:33.722 INFO:teuthology.orchestra.run.trial165.stderr:512 bytes copied, 0.000140061 s, 3.7 MB/s 2026-02-19T10:43:33.724 DEBUG:teuthology.orchestra.run.trial165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-19T10:43:33.783 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-19T10:43:33.783 DEBUG:teuthology.orchestra.run.trial172:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T10:43:33.802 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-19T10:43:33.802 DEBUG:teuthology.orchestra.run.trial172:> stat /dev/vg_nvme/lv_1 2026-02-19T10:43:33.859 INFO:teuthology.orchestra.run.trial172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-19T10:43:33.860 INFO:teuthology.orchestra.run.trial172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:33.860 INFO:teuthology.orchestra.run.trial172.stdout:Device: 6h/6d Inode: 1309 Links: 1 2026-02-19T10:43:33.860 INFO:teuthology.orchestra.run.trial172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:33.860 INFO:teuthology.orchestra.run.trial172.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:33.860 INFO:teuthology.orchestra.run.trial172.stdout:Access: 2026-02-19 10:43:30.484603141 +0000 2026-02-19T10:43:33.860 INFO:teuthology.orchestra.run.trial172.stdout:Modify: 2026-02-19 10:41:01.784299105 +0000 2026-02-19T10:43:33.860 INFO:teuthology.orchestra.run.trial172.stdout:Change: 2026-02-19 10:41:01.784299105 +0000 2026-02-19T10:43:33.860 INFO:teuthology.orchestra.run.trial172.stdout: Birth: 2026-02-19 10:41:01.784299105 +0000 2026-02-19T10:43:33.861 DEBUG:teuthology.orchestra.run.trial172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-19T10:43:33.923 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records in 2026-02-19T10:43:33.923 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records out 2026-02-19T10:43:33.923 INFO:teuthology.orchestra.run.trial172.stderr:512 bytes copied, 0.000154982 s, 3.3 MB/s 2026-02-19T10:43:33.924 DEBUG:teuthology.orchestra.run.trial172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-19T10:43:33.982 DEBUG:teuthology.orchestra.run.trial172:> stat /dev/vg_nvme/lv_2 2026-02-19T10:43:33.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-mon[23219]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-19T10:43:33.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-mon[23219]: Reconfiguring mgr.a (unknown last config time)... 2026-02-19T10:43:33.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-mon[23219]: Reconfiguring daemon mgr.a on trial053 2026-02-19T10:43:33.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:33.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:33.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:33.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:33.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:33.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:33.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:33 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.039 INFO:teuthology.orchestra.run.trial172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-19T10:43:34.039 INFO:teuthology.orchestra.run.trial172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:34.039 INFO:teuthology.orchestra.run.trial172.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-19T10:43:34.040 INFO:teuthology.orchestra.run.trial172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:34.040 INFO:teuthology.orchestra.run.trial172.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:34.040 INFO:teuthology.orchestra.run.trial172.stdout:Access: 2026-02-19 10:43:30.484603141 +0000 2026-02-19T10:43:34.040 INFO:teuthology.orchestra.run.trial172.stdout:Modify: 2026-02-19 10:41:01.783299145 +0000 2026-02-19T10:43:34.040 INFO:teuthology.orchestra.run.trial172.stdout:Change: 2026-02-19 10:41:01.783299145 +0000 2026-02-19T10:43:34.040 INFO:teuthology.orchestra.run.trial172.stdout: Birth: 2026-02-19 10:41:01.783299145 +0000 2026-02-19T10:43:34.040 DEBUG:teuthology.orchestra.run.trial172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-19T10:43:34.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:33 trial053 ceph-mon[22059]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-19T10:43:34.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:33 trial053 ceph-mon[22059]: Reconfiguring mgr.a (unknown last config time)... 2026-02-19T10:43:34.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:33 trial053 ceph-mon[22059]: Reconfiguring daemon mgr.a on trial053 2026-02-19T10:43:34.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:33 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:33 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:33 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:33 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:34.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:33 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:34.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:33 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:34.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:33 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:33 trial172 ceph-mon[23061]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-19T10:43:34.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:33 trial172 ceph-mon[23061]: Reconfiguring mgr.a (unknown last config time)... 2026-02-19T10:43:34.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:33 trial172 ceph-mon[23061]: Reconfiguring daemon mgr.a on trial053 2026-02-19T10:43:34.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:33 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:33 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:33 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:33 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:34.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:33 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:34.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:33 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:34.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:33 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.103 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records in 2026-02-19T10:43:34.103 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records out 2026-02-19T10:43:34.103 INFO:teuthology.orchestra.run.trial172.stderr:512 bytes copied, 0.000150724 s, 3.4 MB/s 2026-02-19T10:43:34.105 DEBUG:teuthology.orchestra.run.trial172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-19T10:43:34.162 DEBUG:teuthology.orchestra.run.trial172:> stat /dev/vg_nvme/lv_3 2026-02-19T10:43:34.220 INFO:teuthology.orchestra.run.trial172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-19T10:43:34.220 INFO:teuthology.orchestra.run.trial172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:34.220 INFO:teuthology.orchestra.run.trial172.stdout:Device: 6h/6d Inode: 1305 Links: 1 2026-02-19T10:43:34.220 INFO:teuthology.orchestra.run.trial172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:34.220 INFO:teuthology.orchestra.run.trial172.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:34.220 INFO:teuthology.orchestra.run.trial172.stdout:Access: 2026-02-19 10:43:30.484603141 +0000 2026-02-19T10:43:34.220 INFO:teuthology.orchestra.run.trial172.stdout:Modify: 2026-02-19 10:41:01.784299105 +0000 2026-02-19T10:43:34.220 INFO:teuthology.orchestra.run.trial172.stdout:Change: 2026-02-19 10:41:01.784299105 +0000 2026-02-19T10:43:34.220 INFO:teuthology.orchestra.run.trial172.stdout: Birth: 2026-02-19 10:41:01.784299105 +0000 2026-02-19T10:43:34.221 DEBUG:teuthology.orchestra.run.trial172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-19T10:43:34.283 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records in 2026-02-19T10:43:34.284 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records out 2026-02-19T10:43:34.284 INFO:teuthology.orchestra.run.trial172.stderr:512 bytes copied, 0.000152006 s, 3.4 MB/s 2026-02-19T10:43:34.285 DEBUG:teuthology.orchestra.run.trial172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-19T10:43:34.341 DEBUG:teuthology.orchestra.run.trial172:> stat /dev/vg_nvme/lv_4 2026-02-19T10:43:34.398 INFO:teuthology.orchestra.run.trial172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-19T10:43:34.398 INFO:teuthology.orchestra.run.trial172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T10:43:34.398 INFO:teuthology.orchestra.run.trial172.stdout:Device: 6h/6d Inode: 1315 Links: 1 2026-02-19T10:43:34.398 INFO:teuthology.orchestra.run.trial172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T10:43:34.398 INFO:teuthology.orchestra.run.trial172.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T10:43:34.398 INFO:teuthology.orchestra.run.trial172.stdout:Access: 2026-02-19 10:43:30.484603141 +0000 2026-02-19T10:43:34.398 INFO:teuthology.orchestra.run.trial172.stdout:Modify: 2026-02-19 10:41:01.784299105 +0000 2026-02-19T10:43:34.399 INFO:teuthology.orchestra.run.trial172.stdout:Change: 2026-02-19 10:41:01.784299105 +0000 2026-02-19T10:43:34.399 INFO:teuthology.orchestra.run.trial172.stdout: Birth: 2026-02-19 10:41:01.784299105 +0000 2026-02-19T10:43:34.399 DEBUG:teuthology.orchestra.run.trial172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-19T10:43:34.461 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records in 2026-02-19T10:43:34.461 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records out 2026-02-19T10:43:34.461 INFO:teuthology.orchestra.run.trial172.stderr:512 bytes copied, 0.00014854 s, 3.4 MB/s 2026-02-19T10:43:34.463 DEBUG:teuthology.orchestra.run.trial172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-19T10:43:34.520 INFO:tasks.cephadm:Deploying osd.0 on trial053 with /dev/vg_nvme/lv_4... 2026-02-19T10:43:34.520 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-19T10:43:34.639 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:43:34.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-19T10:43:34.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:34.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:34.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:34.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:34.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:34.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-19T10:43:35.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:35.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:35.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:35.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:35.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-19T10:43:35.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:35.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:35.320 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:43:35.336 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph orch daemon add osd trial053:vg_nvme/lv_4 --skip-validation 2026-02-19T10:43:35.455 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:43:36.025 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: Standby manager daemon b started 2026-02-19T10:43:36.025 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-19T10:43:36.026 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-19T10:43:36.026 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-19T10:43:36.026 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-19T10:43:36.026 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.026 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.026 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:36.026 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:36.026 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:36.026 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:36.026 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.027 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.027 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:36.027 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:36.027 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.027 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:36.027 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:36.027 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:35 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:36.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: Standby manager daemon b started 2026-02-19T10:43:36.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-19T10:43:36.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-19T10:43:36.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-19T10:43:36.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-19T10:43:36.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:36.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:36.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:36.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:36.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:36.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:36.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:36.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:36.084 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:35 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:36.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: Standby manager daemon b started 2026-02-19T10:43:36.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-19T10:43:36.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-19T10:43:36.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-19T10:43:36.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.? 10.20.193.165:0/2476845353' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-19T10:43:36.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:36.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:36.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:36.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:36.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.244 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:36.244 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:36.244 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:36.244 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:36.244 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:36.244 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:35 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:37.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:37.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial053:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:37.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: osd.default does not exist. Creating it now. 2026-02-19T10:43:37.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: Creating OSDs with service ID: default on trial053:['vg_nvme/lv_4'] 2026-02-19T10:43:37.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: Marking host: trial053 for OSDSpec preview refresh. 2026-02-19T10:43:37.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: Saving service osd.default spec with placement trial053 2026-02-19T10:43:37.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-19T10:43:37.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-19T10:43:37.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3925096173' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "acfa9ddc-7357-46cb-be93-bde861ac00f8"} : dispatch 2026-02-19T10:43:37.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3925096173' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "acfa9ddc-7357-46cb-be93-bde861ac00f8"}]': finished 2026-02-19T10:43:37.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: osdmap e5: 1 total, 0 up, 1 in 2026-02-19T10:43:37.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:36 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:37.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:37.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial053:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:37.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: osd.default does not exist. Creating it now. 2026-02-19T10:43:37.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: Creating OSDs with service ID: default on trial053:['vg_nvme/lv_4'] 2026-02-19T10:43:37.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: Marking host: trial053 for OSDSpec preview refresh. 2026-02-19T10:43:37.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: Saving service osd.default spec with placement trial053 2026-02-19T10:43:37.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-19T10:43:37.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-19T10:43:37.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/3925096173' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "acfa9ddc-7357-46cb-be93-bde861ac00f8"} : dispatch 2026-02-19T10:43:37.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/3925096173' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "acfa9ddc-7357-46cb-be93-bde861ac00f8"}]': finished 2026-02-19T10:43:37.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: osdmap e5: 1 total, 0 up, 1 in 2026-02-19T10:43:37.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:36 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:37.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:37.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial053:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:37.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: osd.default does not exist. Creating it now. 2026-02-19T10:43:37.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: Creating OSDs with service ID: default on trial053:['vg_nvme/lv_4'] 2026-02-19T10:43:37.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: Marking host: trial053 for OSDSpec preview refresh. 2026-02-19T10:43:37.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: Saving service osd.default spec with placement trial053 2026-02-19T10:43:37.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-19T10:43:37.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-19T10:43:37.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/3925096173' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "acfa9ddc-7357-46cb-be93-bde861ac00f8"} : dispatch 2026-02-19T10:43:37.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/3925096173' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "acfa9ddc-7357-46cb-be93-bde861ac00f8"}]': finished 2026-02-19T10:43:37.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: osdmap e5: 1 total, 0 up, 1 in 2026-02-19T10:43:37.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:36 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:38.049 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:37 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1684856786' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T10:43:38.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:37 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/1684856786' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T10:43:38.143 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:37 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/1684856786' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T10:43:38.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:38 trial053 ceph-mon[22059]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:39.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:38 trial172 ceph-mon[23061]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:39.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:38 trial165 ceph-mon[23219]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:40.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:39 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:43:40.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:39 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:40.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:39 trial053 ceph-mon[22059]: Deploying daemon osd.0 on trial053 2026-02-19T10:43:40.039 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:39 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:43:40.040 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:39 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:40.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:39 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:43:40.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:39 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:40.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:39 trial172 ceph-mon[23061]: Deploying daemon osd.0 on trial053 2026-02-19T10:43:40.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:39 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:43:40.083 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:39 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:40.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:39 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:43:40.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:39 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:40.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:39 trial165 ceph-mon[23219]: Deploying daemon osd.0 on trial053 2026-02-19T10:43:40.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:39 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:43:40.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:39 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:40.990 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:40 trial053 ceph-mon[22059]: Deploying daemon osd.0 on trial053 2026-02-19T10:43:40.990 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:40 trial053 ceph-mon[22059]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:41.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:40 trial172 ceph-mon[23061]: Deploying daemon osd.0 on trial053 2026-02-19T10:43:41.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:40 trial172 ceph-mon[23061]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:41.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:40 trial165 ceph-mon[23219]: Deploying daemon osd.0 on trial053 2026-02-19T10:43:41.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:40 trial165 ceph-mon[23219]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:42.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:42 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:42.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:42 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:42.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:42 trial053 ceph-mon[22059]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:42.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:42 trial053 ceph-mon[22059]: from='osd.0 [v2:10.20.193.53:6802/247368794,v1:10.20.193.53:6803/247368794]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T10:43:42.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:42 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:42.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:42 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:42.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:42 trial172 ceph-mon[23061]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:42.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:42 trial172 ceph-mon[23061]: from='osd.0 [v2:10.20.193.53:6802/247368794,v1:10.20.193.53:6803/247368794]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T10:43:42.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:42 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:42.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:42 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:42.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:42 trial165 ceph-mon[23219]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:42.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:42 trial165 ceph-mon[23219]: from='osd.0 [v2:10.20.193.53:6802/247368794,v1:10.20.193.53:6803/247368794]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T10:43:43.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:43 trial053 ceph-mon[22059]: from='osd.0 [v2:10.20.193.53:6802/247368794,v1:10.20.193.53:6803/247368794]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T10:43:43.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:43 trial053 ceph-mon[22059]: osdmap e6: 1 total, 0 up, 1 in 2026-02-19T10:43:43.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:43 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:43.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:43 trial172 ceph-mon[23061]: from='osd.0 [v2:10.20.193.53:6802/247368794,v1:10.20.193.53:6803/247368794]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T10:43:43.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:43 trial172 ceph-mon[23061]: osdmap e6: 1 total, 0 up, 1 in 2026-02-19T10:43:43.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:43 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:43.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:43 trial165 ceph-mon[23219]: from='osd.0 [v2:10.20.193.53:6802/247368794,v1:10.20.193.53:6803/247368794]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T10:43:43.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:43 trial165 ceph-mon[23219]: osdmap e6: 1 total, 0 up, 1 in 2026-02-19T10:43:43.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:43 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:44.236 INFO:teuthology.orchestra.run.trial053.stdout:Created osd(s) 0 on host 'trial053' 2026-02-19T10:43:44.379 DEBUG:teuthology.orchestra.run.trial053:osd.0> sudo journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@osd.0.service 2026-02-19T10:43:44.382 INFO:tasks.cephadm:Deploying osd.1 on trial165 with /dev/vg_nvme/lv_4... 2026-02-19T10:43:44.382 DEBUG:teuthology.orchestra.run.trial165:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-19T10:43:44.503 INFO:teuthology.orchestra.run.trial165.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.b/config 2026-02-19T10:43:44.696 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:44 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:44.696 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:44 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:44.696 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:44 trial165 ceph-mon[23219]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:44.696 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:44 trial165 ceph-mon[23219]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T10:43:44.696 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:44 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:44.696 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:44 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:44.700 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:44 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:44.700 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:44 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:44.700 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:44 trial053 ceph-mon[22059]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:44.700 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:44 trial053 ceph-mon[22059]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T10:43:44.700 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:44 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:44.700 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:44 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:44.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:44 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:44.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:44 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:44.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:44 trial172 ceph-mon[23061]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:44.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:44 trial172 ceph-mon[23061]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T10:43:44.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:44 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:44.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:44 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.194 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-19T10:43:45.210 DEBUG:teuthology.orchestra.run.trial165:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph orch daemon add osd trial165:vg_nvme/lv_4 --skip-validation 2026-02-19T10:43:45.327 INFO:teuthology.orchestra.run.trial165.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.b/config 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: osdmap e7: 1 total, 0 up, 1 in 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: Adjusting osd_memory_target on trial053 to 83023M 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:45.574 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:45.574 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:43:45 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0[35551]: 2026-02-19T10:43:45.568+0000 7fdf224ee640 -1 osd.0 0 waiting for initial osdmap 2026-02-19T10:43:45.574 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:43:45 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0[35551]: 2026-02-19T10:43:45.570+0000 7fdf1e3b5640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-19T10:43:45.718 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T10:43:45.719 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: osdmap e7: 1 total, 0 up, 1 in 2026-02-19T10:43:45.719 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-19T10:43:45.719 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:45.719 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.719 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.719 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:45.719 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-19T10:43:45.719 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: Adjusting osd_memory_target on trial053 to 83023M 2026-02-19T10:43:45.720 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.720 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:45.720 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:45.720 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.720 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:45.720 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:45.720 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:45.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T10:43:45.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: osdmap e7: 1 total, 0 up, 1 in 2026-02-19T10:43:45.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial053", "root=default"]} : dispatch 2026-02-19T10:43:45.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:45.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:45.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-19T10:43:45.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: Adjusting osd_memory_target on trial053 to 83023M 2026-02-19T10:43:45.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:45.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:45.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:45.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:45.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:45.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:46.705 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial053", "root=default"]}]': finished 2026-02-19T10:43:46.705 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: osdmap e8: 1 total, 0 up, 1 in 2026-02-19T10:43:46.705 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:46.705 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:46.705 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial165:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:46.705 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: osd.default does not exist. Creating it now. 2026-02-19T10:43:46.705 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: Creating OSDs with service ID: default on trial165:['vg_nvme/lv_4'] 2026-02-19T10:43:46.705 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: Marking host: trial165 for OSDSpec preview refresh. 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: Saving service osd.default spec with placement trial165 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='client.? 10.20.193.165:0/458050417' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ebeb90f-fe78-4e60-bb93-7d9860f7f667"} : dispatch 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ebeb90f-fe78-4e60-bb93-7d9860f7f667"} : dispatch 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ebeb90f-fe78-4e60-bb93-7d9860f7f667"}]': finished 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443] boot 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: osdmap e9: 2 total, 1 up, 2 in 2026-02-19T10:43:46.706 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:46.707 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:46 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:46.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial053", "root=default"]}]': finished 2026-02-19T10:43:46.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: osdmap e8: 1 total, 0 up, 1 in 2026-02-19T10:43:46.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:46.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:46.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial165:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:46.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: osd.default does not exist. Creating it now. 2026-02-19T10:43:46.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: Creating OSDs with service ID: default on trial165:['vg_nvme/lv_4'] 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: Marking host: trial165 for OSDSpec preview refresh. 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: Saving service osd.default spec with placement trial165 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='client.? 10.20.193.165:0/458050417' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ebeb90f-fe78-4e60-bb93-7d9860f7f667"} : dispatch 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ebeb90f-fe78-4e60-bb93-7d9860f7f667"} : dispatch 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ebeb90f-fe78-4e60-bb93-7d9860f7f667"}]': finished 2026-02-19T10:43:46.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443] boot 2026-02-19T10:43:46.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: osdmap e9: 2 total, 1 up, 2 in 2026-02-19T10:43:46.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:46.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:46 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:46.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial053", "root=default"]}]': finished 2026-02-19T10:43:46.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: osdmap e8: 1 total, 0 up, 1 in 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial165:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: osd.default does not exist. Creating it now. 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: Creating OSDs with service ID: default on trial165:['vg_nvme/lv_4'] 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: Marking host: trial165 for OSDSpec preview refresh. 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: Saving service osd.default spec with placement trial165 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:46.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:46.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T10:43:46.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='client.? 10.20.193.165:0/458050417' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ebeb90f-fe78-4e60-bb93-7d9860f7f667"} : dispatch 2026-02-19T10:43:46.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ebeb90f-fe78-4e60-bb93-7d9860f7f667"} : dispatch 2026-02-19T10:43:46.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ebeb90f-fe78-4e60-bb93-7d9860f7f667"}]': finished 2026-02-19T10:43:46.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: osd.0 [v2:10.20.193.53:6802/3654331443,v1:10.20.193.53:6803/3654331443] boot 2026-02-19T10:43:46.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: osdmap e9: 2 total, 1 up, 2 in 2026-02-19T10:43:46.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T10:43:46.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:46 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:47.723 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: purged_snaps scrub starts 2026-02-19T10:43:47.723 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: purged_snaps scrub ok 2026-02-19T10:43:47.723 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='client.? 10.20.193.165:0/1932745634' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T10:43:47.723 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.723 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.724 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:47.724 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.724 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.724 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:47.724 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:47.724 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.724 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:47.724 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:47.724 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:47.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: purged_snaps scrub starts 2026-02-19T10:43:47.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: purged_snaps scrub ok 2026-02-19T10:43:47.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='client.? 10.20.193.165:0/1932745634' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T10:43:47.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:47.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:47.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:47.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:47.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:47.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:47.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: purged_snaps scrub starts 2026-02-19T10:43:47.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: purged_snaps scrub ok 2026-02-19T10:43:47.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='client.? 10.20.193.165:0/1932745634' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T10:43:47.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:47.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:47.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:47.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:47.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:47.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:47.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:48.766 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:48 trial053 ceph-mon[22059]: pgmap v21: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:48.798 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:48 trial165 ceph-mon[23219]: pgmap v21: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:48.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:48 trial172 ceph-mon[23061]: pgmap v21: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:49.664 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:43:49.665 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:49.665 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:49 trial165 ceph-mon[23219]: Deploying daemon osd.1 on trial165 2026-02-19T10:43:49.665 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:43:49.665 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:49.665 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.665 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.665 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.665 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.665 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.665 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:43:49.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:49.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:49 trial053 ceph-mon[22059]: Deploying daemon osd.1 on trial165 2026-02-19T10:43:49.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:43:49.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:49.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:43:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:49 trial172 ceph-mon[23061]: Deploying daemon osd.1 on trial165 2026-02-19T10:43:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:43:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:49.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:50.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:50 trial172 ceph-mon[23061]: Deploying daemon osd.1 on trial165 2026-02-19T10:43:50.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:50 trial172 ceph-mon[23061]: Detected new or changed devices on trial053 2026-02-19T10:43:50.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:50 trial172 ceph-mon[23061]: osdmap e10: 2 total, 1 up, 2 in 2026-02-19T10:43:50.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:50.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:50 trial172 ceph-mon[23061]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:50.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:50.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:50.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:50.843 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:50 trial165 ceph-mon[23219]: Deploying daemon osd.1 on trial165 2026-02-19T10:43:50.843 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:50 trial165 ceph-mon[23219]: Detected new or changed devices on trial053 2026-02-19T10:43:50.843 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:50 trial165 ceph-mon[23219]: osdmap e10: 2 total, 1 up, 2 in 2026-02-19T10:43:50.843 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:50.843 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:50 trial165 ceph-mon[23219]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:50.844 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:50.844 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:50.844 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:51.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:50 trial053 ceph-mon[22059]: Deploying daemon osd.1 on trial165 2026-02-19T10:43:51.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:50 trial053 ceph-mon[22059]: Detected new or changed devices on trial053 2026-02-19T10:43:51.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:50 trial053 ceph-mon[22059]: osdmap e10: 2 total, 1 up, 2 in 2026-02-19T10:43:51.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:51.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:50 trial053 ceph-mon[22059]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:51.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:51.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:51.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:52.194 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:51 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:52.194 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:51 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:52.194 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:51 trial165 ceph-mon[23219]: from='osd.1 [v2:10.20.193.165:6800/1414422023,v1:10.20.193.165:6801/1414422023]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:52.194 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:51 trial165 ceph-mon[23219]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:52.323 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:51 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:52.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:51 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:52.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:51 trial053 ceph-mon[22059]: from='osd.1 [v2:10.20.193.165:6800/1414422023,v1:10.20.193.165:6801/1414422023]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:52.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:51 trial053 ceph-mon[22059]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:52.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:51 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:52.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:51 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:52.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:51 trial172 ceph-mon[23061]: from='osd.1 [v2:10.20.193.165:6800/1414422023,v1:10.20.193.165:6801/1414422023]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:52.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:51 trial172 ceph-mon[23061]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:53.226 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:52 trial165 ceph-mon[23219]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:53.226 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:52 trial165 ceph-mon[23219]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-19T10:43:53.226 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:52 trial165 ceph-mon[23219]: osdmap e11: 2 total, 1 up, 2 in 2026-02-19T10:43:53.226 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:52 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:53.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:52 trial053 ceph-mon[22059]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:53.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:52 trial053 ceph-mon[22059]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-19T10:43:53.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:52 trial053 ceph-mon[22059]: osdmap e11: 2 total, 1 up, 2 in 2026-02-19T10:43:53.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:52 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:53.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:52 trial172 ceph-mon[23061]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:53.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:52 trial172 ceph-mon[23061]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-19T10:43:53.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:52 trial172 ceph-mon[23061]: osdmap e11: 2 total, 1 up, 2 in 2026-02-19T10:43:53.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:52 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:54.108 INFO:teuthology.orchestra.run.trial165.stdout:Created osd(s) 1 on host 'trial165' 2026-02-19T10:43:54.283 DEBUG:teuthology.orchestra.run.trial165:osd.1> sudo journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@osd.1.service 2026-02-19T10:43:54.284 INFO:tasks.cephadm:Deploying osd.2 on trial172 with /dev/vg_nvme/lv_4... 2026-02-19T10:43:54.284 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-19T10:43:54.406 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.c/config 2026-02-19T10:43:54.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:54 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:54 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:54 trial172 ceph-mon[23061]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:54.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:54 trial172 ceph-mon[23061]: from='osd.1 [v2:10.20.193.165:6800/2323116418,v1:10.20.193.165:6801/2323116418]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:54.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:54 trial172 ceph-mon[23061]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:54.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:54 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:54 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:54 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:54 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:54 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.619 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:54 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.619 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:54 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.619 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:54 trial165 ceph-mon[23219]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:54.619 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:54 trial165 ceph-mon[23219]: from='osd.1 [v2:10.20.193.165:6800/2323116418,v1:10.20.193.165:6801/2323116418]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:54.619 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:54 trial165 ceph-mon[23219]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:54.619 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:54 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.619 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:54 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.619 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:54 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.619 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:54 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.620 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:54 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:54 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:54 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:54 trial053 ceph-mon[22059]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:54.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:54 trial053 ceph-mon[22059]: from='osd.1 [v2:10.20.193.165:6800/2323116418,v1:10.20.193.165:6801/2323116418]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:54.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:54 trial053 ceph-mon[22059]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T10:43:54.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:54 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:54 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:54 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:54 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:54.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:54 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.081 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-19T10:43:55.099 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph orch daemon add osd trial172:vg_nvme/lv_4 --skip-validation 2026-02-19T10:43:55.218 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.c/config 2026-02-19T10:43:55.425 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='osd.1 [v2:10.20.193.165:6800/2323116418,v1:10.20.193.165:6801/2323116418]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]} : dispatch 2026-02-19T10:43:55.426 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-19T10:43:55.426 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: osdmap e12: 2 total, 1 up, 2 in 2026-02-19T10:43:55.426 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:55.426 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]} : dispatch 2026-02-19T10:43:55.426 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.426 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.426 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:55.426 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-19T10:43:55.427 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: Adjusting osd_memory_target on trial165 to 83023M 2026-02-19T10:43:55.427 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.427 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:55.427 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:55.427 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.427 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:55.427 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:55.427 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:55.428 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:43:55 trial165 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1[30334]: 2026-02-19T10:43:55.403+0000 7f56b8896640 -1 osd.1 0 waiting for initial osdmap 2026-02-19T10:43:55.428 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:43:55 trial165 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1[30334]: 2026-02-19T10:43:55.405+0000 7f56b475d640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-19T10:43:55.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='osd.1 [v2:10.20.193.165:6800/2323116418,v1:10.20.193.165:6801/2323116418]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]} : dispatch 2026-02-19T10:43:55.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-19T10:43:55.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: osdmap e12: 2 total, 1 up, 2 in 2026-02-19T10:43:55.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:55.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]} : dispatch 2026-02-19T10:43:55.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:55.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-19T10:43:55.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: Adjusting osd_memory_target on trial165 to 83023M 2026-02-19T10:43:55.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:55.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:55.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:55.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:55.584 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:55.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='osd.1 [v2:10.20.193.165:6800/2323116418,v1:10.20.193.165:6801/2323116418]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]} : dispatch 2026-02-19T10:43:55.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-19T10:43:55.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: osdmap e12: 2 total, 1 up, 2 in 2026-02-19T10:43:55.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:55.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]} : dispatch 2026-02-19T10:43:55.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:55.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-19T10:43:55.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: Adjusting osd_memory_target on trial165 to 83023M 2026-02-19T10:43:55.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:55.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:55.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:55.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:55.826 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:55.826 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:56.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]}]': finished 2026-02-19T10:43:56.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: osdmap e13: 2 total, 1 up, 2 in 2026-02-19T10:43:56.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:56.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:56.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: osd.default does not exist. Creating it now. 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: Creating OSDs with service ID: default on trial172:['vg_nvme/lv_4'] 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: Marking host: trial172 for OSDSpec preview refresh. 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: Saving service osd.default spec with placement trial172 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='client.? 10.20.193.172:0/220542257' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bd93e8e9-667d-476e-9582-2029387dddd6"} : dispatch 2026-02-19T10:43:56.494 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bd93e8e9-667d-476e-9582-2029387dddd6"} : dispatch 2026-02-19T10:43:56.495 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd93e8e9-667d-476e-9582-2029387dddd6"}]': finished 2026-02-19T10:43:56.495 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: osd.1 [v2:10.20.193.165:6800/2323116418,v1:10.20.193.165:6801/2323116418] boot 2026-02-19T10:43:56.495 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: osdmap e14: 3 total, 2 up, 3 in 2026-02-19T10:43:56.495 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:56.495 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]}]': finished 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: osdmap e13: 2 total, 1 up, 2 in 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: osd.default does not exist. Creating it now. 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: Creating OSDs with service ID: default on trial172:['vg_nvme/lv_4'] 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: Marking host: trial172 for OSDSpec preview refresh. 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: Saving service osd.default spec with placement trial172 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='client.? 10.20.193.172:0/220542257' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bd93e8e9-667d-476e-9582-2029387dddd6"} : dispatch 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bd93e8e9-667d-476e-9582-2029387dddd6"} : dispatch 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd93e8e9-667d-476e-9582-2029387dddd6"}]': finished 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: osd.1 [v2:10.20.193.165:6800/2323116418,v1:10.20.193.165:6801/2323116418] boot 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: osdmap e14: 3 total, 2 up, 3 in 2026-02-19T10:43:56.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:56.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]}]': finished 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: osdmap e13: 2 total, 1 up, 2 in 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: osd.default does not exist. Creating it now. 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: Creating OSDs with service ID: default on trial172:['vg_nvme/lv_4'] 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: Marking host: trial172 for OSDSpec preview refresh. 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: Saving service osd.default spec with placement trial172 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='client.? 10.20.193.172:0/220542257' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bd93e8e9-667d-476e-9582-2029387dddd6"} : dispatch 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bd93e8e9-667d-476e-9582-2029387dddd6"} : dispatch 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd93e8e9-667d-476e-9582-2029387dddd6"}]': finished 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: osd.1 [v2:10.20.193.165:6800/2323116418,v1:10.20.193.165:6801/2323116418] boot 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: osdmap e14: 3 total, 2 up, 3 in 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T10:43:56.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:43:57.724 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:57 trial172 ceph-mon[23061]: purged_snaps scrub starts 2026-02-19T10:43:57.725 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:57 trial172 ceph-mon[23061]: purged_snaps scrub ok 2026-02-19T10:43:57.725 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:57 trial172 ceph-mon[23061]: from='client.? 10.20.193.172:0/2142522440' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T10:43:57.725 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:57 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:57.725 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:57 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:57.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:57 trial165 ceph-mon[23219]: purged_snaps scrub starts 2026-02-19T10:43:57.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:57 trial165 ceph-mon[23219]: purged_snaps scrub ok 2026-02-19T10:43:57.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:57 trial165 ceph-mon[23219]: from='client.? 10.20.193.172:0/2142522440' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T10:43:57.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:57 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:57.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:57 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:57.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:57 trial053 ceph-mon[22059]: purged_snaps scrub starts 2026-02-19T10:43:57.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:57 trial053 ceph-mon[22059]: purged_snaps scrub ok 2026-02-19T10:43:57.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:57 trial053 ceph-mon[22059]: from='client.? 10.20.193.172:0/2142522440' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T10:43:57.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:57 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:57.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:57 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:58.560 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: osdmap e15: 3 total, 2 up, 3 in 2026-02-19T10:43:58.561 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:43:58.561 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:58.561 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:58.561 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:58.561 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:58.561 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:58.561 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:58.561 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:58.561 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:58.561 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:58.562 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:58 trial172 ceph-mon[23061]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:43:58.725 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: osdmap e15: 3 total, 2 up, 3 in 2026-02-19T10:43:58.725 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:43:58.725 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:58.725 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:58.726 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:58.726 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:58.726 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:58.726 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:58.726 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:58.726 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:58.726 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:58.726 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:58 trial053 ceph-mon[22059]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:43:58.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: osdmap e15: 3 total, 2 up, 3 in 2026-02-19T10:43:58.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:43:58.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:43:58.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:58.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:58.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:58.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:43:58.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:43:58.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:43:58.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:43:58.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:58.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:58 trial165 ceph-mon[23219]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:43:59.690 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:59 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:43:59.691 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:59 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:59.691 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:59 trial172 ceph-mon[23061]: Deploying daemon osd.2 on trial172 2026-02-19T10:43:59.691 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:59 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:43:59.691 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:43:59 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:59.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:59 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:43:59.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:59 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:59.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:59 trial053 ceph-mon[22059]: Deploying daemon osd.2 on trial172 2026-02-19T10:43:59.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:59 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:43:59.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:43:59 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:59.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:59 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:43:59.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:59 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:43:59.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:59 trial165 ceph-mon[23219]: Deploying daemon osd.2 on trial172 2026-02-19T10:43:59.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:59 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:43:59.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:43:59 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:00.806 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:00 trial172 ceph-mon[23061]: Deploying daemon osd.2 on trial172 2026-02-19T10:44:00.807 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:00 trial172 ceph-mon[23061]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:00.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:00 trial053 ceph-mon[22059]: Deploying daemon osd.2 on trial172 2026-02-19T10:44:00.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:00 trial053 ceph-mon[22059]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:00.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:00 trial165 ceph-mon[23219]: Deploying daemon osd.2 on trial172 2026-02-19T10:44:00.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:00 trial165 ceph-mon[23219]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:02.224 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:01 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:02.224 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:01 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:02.224 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:01 trial172 ceph-mon[23061]: from='osd.2 [v2:10.20.193.172:6800/3965096876,v1:10.20.193.172:6801/3965096876]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:02.224 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:01 trial172 ceph-mon[23061]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:02.224 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:01 trial172 ceph-mon[23061]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:02.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:01 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:02.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:01 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:02.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:01 trial165 ceph-mon[23219]: from='osd.2 [v2:10.20.193.172:6800/3965096876,v1:10.20.193.172:6801/3965096876]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:02.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:01 trial165 ceph-mon[23219]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:02.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:01 trial165 ceph-mon[23219]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:02.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:01 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:02.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:01 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:02.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:01 trial053 ceph-mon[22059]: from='osd.2 [v2:10.20.193.172:6800/3965096876,v1:10.20.193.172:6801/3965096876]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:02.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:01 trial053 ceph-mon[22059]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:02.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:01 trial053 ceph-mon[22059]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:03.229 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:02 trial172 ceph-mon[23061]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T10:44:03.229 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:02 trial172 ceph-mon[23061]: osdmap e16: 3 total, 2 up, 3 in 2026-02-19T10:44:03.230 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:02 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:03.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:02 trial165 ceph-mon[23219]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T10:44:03.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:02 trial165 ceph-mon[23219]: osdmap e16: 3 total, 2 up, 3 in 2026-02-19T10:44:03.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:02 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:03.323 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:02 trial053 ceph-mon[22059]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T10:44:03.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:02 trial053 ceph-mon[22059]: osdmap e16: 3 total, 2 up, 3 in 2026-02-19T10:44:03.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:02 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:04.178 INFO:teuthology.orchestra.run.trial172.stdout:Created osd(s) 2 on host 'trial172' 2026-02-19T10:44:04.321 DEBUG:teuthology.orchestra.run.trial172:osd.2> sudo journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@osd.2.service 2026-02-19T10:44:04.324 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-19T10:44:04.324 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T10:44:04.449 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:04.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:04 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:04.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:04 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:04.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:04 trial172 ceph-mon[23061]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:04.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:04 trial172 ceph-mon[23061]: from='osd.2 [v2:10.20.193.172:6800/3161180621,v1:10.20.193.172:6801/3161180621]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:04.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:04 trial172 ceph-mon[23061]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:04.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:04 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:04.583 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:04 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:04.684 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:44:04.722 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:04.722 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:04.723 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:04 trial053 ceph-mon[22059]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:04.723 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:04 trial053 ceph-mon[22059]: from='osd.2 [v2:10.20.193.172:6800/3161180621,v1:10.20.193.172:6801/3161180621]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:04.723 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:04 trial053 ceph-mon[22059]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:04.723 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:04.723 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:04 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:04.825 INFO:teuthology.orchestra.run.trial053.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1771497836,"num_in_osds":3,"osd_in_since":1771497836,"num_remapped_pgs":0} 2026-02-19T10:44:04.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:04 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:04.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:04 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:04.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:04 trial165 ceph-mon[23219]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:04.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:04 trial165 ceph-mon[23219]: from='osd.2 [v2:10.20.193.172:6800/3161180621,v1:10.20.193.172:6801/3161180621]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:04.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:04 trial165 ceph-mon[23219]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T10:44:04.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:04 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:04.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:04 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.805 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='osd.2 [v2:10.20.193.172:6800/3161180621,v1:10.20.193.172:6801/3161180621]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-19T10:44:05.805 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T10:44:05.805 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: osdmap e17: 3 total, 2 up, 3 in 2026-02-19T10:44:05.805 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:05.805 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-19T10:44:05.805 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/3559717336' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T10:44:05.805 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.805 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.805 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:44:05.806 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-19T10:44:05.806 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: Adjusting osd_memory_target on trial172 to 87119M 2026-02-19T10:44:05.806 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.806 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:05.806 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:44:05.806 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.806 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:44:05.806 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:44:05.806 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:05 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:05.807 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:44:05 trial172 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2[29804]: 2026-02-19T10:44:05.542+0000 7f1c83af7640 -1 osd.2 0 waiting for initial osdmap 2026-02-19T10:44:05.807 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:44:05 trial172 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2[29804]: 2026-02-19T10:44:05.544+0000 7f1c7b9b6640 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-19T10:44:05.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='osd.2 [v2:10.20.193.172:6800/3161180621,v1:10.20.193.172:6801/3161180621]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-19T10:44:05.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T10:44:05.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: osdmap e17: 3 total, 2 up, 3 in 2026-02-19T10:44:05.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:05.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-19T10:44:05.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3559717336' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T10:44:05.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:44:05.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-19T10:44:05.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: Adjusting osd_memory_target on trial172 to 87119M 2026-02-19T10:44:05.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:05.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:44:05.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.826 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:44:05.826 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:44:05.826 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:05 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:05.826 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T10:44:05.944 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:05.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='osd.2 [v2:10.20.193.172:6800/3161180621,v1:10.20.193.172:6801/3161180621]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-19T10:44:05.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T10:44:05.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: osdmap e17: 3 total, 2 up, 3 in 2026-02-19T10:44:05.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:05.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-19T10:44:05.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/3559717336' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T10:44:05.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:44:05.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-19T10:44:05.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: Adjusting osd_memory_target on trial172 to 87119M 2026-02-19T10:44:05.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:05.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:44:05.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:05.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:44:05.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:44:05.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:05 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:06.175 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:44:06.315 INFO:teuthology.orchestra.run.trial053.stdout:{"epoch":18,"num_osds":3,"num_up_osds":2,"osd_up_since":1771497836,"num_in_osds":3,"osd_in_since":1771497836,"num_remapped_pgs":0} 2026-02-19T10:44:06.682 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:06 trial172 ceph-mon[23061]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-19T10:44:06.682 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:06 trial172 ceph-mon[23061]: osdmap e18: 3 total, 2 up, 3 in 2026-02-19T10:44:06.682 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:06 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:06.682 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:06 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:06.682 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:06 trial172 ceph-mon[23061]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:06.682 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:06 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/3748402989' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T10:44:06.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:06 trial053 ceph-mon[22059]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-19T10:44:06.823 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:06 trial053 ceph-mon[22059]: osdmap e18: 3 total, 2 up, 3 in 2026-02-19T10:44:06.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:06 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:06.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:06 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:06.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:06 trial053 ceph-mon[22059]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:06.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:06 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3748402989' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T10:44:06.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:06 trial165 ceph-mon[23219]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-19T10:44:06.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:06 trial165 ceph-mon[23219]: osdmap e18: 3 total, 2 up, 3 in 2026-02-19T10:44:06.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:06 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:06.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:06 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:06.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:06 trial165 ceph-mon[23219]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T10:44:06.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:06 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/3748402989' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T10:44:07.316 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T10:44:07.439 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:07.671 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:44:07.672 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:07 trial053 ceph-mon[22059]: purged_snaps scrub starts 2026-02-19T10:44:07.672 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:07 trial053 ceph-mon[22059]: purged_snaps scrub ok 2026-02-19T10:44:07.672 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:07 trial053 ceph-mon[22059]: osd.2 [v2:10.20.193.172:6800/3161180621,v1:10.20.193.172:6801/3161180621] boot 2026-02-19T10:44:07.672 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:07 trial053 ceph-mon[22059]: osdmap e19: 3 total, 3 up, 3 in 2026-02-19T10:44:07.672 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:07 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:07.672 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:07 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:07.673 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:07 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:07.811 INFO:teuthology.orchestra.run.trial053.stdout:{"epoch":20,"num_osds":3,"num_up_osds":3,"osd_up_since":1771497846,"num_in_osds":3,"osd_in_since":1771497836,"num_remapped_pgs":0} 2026-02-19T10:44:07.812 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd dump --format=json 2026-02-19T10:44:07.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:07 trial172 ceph-mon[23061]: purged_snaps scrub starts 2026-02-19T10:44:07.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:07 trial172 ceph-mon[23061]: purged_snaps scrub ok 2026-02-19T10:44:07.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:07 trial172 ceph-mon[23061]: osd.2 [v2:10.20.193.172:6800/3161180621,v1:10.20.193.172:6801/3161180621] boot 2026-02-19T10:44:07.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:07 trial172 ceph-mon[23061]: osdmap e19: 3 total, 3 up, 3 in 2026-02-19T10:44:07.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:07 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:07.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:07 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:07.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:07 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:07.929 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:07.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:07 trial165 ceph-mon[23219]: purged_snaps scrub starts 2026-02-19T10:44:07.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:07 trial165 ceph-mon[23219]: purged_snaps scrub ok 2026-02-19T10:44:07.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:07 trial165 ceph-mon[23219]: osd.2 [v2:10.20.193.172:6800/3161180621,v1:10.20.193.172:6801/3161180621] boot 2026-02-19T10:44:07.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:07 trial165 ceph-mon[23219]: osdmap e19: 3 total, 3 up, 3 in 2026-02-19T10:44:07.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:07 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T10:44:07.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:07 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:07.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:07 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:08.160 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:44:08.161 INFO:teuthology.orchestra.run.trial053.stdout:{"epoch":20,"fsid":"add480da-0d7f-11f1-99ef-d404e6e7d460","created":"2026-02-19T10:42:41.020108+0000","modified":"2026-02-19T10:44:07.545277+0000","last_up_change":"2026-02-19T10:44:06.540456+0000","last_in_change":"2026-02-19T10:43:56.274935+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":11,"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":"acfa9ddc-7357-46cb-be93-bde861ac00f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6802","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6803","nonce":3654331443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6804","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6805","nonce":3654331443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6808","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6809","nonce":3654331443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6806","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6807","nonce":3654331443}]},"public_addr":"10.20.193.53:6803/3654331443","cluster_addr":"10.20.193.53:6805/3654331443","heartbeat_back_addr":"10.20.193.53:6809/3654331443","heartbeat_front_addr":"10.20.193.53:6807/3654331443","state":["exists","up"]},{"osd":1,"uuid":"8ebeb90f-fe78-4e60-bb93-7d9860f7f667","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.165:6800","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6801","nonce":2323116418}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6802","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6803","nonce":2323116418}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6806","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6807","nonce":2323116418}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6804","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6805","nonce":2323116418}]},"public_addr":"10.20.193.165:6801/2323116418","cluster_addr":"10.20.193.165:6803/2323116418","heartbeat_back_addr":"10.20.193.165:6807/2323116418","heartbeat_front_addr":"10.20.193.165:6805/2323116418","state":["exists","up"]},{"osd":2,"uuid":"bd93e8e9-667d-476e-9582-2029387dddd6","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.172:6800","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6801","nonce":3161180621}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6802","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6803","nonce":3161180621}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6806","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6807","nonce":3161180621}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6804","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6805","nonce":3161180621}]},"public_addr":"10.20.193.172:6801/3161180621","cluster_addr":"10.20.193.172:6803/3161180621","heartbeat_back_addr":"10.20.193.172:6807/3161180621","heartbeat_front_addr":"10.20.193.172:6805/3161180621","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-19T10:43:45.220863+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-19T10:43:55.058951+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-19T10:44:05.166603+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.53:6801/1454856635":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/516607769":"2026-02-20T10:43:03.696463+0000","10.20.193.53:6800/1454856635":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/3477354346":"2026-02-20T10:42:52.129896+0000","10.20.193.53:0/2392713694":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/2261087293":"2026-02-20T10:42:52.129896+0000","10.20.193.53:6801/1889684529":"2026-02-20T10:42:52.129896+0000","10.20.193.53:6800/1889684529":"2026-02-20T10:42:52.129896+0000","10.20.193.53:0/3671914457":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/2064548881":"2026-02-20T10:42:52.129896+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-19T10:44:08.299 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-19T10:44:08.300 INFO:tasks.cephadm:Setting up client nodes... 2026-02-19T10:44:08.301 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-19T10:44:08.418 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:08.648 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:44:08.784 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:08 trial053 ceph-mon[22059]: osdmap e20: 3 total, 3 up, 3 in 2026-02-19T10:44:08.785 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:08 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3887638501' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T10:44:08.785 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:08 trial053 ceph-mon[22059]: pgmap v42: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:08.785 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:08 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' 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-19T10:44:08.785 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:08 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/4022192575' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T10:44:08.786 INFO:teuthology.orchestra.run.trial053.stdout:[{"version":13,"timestamp":"2026-02-19T10:44:04.879806+0000","name":"","changes":[{"name":"osd/host:trial172/osd_memory_target","new_value":"91351160012"}]}] 2026-02-19T10:44:08.787 INFO:tasks.ceph_manager:config epoch is 13 2026-02-19T10:44:08.787 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-19T10:44:08.787 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-19T10:44:08.788 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-19T10:44:08.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:08 trial172 ceph-mon[23061]: osdmap e20: 3 total, 3 up, 3 in 2026-02-19T10:44:08.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:08 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/3887638501' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T10:44:08.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:08 trial172 ceph-mon[23061]: pgmap v42: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:08.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:08 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' 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-19T10:44:08.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:08 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/4022192575' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T10:44:08.893 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:08 trial165 ceph-mon[23219]: osdmap e20: 3 total, 3 up, 3 in 2026-02-19T10:44:08.893 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:08 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/3887638501' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T10:44:08.894 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:08 trial165 ceph-mon[23219]: pgmap v42: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:08.894 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:08 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' 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-19T10:44:08.894 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:08 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/4022192575' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T10:44:08.903 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:09.169 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:44:09.308 INFO:teuthology.orchestra.run.trial053.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6800","nonce":2732331314},{"type":"v1","addr":"10.20.193.53:6801","nonce":2732331314}]},"active_addr":"10.20.193.53:6801/2732331314","active_change":"2026-02-19T10:43:03.696578+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14220,"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":[]},"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":[]},"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.53: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.53:0","nonce":3841536780}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.53:0","nonce":203764514}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.53:0","nonce":3436649388}]}]} 2026-02-19T10:44:09.315 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-19T10:44:09.316 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-19T10:44:09.316 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd dump --format=json 2026-02-19T10:44:09.437 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:09.675 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' 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-19T10:44:09.675 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 ceph-mon[22059]: osdmap e21: 3 total, 3 up, 3 in 2026-02-19T10:44:09.675 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-19T10:44:09.675 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/2036679320' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-19T10:44:09.675 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3372562585' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-19T10:44:09.675 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:44:09 trial053 sudo[38900]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-19T10:44:09.676 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:44:09 trial053 sudo[38900]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:09.676 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:44:09 trial053 sudo[38900]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:09.676 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:44:09 trial053 sudo[38900]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:09.676 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:44:09 trial053 sudo[38929]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-19T10:44:09.676 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:44:09 trial053 sudo[38929]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:09.676 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:44:09 trial053 sudo[38929]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:09.676 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:44:09 trial053 sudo[38929]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:09.685 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:44:09.686 INFO:teuthology.orchestra.run.trial053.stdout:{"epoch":22,"fsid":"add480da-0d7f-11f1-99ef-d404e6e7d460","created":"2026-02-19T10:42:41.020108+0000","modified":"2026-02-19T10:44:09.551722+0000","last_up_change":"2026-02-19T10:44:06.540456+0000","last_in_change":"2026-02-19T10:43:56.274935+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":11,"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-19T10:44:07.904608+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"acfa9ddc-7357-46cb-be93-bde861ac00f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6802","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6803","nonce":3654331443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6804","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6805","nonce":3654331443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6808","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6809","nonce":3654331443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6806","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6807","nonce":3654331443}]},"public_addr":"10.20.193.53:6803/3654331443","cluster_addr":"10.20.193.53:6805/3654331443","heartbeat_back_addr":"10.20.193.53:6809/3654331443","heartbeat_front_addr":"10.20.193.53:6807/3654331443","state":["exists","up"]},{"osd":1,"uuid":"8ebeb90f-fe78-4e60-bb93-7d9860f7f667","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6800","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6801","nonce":2323116418}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6802","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6803","nonce":2323116418}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6806","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6807","nonce":2323116418}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6804","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6805","nonce":2323116418}]},"public_addr":"10.20.193.165:6801/2323116418","cluster_addr":"10.20.193.165:6803/2323116418","heartbeat_back_addr":"10.20.193.165:6807/2323116418","heartbeat_front_addr":"10.20.193.165:6805/2323116418","state":["exists","up"]},{"osd":2,"uuid":"bd93e8e9-667d-476e-9582-2029387dddd6","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.172:6800","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6801","nonce":3161180621}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6802","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6803","nonce":3161180621}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6806","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6807","nonce":3161180621}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6804","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6805","nonce":3161180621}]},"public_addr":"10.20.193.172:6801/3161180621","cluster_addr":"10.20.193.172:6803/3161180621","heartbeat_back_addr":"10.20.193.172:6807/3161180621","heartbeat_front_addr":"10.20.193.172:6805/3161180621","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-19T10:43:45.220863+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-19T10:43:55.058951+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-19T10:44:05.166603+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.53:6801/1454856635":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/516607769":"2026-02-20T10:43:03.696463+0000","10.20.193.53:6800/1454856635":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/3477354346":"2026-02-20T10:42:52.129896+0000","10.20.193.53:0/2392713694":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/2261087293":"2026-02-20T10:42:52.129896+0000","10.20.193.53:6801/1889684529":"2026-02-20T10:42:52.129896+0000","10.20.193.53:6800/1889684529":"2026-02-20T10:42:52.129896+0000","10.20.193.53:0/3671914457":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/2064548881":"2026-02-20T10:42:52.129896+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-19T10:44:09.808 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' 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-19T10:44:09.808 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 ceph-mon[23219]: osdmap e21: 3 total, 3 up, 3 in 2026-02-19T10:44:09.808 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-19T10:44:09.809 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/2036679320' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-19T10:44:09.809 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/3372562585' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-19T10:44:09.809 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32573]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-19T10:44:09.809 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32573]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:09.809 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32573]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:09.809 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32573]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:09.809 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32577]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-19T10:44:09.809 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32577]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:09.810 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32577]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:09.810 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32577]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:09.831 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-19T10:44:09.831 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd dump --format=json 2026-02-19T10:44:09.833 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31487]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-19T10:44:09.833 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31487]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:09.833 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31487]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:09.833 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31487]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:09.833 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31491]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-19T10:44:09.833 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31491]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:09.833 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31491]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:09.833 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31491]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:09.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' 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-19T10:44:09.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 ceph-mon[23061]: osdmap e21: 3 total, 3 up, 3 in 2026-02-19T10:44:09.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-19T10:44:09.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/2036679320' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-19T10:44:09.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/3372562585' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-19T10:44:09.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31495]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-19T10:44:09.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31495]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:09.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31495]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:09.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31495]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:09.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31499]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-19T10:44:09.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31499]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:09.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31499]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:09.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:09 trial172 sudo[31499]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:09.953 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:09.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 sudo[39053]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-19T10:44:09.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 sudo[39053]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:09.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 sudo[39053]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:09.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 sudo[39053]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:09.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 sudo[39057]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-19T10:44:09.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 sudo[39057]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:09.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 sudo[39057]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:09.976 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:09 trial053 sudo[39057]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:10.195 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:44:10.195 INFO:teuthology.orchestra.run.trial053.stdout:{"epoch":22,"fsid":"add480da-0d7f-11f1-99ef-d404e6e7d460","created":"2026-02-19T10:42:41.020108+0000","modified":"2026-02-19T10:44:09.551722+0000","last_up_change":"2026-02-19T10:44:06.540456+0000","last_in_change":"2026-02-19T10:43:56.274935+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":11,"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-19T10:44:07.904608+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"acfa9ddc-7357-46cb-be93-bde861ac00f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6802","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6803","nonce":3654331443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6804","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6805","nonce":3654331443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6808","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6809","nonce":3654331443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.53:6806","nonce":3654331443},{"type":"v1","addr":"10.20.193.53:6807","nonce":3654331443}]},"public_addr":"10.20.193.53:6803/3654331443","cluster_addr":"10.20.193.53:6805/3654331443","heartbeat_back_addr":"10.20.193.53:6809/3654331443","heartbeat_front_addr":"10.20.193.53:6807/3654331443","state":["exists","up"]},{"osd":1,"uuid":"8ebeb90f-fe78-4e60-bb93-7d9860f7f667","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6800","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6801","nonce":2323116418}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6802","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6803","nonce":2323116418}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6806","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6807","nonce":2323116418}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6804","nonce":2323116418},{"type":"v1","addr":"10.20.193.165:6805","nonce":2323116418}]},"public_addr":"10.20.193.165:6801/2323116418","cluster_addr":"10.20.193.165:6803/2323116418","heartbeat_back_addr":"10.20.193.165:6807/2323116418","heartbeat_front_addr":"10.20.193.165:6805/2323116418","state":["exists","up"]},{"osd":2,"uuid":"bd93e8e9-667d-476e-9582-2029387dddd6","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.172:6800","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6801","nonce":3161180621}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6802","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6803","nonce":3161180621}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6806","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6807","nonce":3161180621}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6804","nonce":3161180621},{"type":"v1","addr":"10.20.193.172:6805","nonce":3161180621}]},"public_addr":"10.20.193.172:6801/3161180621","cluster_addr":"10.20.193.172:6803/3161180621","heartbeat_back_addr":"10.20.193.172:6807/3161180621","heartbeat_front_addr":"10.20.193.172:6805/3161180621","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-19T10:43:45.220863+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-19T10:43:55.058951+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-19T10:44:05.166603+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.53:6801/1454856635":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/516607769":"2026-02-20T10:43:03.696463+0000","10.20.193.53:6800/1454856635":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/3477354346":"2026-02-20T10:42:52.129896+0000","10.20.193.53:0/2392713694":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/2261087293":"2026-02-20T10:42:52.129896+0000","10.20.193.53:6801/1889684529":"2026-02-20T10:42:52.129896+0000","10.20.193.53:6800/1889684529":"2026-02-20T10:42:52.129896+0000","10.20.193.53:0/3671914457":"2026-02-20T10:43:03.696463+0000","10.20.193.53:0/2064548881":"2026-02-20T10:42:52.129896+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-19T10:44:10.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32581]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-19T10:44:10.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32581]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:10.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32581]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:10.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32581]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:10.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32585]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-19T10:44:10.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32585]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T10:44:10.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32585]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T10:44:10.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:09 trial165 sudo[32585]: pam_unix(sudo:session): session closed for user root 2026-02-19T10:44:10.339 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-19T10:44:10.339 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-19T10:44:10.339 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-19T10:44:10.460 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:10.462 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:10.463 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:10.740 INFO:teuthology.orchestra.run.trial053.stdout:81604378626 2026-02-19T10:44:10.740 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-19T10:44:10.748 INFO:teuthology.orchestra.run.trial053.stdout:60129542148 2026-02-19T10:44:10.748 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-19T10:44:10.752 INFO:teuthology.orchestra.run.trial053.stdout:38654705671 2026-02-19T10:44:10.752 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-19T10:44:10.814 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-19T10:44:10.814 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: osdmap e22: 3 total, 3 up, 3 in 2026-02-19T10:44:10.814 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.814 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.814 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.814 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.814 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.814 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/2983695494' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T10:44:10.814 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: pgmap v45: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T10:44:10.815 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3705742001' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.816 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:44:10.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-19T10:44:10.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: osdmap e22: 3 total, 3 up, 3 in 2026-02-19T10:44:10.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/2983695494' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T10:44:10.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: pgmap v45: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:10.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:10.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/3705742001' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:44:10.835 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.836 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:10.836 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:44:10.836 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.836 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:44:10.857 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:10.911 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:10.912 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:10.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-19T10:44:10.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: osdmap e22: 3 total, 3 up, 3 in 2026-02-19T10:44:10.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/2983695494' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T10:44:10.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: pgmap v45: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/3705742001' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T10:44:10.995 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.996 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.996 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:44:10.996 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.996 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:10.996 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:44:10.996 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:10.996 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:44:11.101 INFO:teuthology.orchestra.run.trial053.stdout:81604378625 2026-02-19T10:44:11.150 INFO:teuthology.orchestra.run.trial053.stdout:38654705670 2026-02-19T10:44:11.152 INFO:teuthology.orchestra.run.trial053.stdout:60129542147 2026-02-19T10:44:11.243 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378626 got 81604378625 for osd.2 2026-02-19T10:44:11.292 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705671 got 38654705670 for osd.0 2026-02-19T10:44:11.295 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542147 for osd.1 2026-02-19T10:44:11.762 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T10:44:11.762 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.762 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.762 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:44:11.762 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.762 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:11.763 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:44:11.763 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.763 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:44:11.763 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-19T10:44:11.763 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/2222604582' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T10:44:11.763 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/3601232987' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T10:44:11.763 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:11 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/1434980411' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T10:44:11.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T10:44:11.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:44:11.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:11.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:44:11.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:44:11.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-19T10:44:11.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/2222604582' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T10:44:11.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3601232987' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T10:44:11.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:11 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1434980411' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T10:44:11.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T10:44:11.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:44:11.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:11.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:44:11.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:11.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:44:11.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-19T10:44:11.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/2222604582' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T10:44:11.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/3601232987' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T10:44:11.994 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:11 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/1434980411' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T10:44:12.244 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-19T10:44:12.293 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-19T10:44:12.296 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-19T10:44:12.363 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:12.410 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:12.451 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:12.601 INFO:teuthology.orchestra.run.trial053.stdout:81604378627 2026-02-19T10:44:12.645 INFO:teuthology.orchestra.run.trial053.stdout:38654705672 2026-02-19T10:44:12.692 INFO:teuthology.orchestra.run.trial053.stdout:60129542149 2026-02-19T10:44:12.742 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378626 got 81604378627 for osd.2 2026-02-19T10:44:12.743 DEBUG:teuthology.parallel:result is None 2026-02-19T10:44:12.785 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:12 trial053 ceph-mon[22059]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:12.786 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705671 got 38654705672 for osd.0 2026-02-19T10:44:12.786 DEBUG:teuthology.parallel:result is None 2026-02-19T10:44:12.832 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542149 for osd.1 2026-02-19T10:44:12.832 DEBUG:teuthology.parallel:result is None 2026-02-19T10:44:12.832 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-19T10:44:12.832 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph pg dump --format=json 2026-02-19T10:44:12.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:12 trial172 ceph-mon[23061]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:12.951 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:12.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:12 trial165 ceph-mon[23219]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:13.176 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:44:13.176 INFO:teuthology.orchestra.run.trial053.stderr:dumped all 2026-02-19T10:44:13.315 INFO:teuthology.orchestra.run.trial053.stdout:{"pg_ready":true,"pg_map":{"version":47,"stamp":"2026-02-19T10:44:11.705536+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":85668,"kb_used_data":2316,"kb_used_omap":29,"kb_used_meta":81570,"kb_avail":2201923932,"statfs":{"total":2254857830400,"available":2254770106368,"internally_reserved":0,"allocated":2371584,"data_stored":1955754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":30569,"internal_metadata":83527831},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"22'152","reported_seq":196,"reported_epoch":23,"state":"active+clean","last_fresh":"2026-02-19T10:44:10.552647+0000","last_change":"2026-02-19T10:44:09.552213+0000","last_active":"2026-02-19T10:44:10.552647+0000","last_peered":"2026-02-19T10:44:10.552647+0000","last_clean":"2026-02-19T10:44:10.552647+0000","last_became_active":"2026-02-19T10:44:09.552027+0000","last_became_peered":"2026-02-19T10:44:09.552027+0000","last_unstale":"2026-02-19T10:44:10.552647+0000","last_undegraded":"2026-02-19T10:44:10.552647+0000","last_fullsized":"2026-02-19T10:44:10.552647+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-19T10:44:08.548604+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-19T10:44:08.548604+0000","last_clean_scrub_stamp":"2026-02-19T10:44:08.548604+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-20T12:57:41.357470+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":0,"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":651918,"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":60129542149,"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":8,"kb_used_meta":27191,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651918,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8456,"internal_metadata":27844344},"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":9,"seq":38654705672,"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":13,"kb_used_meta":27186,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651918,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":14315,"internal_metadata":27838485},"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-19T10:44:13.316 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph pg dump --format=json 2026-02-19T10:44:13.433 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:13.662 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:44:13.663 INFO:teuthology.orchestra.run.trial053.stderr:dumped all 2026-02-19T10:44:13.663 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:13 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/2472537418' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T10:44:13.663 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:13 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/1491751645' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T10:44:13.663 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:13 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/3678714316' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T10:44:13.803 INFO:teuthology.orchestra.run.trial053.stdout:{"pg_ready":true,"pg_map":{"version":47,"stamp":"2026-02-19T10:44:11.705536+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":85668,"kb_used_data":2316,"kb_used_omap":29,"kb_used_meta":81570,"kb_avail":2201923932,"statfs":{"total":2254857830400,"available":2254770106368,"internally_reserved":0,"allocated":2371584,"data_stored":1955754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":30569,"internal_metadata":83527831},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"22'152","reported_seq":196,"reported_epoch":23,"state":"active+clean","last_fresh":"2026-02-19T10:44:10.552647+0000","last_change":"2026-02-19T10:44:09.552213+0000","last_active":"2026-02-19T10:44:10.552647+0000","last_peered":"2026-02-19T10:44:10.552647+0000","last_clean":"2026-02-19T10:44:10.552647+0000","last_became_active":"2026-02-19T10:44:09.552027+0000","last_became_peered":"2026-02-19T10:44:09.552027+0000","last_unstale":"2026-02-19T10:44:10.552647+0000","last_undegraded":"2026-02-19T10:44:10.552647+0000","last_fullsized":"2026-02-19T10:44:10.552647+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-19T10:44:08.548604+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-19T10:44:08.548604+0000","last_clean_scrub_stamp":"2026-02-19T10:44:08.548604+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-20T12:57:41.357470+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":0,"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":651918,"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":60129542149,"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":8,"kb_used_meta":27191,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651918,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8456,"internal_metadata":27844344},"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":9,"seq":38654705672,"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":13,"kb_used_meta":27186,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651918,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":14315,"internal_metadata":27838485},"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-19T10:44:13.805 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-19T10:44:13.805 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-19T10:44:13.805 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-19T10:44:13.805 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph health --format=json 2026-02-19T10:44:13.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:13 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/2472537418' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T10:44:13.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:13 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/1491751645' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T10:44:13.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:13 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/3678714316' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T10:44:13.922 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:13.992 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:13 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/2472537418' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T10:44:13.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:13 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/1491751645' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T10:44:13.993 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:13 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/3678714316' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T10:44:14.174 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:44:14.175 INFO:teuthology.orchestra.run.trial053.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-19T10:44:14.313 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-19T10:44:14.313 INFO:tasks.cephadm:Setup complete, yielding 2026-02-19T10:44:14.313 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-19T10:44:14.326 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-19T10:44:14.327 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph orch apply -i - 2026-02-19T10:44:14.445 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:14.683 INFO:teuthology.orchestra.run.trial053.stdout:Scheduled mon update... 2026-02-19T10:44:14.764 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:14 trial165 ceph-mon[23219]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T10:44:14.765 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:14 trial165 ceph-mon[23219]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T10:44:14.765 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:14 trial165 ceph-mon[23219]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:14.765 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:14 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/2854441752' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-19T10:44:14.765 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:14 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:14.765 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:14 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:14.765 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:14 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:14.804 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:14 trial053 ceph-mon[22059]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T10:44:14.804 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:14 trial053 ceph-mon[22059]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T10:44:14.804 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:14 trial053 ceph-mon[22059]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:14.804 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:14 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/2854441752' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-19T10:44:14.804 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:14.804 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:14.804 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:14.824 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-19T10:44:14.835 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial053.front.sepia.ceph.com 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- bash -c 'set -ex 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> # since we don'"'"'t know the real hostnames before the test, the next 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> # the actual names cephadm knows the host by within the mon spec 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> ceph orch ls --service-name mon --export > mon.yaml 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> MONSPEC=`cat mon.yaml` 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> echo "$MONSPEC" 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> while read realname <&3 && read fakename <&4; do 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> MONSPEC="${MONSPEC//$fakename/$realname}" 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> done 3 echo "$MONSPEC" > mon.yaml 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> cat mon.yaml 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> ceph orch apply -i mon.yaml 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> sleep 90 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> ceph orch ps --refresh 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> sleep 90 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> ceph mon dump 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> ceph mon dump --format json 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> # verify all the crush locations got set from "ceph mon dump" output 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> while read monid <&3 && read crushloc <&4; do 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2026-02-19T10:44:14.836 DEBUG:teuthology.orchestra.run.trial053:> done 3 ' 2026-02-19T10:44:14.837 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:14 trial172 ceph-mon[23061]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T10:44:14.837 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:14 trial172 ceph-mon[23061]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T10:44:14.837 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:14 trial172 ceph-mon[23061]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:14.837 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:14 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/2854441752' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-19T10:44:14.837 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:14 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:14.837 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:14 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:14.837 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:14 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:14.951 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:44:15.035 INFO:teuthology.orchestra.run.trial053.stderr:+ ceph orch host ls --format json 2026-02-19T10:44:15.035 INFO:teuthology.orchestra.run.trial053.stderr:+ jq -r '.[] | .hostname' 2026-02-19T10:44:15.201 INFO:teuthology.orchestra.run.trial053.stderr:+ echo 'host.a 2026-02-19T10:44:15.201 INFO:teuthology.orchestra.run.trial053.stderr:host.b 2026-02-19T10:44:15.201 INFO:teuthology.orchestra.run.trial053.stderr:host.c' 2026-02-19T10:44:15.201 INFO:teuthology.orchestra.run.trial053.stderr:+ echo 'a 2026-02-19T10:44:15.202 INFO:teuthology.orchestra.run.trial053.stderr:b 2026-02-19T10:44:15.202 INFO:teuthology.orchestra.run.trial053.stderr:c' 2026-02-19T10:44:15.202 INFO:teuthology.orchestra.run.trial053.stderr:+ echo '{datacenter=a} 2026-02-19T10:44:15.202 INFO:teuthology.orchestra.run.trial053.stderr:{datacenter=b,rack=2} 2026-02-19T10:44:15.202 INFO:teuthology.orchestra.run.trial053.stderr:{datacenter=a,rack=3}' 2026-02-19T10:44:15.202 INFO:teuthology.orchestra.run.trial053.stderr:+ ceph orch ls --service-name mon --export 2026-02-19T10:44:15.366 INFO:teuthology.orchestra.run.trial053.stderr:++ cat mon.yaml 2026-02-19T10:44:15.367 INFO:teuthology.orchestra.run.trial053.stderr:+ MONSPEC='service_type: mon 2026-02-19T10:44:15.367 INFO:teuthology.orchestra.run.trial053.stderr:service_name: mon 2026-02-19T10:44:15.367 INFO:teuthology.orchestra.run.trial053.stderr:placement: 2026-02-19T10:44:15.367 INFO:teuthology.orchestra.run.trial053.stderr: count: 3 2026-02-19T10:44:15.367 INFO:teuthology.orchestra.run.trial053.stderr:spec: 2026-02-19T10:44:15.368 INFO:teuthology.orchestra.run.trial053.stderr: crush_locations: 2026-02-19T10:44:15.368 INFO:teuthology.orchestra.run.trial053.stderr: host.a: 2026-02-19T10:44:15.368 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.368 INFO:teuthology.orchestra.run.trial053.stderr: host.b: 2026-02-19T10:44:15.368 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=b 2026-02-19T10:44:15.368 INFO:teuthology.orchestra.run.trial053.stderr: - rack=2 2026-02-19T10:44:15.368 INFO:teuthology.orchestra.run.trial053.stderr: host.c: 2026-02-19T10:44:15.368 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.368 INFO:teuthology.orchestra.run.trial053.stderr: - rack=3' 2026-02-19T10:44:15.369 INFO:teuthology.orchestra.run.trial053.stdout:service_type: mon 2026-02-19T10:44:15.369 INFO:teuthology.orchestra.run.trial053.stdout:service_name: mon 2026-02-19T10:44:15.369 INFO:teuthology.orchestra.run.trial053.stdout:placement: 2026-02-19T10:44:15.369 INFO:teuthology.orchestra.run.trial053.stdout: count: 3 2026-02-19T10:44:15.369 INFO:teuthology.orchestra.run.trial053.stdout:spec: 2026-02-19T10:44:15.369 INFO:teuthology.orchestra.run.trial053.stdout: crush_locations: 2026-02-19T10:44:15.369 INFO:teuthology.orchestra.run.trial053.stdout: host.a: 2026-02-19T10:44:15.369 INFO:teuthology.orchestra.run.trial053.stdout: - datacenter=a 2026-02-19T10:44:15.369 INFO:teuthology.orchestra.run.trial053.stdout: host.b: 2026-02-19T10:44:15.369 INFO:teuthology.orchestra.run.trial053.stdout: - datacenter=b 2026-02-19T10:44:15.370 INFO:teuthology.orchestra.run.trial053.stdout: - rack=2 2026-02-19T10:44:15.370 INFO:teuthology.orchestra.run.trial053.stdout: host.c: 2026-02-19T10:44:15.370 INFO:teuthology.orchestra.run.trial053.stdout: - datacenter=a 2026-02-19T10:44:15.370 INFO:teuthology.orchestra.run.trial053.stdout: - rack=3 2026-02-19T10:44:15.370 INFO:teuthology.orchestra.run.trial053.stderr:+ echo 'service_type: mon 2026-02-19T10:44:15.370 INFO:teuthology.orchestra.run.trial053.stderr:service_name: mon 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr:placement: 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr: count: 3 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr:spec: 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr: crush_locations: 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr: host.a: 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr: host.b: 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=b 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr: - rack=2 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr: host.c: 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr: - rack=3' 2026-02-19T10:44:15.371 INFO:teuthology.orchestra.run.trial053.stderr:+ read realname 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr:+ read fakename 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr:+ MONSPEC='service_type: mon 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr:service_name: mon 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr:placement: 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr: count: 3 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr:spec: 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr: crush_locations: 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr: trial053: 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr: host.b: 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=b 2026-02-19T10:44:15.372 INFO:teuthology.orchestra.run.trial053.stderr: - rack=2 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr: host.c: 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr: - rack=3' 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr:+ read realname 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr:+ read fakename 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr:+ MONSPEC='service_type: mon 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr:service_name: mon 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr:placement: 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr: count: 3 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr:spec: 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr: crush_locations: 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr: trial053: 2026-02-19T10:44:15.373 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr: trial165: 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=b 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr: - rack=2 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr: host.c: 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr: - rack=3' 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr:+ read realname 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr:+ read fakename 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr:+ MONSPEC='service_type: mon 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr:service_name: mon 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr:placement: 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr: count: 3 2026-02-19T10:44:15.374 INFO:teuthology.orchestra.run.trial053.stderr:spec: 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr: crush_locations: 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr: trial053: 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr: trial165: 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=b 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr: - rack=2 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr: trial172: 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr: - rack=3' 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr:+ read realname 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr:+ echo 'service_type: mon 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr:service_name: mon 2026-02-19T10:44:15.375 INFO:teuthology.orchestra.run.trial053.stderr:placement: 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr: count: 3 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr:spec: 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr: crush_locations: 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr: trial053: 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr: trial165: 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=b 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr: - rack=2 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr: trial172: 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr: - datacenter=a 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr: - rack=3' 2026-02-19T10:44:15.376 INFO:teuthology.orchestra.run.trial053.stderr:+ cat mon.yaml 2026-02-19T10:44:15.377 INFO:teuthology.orchestra.run.trial053.stdout:service_type: mon 2026-02-19T10:44:15.377 INFO:teuthology.orchestra.run.trial053.stdout:service_name: mon 2026-02-19T10:44:15.377 INFO:teuthology.orchestra.run.trial053.stdout:placement: 2026-02-19T10:44:15.377 INFO:teuthology.orchestra.run.trial053.stdout: count: 3 2026-02-19T10:44:15.377 INFO:teuthology.orchestra.run.trial053.stdout:spec: 2026-02-19T10:44:15.377 INFO:teuthology.orchestra.run.trial053.stdout: crush_locations: 2026-02-19T10:44:15.377 INFO:teuthology.orchestra.run.trial053.stdout: trial053: 2026-02-19T10:44:15.377 INFO:teuthology.orchestra.run.trial053.stdout: - datacenter=a 2026-02-19T10:44:15.377 INFO:teuthology.orchestra.run.trial053.stdout: trial165: 2026-02-19T10:44:15.377 INFO:teuthology.orchestra.run.trial053.stdout: - datacenter=b 2026-02-19T10:44:15.378 INFO:teuthology.orchestra.run.trial053.stdout: - rack=2 2026-02-19T10:44:15.378 INFO:teuthology.orchestra.run.trial053.stdout: trial172: 2026-02-19T10:44:15.378 INFO:teuthology.orchestra.run.trial053.stdout: - datacenter=a 2026-02-19T10:44:15.378 INFO:teuthology.orchestra.run.trial053.stdout: - rack=3 2026-02-19T10:44:15.378 INFO:teuthology.orchestra.run.trial053.stderr:+ ceph orch apply -i mon.yaml 2026-02-19T10:44:15.530 INFO:teuthology.orchestra.run.trial053.stdout:Scheduled mon update... 2026-02-19T10:44:15.540 INFO:teuthology.orchestra.run.trial053.stderr:+ sleep 90 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: mon.b calling monitor election 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: mon.c calling monitor election 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: mon.a calling monitor election 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: monmap epoch 6 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:44:21.824 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: last_changed 2026-02-19T10:44:20.564874+0000 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: min_mon_release 20 (tentacle) 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: election_strategy: 1 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a; crush_location {datacenter=a} 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: fsmap 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: mgrmap e15: a(active, since 76s), standbys: b 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: overall HEALTH_OK 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: Reconfiguring mon.a (monmap changed)... 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: Reconfiguring daemon mon.a on trial053 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:21.825 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.826 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.826 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:44:21.826 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:21 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:21.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-19T10:44:21.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: mon.b calling monitor election 2026-02-19T10:44:21.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-19T10:44:21.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: mon.c calling monitor election 2026-02-19T10:44:21.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-19T10:44:21.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:21.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: mon.a calling monitor election 2026-02-19T10:44:21.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: monmap epoch 6 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: last_changed 2026-02-19T10:44:20.564874+0000 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: min_mon_release 20 (tentacle) 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: election_strategy: 1 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a; crush_location {datacenter=a} 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: fsmap 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: mgrmap e15: a(active, since 76s), standbys: b 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: overall HEALTH_OK 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: Reconfiguring mon.a (monmap changed)... 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: Reconfiguring daemon mon.a on trial053 2026-02-19T10:44:21.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:44:21.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:44:21.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:21.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:44:21.834 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:21 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: mon.b calling monitor election 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: mon.c calling monitor election 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: mon.a calling monitor election 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: monmap epoch 6 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: last_changed 2026-02-19T10:44:20.564874+0000 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: min_mon_release 20 (tentacle) 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: election_strategy: 1 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a; crush_location {datacenter=a} 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: fsmap 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: mgrmap e15: a(active, since 76s), standbys: b 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: overall HEALTH_OK 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: Reconfiguring mon.a (monmap changed)... 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: Reconfiguring daemon mon.a on trial053 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.930 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.931 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:44:21.931 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:44:21.931 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:21.931 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.931 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:21.931 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:44:21.931 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:21 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:22.932 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: Reconfiguring mgr.a (monmap changed)... 2026-02-19T10:44:22.933 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: Reconfiguring daemon mgr.a on trial053 2026-02-19T10:44:22.933 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: Reconfiguring osd.0 (monmap changed)... 2026-02-19T10:44:22.933 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: Reconfiguring daemon osd.0 on trial053 2026-02-19T10:44:22.933 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:22.933 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:22.933 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:22.933 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: Reconfiguring mon.b (monmap changed)... 2026-02-19T10:44:22.933 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:44:22.933 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:44:22.933 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:22.933 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: Reconfiguring daemon mon.b on trial165 2026-02-19T10:44:22.934 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:22.934 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:22.934 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:44:22.934 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:44:22.934 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:22.934 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:22.934 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:22.934 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:44:22.934 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:22 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:23.068 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: Reconfiguring mgr.a (monmap changed)... 2026-02-19T10:44:23.068 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: Reconfiguring daemon mgr.a on trial053 2026-02-19T10:44:23.068 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: Reconfiguring osd.0 (monmap changed)... 2026-02-19T10:44:23.068 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: Reconfiguring daemon osd.0 on trial053 2026-02-19T10:44:23.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:23.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: Reconfiguring mon.b (monmap changed)... 2026-02-19T10:44:23.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:44:23.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:44:23.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:23.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: Reconfiguring daemon mon.b on trial165 2026-02-19T10:44:23.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:44:23.070 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:44:23.070 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:23.070 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.070 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.070 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:44:23.070 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:22 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:23.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: Reconfiguring mgr.a (monmap changed)... 2026-02-19T10:44:23.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: Reconfiguring daemon mgr.a on trial053 2026-02-19T10:44:23.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: Reconfiguring osd.0 (monmap changed)... 2026-02-19T10:44:23.074 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: Reconfiguring daemon osd.0 on trial053 2026-02-19T10:44:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: Reconfiguring mon.b (monmap changed)... 2026-02-19T10:44:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:44:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:44:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:23.075 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: Reconfiguring daemon mon.b on trial165 2026-02-19T10:44:23.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:44:23.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:44:23.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:23.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:23.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:44:23.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:22 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:24.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: Reconfiguring mgr.b (monmap changed)... 2026-02-19T10:44:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: Reconfiguring daemon mgr.b on trial165 2026-02-19T10:44:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: Reconfiguring osd.1 (monmap changed)... 2026-02-19T10:44:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: Reconfiguring daemon osd.1 on trial165 2026-02-19T10:44:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: Reconfiguring mon.c (monmap changed)... 2026-02-19T10:44:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:44:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:44:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: Reconfiguring daemon mon.c on trial172 2026-02-19T10:44:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.244 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.244 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:44:24.244 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:24.244 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.244 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: Reconfiguring mgr.b (monmap changed)... 2026-02-19T10:44:24.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: Reconfiguring daemon mgr.b on trial165 2026-02-19T10:44:24.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: Reconfiguring osd.1 (monmap changed)... 2026-02-19T10:44:24.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: Reconfiguring daemon osd.1 on trial165 2026-02-19T10:44:24.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: Reconfiguring mon.c (monmap changed)... 2026-02-19T10:44:24.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:44:24.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:44:24.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:24.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: Reconfiguring daemon mon.c on trial172 2026-02-19T10:44:24.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:44:24.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:24.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: Reconfiguring mgr.b (monmap changed)... 2026-02-19T10:44:24.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: Reconfiguring daemon mgr.b on trial165 2026-02-19T10:44:24.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: Reconfiguring osd.1 (monmap changed)... 2026-02-19T10:44:24.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: Reconfiguring daemon osd.1 on trial165 2026-02-19T10:44:24.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: Reconfiguring mon.c (monmap changed)... 2026-02-19T10:44:24.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:44:24.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:44:24.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:24.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: Reconfiguring daemon mon.c on trial172 2026-02-19T10:44:24.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:44:24.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:44:24.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:24.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:25.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:24 trial165 ceph-mon[23219]: Reconfiguring osd.2 (monmap changed)... 2026-02-19T10:44:25.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:24 trial165 ceph-mon[23219]: Reconfiguring daemon osd.2 on trial172 2026-02-19T10:44:25.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:24 trial165 ceph-mon[23219]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:25.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:24 trial053 ceph-mon[22059]: Reconfiguring osd.2 (monmap changed)... 2026-02-19T10:44:25.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:24 trial053 ceph-mon[22059]: Reconfiguring daemon osd.2 on trial172 2026-02-19T10:44:25.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:24 trial053 ceph-mon[22059]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:25.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:24 trial172 ceph-mon[23061]: Reconfiguring osd.2 (monmap changed)... 2026-02-19T10:44:25.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:24 trial172 ceph-mon[23061]: Reconfiguring daemon osd.2 on trial172 2026-02-19T10:44:25.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:24 trial172 ceph-mon[23061]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:27.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:26 trial165 ceph-mon[23219]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:27.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:26 trial053 ceph-mon[22059]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:27.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:26 trial172 ceph-mon[23061]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:29.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:28 trial165 ceph-mon[23219]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:29.324 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:28 trial053 ceph-mon[22059]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:29.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:28 trial172 ceph-mon[23061]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:31.138 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:30 trial053 ceph-mon[22059]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:31.138 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.138 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.138 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.138 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.138 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.138 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:30 trial165 ceph-mon[23219]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:31.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:30 trial172 ceph-mon[23061]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:31.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:31.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:32.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:31 trial165 ceph-mon[23219]: Detected new or changed devices on trial172 2026-02-19T10:44:32.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:31 trial053 ceph-mon[22059]: Detected new or changed devices on trial172 2026-02-19T10:44:32.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:31 trial172 ceph-mon[23061]: Detected new or changed devices on trial172 2026-02-19T10:44:33.040 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:32 trial172 ceph-mon[23061]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:33.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:32 trial165 ceph-mon[23219]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:33.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:32 trial053 ceph-mon[22059]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:35.107 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:34 trial165 ceph-mon[23219]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:35.107 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:35.107 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:35.107 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:35.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:34 trial053 ceph-mon[22059]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:35.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:35.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:35.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:35.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:34 trial172 ceph-mon[23061]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:35.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:35.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:35.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:37.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:36 trial165 ceph-mon[23219]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:37.325 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:36 trial053 ceph-mon[22059]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:37.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:36 trial172 ceph-mon[23061]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:39.134 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:38 trial172 ceph-mon[23061]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:39.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:38 trial165 ceph-mon[23219]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:39.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:38 trial053 ceph-mon[22059]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:41.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:40 trial165 ceph-mon[23219]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:41.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:40 trial053 ceph-mon[22059]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:41.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:40 trial172 ceph-mon[23061]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:43.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:42 trial165 ceph-mon[23219]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:43.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:42 trial053 ceph-mon[22059]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:43.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:42 trial172 ceph-mon[23061]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:45.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:44 trial165 ceph-mon[23219]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:45.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:44 trial053 ceph-mon[22059]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:45.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:44 trial172 ceph-mon[23061]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:47.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:46 trial165 ceph-mon[23219]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:47.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:46 trial053 ceph-mon[22059]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:47.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:46 trial172 ceph-mon[23061]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:49.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:48 trial165 ceph-mon[23219]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:49.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:48 trial053 ceph-mon[22059]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:49.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:48 trial172 ceph-mon[23061]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:51.194 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:50 trial053 ceph-mon[22059]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:51.194 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.194 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.194 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.194 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.195 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.195 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:50 trial165 ceph-mon[23219]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:51.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:50 trial172 ceph-mon[23061]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:51.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:51.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:53.196 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:52 trial172 ceph-mon[23061]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:53.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:52 trial165 ceph-mon[23219]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:53.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:52 trial053 ceph-mon[22059]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:55.230 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:54 trial165 ceph-mon[23219]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:55.231 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:54 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:55.231 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:54 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:55.231 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:54 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:55.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:54 trial053 ceph-mon[22059]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:55.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:54 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:55.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:54 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:55.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:54 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:55.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:54 trial172 ceph-mon[23061]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:55.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:54 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:55.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:54 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:55.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:54 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:44:57.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:56 trial165 ceph-mon[23219]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:57.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:56 trial053 ceph-mon[22059]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:57.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:56 trial172 ceph-mon[23061]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:59.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:44:58 trial165 ceph-mon[23219]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:59.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:44:58 trial053 ceph-mon[22059]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:44:59.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:44:58 trial172 ceph-mon[23061]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:01.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:00 trial165 ceph-mon[23219]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:01.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:00 trial053 ceph-mon[22059]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:01.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:00 trial172 ceph-mon[23061]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:03.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:02 trial165 ceph-mon[23219]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:03.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:02 trial053 ceph-mon[22059]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:03.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:02 trial172 ceph-mon[23061]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:05.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:04 trial165 ceph-mon[23219]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:05.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:04 trial053 ceph-mon[22059]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:05.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:04 trial172 ceph-mon[23061]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:07.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:06 trial165 ceph-mon[23219]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:07.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:06 trial053 ceph-mon[22059]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:07.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:06 trial172 ceph-mon[23061]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:09.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:08 trial165 ceph-mon[23219]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:09.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:08 trial053 ceph-mon[22059]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:09.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:08 trial172 ceph-mon[23061]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:11.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:10 trial165 ceph-mon[23219]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:11.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:10 trial053 ceph-mon[22059]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:11.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:10 trial172 ceph-mon[23061]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:11.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:11.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:13.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:12 trial165 ceph-mon[23219]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:13.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:12 trial053 ceph-mon[22059]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:13.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:12 trial172 ceph-mon[23061]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:15.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:14 trial172 ceph-mon[23061]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:15.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:14 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:15.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:14 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:15.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:14 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:15.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:14 trial165 ceph-mon[23219]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:15.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:14 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:15.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:14 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:15.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:14 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:15.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:14 trial053 ceph-mon[22059]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:15.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:15.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:15.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:14 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:17.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:16 trial165 ceph-mon[23219]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:17.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:16 trial053 ceph-mon[22059]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:17.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:16 trial172 ceph-mon[23061]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:19.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:18 trial165 ceph-mon[23219]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:19.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:18 trial053 ceph-mon[22059]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:19.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:18 trial172 ceph-mon[23061]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:21.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:20 trial165 ceph-mon[23219]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:21.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:20 trial053 ceph-mon[22059]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:21.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:20 trial172 ceph-mon[23061]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:23.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:22 trial165 ceph-mon[23219]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:23.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:22 trial053 ceph-mon[22059]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:23.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:22 trial172 ceph-mon[23061]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:24.089 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:45:24.089 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:24.089 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:45:24.089 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:24.089 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:45:24.089 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:45:24.089 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:23 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:24.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:45:24.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:24.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:45:24.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:24.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:45:24.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:45:24.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:23 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:24.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:45:24.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:24.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:45:24.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:24.328 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:45:24.328 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T10:45:24.328 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:23 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:25.222 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:24 trial172 ceph-mon[23061]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:25.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:24 trial165 ceph-mon[23219]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:25.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:24 trial053 ceph-mon[22059]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:27.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:26 trial165 ceph-mon[23219]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:27.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:26 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:27.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:26 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:27.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:26 trial053 ceph-mon[22059]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:27.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:26 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:27.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:26 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:27.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:26 trial172 ceph-mon[23061]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:27.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:26 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:27.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:26 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:28.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:28 trial053 ceph-mon[22059]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:28.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:28 trial172 ceph-mon[23061]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:28.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:28 trial165 ceph-mon[23219]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:31.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:30 trial053 ceph-mon[22059]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:31.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:31.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:31.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:31.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:30 trial172 ceph-mon[23061]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:31.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:31.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:31.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:31.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:30 trial165 ceph-mon[23219]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:31.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:31.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:31.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:32.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:32.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:32.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:31 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:32.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:32.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:32.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:31 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:32.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:32.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:32.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:31 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:33.096 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:32 trial053 ceph-mon[22059]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:33.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:32 trial165 ceph-mon[23219]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:33.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:32 trial172 ceph-mon[23061]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:35.147 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:34 trial172 ceph-mon[23061]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:35.147 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:35.147 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:35.147 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:34 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:35.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:34 trial165 ceph-mon[23219]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:35.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:34 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:35.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:34 trial053 ceph-mon[22059]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:35.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:35.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:35.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:34 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:37.077 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:36 trial165 ceph-mon[23219]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:37.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:36 trial053 ceph-mon[22059]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:37.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:36 trial172 ceph-mon[23061]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:39.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:38 trial165 ceph-mon[23219]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:39.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:38 trial053 ceph-mon[22059]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:39.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:38 trial172 ceph-mon[23061]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:41.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:40 trial165 ceph-mon[23219]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:41.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:40 trial053 ceph-mon[22059]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:41.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:40 trial172 ceph-mon[23061]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:43.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:42 trial165 ceph-mon[23219]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:43.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:42 trial053 ceph-mon[22059]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:43.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:42 trial172 ceph-mon[23061]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:45.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:44 trial165 ceph-mon[23219]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:45.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:44 trial053 ceph-mon[22059]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:45.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:44 trial172 ceph-mon[23061]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:45.547 INFO:teuthology.orchestra.run.trial053.stderr:+ ceph orch ps --refresh 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:agent.trial053 trial053 *:4721 running 15s ago 2m - - 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:agent.trial165 trial165 *:4721 running 10s ago 2m - - 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:agent.trial172 trial172 *:4721 running 14s ago 2m - - 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:mgr.a trial053 *:9283,8765 running (3m) 15s ago 3m 552M - 20.3.0-5352-g8453267f bde26786e799 676ea17a05c6 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:mgr.b trial165 *:8443,8765 running (2m) 10s ago 2m 491M - 20.3.0-5352-g8453267f bde26786e799 001a1a15d9d6 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:mon.a trial053 running (3m) 15s ago 3m 52.2M 2048M 20.3.0-5352-g8453267f bde26786e799 b933fe5a3f2c 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:mon.b trial165 running (2m) 10s ago 2m 43.7M 2048M 20.3.0-5352-g8453267f bde26786e799 8fc06584e970 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:mon.c trial172 running (2m) 14s ago 2m 45.3M 2048M 20.3.0-5352-g8453267f bde26786e799 4e800c758c5d 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:osd.0 trial053 running (2m) 15s ago 2m 41.1M 81.0G 20.3.0-5352-g8453267f bde26786e799 a2aeb8d15fab 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:osd.1 trial165 running (112s) 10s ago 114s 43.5M 81.0G 20.3.0-5352-g8453267f bde26786e799 ac338e61ffcc 2026-02-19T10:45:45.707 INFO:teuthology.orchestra.run.trial053.stdout:osd.2 trial172 running (102s) 14s ago 104s 41.0M 85.0G 20.3.0-5352-g8453267f bde26786e799 d0185ba75da6 2026-02-19T10:45:45.714 INFO:teuthology.orchestra.run.trial053.stderr:+ ceph orch ls --service-name mon --export 2026-02-19T10:45:45.882 INFO:teuthology.orchestra.run.trial053.stderr:+ ceph orch apply -i mon.yaml 2026-02-19T10:45:46.041 INFO:teuthology.orchestra.run.trial053.stdout:Scheduled mon update... 2026-02-19T10:45:46.049 INFO:teuthology.orchestra.run.trial053.stderr:+ sleep 90 2026-02-19T10:45:46.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:45:46.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:46.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:45:46.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:46.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:45 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:45:46.280 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:45:46.280 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:46.280 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:45:46.280 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:46.280 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:45 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:45:46.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:45:46.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:46.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:45:46.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:46.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:45 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:45:47.282 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:45:47.283 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: Saving service mon spec with placement count:3 2026-02-19T10:45:47.283 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: Setting crush location for mon a to {datacenter=a} 2026-02-19T10:45:47.283 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-19T10:45:47.283 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-19T10:45:47.283 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-19T10:45:47.283 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: mon.a calling monitor election 2026-02-19T10:45:47.283 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:45:47.283 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: mon.b calling monitor election 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: mon.c calling monitor election 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: monmap epoch 9 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: last_changed 2026-02-19T10:45:46.068596+0000 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: min_mon_release 20 (tentacle) 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: election_strategy: 1 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a; crush_location {datacenter=a} 2026-02-19T10:45:47.284 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: fsmap 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: overall HEALTH_OK 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: Reconfiguring mon.a (monmap changed)... 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: Reconfiguring daemon mon.a on trial053 2026-02-19T10:45:47.285 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: Reconfiguring mgr.a (monmap changed)... 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: Reconfiguring daemon mgr.a on trial053 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: Reconfiguring osd.0 (monmap changed)... 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:47.286 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:47 trial053 ceph-mon[22059]: Reconfiguring daemon osd.0 on trial053 2026-02-19T10:45:47.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:45:47.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: Saving service mon spec with placement count:3 2026-02-19T10:45:47.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: Setting crush location for mon a to {datacenter=a} 2026-02-19T10:45:47.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-19T10:45:47.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-19T10:45:47.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-19T10:45:47.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: mon.a calling monitor election 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: mon.b calling monitor election 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: mon.c calling monitor election 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: monmap epoch 9 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: last_changed 2026-02-19T10:45:46.068596+0000 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: min_mon_release 20 (tentacle) 2026-02-19T10:45:47.333 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: election_strategy: 1 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a; crush_location {datacenter=a} 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: fsmap 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: overall HEALTH_OK 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: Reconfiguring mon.a (monmap changed)... 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:47.334 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: Reconfiguring daemon mon.a on trial053 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: Reconfiguring mgr.a (monmap changed)... 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: Reconfiguring daemon mgr.a on trial053 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: Reconfiguring osd.0 (monmap changed)... 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:47.335 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:47 trial172 ceph-mon[23061]: Reconfiguring daemon osd.0 on trial053 2026-02-19T10:45:47.429 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T10:45:47.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: Saving service mon spec with placement count:3 2026-02-19T10:45:47.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: Setting crush location for mon a to {datacenter=a} 2026-02-19T10:45:47.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-19T10:45:47.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-19T10:45:47.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-19T10:45:47.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: mon.a calling monitor election 2026-02-19T10:45:47.430 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T10:45:47.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: mon.b calling monitor election 2026-02-19T10:45:47.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T10:45:47.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T10:45:47.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T10:45:47.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: mon.c calling monitor election 2026-02-19T10:45:47.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: monmap epoch 9 2026-02-19T10:45:47.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:45:47.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: last_changed 2026-02-19T10:45:46.068596+0000 2026-02-19T10:45:47.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:45:47.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: min_mon_release 20 (tentacle) 2026-02-19T10:45:47.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: election_strategy: 1 2026-02-19T10:45:47.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: 0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a; crush_location {datacenter=a} 2026-02-19T10:45:47.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-19T10:45:47.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-19T10:45:47.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: fsmap 2026-02-19T10:45:47.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T10:45:47.433 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-19T10:45:47.433 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: overall HEALTH_OK 2026-02-19T10:45:47.433 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.433 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: Reconfiguring mon.a (monmap changed)... 2026-02-19T10:45:47.433 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:45:47.433 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:45:47.433 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:47.433 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: Reconfiguring daemon mon.a on trial053 2026-02-19T10:45:47.433 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.433 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.433 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: Reconfiguring mgr.a (monmap changed)... 2026-02-19T10:45:47.434 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:45:47.434 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:45:47.434 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:47.434 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: Reconfiguring daemon mgr.a on trial053 2026-02-19T10:45:47.434 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.434 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:47.434 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: Reconfiguring osd.0 (monmap changed)... 2026-02-19T10:45:47.434 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T10:45:47.434 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:47.434 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:47 trial165 ceph-mon[23219]: Reconfiguring daemon osd.0 on trial053 2026-02-19T10:45:48.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.431 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: Reconfiguring mon.b (monmap changed)... 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: Reconfiguring daemon mon.b on trial165 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: Reconfiguring mgr.b (monmap changed)... 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: Reconfiguring daemon mgr.b on trial165 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:45:48.432 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:48 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:48.565 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: Reconfiguring mon.b (monmap changed)... 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: Reconfiguring daemon mon.b on trial165 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: Reconfiguring mgr.b (monmap changed)... 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: Reconfiguring daemon mgr.b on trial165 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:45:48.566 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:48 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: Reconfiguring mon.b (monmap changed)... 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: Reconfiguring daemon mon.b on trial165 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: Reconfiguring mgr.b (monmap changed)... 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: Reconfiguring daemon mgr.b on trial165 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T10:45:48.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:48 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:49.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: Reconfiguring osd.1 (monmap changed)... 2026-02-19T10:45:49.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: Reconfiguring daemon osd.1 on trial165 2026-02-19T10:45:49.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: Reconfiguring mon.c (monmap changed)... 2026-02-19T10:45:49.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:45:49.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:45:49.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:49.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: Reconfiguring daemon mon.c on trial172 2026-02-19T10:45:49.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: Reconfiguring osd.2 (monmap changed)... 2026-02-19T10:45:49.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:45:49.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:49.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: Reconfiguring daemon osd.2 on trial172 2026-02-19T10:45:49.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: Reconfiguring osd.1 (monmap changed)... 2026-02-19T10:45:49.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: Reconfiguring daemon osd.1 on trial165 2026-02-19T10:45:49.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: Reconfiguring mon.c (monmap changed)... 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: Reconfiguring daemon mon.c on trial172 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: Reconfiguring osd.2 (monmap changed)... 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: Reconfiguring daemon osd.2 on trial172 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.828 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: Reconfiguring osd.1 (monmap changed)... 2026-02-19T10:45:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: Reconfiguring daemon osd.1 on trial165 2026-02-19T10:45:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: Reconfiguring mon.c (monmap changed)... 2026-02-19T10:45:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T10:45:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T10:45:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: Reconfiguring daemon mon.c on trial172 2026-02-19T10:45:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: Reconfiguring osd.2 (monmap changed)... 2026-02-19T10:45:49.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T10:45:49.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:45:49.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: Reconfiguring daemon osd.2 on trial172 2026-02-19T10:45:49.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:49.833 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:50.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:50 trial165 ceph-mon[23219]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:50.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:50.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:50.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:50.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:50 trial053 ceph-mon[22059]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:50.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:50.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:50.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:50.831 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:50 trial172 ceph-mon[23061]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:50.831 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:50.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:50.832 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:52.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:52 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:52.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:52 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:52.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:52 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:52.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:52 trial053 ceph-mon[22059]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:52.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:52 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:52.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:52 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:52.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:52 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:52.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:52 trial172 ceph-mon[23061]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:52.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:52 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:52.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:52 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:52.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:52 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:52.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:52 trial165 ceph-mon[23219]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:55.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:54 trial053 ceph-mon[22059]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:55.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:54 trial172 ceph-mon[23061]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:55.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:54 trial165 ceph-mon[23219]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:56.005 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:56.005 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:56.005 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:55 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:56.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:56.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:56.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:55 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:56.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:56.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:56.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:55 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:45:57.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:56 trial165 ceph-mon[23219]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:57.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:56 trial053 ceph-mon[22059]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:57.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:56 trial172 ceph-mon[23061]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:59.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:45:58 trial165 ceph-mon[23219]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:59.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:45:58 trial053 ceph-mon[22059]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:45:59.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:45:58 trial172 ceph-mon[23061]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:01.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:00 trial165 ceph-mon[23219]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:01.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:00 trial053 ceph-mon[22059]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:01.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:00 trial172 ceph-mon[23061]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:03.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:02 trial165 ceph-mon[23219]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:03.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:02 trial053 ceph-mon[22059]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:03.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:02 trial172 ceph-mon[23061]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:05.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:04 trial165 ceph-mon[23219]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:05.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:04 trial053 ceph-mon[22059]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:05.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:04 trial172 ceph-mon[23061]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:07.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:06 trial165 ceph-mon[23219]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:07.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:06 trial053 ceph-mon[22059]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:07.331 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:06 trial172 ceph-mon[23061]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:09.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:08 trial165 ceph-mon[23219]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:09.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:08 trial053 ceph-mon[22059]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:09.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:08 trial172 ceph-mon[23061]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:11.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:10 trial165 ceph-mon[23219]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:11.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:11.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:11.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:11.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:10 trial053 ceph-mon[22059]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:11.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:11.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:11.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:11.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:10 trial172 ceph-mon[23061]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:11.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:11.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:11.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:12.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:12 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:12.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:12 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:12.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:12 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:12.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:12 trial165 ceph-mon[23219]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:12.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:12.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:12.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:12.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:12 trial053 ceph-mon[22059]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:12.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:12 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:12.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:12 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:12.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:12 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:12.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:12 trial172 ceph-mon[23061]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:14.783 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:14 trial053 ceph-mon[22059]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:15.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:14 trial172 ceph-mon[23061]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:15.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:14 trial165 ceph-mon[23219]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:16.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:15 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:16.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:15 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:16.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:15 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:16.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:15 trial165 ceph-mon[23219]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:16.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:16.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:16.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:15 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:16.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:15 trial053 ceph-mon[22059]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:16.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:15 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:16.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:15 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:16.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:15 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:16.332 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:15 trial172 ceph-mon[23061]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:18.764 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:18 trial165 ceph-mon[23219]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:19.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:18 trial053 ceph-mon[22059]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:19.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:18 trial172 ceph-mon[23061]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:21.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:20 trial053 ceph-mon[22059]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:21.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:20 trial172 ceph-mon[23061]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:21.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:20 trial165 ceph-mon[23219]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:23.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:22 trial053 ceph-mon[22059]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:23.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:22 trial172 ceph-mon[23061]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:23.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:22 trial165 ceph-mon[23219]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:25.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:24 trial053 ceph-mon[22059]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:25.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:24 trial172 ceph-mon[23061]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:25.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:24 trial165 ceph-mon[23219]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:27.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:26 trial053 ceph-mon[22059]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:27.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:26 trial172 ceph-mon[23061]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:27.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:26 trial165 ceph-mon[23219]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:29.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:28 trial053 ceph-mon[22059]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:29.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:28 trial172 ceph-mon[23061]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:29.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:28 trial165 ceph-mon[23219]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:31.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:30 trial053 ceph-mon[22059]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:31.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:31.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:31.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:30 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:31.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:30 trial172 ceph-mon[23061]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:31.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:31.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:31.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:30 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:31.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:30 trial165 ceph-mon[23219]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:31.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:31.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:31.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:30 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:32.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:32.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:32.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:32 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:32.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:32 trial165 ceph-mon[23219]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:32.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:32.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:32.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:32 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:32.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:32 trial053 ceph-mon[22059]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:32.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:32.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:32.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:32 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:32.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:32 trial172 ceph-mon[23061]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:35.032 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:34 trial165 ceph-mon[23219]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:35.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:34 trial053 ceph-mon[22059]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:35.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:34 trial172 ceph-mon[23061]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:36.326 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:36 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:36.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:36 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:36.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:36 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:36.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:36 trial053 ceph-mon[22059]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:36.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:36 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:36.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:36 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:36.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:36 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:36.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:36 trial165 ceph-mon[23219]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:36.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:36 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:36.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:36 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:36.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:36 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:36.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:36 trial172 ceph-mon[23061]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:39.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:38 trial053 ceph-mon[22059]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:39.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:38 trial172 ceph-mon[23061]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:39.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:38 trial165 ceph-mon[23219]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:41.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:40 trial053 ceph-mon[22059]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:41.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:40 trial172 ceph-mon[23061]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:41.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:40 trial165 ceph-mon[23219]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:43.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:42 trial053 ceph-mon[22059]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:43.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:42 trial172 ceph-mon[23061]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:43.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:42 trial165 ceph-mon[23219]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:45.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:44 trial053 ceph-mon[22059]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:45.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:44 trial172 ceph-mon[23061]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:45.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:44 trial165 ceph-mon[23219]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:47.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:46 trial053 ceph-mon[22059]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:47.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:46 trial172 ceph-mon[23061]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:47.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:46 trial165 ceph-mon[23219]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:49.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:48 trial053 ceph-mon[22059]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:49.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:48 trial172 ceph-mon[23061]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:49.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:48 trial165 ceph-mon[23219]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:50.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:46:50.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:46:50.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:46:50.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:50.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:49 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:46:50.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:46:50.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:46:50.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:46:50.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:50.082 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:49 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:46:50.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T10:46:50.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T10:46:50.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T10:46:50.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:50.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:49 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T10:46:51.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:50 trial172 ceph-mon[23061]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:51.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:51.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:51.069 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:50 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:51.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:50 trial053 ceph-mon[22059]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:51.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:51.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:51.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:50 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:51.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:50 trial165 ceph-mon[23219]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:51.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:51.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:51.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:50 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:52.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:52 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:52.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:52 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:52.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:52 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:52.577 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:52 trial053 ceph-mon[22059]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:52.581 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:52 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:52.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:52 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:52.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:52 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:52.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:52 trial172 ceph-mon[23061]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:52.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:52 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:52.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:52 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:52.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:52 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:52.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:52 trial165 ceph-mon[23219]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:55.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:54 trial053 ceph-mon[22059]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:55.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:54 trial172 ceph-mon[23061]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:55.128 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:54 trial165 ceph-mon[23219]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:56.446 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:56.446 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:56.446 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:56 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:56.446 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:56 trial053 ceph-mon[22059]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:56.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:56.492 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:56.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:56 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:56.493 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:56 trial165 ceph-mon[23219]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:56.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:56.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:56.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:56 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:46:56.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:56 trial172 ceph-mon[23061]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:58.831 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:46:58 trial172 ceph-mon[23061]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:59.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:46:58 trial053 ceph-mon[22059]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:46:59.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:46:58 trial165 ceph-mon[23219]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:01.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:00 trial053 ceph-mon[22059]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:01.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:00 trial172 ceph-mon[23061]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:01.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:00 trial165 ceph-mon[23219]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:03.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:02 trial053 ceph-mon[22059]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:03.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:02 trial172 ceph-mon[23061]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:03.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:02 trial165 ceph-mon[23219]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:05.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:04 trial053 ceph-mon[22059]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:05.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:04 trial172 ceph-mon[23061]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:05.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:04 trial165 ceph-mon[23219]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:07.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:06 trial053 ceph-mon[22059]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:07.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:06 trial172 ceph-mon[23061]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:07.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:06 trial165 ceph-mon[23219]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:09.044 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:08 trial165 ceph-mon[23219]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:09.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:08 trial053 ceph-mon[22059]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:09.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:08 trial172 ceph-mon[23061]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:11.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:10 trial053 ceph-mon[22059]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:11.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:11.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:11.077 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:10 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:11.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:10 trial172 ceph-mon[23061]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:11.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:11.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:11.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:10 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:11.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:10 trial165 ceph-mon[23219]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:11.242 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:11.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:11.243 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:10 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:12.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:12 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:12.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:12 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:12.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:12 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:12.743 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:12 trial165 ceph-mon[23219]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:12.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:12.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:12.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:12 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:12.827 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:12 trial053 ceph-mon[22059]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:12.831 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:12 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:12.831 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:12 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:12.831 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:12 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:12.831 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:12 trial172 ceph-mon[23061]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:15.076 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:14 trial053 ceph-mon[22059]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:15.081 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:14 trial172 ceph-mon[23061]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:15.223 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:14 trial165 ceph-mon[23219]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:16.052 INFO:teuthology.orchestra.run.trial053.stderr:+ ceph mon dump 2026-02-19T10:47:16.246 INFO:teuthology.orchestra.run.trial053.stdout:epoch 9 2026-02-19T10:47:16.246 INFO:teuthology.orchestra.run.trial053.stdout:fsid add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:47:16.246 INFO:teuthology.orchestra.run.trial053.stdout:last_changed 2026-02-19T10:45:46.068596+0000 2026-02-19T10:47:16.247 INFO:teuthology.orchestra.run.trial053.stdout:created 2026-02-19T10:42:39.791156+0000 2026-02-19T10:47:16.247 INFO:teuthology.orchestra.run.trial053.stdout:min_mon_release 20 (tentacle) 2026-02-19T10:47:16.247 INFO:teuthology.orchestra.run.trial053.stdout:election_strategy: 1 2026-02-19T10:47:16.247 INFO:teuthology.orchestra.run.trial053.stdout:0: [v2:10.20.193.53:3300/0,v1:10.20.193.53:6789/0] mon.a; crush_location {datacenter=a} 2026-02-19T10:47:16.247 INFO:teuthology.orchestra.run.trial053.stdout:1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-19T10:47:16.247 INFO:teuthology.orchestra.run.trial053.stdout:2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-19T10:47:16.247 INFO:teuthology.orchestra.run.trial053.stderr:dumped monmap epoch 9 2026-02-19T10:47:16.252 INFO:teuthology.orchestra.run.trial053.stderr:+ ceph mon dump --format json 2026-02-19T10:47:16.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:16 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:16.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:16 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:16.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:16 trial053 ceph-mon[22059]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:16.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:16 trial053 ceph-mon[22059]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:16.327 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:16 trial053 ceph-mon[22059]: from='client.? 10.20.193.53:0/2719557499' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-19T10:47:16.442 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-19T10:47:16.442 INFO:teuthology.orchestra.run.trial053.stdout:{"epoch":9,"fsid":"add480da-0d7f-11f1-99ef-d404e6e7d460","modified":"2026-02-19T10:45:46.068596Z","created":"2026-02-19T10:42:39.791156Z","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.53:3300","nonce":0},{"type":"v1","addr":"10.20.193.53:6789","nonce":0}]},"addr":"10.20.193.53:6789/0","public_addr":"10.20.193.53:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T10:42:39:791169+0000","crush_location":[{"key":"datacenter","val":"a"}]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:3300","nonce":0},{"type":"v1","addr":"10.20.193.172:6789","nonce":0}]},"addr":"10.20.193.172:6789/0","public_addr":"10.20.193.172:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T10:43:17:696743+0000","crush_location":[{"key":"datacenter","val":"a"},{"key":"rack","val":"3"}]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:3300","nonce":0},{"type":"v1","addr":"10.20.193.165:6789","nonce":0}]},"addr":"10.20.193.165:6789/0","public_addr":"10.20.193.165:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T10:43:24:117033+0000","crush_location":[{"key":"datacenter","val":"b"},{"key":"rack","val":"2"}]}],"quorum":[0,1,2]} 2026-02-19T10:47:16.443 INFO:teuthology.orchestra.run.trial053.stderr:dumped monmap epoch 9 2026-02-19T10:47:16.450 INFO:teuthology.orchestra.run.trial053.stderr:+ read monid 2026-02-19T10:47:16.450 INFO:teuthology.orchestra.run.trial053.stderr:+ read crushloc 2026-02-19T10:47:16.450 INFO:teuthology.orchestra.run.trial053.stderr:+ ceph mon dump --format json 2026-02-19T10:47:16.450 INFO:teuthology.orchestra.run.trial053.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-19T10:47:16.581 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:16 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:16.581 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:16 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:16.581 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:16 trial172 ceph-mon[23061]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:16.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:16 trial172 ceph-mon[23061]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:16.582 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:16 trial172 ceph-mon[23061]: from='client.? 10.20.193.53:0/2719557499' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-19T10:47:16.640 INFO:teuthology.orchestra.run.trial053.stderr:dumped monmap epoch 9 2026-02-19T10:47:16.646 INFO:teuthology.orchestra.run.trial053.stdout:false 2026-02-19T10:47:16.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:16 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:16.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:16 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:16.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:16 trial165 ceph-mon[23219]: from='mgr.14152 10.20.193.53:0/3552515223' entity='mgr.a' 2026-02-19T10:47:16.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:16 trial165 ceph-mon[23219]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T10:47:16.742 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:16 trial165 ceph-mon[23219]: from='client.? 10.20.193.53:0/2719557499' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-19T10:47:16.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:47:16.801 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_8453267f069d71a0cfca69e4b0bff4958627275b/qa/tasks/cephadm.py", line 1467, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_8453267f069d71a0cfca69e4b0bff4958627275b/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 trial053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-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-19T10:47:16.850 DEBUG:teuthology.orchestra.run.trial165:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-19T10:47:16.881 DEBUG:teuthology.orchestra.run.trial172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-19T10:47:16.911 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-19T10:47:16.911 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-19T10:47:17.029 INFO:teuthology.orchestra.run.trial053.stderr:Inferring config /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/mon.a/config 2026-02-19T10:47:17.048 INFO:teuthology.orchestra.run.trial053.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-19T10:47:17.066 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-19T10:47:17.066 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-19T10:47:17.067 DEBUG:teuthology.orchestra.run.trial053:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-19T10:47:17.083 DEBUG:teuthology.orchestra.run.trial165:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-19T10:47:17.101 DEBUG:teuthology.orchestra.run.trial172:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-19T10:47:17.119 INFO:tasks.cephadm:Stopping all daemons... 2026-02-19T10:47:17.120 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-19T10:47:17.120 DEBUG:teuthology.orchestra.run.trial053:> sudo systemctl stop ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.a 2026-02-19T10:47:17.312 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:17 trial053 systemd[1]: Stopping Ceph mon.a for add480da-0d7f-11f1-99ef-d404e6e7d460... 2026-02-19T10:47:17.312 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:17 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-a[22033]: 2026-02-19T10:47:17.280+0000 7f3683eb3640 -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-19T10:47:17.313 INFO:journalctl@ceph.mon.a.trial053.stdout:Feb 19 10:47:17 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-a[22033]: 2026-02-19T10:47:17.280+0000 7f3683eb3640 -1 mon.a@0(leader) e9 *** Got Signal Terminated *** 2026-02-19T10:47:17.523 DEBUG:teuthology.orchestra.run.trial053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.a.service' 2026-02-19T10:47:17.560 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-19T10:47:17.561 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-19T10:47:17.561 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-19T10:47:17.561 DEBUG:teuthology.orchestra.run.trial165:> sudo systemctl stop ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.b 2026-02-19T10:47:17.892 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:17 trial165 systemd[1]: Stopping Ceph mon.b for add480da-0d7f-11f1-99ef-d404e6e7d460... 2026-02-19T10:47:17.892 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:17 trial165 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-b[23193]: 2026-02-19T10:47:17.668+0000 7f25681d7640 -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-19T10:47:17.892 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:17 trial165 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-b[23193]: 2026-02-19T10:47:17.668+0000 7f25681d7640 -1 mon.b@2(peon) e9 *** Got Signal Terminated *** 2026-02-19T10:47:17.893 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 19 10:47:17 trial165 podman[36370]: 2026-02-19 10:47:17.901943283 +0000 UTC m=+0.247768493 container died 8fc06584e9705cc3b64533a4a29c2528260f7c2868d30991e280fceb302e3e0e (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-b, CEPH_REF=wip-guits-main-2026-02-18-1228, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-19T10:47:18.069 DEBUG:teuthology.orchestra.run.trial165:> sudo pkill -f 'journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.b.service' 2026-02-19T10:47:18.105 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-19T10:47:18.106 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-19T10:47:18.106 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-19T10:47:18.106 DEBUG:teuthology.orchestra.run.trial172:> sudo systemctl stop ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.c 2026-02-19T10:47:18.396 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:18 trial172 systemd[1]: Stopping Ceph mon.c for add480da-0d7f-11f1-99ef-d404e6e7d460... 2026-02-19T10:47:18.396 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:18 trial172 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-c[23032]: 2026-02-19T10:47:18.217+0000 7fcd7c588640 -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-19T10:47:18.396 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:18 trial172 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-c[23032]: 2026-02-19T10:47:18.217+0000 7fcd7c588640 -1 mon.c@1(peon) e9 *** Got Signal Terminated *** 2026-02-19T10:47:18.396 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:18 trial172 podman[35864]: 2026-02-19 10:47:18.248425556 +0000 UTC m=+0.046430171 container died 4e800c758c5dc657c34d4f09769f3fab233620b81d188ddc0cf8eccb343d0075 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-c, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, 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, OSD_FLAVOR=default, CEPH_REF=wip-guits-main-2026-02-18-1228) 2026-02-19T10:47:18.397 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:18 trial172 podman[35864]: 2026-02-19 10:47:18.358630637 +0000 UTC m=+0.156635242 container remove 4e800c758c5dc657c34d4f09769f3fab233620b81d188ddc0cf8eccb343d0075 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-c, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.license=GPLv2, OSD_FLAVOR=default, CEPH_REF=wip-guits-main-2026-02-18-1228, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-19T10:47:18.397 INFO:journalctl@ceph.mon.c.trial172.stdout:Feb 19 10:47:18 trial172 bash[35864]: ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mon-c 2026-02-19T10:47:18.418 DEBUG:teuthology.orchestra.run.trial172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mon.c.service' 2026-02-19T10:47:18.455 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-19T10:47:18.455 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-19T10:47:18.455 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-19T10:47:18.456 DEBUG:teuthology.orchestra.run.trial053:> sudo systemctl stop ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mgr.a 2026-02-19T10:47:18.735 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:47:18 trial053 systemd[1]: Stopping Ceph mgr.a for add480da-0d7f-11f1-99ef-d404e6e7d460... 2026-02-19T10:47:18.736 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:47:18 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: 2026-02-19T10:47:18.573+0000 7fbefe91d640 -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-19T10:47:18.736 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:47:18 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a[22367]: 2026-02-19T10:47:18.573+0000 7fbefe91d640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-19T10:47:18.736 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:47:18 trial053 podman[45292]: 2026-02-19 10:47:18.614860812 +0000 UTC m=+0.055280311 container died 676ea17a05c6a63a9aaa285b51210cced5c2afe78cd467e8179ceb30df990c73 (image=quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, OSD_FLAVOR=default, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_REF=wip-guits-main-2026-02-18-1228) 2026-02-19T10:47:18.736 INFO:journalctl@ceph.mgr.a.trial053.stdout:Feb 19 10:47:18 trial053 podman[45292]: 2026-02-19 10:47:18.745665128 +0000 UTC m=+0.186084617 container remove 676ea17a05c6a63a9aaa285b51210cced5c2afe78cd467e8179ceb30df990c73 (image=quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-a, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_REF=wip-guits-main-2026-02-18-1228, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-19T10:47:18.802 DEBUG:teuthology.orchestra.run.trial053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mgr.a.service' 2026-02-19T10:47:18.836 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-19T10:47:18.836 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-19T10:47:18.836 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-19T10:47:18.836 DEBUG:teuthology.orchestra.run.trial165:> sudo systemctl stop ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mgr.b 2026-02-19T10:47:19.137 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:47:18 trial165 systemd[1]: Stopping Ceph mgr.b for add480da-0d7f-11f1-99ef-d404e6e7d460... 2026-02-19T10:47:19.137 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:47:18 trial165 podman[36545]: 2026-02-19 10:47:18.976422434 +0000 UTC m=+0.044884756 container died 001a1a15d9d61d964c798fad92248a7bb81d51b7346c335f28ad768201bf387b (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-b, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_REF=wip-guits-main-2026-02-18-1228, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-19T10:47:19.137 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:47:19 trial165 podman[36545]: 2026-02-19 10:47:19.093700035 +0000 UTC m=+0.162162347 container remove 001a1a15d9d61d964c798fad92248a7bb81d51b7346c335f28ad768201bf387b (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-b, 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, ceph=True, org.label-schema.license=GPLv2, 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.vendor=CentOS, io.buildah.version=1.33.7, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-guits-main-2026-02-18-1228) 2026-02-19T10:47:19.137 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:47:19 trial165 bash[36545]: ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-mgr-b 2026-02-19T10:47:19.137 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 19 10:47:19 trial165 systemd[1]: ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mgr.b.service: Main process exited, code=exited, status=143/n/a 2026-02-19T10:47:19.151 DEBUG:teuthology.orchestra.run.trial165:> sudo pkill -f 'journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@mgr.b.service' 2026-02-19T10:47:19.185 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-19T10:47:19.185 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-19T10:47:19.185 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-19T10:47:19.185 DEBUG:teuthology.orchestra.run.trial053:> sudo systemctl stop ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@osd.0 2026-02-19T10:47:19.576 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:19 trial053 systemd[1]: Stopping Ceph osd.0 for add480da-0d7f-11f1-99ef-d404e6e7d460... 2026-02-19T10:47:19.577 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:19 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0[35551]: 2026-02-19T10:47:19.294+0000 7fdf234f0640 -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-19T10:47:19.577 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:19 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0[35551]: 2026-02-19T10:47:19.294+0000 7fdf234f0640 -1 osd.0 23 *** Got signal Terminated *** 2026-02-19T10:47:19.577 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:19 trial053 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0[35551]: 2026-02-19T10:47:19.294+0000 7fdf234f0640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-19T10:47:24.617 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:24 trial053 podman[45458]: 2026-02-19 10:47:24.365116324 +0000 UTC m=+5.084318815 container died a2aeb8d15fab4fd5f3659ecda1cbc2faf3a9f41d5ba8895bb743151ea60beef1 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0, CEPH_REF=wip-guits-main-2026-02-18-1228, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, ceph=True, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, 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.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-19T10:47:24.618 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:24 trial053 podman[45458]: 2026-02-19 10:47:24.476136919 +0000 UTC m=+5.195339400 container remove a2aeb8d15fab4fd5f3659ecda1cbc2faf3a9f41d5ba8895bb743151ea60beef1 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0, CEPH_REF=wip-guits-main-2026-02-18-1228, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default) 2026-02-19T10:47:24.618 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:24 trial053 bash[45458]: ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0 2026-02-19T10:47:24.618 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:24 trial053 podman[45602]: 2026-02-19 10:47:24.599357922 +0000 UTC m=+0.015848203 container create b6487af30861c1e2a225b3874b0a9b620e9480856f3c38aeea80dc380124e8d0 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, CEPH_REF=wip-guits-main-2026-02-18-1228, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , 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/, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-19T10:47:24.871 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:24 trial053 podman[45602]: 2026-02-19 10:47:24.637816628 +0000 UTC m=+0.054306909 container init b6487af30861c1e2a225b3874b0a9b620e9480856f3c38aeea80dc380124e8d0 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0-deactivate, 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/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, CEPH_REF=wip-guits-main-2026-02-18-1228) 2026-02-19T10:47:24.871 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:24 trial053 podman[45602]: 2026-02-19 10:47:24.641424676 +0000 UTC m=+0.057914947 container start b6487af30861c1e2a225b3874b0a9b620e9480856f3c38aeea80dc380124e8d0 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-guits-main-2026-02-18-1228, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7) 2026-02-19T10:47:24.871 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:24 trial053 podman[45602]: 2026-02-19 10:47:24.641896413 +0000 UTC m=+0.058386684 container attach b6487af30861c1e2a225b3874b0a9b620e9480856f3c38aeea80dc380124e8d0 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-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/, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-guits-main-2026-02-18-1228) 2026-02-19T10:47:24.871 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:24 trial053 podman[45602]: 2026-02-19 10:47:24.593268271 +0000 UTC m=+0.009758552 image pull bde26786e799ec89bb2e99ae3d1d60fc9a06370a9a9e95829116ee997b1682a3 quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870 2026-02-19T10:47:24.871 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:24 trial053 podman[45602]: 2026-02-19 10:47:24.765806186 +0000 UTC m=+0.182296488 container died b6487af30861c1e2a225b3874b0a9b620e9480856f3c38aeea80dc380124e8d0 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, CEPH_REF=wip-guits-main-2026-02-18-1228, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, 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/, ceph=True) 2026-02-19T10:47:24.871 INFO:journalctl@ceph.osd.0.trial053.stdout:Feb 19 10:47:24 trial053 podman[45602]: 2026-02-19 10:47:24.87984649 +0000 UTC m=+0.296336771 container remove b6487af30861c1e2a225b3874b0a9b620e9480856f3c38aeea80dc380124e8d0 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, 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.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.vendor=CentOS, CEPH_REF=wip-guits-main-2026-02-18-1228, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True) 2026-02-19T10:47:24.895 DEBUG:teuthology.orchestra.run.trial053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@osd.0.service' 2026-02-19T10:47:24.931 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-19T10:47:24.931 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-19T10:47:24.931 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-19T10:47:24.931 DEBUG:teuthology.orchestra.run.trial165:> sudo systemctl stop ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@osd.1 2026-02-19T10:47:25.242 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:24 trial165 systemd[1]: Stopping Ceph osd.1 for add480da-0d7f-11f1-99ef-d404e6e7d460... 2026-02-19T10:47:25.242 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:25 trial165 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1[30334]: 2026-02-19T10:47:25.045+0000 7f56b9898640 -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-19T10:47:25.242 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:25 trial165 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1[30334]: 2026-02-19T10:47:25.045+0000 7f56b9898640 -1 osd.1 23 *** Got signal Terminated *** 2026-02-19T10:47:25.242 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:25 trial165 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1[30334]: 2026-02-19T10:47:25.045+0000 7f56b9898640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-19T10:47:30.356 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:30 trial165 podman[36922]: 2026-02-19 10:47:30.104310435 +0000 UTC m=+5.074212330 container died ac338e61ffcc3604f1366007292017dca1fc7a7caa3ccc8772aa004532819f15 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1, CEPH_REF=wip-guits-main-2026-02-18-1228, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, 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/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-19T10:47:30.356 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:30 trial165 podman[36922]: 2026-02-19 10:47:30.216346755 +0000 UTC m=+5.186248640 container remove ac338e61ffcc3604f1366007292017dca1fc7a7caa3ccc8772aa004532819f15 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-guits-main-2026-02-18-1228, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-19T10:47:30.357 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:30 trial165 bash[36922]: ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1 2026-02-19T10:47:30.357 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:30 trial165 podman[37070]: 2026-02-19 10:47:30.341464025 +0000 UTC m=+0.015744027 container create edcfef4c039d90cac0486f73e065c19d07fb24860281e39cc449ad20d28935f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_REF=wip-guits-main-2026-02-18-1228, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-19T10:47:30.614 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:30 trial165 podman[37070]: 2026-02-19 10:47:30.376831793 +0000 UTC m=+0.051111815 container init edcfef4c039d90cac0486f73e065c19d07fb24860281e39cc449ad20d28935f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1-deactivate, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, 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=8453267f069d71a0cfca69e4b0bff4958627275b, ceph=True, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-guits-main-2026-02-18-1228, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS) 2026-02-19T10:47:30.615 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:30 trial165 podman[37070]: 2026-02-19 10:47:30.38028238 +0000 UTC m=+0.054562392 container start edcfef4c039d90cac0486f73e065c19d07fb24860281e39cc449ad20d28935f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_REF=wip-guits-main-2026-02-18-1228, 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, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-19T10:47:30.615 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:30 trial165 podman[37070]: 2026-02-19 10:47:30.380949744 +0000 UTC m=+0.055229756 container attach edcfef4c039d90cac0486f73e065c19d07fb24860281e39cc449ad20d28935f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-guits-main-2026-02-18-1228, ceph=True, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS) 2026-02-19T10:47:30.615 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:30 trial165 podman[37070]: 2026-02-19 10:47:30.334859382 +0000 UTC m=+0.009139404 image pull bde26786e799ec89bb2e99ae3d1d60fc9a06370a9a9e95829116ee997b1682a3 quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870 2026-02-19T10:47:30.615 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:30 trial165 podman[37070]: 2026-02-19 10:47:30.509332809 +0000 UTC m=+0.183612831 container died edcfef4c039d90cac0486f73e065c19d07fb24860281e39cc449ad20d28935f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-guits-main-2026-02-18-1228, org.opencontainers.image.authors=Ceph Release Team , 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.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2026-02-19T10:47:30.615 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 19 10:47:30 trial165 podman[37070]: 2026-02-19 10:47:30.624458851 +0000 UTC m=+0.298738853 container remove edcfef4c039d90cac0486f73e065c19d07fb24860281e39cc449ad20d28935f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-1-deactivate, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_REF=wip-guits-main-2026-02-18-1228, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-19T10:47:30.636 DEBUG:teuthology.orchestra.run.trial165:> sudo pkill -f 'journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@osd.1.service' 2026-02-19T10:47:30.672 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-19T10:47:30.672 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-19T10:47:30.672 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-19T10:47:30.672 DEBUG:teuthology.orchestra.run.trial172:> sudo systemctl stop ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@osd.2 2026-02-19T10:47:31.081 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:30 trial172 systemd[1]: Stopping Ceph osd.2 for add480da-0d7f-11f1-99ef-d404e6e7d460... 2026-02-19T10:47:31.081 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:30 trial172 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2[29804]: 2026-02-19T10:47:30.780+0000 7f1c84af9640 -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-19T10:47:31.081 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:30 trial172 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2[29804]: 2026-02-19T10:47:30.780+0000 7f1c84af9640 -1 osd.2 23 *** Got signal Terminated *** 2026-02-19T10:47:31.081 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:30 trial172 ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2[29804]: 2026-02-19T10:47:30.780+0000 7f1c84af9640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-19T10:47:36.081 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:35 trial172 podman[36241]: 2026-02-19 10:47:35.840696729 +0000 UTC m=+5.074296041 container died d0185ba75da69aabdbd0c20e6f676779a96ee8b736da9dafe012ec90b3d7cbc8 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, 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, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, CEPH_REF=wip-guits-main-2026-02-18-1228, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, ceph=True, org.label-schema.build-date=20260216) 2026-02-19T10:47:36.081 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:35 trial172 podman[36241]: 2026-02-19 10:47:35.953942923 +0000 UTC m=+5.187542235 container remove d0185ba75da69aabdbd0c20e6f676779a96ee8b736da9dafe012ec90b3d7cbc8 (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, 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=True, CEPH_REF=wip-guits-main-2026-02-18-1228, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-19T10:47:36.081 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:35 trial172 bash[36241]: ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2 2026-02-19T10:47:36.081 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:36 trial172 podman[36655]: 2026-02-19 10:47:36.085179493 +0000 UTC m=+0.016116195 container create 177d7bbacda9ee9c3a7d12f027575f957a4be61d32e0fdbd9c1a0d9da86b0b5b (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2-deactivate, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-guits-main-2026-02-18-1228, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default) 2026-02-19T10:47:36.351 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:36 trial172 podman[36655]: 2026-02-19 10:47:36.122019063 +0000 UTC m=+0.052955756 container init 177d7bbacda9ee9c3a7d12f027575f957a4be61d32e0fdbd9c1a0d9da86b0b5b (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2-deactivate, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-guits-main-2026-02-18-1228, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, ceph=True) 2026-02-19T10:47:36.351 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:36 trial172 podman[36655]: 2026-02-19 10:47:36.126217551 +0000 UTC m=+0.057154243 container start 177d7bbacda9ee9c3a7d12f027575f957a4be61d32e0fdbd9c1a0d9da86b0b5b (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-guits-main-2026-02-18-1228, 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.label-schema.vendor=CentOS, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, OSD_FLAVOR=default, org.label-schema.schema-version=1.0) 2026-02-19T10:47:36.351 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:36 trial172 podman[36655]: 2026-02-19 10:47:36.12672666 +0000 UTC m=+0.057663382 container attach 177d7bbacda9ee9c3a7d12f027575f957a4be61d32e0fdbd9c1a0d9da86b0b5b (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2-deactivate, org.label-schema.schema-version=1.0, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_REF=wip-guits-main-2026-02-18-1228, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b) 2026-02-19T10:47:36.351 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:36 trial172 podman[36655]: 2026-02-19 10:47:36.079236885 +0000 UTC m=+0.010173587 image pull bde26786e799ec89bb2e99ae3d1d60fc9a06370a9a9e95829116ee997b1682a3 quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870 2026-02-19T10:47:36.351 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:36 trial172 podman[36655]: 2026-02-19 10:47:36.245021694 +0000 UTC m=+0.175958396 container died 177d7bbacda9ee9c3a7d12f027575f957a4be61d32e0fdbd9c1a0d9da86b0b5b (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2-deactivate, ceph=True, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, CEPH_REF=wip-guits-main-2026-02-18-1228, org.label-schema.vendor=CentOS, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2026-02-19T10:47:36.351 INFO:journalctl@ceph.osd.2.trial172.stdout:Feb 19 10:47:36 trial172 podman[36655]: 2026-02-19 10:47:36.360225112 +0000 UTC m=+0.291161804 container remove 177d7bbacda9ee9c3a7d12f027575f957a4be61d32e0fdbd9c1a0d9da86b0b5b (image=quay.ceph.io/ceph-ci/ceph@sha256:2ebd9d6ac5e83e95a8aa253a4b7e936bc23309faf95a5f62d916ce2898b64870, name=ceph-add480da-0d7f-11f1-99ef-d404e6e7d460-osd-2-deactivate, CEPH_REF=wip-guits-main-2026-02-18-1228, CEPH_SHA1=8453267f069d71a0cfca69e4b0bff4958627275b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-19T10:47:36.369 DEBUG:teuthology.orchestra.run.trial172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-add480da-0d7f-11f1-99ef-d404e6e7d460@osd.2.service' 2026-02-19T10:47:36.405 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-19T10:47:36.405 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-19T10:47:36.406 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 --force --keep-logs 2026-02-19T10:47:36.528 INFO:teuthology.orchestra.run.trial053.stdout:Deleting cluster with fsid: add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:47:37.476 DEBUG:teuthology.orchestra.run.trial165:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 --force --keep-logs 2026-02-19T10:47:37.600 INFO:teuthology.orchestra.run.trial165.stdout:Deleting cluster with fsid: add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:47:38.542 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 --force --keep-logs 2026-02-19T10:47:38.661 INFO:teuthology.orchestra.run.trial172.stdout:Deleting cluster with fsid: add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:47:39.474 DEBUG:teuthology.orchestra.run.trial053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-19T10:47:39.504 DEBUG:teuthology.orchestra.run.trial165:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-19T10:47:39.532 DEBUG:teuthology.orchestra.run.trial172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-19T10:47:39.560 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-19T10:47:39.563 DEBUG:teuthology.misc:Transferring archived files from trial053:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/gabrioux-2026-02-19_07:58:02-orch:cephadm-wip-guits-main-2026-02-18-1228-distro-default-trial/57766/remote/trial053/crash 2026-02-19T10:47:39.564 DEBUG:teuthology.orchestra.run.trial053:> sudo tar c -f - -C /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/crash -- . 2026-02-19T10:47:39.589 INFO:teuthology.orchestra.run.trial053.stderr:tar: /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-19T10:47:39.590 INFO:teuthology.orchestra.run.trial053.stderr:tar: Error is not recoverable: exiting now 2026-02-19T10:47:39.592 DEBUG:teuthology.misc:Transferring archived files from trial165:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/gabrioux-2026-02-19_07:58:02-orch:cephadm-wip-guits-main-2026-02-18-1228-distro-default-trial/57766/remote/trial165/crash 2026-02-19T10:47:39.594 DEBUG:teuthology.orchestra.run.trial165:> sudo tar c -f - -C /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/crash -- . 2026-02-19T10:47:39.619 INFO:teuthology.orchestra.run.trial165.stderr:tar: /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-19T10:47:39.619 INFO:teuthology.orchestra.run.trial165.stderr:tar: Error is not recoverable: exiting now 2026-02-19T10:47:39.621 DEBUG:teuthology.misc:Transferring archived files from trial172:/var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/gabrioux-2026-02-19_07:58:02-orch:cephadm-wip-guits-main-2026-02-18-1228-distro-default-trial/57766/remote/trial172/crash 2026-02-19T10:47:39.622 DEBUG:teuthology.orchestra.run.trial172:> sudo tar c -f - -C /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/crash -- . 2026-02-19T10:47:39.648 INFO:teuthology.orchestra.run.trial172.stderr:tar: /var/lib/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-19T10:47:39.649 INFO:teuthology.orchestra.run.trial172.stderr:tar: Error is not recoverable: exiting now 2026-02-19T10:47:39.650 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-19T10:47:39.650 DEBUG:teuthology.orchestra.run.trial053:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/add480da-0d7f-11f1-99ef-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-19T10:47:39.676 INFO:tasks.cephadm:Compressing logs... 2026-02-19T10:47:39.677 DEBUG:teuthology.orchestra.run.trial053:> 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-19T10:47:39.719 DEBUG:teuthology.orchestra.run.trial165:> 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-19T10:47:39.722 DEBUG:teuthology.orchestra.run.trial172:> 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-19T10:47:39.743 INFO:teuthology.orchestra.run.trial053.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-19T10:47:39.743 INFO:teuthology.orchestra.run.trial053.stderr:: No such file or directory 2026-02-19T10:47:39.744 INFO:teuthology.orchestra.run.trial053.stderr:gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mon.a.log 2026-02-19T10:47:39.744 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-osd.0.log 2026-02-19T10:47:39.744 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.cephadm.log 2026-02-19T10:47:39.744 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mgr.a.log 2026-02-19T10:47:39.744 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.audit.log 2026-02-19T10:47:39.744 INFO:teuthology.orchestra.run.trial053.stderr: 82.7% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.cephadm.log.gz 2026-02-19T10:47:39.744 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-volume.log 2026-02-19T10:47:39.744 INFO:teuthology.orchestra.run.trial053.stderr: 85.8% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-19T10:47:39.744 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.log 2026-02-19T10:47:39.745 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-volume.log: /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.log: 86.9% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.log.gz 2026-02-19T10:47:39.746 INFO:teuthology.orchestra.run.trial053.stderr: 90.6% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.audit.log.gz 2026-02-19T10:47:39.748 INFO:teuthology.orchestra.run.trial165.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-19T10:47:39.748 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-19T10:47:39.748 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.cephadm.log 2026-02-19T10:47:39.748 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose --/var/log/ceph/cephadm.log: /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mgr.b.log 2026-02-19T10:47:39.748 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.audit.log 2026-02-19T10:47:39.749 INFO:teuthology.orchestra.run.trial165.stderr: 83.2% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.cephadm.log.gz 2026-02-19T10:47:39.749 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mon.b.log 2026-02-19T10:47:39.749 INFO:teuthology.orchestra.run.trial165.stderr: 82.6% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-19T10:47:39.749 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-volume.log 2026-02-19T10:47:39.749 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-osd.1.log 2026-02-19T10:47:39.749 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.log 2026-02-19T10:47:39.749 INFO:teuthology.orchestra.run.trial165.stderr: 90.8% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.audit.log.gz 2026-02-19T10:47:39.749 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.log: 87.0% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.log.gz 2026-02-19T10:47:39.749 INFO:teuthology.orchestra.run.trial165.stderr: 90.4% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-19T10:47:39.749 INFO:teuthology.orchestra.run.trial165.stderr: 95.0% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-volume.log.gz 2026-02-19T10:47:39.750 INFO:teuthology.orchestra.run.trial053.stderr: 95.2% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-volume.log.gz 2026-02-19T10:47:39.753 INFO:teuthology.orchestra.run.trial172.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-19T10:47:39.753 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-19T10:47:39.753 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-osd.2.log 2026-02-19T10:47:39.753 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mon.c.log 2026-02-19T10:47:39.753 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.cephadm.log 2026-02-19T10:47:39.753 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.audit.log 2026-02-19T10:47:39.753 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mon.c.log: 82.2% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-19T10:47:39.753 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-volume.log 2026-02-19T10:47:39.753 INFO:teuthology.orchestra.run.trial172.stderr: 83.2% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.cephadm.log.gz 2026-02-19T10:47:39.753 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.log 2026-02-19T10:47:39.754 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-volume.log: /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.log: 90.9% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.audit.log.gz 2026-02-19T10:47:39.754 INFO:teuthology.orchestra.run.trial172.stderr: 87.0% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph.log.gz 2026-02-19T10:47:39.754 INFO:teuthology.orchestra.run.trial172.stderr: 94.9% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-volume.log.gz 2026-02-19T10:47:39.761 INFO:teuthology.orchestra.run.trial053.stderr: 94.0% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-osd.0.log.gz 2026-02-19T10:47:39.766 INFO:teuthology.orchestra.run.trial172.stderr: 94.1% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-osd.2.log.gz 2026-02-19T10:47:39.782 INFO:teuthology.orchestra.run.trial165.stderr: 93.1% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mon.b.log.gz 2026-02-19T10:47:39.784 INFO:teuthology.orchestra.run.trial053.stderr: 88.4% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-19T10:47:39.785 INFO:teuthology.orchestra.run.trial165.stderr: 94.2% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-osd.1.log.gz 2026-02-19T10:47:39.785 INFO:teuthology.orchestra.run.trial165.stderr: 2026-02-19T10:47:39.785 INFO:teuthology.orchestra.run.trial165.stderr:real 0m0.050s 2026-02-19T10:47:39.785 INFO:teuthology.orchestra.run.trial165.stderr:user 0m0.085s 2026-02-19T10:47:39.786 INFO:teuthology.orchestra.run.trial165.stderr:sys 0m0.020s 2026-02-19T10:47:39.787 INFO:teuthology.orchestra.run.trial172.stderr: 93.1% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mon.c.log.gz 2026-02-19T10:47:39.788 INFO:teuthology.orchestra.run.trial172.stderr: 2026-02-19T10:47:39.788 INFO:teuthology.orchestra.run.trial172.stderr:real 0m0.049s 2026-02-19T10:47:39.788 INFO:teuthology.orchestra.run.trial172.stderr:user 0m0.057s 2026-02-19T10:47:39.788 INFO:teuthology.orchestra.run.trial172.stderr:sys 0m0.026s 2026-02-19T10:47:39.869 INFO:teuthology.orchestra.run.trial053.stderr: 91.5% -- replaced with /var/log/ceph/add480da-0d7f-11f1-99ef-d404e6e7d460/ceph-mon.a.log.gz 2026-02-19T10:47:39.870 INFO:teuthology.orchestra.run.trial053.stderr: 2026-02-19T10:47:39.870 INFO:teuthology.orchestra.run.trial053.stderr:real 0m0.137s 2026-02-19T10:47:39.870 INFO:teuthology.orchestra.run.trial053.stderr:user 0m0.193s 2026-02-19T10:47:39.870 INFO:teuthology.orchestra.run.trial053.stderr:sys 0m0.021s 2026-02-19T10:47:39.870 INFO:tasks.cephadm:Archiving logs... 2026-02-19T10:47:39.871 DEBUG:teuthology.misc:Transferring archived files from trial053:/var/log/ceph to /home/teuthworker/mnt/teuthology/gabrioux-2026-02-19_07:58:02-orch:cephadm-wip-guits-main-2026-02-18-1228-distro-default-trial/57766/remote/trial053/log 2026-02-19T10:47:39.872 DEBUG:teuthology.orchestra.run.trial053:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-19T10:47:39.962 DEBUG:teuthology.misc:Transferring archived files from trial165:/var/log/ceph to /home/teuthworker/mnt/teuthology/gabrioux-2026-02-19_07:58:02-orch:cephadm-wip-guits-main-2026-02-18-1228-distro-default-trial/57766/remote/trial165/log 2026-02-19T10:47:39.963 DEBUG:teuthology.orchestra.run.trial165:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-19T10:47:40.007 DEBUG:teuthology.misc:Transferring archived files from trial172:/var/log/ceph to /home/teuthworker/mnt/teuthology/gabrioux-2026-02-19_07:58:02-orch:cephadm-wip-guits-main-2026-02-18-1228-distro-default-trial/57766/remote/trial172/log 2026-02-19T10:47:40.008 DEBUG:teuthology.orchestra.run.trial172:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-19T10:47:40.045 INFO:tasks.cephadm:Removing cluster... 2026-02-19T10:47:40.045 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 --force 2026-02-19T10:47:40.163 INFO:teuthology.orchestra.run.trial053.stdout:Deleting cluster with fsid: add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:47:40.324 DEBUG:teuthology.orchestra.run.trial165:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 --force 2026-02-19T10:47:40.443 INFO:teuthology.orchestra.run.trial165.stdout:Deleting cluster with fsid: add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:47:40.599 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid add480da-0d7f-11f1-99ef-d404e6e7d460 --force 2026-02-19T10:47:40.716 INFO:teuthology.orchestra.run.trial172.stdout:Deleting cluster with fsid: add480da-0d7f-11f1-99ef-d404e6e7d460 2026-02-19T10:47:40.873 INFO:tasks.cephadm:Removing cephadm ... 2026-02-19T10:47:40.873 DEBUG:teuthology.orchestra.run.trial053:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-19T10:47:40.892 DEBUG:teuthology.orchestra.run.trial165:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-19T10:47:40.911 DEBUG:teuthology.orchestra.run.trial172:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-19T10:47:40.928 INFO:tasks.cephadm:Teardown complete 2026-02-19T10:47:40.929 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-19T10:47:40.942 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-19T10:47:40.943 DEBUG:teuthology.orchestra.run.trial053:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-19T10:47:40.945 DEBUG:teuthology.orchestra.run.trial165:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-19T10:47:40.953 DEBUG:teuthology.orchestra.run.trial172:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-19T10:47:41.174 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-19T10:47:41.186 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-19T10:47:41.186 DEBUG:teuthology.orchestra.run.trial053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-19T10:47:41.188 DEBUG:teuthology.orchestra.run.trial165:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-19T10:47:41.190 DEBUG:teuthology.orchestra.run.trial172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-19T10:47:41.203 INFO:teuthology.orchestra.run.trial053.stderr:bash: line 1: ntpq: command not found 2026-02-19T10:47:41.204 INFO:teuthology.orchestra.run.trial165.stderr:bash: line 1: ntpq: command not found 2026-02-19T10:47:41.206 INFO:teuthology.orchestra.run.trial172.stderr:bash: line 1: ntpq: command not found 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial172.stdout:=============================================================================== 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial172.stdout:^* 108.61.215.221.vultruser> 3 6 377 8 +640us[+1858us] +/- 21ms 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial172.stdout:^- 172-234-25-10.ip.linodeu> 2 6 377 8 -5417us[-5417us] +/- 75ms 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial172.stdout:^- 72-14-182-49.ip.linodeus> 2 6 377 7 +6298us[+6298us] +/- 73ms 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial172.stdout:^- 139-177-202-26.ip.linode> 2 6 377 6 -7631us[-7631us] +/- 80ms 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial165.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial165.stdout:=============================================================================== 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial165.stdout:^* 108.61.215.221.vultruser> 3 6 377 7 +1315us[+1974us] +/- 22ms 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial165.stdout:^- 172-234-25-10.ip.linodeu> 2 6 377 72 -6199us[-6163us] +/- 77ms 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial165.stdout:^+ ntp.maxhost.io 2 6 377 5 -572us[ -572us] +/- 57ms 2026-02-19T10:47:41.234 INFO:teuthology.orchestra.run.trial165.stdout:^- 172-234-37-140.ip.linode> 2 6 377 6 +14ms[ +14ms] +/- 93ms 2026-02-19T10:47:41.240 INFO:teuthology.orchestra.run.trial053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T10:47:41.240 INFO:teuthology.orchestra.run.trial053.stdout:=============================================================================== 2026-02-19T10:47:41.240 INFO:teuthology.orchestra.run.trial053.stdout:^* 108.61.215.221.vultruser> 3 6 377 6 +581us[ +863us] +/- 22ms 2026-02-19T10:47:41.240 INFO:teuthology.orchestra.run.trial053.stdout:^- 172-234-25-10.ip.linodeu> 2 6 377 6 -7118us[-6836us] +/- 75ms 2026-02-19T10:47:41.240 INFO:teuthology.orchestra.run.trial053.stdout:^- 170-187-147-56.ip.linode> 2 6 377 7 -7726us[-7444us] +/- 79ms 2026-02-19T10:47:41.240 INFO:teuthology.orchestra.run.trial053.stdout:^+ ntp.maxhost.io 2 6 367 8 -646us[ -364us] +/- 56ms 2026-02-19T10:47:41.241 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-19T10:47:41.252 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-19T10:47:41.252 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-19T10:47:41.265 DEBUG:teuthology.orchestra.run.trial053:> 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-19T10:47:41.328 DEBUG:teuthology.orchestra.run.trial165:> 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-19T10:47:41.375 DEBUG:teuthology.orchestra.run.trial172:> 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-19T10:47:41.420 DEBUG:teuthology.orchestra.run.trial053:> 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-19T10:47:41.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:47:41.448 DEBUG:teuthology.orchestra.run.trial165:> 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-19T10:47:41.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:47:41.475 DEBUG:teuthology.orchestra.run.trial172:> 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-19T10:47:41.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:47:41.501 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-19T10:47:41.517 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-19T10:47:41.532 INFO:teuthology.task.internal:Duration was 473.995569 seconds 2026-02-19T10:47:41.532 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-19T10:47:41.548 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-19T10:47:41.548 DEBUG:teuthology.orchestra.run.trial053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-19T10:47:41.551 DEBUG:teuthology.orchestra.run.trial165:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-19T10:47:41.554 DEBUG:teuthology.orchestra.run.trial172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-19T10:47:41.586 INFO:teuthology.orchestra.run.trial053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T10:47:41.589 INFO:teuthology.orchestra.run.trial165.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T10:47:41.590 INFO:teuthology.orchestra.run.trial172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T10:47:41.861 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-19T10:47:41.861 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial053.front.sepia.ceph.com 2026-02-19T10:47:41.862 DEBUG:teuthology.orchestra.run.trial053:> 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-19T10:47:41.913 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial165.front.sepia.ceph.com 2026-02-19T10:47:41.914 DEBUG:teuthology.orchestra.run.trial165:> 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-19T10:47:41.934 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial172.front.sepia.ceph.com 2026-02-19T10:47:41.934 DEBUG:teuthology.orchestra.run.trial172:> 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-19T10:47:41.955 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-19T10:47:41.955 DEBUG:teuthology.orchestra.run.trial053:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-19T10:47:41.958 DEBUG:teuthology.orchestra.run.trial165:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-19T10:47:41.976 DEBUG:teuthology.orchestra.run.trial172:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-19T10:47:42.057 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-19T10:47:42.058 DEBUG:teuthology.orchestra.run.trial053:> 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-19T10:47:42.060 DEBUG:teuthology.orchestra.run.trial165:> 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-19T10:47:42.063 DEBUG:teuthology.orchestra.run.trial172:> 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-19T10:47:42.081 INFO:teuthology.orchestra.run.trial053.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T10:47:42.082 INFO:teuthology.orchestra.run.trial053.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T10:47:42.083 INFO:teuthology.orchestra.run.trial053.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-19T10:47:42.083 INFO:teuthology.orchestra.run.trial053.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-19T10:47:42.083 INFO:teuthology.orchestra.run.trial053.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-19T10:47:42.084 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T10:47:42.085 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T10:47:42.085 INFO:teuthology.orchestra.run.trial165.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-19T10:47:42.085 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-19T10:47:42.085 INFO:teuthology.orchestra.run.trial165.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-19T10:47:42.087 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T10:47:42.088 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T10:47:42.088 INFO:teuthology.orchestra.run.trial172.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-19T10:47:42.088 INFO:teuthology.orchestra.run.trial172.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-19T10:47:42.089 INFO:teuthology.orchestra.run.trial172.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-19T10:47:42.093 INFO:teuthology.orchestra.run.trial165.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-19T10:47:42.095 INFO:teuthology.orchestra.run.trial053.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-19T10:47:42.096 INFO:teuthology.orchestra.run.trial172.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-19T10:47:42.099 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-19T10:47:42.115 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-19T10:47:42.115 DEBUG:teuthology.orchestra.run.trial053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-19T10:47:42.162 DEBUG:teuthology.orchestra.run.trial165:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-19T10:47:42.186 DEBUG:teuthology.orchestra.run.trial172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-19T10:47:42.212 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-19T10:47:42.230 DEBUG:teuthology.orchestra.run.trial053:> 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-19T10:47:42.233 DEBUG:teuthology.orchestra.run.trial165:> 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-19T10:47:42.235 DEBUG:teuthology.orchestra.run.trial172:> 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-19T10:47:42.255 INFO:teuthology.orchestra.run.trial053.stdout:kernel.core_pattern = core 2026-02-19T10:47:42.257 INFO:teuthology.orchestra.run.trial165.stdout:kernel.core_pattern = core 2026-02-19T10:47:42.276 INFO:teuthology.orchestra.run.trial172.stdout:kernel.core_pattern = core 2026-02-19T10:47:42.288 DEBUG:teuthology.orchestra.run.trial053:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-19T10:47:42.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:47:42.323 DEBUG:teuthology.orchestra.run.trial165:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-19T10:47:42.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:47:42.338 DEBUG:teuthology.orchestra.run.trial172:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-19T10:47:42.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T10:47:42.353 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-19T10:47:42.370 INFO:teuthology.task.internal:Transferring archived files... 2026-02-19T10:47:42.372 DEBUG:teuthology.misc:Transferring archived files from trial053:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/gabrioux-2026-02-19_07:58:02-orch:cephadm-wip-guits-main-2026-02-18-1228-distro-default-trial/57766/remote/trial053 2026-02-19T10:47:42.372 DEBUG:teuthology.orchestra.run.trial053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-19T10:47:42.408 DEBUG:teuthology.misc:Transferring archived files from trial165:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/gabrioux-2026-02-19_07:58:02-orch:cephadm-wip-guits-main-2026-02-18-1228-distro-default-trial/57766/remote/trial165 2026-02-19T10:47:42.408 DEBUG:teuthology.orchestra.run.trial165:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-19T10:47:42.438 DEBUG:teuthology.misc:Transferring archived files from trial172:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/gabrioux-2026-02-19_07:58:02-orch:cephadm-wip-guits-main-2026-02-18-1228-distro-default-trial/57766/remote/trial172 2026-02-19T10:47:42.438 DEBUG:teuthology.orchestra.run.trial172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-19T10:47:42.469 INFO:teuthology.task.internal:Removing archive directory... 2026-02-19T10:47:42.469 DEBUG:teuthology.orchestra.run.trial053:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-19T10:47:42.471 DEBUG:teuthology.orchestra.run.trial165:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-19T10:47:42.477 DEBUG:teuthology.orchestra.run.trial172:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-19T10:47:42.526 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-19T10:47:42.551 INFO:teuthology.task.internal:Not uploading archives. 2026-02-19T10:47:42.551 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-19T10:47:42.568 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-19T10:47:42.569 DEBUG:teuthology.orchestra.run.trial053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-19T10:47:42.571 DEBUG:teuthology.orchestra.run.trial165:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-19T10:47:42.574 DEBUG:teuthology.orchestra.run.trial172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-19T10:47:42.586 INFO:teuthology.orchestra.run.trial053.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 19 10:47 /home/ubuntu/cephtest 2026-02-19T10:47:42.588 INFO:teuthology.orchestra.run.trial165.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 19 10:47 /home/ubuntu/cephtest 2026-02-19T10:47:42.590 INFO:teuthology.orchestra.run.trial172.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 19 10:47 /home/ubuntu/cephtest 2026-02-19T10:47:42.592 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-19T10:47:42.610 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-19T10:47:42.653 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: 473.9955687522888 failure_reason: 'Command failed on trial053 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8453267f069d71a0cfca69e4b0bff4958627275b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add480da-0d7f-11f1-99ef-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